]> git.openfabrics.org - ~shefty/libibcm.git/commitdiff
Auto-create config directory if it doesn't exist.
authorSean Hefty <sean.hefty@intel.com>
Fri, 15 Dec 2006 01:00:08 +0000 (17:00 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 15 Dec 2006 01:00:08 +0000 (17:00 -0800)
autogen.sh

index fd47839cae8cb322ce98831eb6a0cd337dba49f6..f433312161d2eb5e483ac8cb1d2db4ae871c08ae 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 set -x
+test -d ./config || mkdir ./config
 aclocal -I config
 libtoolize --force --copy
 autoheader