summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-14 23:58:36 +0000
committerDana Jansens <danakj@orodu.net>2002-11-14 23:58:36 +0000
commit379ccf45cd1903375b86073ed19e4519fd664766 (patch)
tree10b5021985eac6dc4ccb861225ab259a34d09114 /bootstrap
parent29d504e76cf90b9f3c27c91383889ce003b01728 (diff)
add libtoolize
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ed12d05a..3223b6fc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,10 +4,11 @@ sh() {
/bin/sh -c "set -x; $*"
}
+sh libtoolize --copy --force --automake
sh aclocal
sh autoheader
-sh automake --foreign --include-deps --add-missing
sh autoconf
+sh automake --foreign --include-deps --add-missing
echo
echo You are now ready to run ./configure