[Freeassociation-devel] [FA-commits] SF.net SVN: freeassociation:[863] trunk/libical/src

Debarshi Ray debarshi.ray at gmail.com
Wed Sep 24 06:30:08 PDT 2008


> I suppose so.  I'm not an autoconf guru.
> Maybe using @VERSION@ ??

Yes, assign them to suitable variables in configure.ac and use AC_SUBST.

configure.ac:
[...]
FOO=123
AC_SUBST(FOO)
[...]

... and then use FOO in Makefile.am as $(FOO).

Cheers,
Debarshi




More information about the libical-devel mailing list