Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2006 01:19:11 +0400
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        freebsd-ports@freebsd.org, Andriy Gapon <avg@icyb.net.ua>
Subject:   Re: gnu-automake and libtool.m4
Message-ID:  <20060905011911.16a7997f@localhost>
In-Reply-To: <44FC743E.4090400@icyb.net.ua>
References:  <44FC743E.4090400@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
--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 <avg@icyb.net.ua> 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.         <ssedov@mbsd.msk.ru>
=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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060905011911.16a7997f>