From 79368b37a2f36b8c6e87d7baf71c30c2f04e0789 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 10 Mar 2003 20:20:55 +0000 Subject: [PATCH] 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 --- avrdude/bootstrap | 4 ++++ 1 file changed, 4 insertions(+) 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