From owner-freebsd-ports@FreeBSD.ORG Mon Sep 4 21:20:08 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 260BA16A4E5 for ; Mon, 4 Sep 2006 21:20:08 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A619543D58 for ; Mon, 4 Sep 2006 21:20:04 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.61] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GKLrJ-0001ZV-0x; Tue, 05 Sep 2006 01:19:58 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id A6CCC1147B; Tue, 5 Sep 2006 01:19:16 +0400 (MSD) Date: Tue, 5 Sep 2006 01:19:11 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org, Andriy Gapon Message-ID: <20060905011911.16a7997f@localhost> In-Reply-To: <44FC743E.4090400@icyb.net.ua> References: <44FC743E.4090400@icyb.net.ua> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_nuFl4NZI0iq1e2HQhS1iXfY; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: gnu-automake and libtool.m4 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: Mon, 04 Sep 2006 21:20:08 -0000 --Sig_nuFl4NZI0iq1e2HQhS1iXfY Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Mon, 04 Sep 2006 21:45:18 +0300 Andriy Gapon mentioned: > I have a problem using automake/autoconf under /usr/local/gnu-autotools > with a certain software project (not a port) and it seems that there is > a problem with expanding AC_PROG_LIBTOOL macro in configure.ac. >=20 > I have very limited experience with gnu autotools, but I think that > libtool.m4 needs to be found for that macro to be understood. > I have one libtool.m4 in /usr/local/share/aclocal/ and there is no > libtool.m4 in /usr/local/gnu-autotools/share/aclocal-1.9. > Is that the problem ? >=20 Yes, you should provide "-I usr/local/share/aclocal" argument to aclocal. For autoreconf you can do this by defining env. ACLOCAL variable. /usr/local/gnu-autotools/share/aclocal-1.9 is used only to store stock .m4 files for autoconf/automake, while /usr/local/share/aclocal contains all .m4 file external apps installs, e.g. xmms, pkgconfig, guile and, of course, libtool. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_nuFl4NZI0iq1e2HQhS1iXfY Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE/JhUK/VZk+smlYERAuIsAJ4k9qrIY5gLOEBywINdT3fCYVZKSQCdGDE3 VU7nem34lmsN2Dl60oZE0To= =Umht -----END PGP SIGNATURE----- --Sig_nuFl4NZI0iq1e2HQhS1iXfY--