projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76a0e9
)
FreeBSD now has autoconf 2.62 in the ports, 2.61 has disappeared.
author
Luigi Rizzo
<rizzo@icir.org>
Wed, 8 Jul 2009 14:45:15 +0000
(14:45 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Wed, 8 Jul 2009 14:45:15 +0000
(14:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205118
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
de7dd3a
..
df2645e
100755
(executable)
--- 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