From bdb0406f1316d8867b9dc19204314ae0058ff6c1 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/avrdude@271 81a1dc3b-b13d-400b-aceb-764788c761c2 --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index 6e53a8be..901141d7 100755 --- a/bootstrap +++ b/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