summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-02-13 07:07:59 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-13 07:07:59 -0600
commit26a2cd3ab93a8333cf59c1c7fa1d68ea5b6264a0 (patch)
tree45b5808a51392325ce7b2cccb769be01ff7d53f9
parentdfd5e77ee0d6a1c1aefe9f381b7278c54dc07ee2 (diff)
parent913773cd75c532ea49149c7af67a9162afaf6e61 (diff)
Merge "BuildSystem: Enable autotools in FreeBSD."
-rwxr-xr-xbootstrap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 272c57b94..fe39ea203 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -13,9 +13,9 @@ check_for_app() {
# On Linux, environment variables tell which one to use.
case `uname -sr` in
- 'FreeBSD 4'*) # FreeBSD 4.x has a different naming
- MY_AC_VER=259
- MY_AM_VER=19
+ FreeBSD*)
+ MY_AC_VER=
+ MY_AM_VER=
;;
OpenBSD*)
export AUTOCONF_VERSION=2.63