From: Sean Hefty Date: Fri, 15 Dec 2006 01:00:08 +0000 (-0800) Subject: Auto-create config directory if it doesn't exist. X-Git-Tag: v1.0-rc1~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e51338037fadea817b08f1fdfbc7fb29617ef090;p=~shefty%2Flibibcm.git Auto-create config directory if it doesn't exist. --- diff --git a/autogen.sh b/autogen.sh index fd47839..f433312 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,7 @@ #! /bin/sh set -x +test -d ./config || mkdir ./config aclocal -I config libtoolize --force --copy autoheader