[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: AM_INIT_AUTOMAKE Call in Automake 1.7
From: |
Drummonds, Scott B |
Subject: |
RE: AM_INIT_AUTOMAKE Call in Automake 1.7 |
Date: |
Wed, 11 Feb 2004 11:09:34 -0800 |
From: address@hidden
> It's not complaining about your configure.in, but rather that the
> old Automake-1.4 macros are still in your aclocal.m4 file. With
> luck, rerunning (the 1.7 version of) the "aclocal" program should
> fix that.
Actually, I guess my original post wasn't complete. I had successfully
rerun aclocal before generating this error message. This version of
aclocal, from the same Automake installation directory, reports itself
as "aclocal (GNU Automake) 1.7".
So, I do believe that this error is occuring because of configure.in.
Scott