Index: ChangeLog
from Geoffroy Fouquier <geoffroy.fouquier(a)lrde.epita.fr>
* bootstrap.sh: Create the config directory if not exist.
Index: bootstrap.sh
--- bootstrap.sh (revision 82)
+++ bootstrap.sh (working copy)
@@ -1,4 +1,7 @@
#! /bin/sh
+CONFDIR=`dirname $0`"/config"
+[[ -d $CONFDIR ]] || mkdir $CONFDIR
+
autoreconf -f -v -i
echo "Reconfiguration done."
--
Geoffroy Fouquier
Geoffroy.Fouquier(a)lrde.epita.fr
Show replies by date