This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Help: Missing something simple...
- To: Pavel Roskin <pavel_roskin@geocities.com>
- Subject: Re: Help: Missing something simple...
- From: Tom Tromey <tromey@cygnus.com>
- Date: 27 May 1999 20:38:41 -0600
- Cc: "Masterson, David" <David.Masterson@kla-tencor.com>, automake@gnu.org
- References: <Pine.LNX.4.10.9905201152400.17114-100000@intra.typhoon.spb.ru>
- Reply-To: tromey@cygnus.com
>>>>> "Pavel" == Pavel Roskin <pavel_roskin@geocities.com> writes:
Pavel> I believe that autoconf-2.12 is not compatible with
Pavel> automake-1.4 Use autoconf-2.13, otherwise some variables will
Pavel> not be substituted.
Pavel> Unfortunately, I don't see any graceful way for automake to
Pavel> enforce using autoconf-2.13.
Actually, we do this, but only in the cvs repository version. It was
a bug in automake 1.4 that it didn't force autoconf 2.13. Oops.
FYI you can do it like so: AC_PREREQ(2.13). We do it in
AM_INIT_AUTOMAKE.
Tom