From 01eb71651c846746a48f47fc72ae6d2a90641aa0 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/avrdude@272 81a1dc3b-b13d-400b-aceb-764788c761c2 --- bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 901141d7..c702f8e7 100755 --- a/bootstrap +++ b/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.