
20 Jul
2004
20 Jul
'04
7:31 a.m.
Index: ChangeLog from Geoffroy Fouquier <geoffroy.fouquier@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@lrde.epita.fr
7704
Age (days ago)
7704
Last active (days ago)
0 comments
1 participants
participants (1)
-
Geoffroy Fouquier