On Tue, Jun 04, 2002 at 01:27:41PM +0200, Kremp, Johannes wrote: > i didn't run libtoolize. > i have a bootstrap-file which i start to generate my Makefiles: > > aclocal > autoconf > automake -a > configure > > in earlier versions of automake it was enough. > when should i call libtoolize?
Call it first.
In my bootstrap/autogen.sh scripts (borrowed from Gnome), I do:
gettextize --force --copy
libtoolize --force --copy
aclocal
automake --add-missing --force-missing --gnu
autoconf
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on public keyservers
msg05394/pgp00000.pgp
Description: PGP signature
