From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 14:20:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C29E16A41C for ; Fri, 27 May 2005 14:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC68A43D1F for ; Fri, 27 May 2005 14:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4REK1Mx027733 for ; Fri, 27 May 2005 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4REK1hV027732; Fri, 27 May 2005 14:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 14:20:01 GMT Resent-Message-Id: <200505271420.j4REK1hV027732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Hoenicka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB69616A41C for ; Fri, 27 May 2005 14:16:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7C943D48 for ; Fri, 27 May 2005 14:16:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4REGvTq055825 for ; Fri, 27 May 2005 14:16:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4REGvgk055824; Fri, 27 May 2005 14:16:57 GMT (envelope-from nobody) Message-Id: <200505271416.j4REGvgk055824@www.freebsd.org> Date: Fri, 27 May 2005 14:16:57 GMT From: Markus Hoenicka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81558: AC_PROG_LIBTOOL macro is not available to automake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 14:20:02 -0000 >Number: 81558 >Category: misc >Synopsis: AC_PROG_LIBTOOL macro is not available to automake >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 27 14:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Markus Hoenicka >Release: 5.4-RELEASE >Organization: >Environment: FreeBSD yeti.mininet 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Wed May 25 23:01:46 CEST 2005 markus@yeti.mininet:/usr/src/sys/i386/compile/YETI i386 >Description: If configure.in calls the AC_PROG_LIBTOOL macro, the command sequence libtoolize15 --force --copy aclocal19 --force autoheader259 automake19 --add-missing --force-missing autoconf259 fails to build a usable configure script. The error message indicates that the AC_PROG_LIBTOOL and AC_PROG_LD macros cannot be expanded: configure.in:27: error: possibly undefined macro: AC_PROG_LD If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:29: error: possibly undefined macro: AC_PROG_LIBTOOL In order to exclude version problems of the autotools, I've removed libtool13 which was installed as a dependency. The system was otherwise a fresh install and had installed only the autotools versions mentioned above. >How-To-Repeat: I've noticed this problem while trying to build the current cvs version of libdbi (http://refdb.sourceforge.net/projects/libdbi) Please note that in the current cvs version the ./autogen.sh file must be edited to use the appropriate autotools version, as indicated above. Or just run the commands listed in the full description. >Fix: root@yeti:/usr/local/share/aclocal19# ln -s ../aclocal/libtool15.m4 libtool15.m4 >Release-Note: >Audit-Trail: >Unformatted: