X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/16ebf761bf0d81a3239396a5969a37cd85054806..c8fcde472922e4ee664d904e0bf1a583f1d5040d:/autogen.sh?ds=sidebyside diff --git a/autogen.sh b/autogen.sh index a1f2bf5..c87d12b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,8 +10,8 @@ set -e rm -rf config.cache autom4te.cache mkdir -p autotools -aclocal-1.9 -autoconf -automake-1.9 --add-missing +${ACLOCAL:-aclocal} -I autotools +${AUTOCONF:-autoconf} +${AUTOMAKE:-automake} --add-missing rm -rf autom4te.cache