diff --git a/avrdude/bootstrap b/avrdude/bootstrap index 6e53a8be..901141d7 100755 --- a/avrdude/bootstrap +++ b/avrdude/bootstrap @@ -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