--- a/common/autoconf/autogen.sh +++ b/common/autoconf/autogen.sh @@ -43,7 +43,9 @@ fi custom_hook=$custom_script_dir/custom-hook.m4 +if test "x${AUTOCONF}" = x; then AUTOCONF="`which autoconf 2> /dev/null | grep -v '^no autoconf in'`" +fi echo "Autoconf found: ${AUTOCONF}"