summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-21 21:48:06 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-21 21:48:06 +0100
commit24532be62d347d855d8e2aa1fa2b9c09761cc56a (patch)
tree6439181ef30ad2a9f56bbc6e0f4ebb660d5452f6 /bootstrap.sh
parentb64be2cbf9084742d75c744b8551e61a8d9618d7 (diff)
update to libtool 2.2
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
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