From 29513843b22dbd2aba1d3ba2930bb38e2c6631e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sat, 9 May 2009 18:13:49 +0300 Subject: build: fix undefined macro: AM_PROG_LIBTOOL with recent libtool Without this patch, I get: configure.ac:206: warning: macro `AM_PROG_LIBTOOL' not found in library configure.ac:213: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf2.50: /usr/bin/autoconf failed with exit status: 1 (I am using libltdl-dev 2.2.6a-4 from Debian) --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 56183be..a7c8129 100755 --- a/autogen.sh +++ b/autogen.sh @@ -131,6 +131,7 @@ if test -z "$*"; then fi +libtoolize --force || echo "libtoolize failed" gtkdocize || echo "gtkdocize failed" export AUTOMAKE ACLOCAL -- cgit v1.2.1