bootstrap: create config directory if not exists
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 18:08:05 +0000 (14:08 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 18:08:05 +0000 (14:08 -0400)
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.024008 seconds and 4 git commands to generate.