Chmouel Boudjnah wrote:
>
> > > On Sun, 18 Jul 1999, root wrote:
> > > aclocal: configure.in: 24: macro `AM_PROG_LIBTOOL' not found in library
> > > make: *** [aclocal.m4] Error 1
>
> Do you have the file /usr/share/aclocal/aclocal.m4
>
> ?
> --
> MandrakeSoft http://www.mandrakesoft.com/
> --Chmouel
No...file missing...I have been working trying to install the correct
libaries to allow ./configure to work correctly, which seems to be okay
at this point, but when running make there where several errors, which
at this point I believe have been made operational but for one...missing
aclocal.m4 cause?...
snipet of output follows...
=================================================
configure.in: 24: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL'
instead
src/pnpdump/Makefile.am:1: internally generated variable `CFLAGS' was
set with `+='
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory `/root/detect/src/pnpdump'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/detect/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/root/detect/src'
make: *** [all-recursive] Error 1
[root@localhost detect]#
==================================================
A check on libtool yeilds...
==================================================
[root@localhost bin]# libtool --version
ltmain.sh (GNU libtool) 1.3a (1.463 1999/04/12 06:10:50)
[root@localhost bin]#
==================================================
Thoughts most welcome...
-renzo