From c4c44ca818ebbb76ff84cd5336dc98ed366aa800 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 10 Mar 2003 21:25:13 +0000 Subject: [PATCH] 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 --- avrdude/bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/avrdude/bootstrap b/avrdude/bootstrap index 901141d7..c702f8e7 100755 --- a/avrdude/bootstrap +++ b/avrdude/bootstrap @@ -32,9 +32,7 @@ then exit 1 fi -# automake doesn't find autoconf${AC_VER} unless this variable is -# exported: -export AUTOCONF +export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE # Bootstrap the build system.