X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/6e06b36c90ad1bb02fb07dcd948be36e16d5b35f..5e599ff3ee67aaa9b94cc5d5a2455f81db766d4e:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 6b5fe37..286d0fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,10 +8,9 @@ fi set -e rm -rf config.cache autom4te.cache -mkdir -p autotools -aclocal-1.9 -I autotools -autoconf -automake-1.9 --add-missing -Wall -Wno-portability +${ACLOCAL:-aclocal} -I autotools +${AUTOCONF:-autoconf} +${AUTOMAKE:-automake} --add-missing rm -rf autom4te.cache