Export all the AUTO* variables. Hopefully, that way the generated
Makefile might get them correctly. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@272 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
79368b37a2
commit
c4c44ca818
|
@ -32,9 +32,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# automake doesn't find autoconf${AC_VER} unless this variable is
|
export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE
|
||||||
# exported:
|
|
||||||
export AUTOCONF
|
|
||||||
|
|
||||||
# Bootstrap the build system.
|
# Bootstrap the build system.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue