X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a30ce7329b39609b9a6b139f32b2d2f1a84f120..53f4f08bea7b5d0aba645179de3ca7ddaceccae7:/configure.ac diff --git a/configure.ac b/configure.ac index 06423e4b45..a34271458c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence. ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.3.4-svn],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.3.5-svn],[simgrid-devel@lists.gforge.inria.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules @@ -40,7 +40,7 @@ if test -e .svn && echo $VERSION | grep -q svn; then PACKAGE_VERSION="$PACKAGE_VERSION-r`svnversion`" PACKAGE_STRING="$PACKAGE_STRING r`svnversion`" else if test -e .git && echo $VERSION | grep -q svn; then - ver=`git describe --long --all | sed 's|.*/||'` + ver=`git log --oneline -1 | sed 's| .*||'` VERSION=`echo "$VERSION-r$ver" | sed 's/svn/git/'` PACKAGE_VERSION=`echo "$PACKAGE_VERSION-r$ver" | sed 's/svn/git/'` PACKAGE_STRING=`echo "$PACKAGE_STRING r$ver" | sed 's/svn/git/'` @@ -539,9 +539,10 @@ AC_CONFIG_FILES([ done ]) -# Testsuite +# build tools && Testsuite AC_CONFIG_FILES([ + buildtools/Makefile testsuite/Makefile testsuite/run_tests ],[