X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/285360d3a869f4b2492c3d36b3d373f2cf6be08f..df18faac51d5f0b3ae8aa7d00bee5740c066aa81:/buildtools/scripts/test_dist_with_autotools.sh diff --git a/buildtools/scripts/test_dist_with_autotools.sh b/buildtools/scripts/test_dist_with_autotools.sh index c773f45b5c..7b9d7597f7 100755 --- a/buildtools/scripts/test_dist_with_autotools.sh +++ b/buildtools/scripts/test_dist_with_autotools.sh @@ -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