X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff021a73f0cd26b2f27ca729783aa486393f9b3a..d5c59d2c517e9d811871e580abac9513e6e949e1:/bootstrap diff --git a/bootstrap b/bootstrap index 3989daa7ab..b1ac3e700c 100755 --- a/bootstrap +++ b/bootstrap @@ -57,10 +57,10 @@ DIE=0 } } -(automake-1.7 --version) < /dev/null > /dev/null 2>&1 || { +(automake-1.8 --version) < /dev/null > /dev/null 2>&1 || { echo - echo "**Error**: You must have \`automake' 1.7 installed to compile $PKG_NAME." - echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.7.tar.gz" + echo "**Error**: You must have \`automake' 1.8 installed to compile $PKG_NAME." + echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.8.tar.gz" echo "(or a newer version if it is available)" DIE=1 NO_AUTOMAKE=yes @@ -97,7 +97,7 @@ if test -z "$*"; then echo \`$0\'" command line, or rerun aci_configurator and save the new ones." echo else - configure_args="--enable-maintainer-mode" + configure_args="--enable-maintainer-mode --enable-gtk-doc" echo "**Warning**: I am going to run \`configure' with no arguments." echo "If you wish to pass any to it, please specify them on the" echo \`$0\'" command line." @@ -137,15 +137,15 @@ do libtoolize --force --copy || exit 1 fi fi - echo "Running aclocal-1.7 $aclocalinclude..." - aclocal-1.7 $aclocalinclude + echo "Running aclocal-1.8 $aclocalinclude..." + aclocal-1.8 $aclocalinclude if grep "^AM_CONFIG_HEADER" $configfile >/dev/null; then echo "Running autoheader in "`pwd`"..." autoheader || exit 1 fi if grep "^AM_INIT_AUTOMAKE" $configfile >/dev/null; then - echo "Running automake-1.7 --gnu --add-missing $am_opt ..." - automake-1.7 --gnu --add-missing $am_opt || exit 1 + echo "Running automake-1.8 --gnu --add-missing $am_opt ..." + automake-1.8 --gnu --add-missing $am_opt || exit 1 fi echo "Running autoconf..." autoconf || exit 1