|
From: Jim C. <li...@yg...> - 2003-08-24 23:07:08
|
On Sunday, August 24, 2003, at 05:31 AM, Gabriele Bartolini wrote:
> Also I put the 'AM_MAINTAINER_MODE' string into the db/configure.in
> file which prevented code from be compiled when users did not have
> autoconf (at least 2.57), automake and friends installed.
No change for me. Running make fails almost immediately with the
following.
Making all in db
cd . && \
/bin/sh /Users/greyleaf/build/htdig-current/htdig/missing --run
automake-1.7 --foreign Makefile
/Users/greyleaf/build/htdig-current/htdig/missing: automake-1.7:
command not found
WARNING: `automake-1.7' is missing on your system. You should only
need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /bin/sh /Users/greyleaf/build/htdig-current/htdig/missing --run
autoconf
./aclocal.m4:758: error: Autoconf version 2.54 or higher is required
for this script
./aclocal.m4:758: the top level
make[1]: *** [configure] Error 1
make: *** [all-recursive] Error 1
I am using code pulled from CVS on Sunday (Aug 24) evening.
Jim
|