X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/47cdf8b969bd86936e7422c744fb44c450278daa..24ccfd748b1271ff0683ee4066a1d8b9bb8f737f:/autogen.sh?ds=sidebyside diff --git a/autogen.sh b/autogen.sh index cdb14ff..286d0fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,10 +8,9 @@ fi set -e rm -rf config.cache autom4te.cache -mkdir -p config -aclocal-1.9 -autoconf -automake-1.9 --add-missing +${ACLOCAL:-aclocal} -I autotools +${AUTOCONF:-autoconf} +${AUTOMAKE:-automake} --add-missing rm -rf autom4te.cache