automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aclocal.m4:768: required file `./ltmain.sh' not found


From: 'Roger Leigh'
Subject: Re: aclocal.m4:768: required file `./ltmain.sh' not found
Date: Tue, 4 Jun 2002 17:04:36 +0100
User-agent: Mutt/1.2.5i

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: pgpfH5CudMfbD.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]