fix warnings
[ust.git] / bootstrap
index 1199ae213af4f46d2d4d346674fc96831ae0394b..c507425667e579d73a2a31c27b0e7a96baa4e8da 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,10 @@
 #! /bin/sh
 
 set -x
-aclocal -I config
+if [ ! -e config ]; then
+       mkdir config
+fi
+aclocal
 libtoolize --force --copy
 autoheader
 automake --add-missing --copy
This page took 0.022358 seconds and 4 git commands to generate.