This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help: Missing something simple...


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]