autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: config.h question - VERSION and PACKAGE conflict


From: Jason Unsworth
Subject: RE: config.h question - VERSION and PACKAGE conflict
Date: Mon, 25 Oct 2004 12:49:30 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]