Date: Wed, 5 Apr 2006 22:51:55 GMT From: Wilfried Goesgens <w.goesgens@chaosindustries.de> To: freebsd-gnats-submit@FreeBSD.org Subject: gnu/95371: autoconf not well enough integrated with libtool, aclocal and so on. Message-ID: <200604052251.k35Mpt4t050794@www.freebsd.org> Resent-Message-ID: <200604052300.k35N0Ss3057538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95371
>Category: gnu
>Synopsis: autoconf not well enough integrated with libtool, aclocal and so on.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 05 23:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Wilfried Goesgens
>Release: 6.0
>Organization:
chaos industries
>Environment:
FreeBSD cellophane.xand.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386
>Description:
autoreconf, part of the autoconf port behaves badly.
this is a perl script, and it would call all the stuff needed to bootstrap a projects auto environment.
there is for example
my $autoconf = $ENV{'AUTOCONF'} || '/usr/local/bin/autoconf259';
in it. on the other hand there is
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
beyound some others without path, which makes autoreconf fail.
I think that this is filled in by a configure option of the autoconf installation.
by adding references to the propper instances it would bring this to work.
>How-To-Repeat:
get for example webcit from subversion, head branch on www.citadel.org, and call ./autogen.sh
>Fix:
configure autoconf to interoperate with the whole family of tools
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604052251.k35Mpt4t050794>
