From 139be57d9441b5c890e1e4ee69e15aad03276fde Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Jun 2010 00:44:57 +0200 Subject: build-sys: speed up build via convenience library --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') 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" -- cgit v1.2.3-54-g00ecf