From 24532be62d347d855d8e2aa1fa2b9c09761cc56a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Jan 2009 21:48:06 +0100 Subject: update to libtool 2.2 --- bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index a6ebd73..abeb4f6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -54,14 +54,14 @@ else mkdir -p m4 gtkdocize --copy --flavour no-tmpl --docdir gtkdoc - "$LIBTOOLIZE" -c --force --ltdl + "$LIBTOOLIZE" -c --force --ltdl --recursive run_versioned aclocal "$VERSION" -I m4 - run_versioned autoconf 2.62 -Wall - run_versioned autoheader 2.62 + run_versioned autoconf 2.63 -Wall + run_versioned autoheader 2.63 run_versioned automake "$VERSION" --copy --foreign --add-missing if test "x$NOCONFIGURE" = "x"; then - CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc "$@" + CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc "$@" make clean fi fi -- cgit