ports/116584: aclocal-1.9/aclocal14/aclocal19 do not include libtool.m4
paolo at lulli.net
paolo at lulli.net
Sun Sep 23 17:00:27 UTC 2007
>Number: 116584
>Category: ports
>Synopsis: aclocal-1.9/aclocal14/aclocal19 do not include libtool.m4
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 23 17:00:26 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Paolo Lulli
>Release: any
>Organization:
>Environment:
System: FreeBSD lilly.csoft.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon Dec 11 15:25:38 UTC 2006 root at ubar.csoft.net:/usr/src/sys/amd64/compile/UBAR amd64
FreeBSD spartacus.homelan 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The autotools installation does not provide libtool.m4 in the following locations:
/usr/local/share/aclocal14/
/usr/local/share/aclocal19/
So, when i run
aclocal
I do not get the code right for AC_PROG_LIBTOOL. Therefore, any autotool development project that
use libtool to build dependencies, lacks the m4 macro support for LIBTOOL, and the build fails
>How-To-Repeat:
Tryin' to compile any home-made C project that uses the AC_PROG_LIBTOOL macro to build
>Fix:
Soft linking (or putting the real file, maybe) the following:
/usr/local/share/aclocal/libtool.m4
against ----->
/usr/local/share/aclocal14/libtool.m4
/usr/local/share/aclocal19/libtool.m4
that actually do not exist
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list