fix warnings
[ust.git] / bootstrap
index ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e..c507425667e579d73a2a31c27b0e7a96baa4e8da 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,12 @@
 #! /bin/sh
 
-aclocal \
-&& automake --gnu --add-missing \
-&& autoconf
+set -x
+if [ ! -e config ]; then
+       mkdir config
+fi
+aclocal
+libtoolize --force --copy
+autoheader
+automake --add-missing --copy
+autoconf
+
This page took 0.022895 seconds and 4 git commands to generate.