From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 14:40:05 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 ECDF216A41C for ; Fri, 27 May 2005 14:40:05 +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 C37BC43D1D for ; Fri, 27 May 2005 14:40:05 +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 j4REe5Kl030503 for ; Fri, 27 May 2005 14:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4REe5VN030502; Fri, 27 May 2005 14:40:05 GMT (envelope-from gnats) Date: Fri, 27 May 2005 14:40:05 GMT Message-Id: <200505271440.j4REe5VN030502@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: 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 Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 14:40:06 -0000 The following reply was made to PR misc/81558; it has been noted by GNATS. From: Giorgos Keramidas To: Markus Hoenicka Cc: bug-followup@freebsd.org Subject: Re: misc/81558: AC_PROG_LIBTOOL macro is not available to automake Date: Fri, 27 May 2005 17:33:14 +0300 On 2005-05-27 14:16, Markus Hoenicka wrote: > 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 I don't think using the autoconfXXX and automakeXXX ports for software that builds outside of the Ports is supported. Please use the devel/gnu-autoconf, devel/gnu-automake and devel/gnu-libtool ports for this sort of thing. These will install full versions of the autotools in /usr/local/gnu-autotools and can be used by setting the PATH to point first to /usr/local/gnu-autotools/bin and then to /usr/local/bin. - Giorgos