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:
parent
f7ae053814
commit
79368b37a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue