This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
Attachment:
msg00024/pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |