Update version to 0.16
[ust.git] / bootstrap
index ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e..c71b862a5632b09cc8fd546a9ce9c208e37465c7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,8 @@
 #! /bin/sh
 
-aclocal \
-&& automake --gnu --add-missing \
-&& autoconf
+set -x
+if [ ! -e config ]; then
+       mkdir config
+fi
+
+autoreconf -i
This page took 0.023979 seconds and 4 git commands to generate.