X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fautogen.sh;h=1b5ca0287aa5d02e3bb88ebc80e7e721f63504a1;hb=768d9ff70f4f49a042d606eeb0e767c23e537d04;hp=d1487f6d5b9cc46c3bfa3062e32c00e9346c985e;hpb=66f52ff0ba9c55af63cb0b30d94a57fb1030a292;p=lttv.git diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index d1487f6d..1b5ca028 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -67,7 +67,7 @@ fi } } -(automake --version) < /dev/null > /dev/null 2>&1 || { +(automake-1.7 --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`automake' installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" @@ -77,7 +77,7 @@ fi # if no automake, don't bother testing for aclocal -test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { +test -n "$NO_AUTOMAKE" || (aclocal-1.7 --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: Missing \`aclocal'. The version of \`automake'" echo "installed doesn't appear recent enough." @@ -140,8 +140,8 @@ do echo "Running autoheader..." autoheader fi - echo "Running automake --gnu $am_opt ..." - automake --add-missing --gnu $am_opt + echo "Running automake-1.7 --gnu $am_opt ..." + automake-1.7 --add-missing --gnu $am_opt echo "Running autoconf ..." autoconf )