bug-automake
[Top][All Lists]
Advanced

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

Re: no AM_PROG_LIBTOOL?


From: Gary V. Vaughan
Subject: Re: no AM_PROG_LIBTOOL?
Date: Tue, 02 Nov 2004 12:06:06 +0000
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

Hi Chris,

Chris Ison wrote:
> I've just tried to "bootstrap" a source using automake 1.9.3 compiled
> from source from gnu and got the resulting message
>  
> aclocal:configure.ac:94: warning: macro `AM_PROG_LIBTOOL' not found in
> library
>  
> has this been renamed or moved?

Did you install automake-1.9.3 to the same prefix where libtool installed
its ac macros?

You probably have libtool.m4 in /usr/share/aclocal, but installed your
new automake in /usr/local which causes it to look in
/usr/local/share/aclocal.  If that was the case, try:

  $ for file in /usr/share/aclocal/*; do
  >   cp -dpr --update $file /usr/local/share/aclocal;
  > done

> the line in the bootstrap reads as follows
>  
> 
> aclocal && autoheader && $libtoolize --automake && automake
> --add-missing && autoconf

HTH,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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