Export ${AUTOCONF} so automake will find it by whatever name it will be

called today.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@271 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2003-03-10 20:20:55 +00:00
parent 92294a3b65
commit bdb0406f13
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ then
exit 1
fi
# automake doesn't find autoconf${AC_VER} unless this variable is
# exported:
export AUTOCONF
# Bootstrap the build system.
set -x