Re: Use of libtoolize

2001-07-05 Thread Peter Eisentraut
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

Use of libtoolize

2001-07-05 Thread Lawrence, David (STEI)
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