summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1514221..b0568e5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -47,7 +47,9 @@ else
rm -rf autom4te.cache
rm -f config.cache
- libtoolize -c --force
+ test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
+
+ "$LIBTOOLIZE" -c --force
run_versioned aclocal "$VERSION" -I common
autoconf -Wall
autoheader