Lawrence, David (STEI) writes:
> "You should update your aclocal.m4 by running aclocal."
>
> The bootstrap file runs aclocal before libtoolize. Is there a way to
> prevent this message?
Run libtoolize before aclocal. (libtoolize fetches files that become part
of aclocal.m4.)
--
Peter Eisentr
I am autoconfiscating a large project to autotools. I have created a
bootstrap script as described in the Gnu Autoconf, AutoMake and Libtool
book. Each time I run the file as part of my bootstrap script, the
following message is output:
"You should update your aclocal.m4 by running aclocal."
T