bootstrap: create config directory if not exists
[ust.git] / bootstrap
index 0374e3816ed830695a4f311a15566aa427363fb5..c507425667e579d73a2a31c27b0e7a96baa4e8da 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,9 @@
 #! /bin/sh
 
 set -x
+if [ ! -e config ]; then
+       mkdir config
+fi
 aclocal
 libtoolize --force --copy
 autoheader
This page took 0.022343 seconds and 4 git commands to generate.