aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-08 14:45:15 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-08 14:45:15 +0000
commit703f20aebeec4f9f2cace0a06e4e0bad278807a4 (patch)
tree05c5ecc271ebc9c3090e63c54a42adc3f4907b0f /bootstrap.sh
parentf3f5ecb6fb543087786ba30ff3f771b44071977f (diff)
FreeBSD now has autoconf 2.62 in the ports, 2.61 has disappeared.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205118 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index de7dd3a1a..df2645ee1 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -20,7 +20,7 @@ if [ $? = 0 ] ; then # BSD case
MY_AM_VER=19
;;
*)
- MY_AC_VER=-2.61
+ MY_AC_VER=-2.62
MY_AM_VER=-1.9
;;
esac