diff --git a/bootstrap.sh b/bootstrap.sh
index ce06929e01d5fa3ea599d6ecc88f7faea87e26cd..cbc26aa2f1eb358e300d08e7973a2af170ba9de5 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -22,8 +22,10 @@ then
 	autoheader259
 	automake19 --add-missing --copy 2>/dev/null
 else
-	export AUTOCONF_VERSION=2.59
-	export AUTOMAKE_VERSION=1.9
+	AUTOCONF_VERSION=2.59
+	AUTOMAKE_VERSION=1.9
+	export AUTOCONF_VERSION
+	export AUTOMAKE_VERSION
 
 	check_for_app autoconf
 	check_for_app autoheader