From owner-freebsd-ports@FreeBSD.ORG Tue Jun 20 08:10:37 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8907E16A47B for ; Tue, 20 Jun 2006 08:10:37 +0000 (UTC) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (www.creo.hu [217.113.62.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FFB43D58 for ; Tue, 20 Jun 2006 08:10:36 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (localhost [127.0.0.1]) by beastie.creo.hu (8.13.4/8.13.4) with ESMTP id k5K88GOT074116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jun 2006 10:08:16 +0200 (CEST) (envelope-from csaba@beastie.creo.hu) Received: (from csaba@localhost) by beastie.creo.hu (8.13.4/8.13.4/Submit) id k5K88GDj074115; Tue, 20 Jun 2006 10:08:16 +0200 (CEST) (envelope-from csaba) Date: Tue, 20 Jun 2006 10:08:15 +0200 From: Csaba Henk To: Alexander Leidinger Message-ID: <20060620080815.GS49983@beastie.creo.hu> References: <20060620091630.4uid5rgn4000cccg@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060620091630.4uid5rgn4000cccg@netchild.homeip.net> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: keeping up with "gnu-libtool -> libtool15" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 08:10:37 -0000 On Tue, Jun 20, 2006 at 09:16:30AM +0200, Alexander Leidinger wrote: > Quoting Csaba Henk (from Tue, 20 Jun 2006 06:25:37 > +0000 (UTC)): > > > Running libtoolize... > > Running autoreconf... > > configure.in:8: error: possibly undefined macro: AC_PROG_LIBTOOL > > If this token and others are legitimate, please use > > m4_pattern_allow. > > See the Autoconf documentation. > > autoreconf: /usr/local/gnu-autotools/bin/autoconf failed with exit > > status: 1 > > > >How to get around this transparently? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98435 My case is different from that in two respects. One is that I meet with this issue when using vanilla GNU autotools, while you speak about the FreeBSDized versions. That's not that a big deal, the proposed workaround is easy to adopt: echo /usr/local/share/aclocal > \ /usr/local/gnu-autotools/share/aclocal-1.9/dirlist (in fact, I did this before starting this thread). The second -- which finally defeats me -- is that you report an aclocal failure, while I see the error with autoconf. The dirlist thingy is aclocal specific, and doesn't seem to improve the situation with autoconf. Regards, Csaba