[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "possibly undefined macro: AC_PROG_LIBTOOL" when Trying to build Gnu
From: |
Andreas Metzler |
Subject: |
Re: "possibly undefined macro: AC_PROG_LIBTOOL" when Trying to build GnuTLS from git |
Date: |
Fri, 24 Sep 2010 18:06:20 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On 2010-09-23 "Davies, Joshua" <address@hidden> wrote:
> I downloaded the latest gnutls, per the instructions at:
> http://www.gnu.org/software/gnutls/devel.html. However, when I try
> running "make bootstrap" (per the instructions in README-ALPHA), I
> get:
[...]
> configure.ac:37: error: possibly undefined macro: AC_PROG_LIBTOOL
> autoreconf: /usr/local/bin/autoconf failed with exit status: 1
> make: *** [autoreconf] Error 1
Looks like you are missing libtool(.m4).
> I've upgrade autoconf and automake to 2.61 and 1.10.3 per the
> dependencies list. If I download 2.8.6 from the FTP site, it builds
> correctly, and there aren't a heck of a lot of differences between
> configure.ac in 2.8.6 and the configure.ac that I'm trying to build
> above.
The 2.8.6 release tarball already contains the build infrastructure
(output of automake/autoconf/libtoolize, etc).
cu andreas