summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2009-07-08 14:45:15 +0000
committerLuigi Rizzo <rizzo@icir.org>2009-07-08 14:45:15 +0000
commitacc8bbbaf53e0c6e1ef45e4b6195f8c67621da8a (patch)
tree05c5ecc271ebc9c3090e63c54a42adc3f4907b0f /bootstrap.sh
parente76a0e92d24253cb0fdda40ef7e6c3ccb45ccbae (diff)
FreeBSD now has autoconf 2.62 in the ports, 2.61 has disappeared.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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