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@271 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2003-03-10 20:20:55 +00:00
parent f7ae053814
commit 79368b37a2
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