aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 06:07:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 06:07:43 +0000
commit43ec1d9cd83a2d60b48dfcc660ad61a8956116ce (patch)
tree58374918637c699260a7b68b7ce537aa5ab04849 /bootstrap.sh
parent154fc96c348fb9c634762676070bc3345bd0cb98 (diff)
remove a bashism ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22357 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ce06929e0..cbc26aa2f 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