diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /www/asterisk-gui/files/patch-bootstrap.sh | |
parent | . If DISTFILES are missing then print out the instructions to get them (diff) |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'www/asterisk-gui/files/patch-bootstrap.sh')
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh index 0bc24b636e92..554cf1620080 100644 --- a/www/asterisk-gui/files/patch-bootstrap.sh +++ b/www/asterisk-gui/files/patch-bootstrap.sh @@ -6,7 +6,7 @@ if [ $? = 0 ] ; then # FreeBSD case - MY_AC_VER=259 - MY_AM_VER=19 -+ MY_AC_VER=-2.61 ++ MY_AC_VER=-2.62 + MY_AM_VER=-1.9 else # linux case MY_AC_VER= |