summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-18 00:44:57 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-18 00:44:57 +0200
commit139be57d9441b5c890e1e4ee69e15aad03276fde (patch)
tree46f829d432b5f73ec8a1ef4497518d0060e031ef /bootstrap.sh
parent8745297f9853c4a17bac69e1b7e652fe81bc1940 (diff)
build-sys: speed up build via convenience library
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index f59a8156bf..6f13ba2b2d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -59,6 +59,7 @@ else
rm -rf autom4te.cache
rm -f config.cache
+ libtoolize -c --force
run_versioned aclocal "$AM_VERSION" -I m4
run_versioned autoconf "$AC_VERSION" -Wall
run_versioned autoheader "$AC_VERSION"