Hi Carl,

If you're using Automake in conjuction with Autoconf, you can add the
'no-define' Automake option -- either in your call to AM_INIT_AUTOMAKE
in 'configure.ac', or to the AUTOMAKE_OPTIONS var in 'Makefile.am'.
That'll prevent the "PACKAGE" and "VERSION" macros from being #define'd.

http://www.gnu.org/software/automake/manual/html_mono/automake.html#Opti
ons

Jason


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to