change to silent compilation
[ust.git] / bootstrap
index 1199ae213af4f46d2d4d346674fc96831ae0394b..45d79b9660bc72ef279a2c185a3ac50e2ba13b9c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,12 @@
 #! /bin/sh
 
 set -x
-aclocal -I config
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
+if [ ! -e config ]; then
+       mkdir config
+fi
 
+if [ ! -e m4 ]; then
+       mkdir m4
+fi
+
+autoreconf
This page took 0.02269 seconds and 4 git commands to generate.