Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct Name of test.
[simgrid.git] / buildtools / scripts / test_dist_with_autotools.sh
index c773f45..7b9d759 100755 (executable)
@@ -2,8 +2,11 @@
 # This script waits that the make_dist script finishes building the right archive in ~/simgrid
 # and then builds it using the autotools
 
-
-source ~/simgrid-svn/buildtools/scripts/simgrid_build.conf
+if [ -e ~/simgrid-svn/buildtools/scripts/simgrid_build.conf ] ; then
+  source ~/simgrid-svn/buildtools/scripts/simgrid_build.conf
+else
+  source ~/.simgrid_build.conf
+fi
 
 open_archive
 if [ ! -e Makefile ] ; then