[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: aclocal.m4:768: required file `./ltmain.sh' not found
From: |
Kremp, Johannes |
Subject: |
RE: aclocal.m4:768: required file `./ltmain.sh' not found |
Date: |
Tue, 4 Jun 2002 13:27:41 +0200 |
> -----Original Message-----
> From: Roger Leigh [mailto:address@hidden
> Sent: Tuesday, June 04, 2002 1:06 PM
> To: Kremp, Johannes
> Cc: Automake-Mailing-list (E-Mail)
> Subject: Re: aclocal.m4:768: required file `./ltmain.sh' not found
>
>
> On Tue, Jun 04, 2002 at 11:53:24AM +0200, Kremp, Johannes wrote:
> > i'm on aix 4.3 and using autoconf 2.53, automake 1.6.1 and
> libtool 1.4.2.
> > i run aclocal, autoconf and then automake. automake brings
> folowing message:
> >
> > :/home/ekjo/rvstop> automake --add-missing
> > aclocal.m4:768: required file `./ltmain.sh' not found
> >
> > the autotools are installed in the same path.
> > why doesn't automake make a link to ltmain.sh?
>
> Did you run libtoolize?
>
> --
> Roger Leigh
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?
johannes