]> git.sur5r.net Git - kconfig-frontends/blobdiff - bootstrap
configure: change contact email address
[kconfig-frontends] / bootstrap
index b07f76de2977e19a559b31a1ee596549039ad912..b9dcbaf6229be8c6ee1378eea0000a6bcebb0046 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,9 @@
 #!/bin/sh
 set -e
 
+printf "Running libtoolize...\n"
+libtoolize --copy --force
+
 printf "Running aclocal...\n"
 aclocal -Wall --force
 
@@ -11,7 +14,9 @@ printf "Running autoheader...\n"
 autoheader -Wall --force
 
 printf "Running automake...\n"
-mkdir -p scripts
 automake --foreign --add-missing --copy -Wall --force
 
+# Cleanup the mess... :-(
+rm -rf autom4te.cache
+
 printf "Done. You may now run:\n    ./configure\n"