summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-01-29 17:20:39 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-01-29 17:20:39 +0100
commit913773cd75c532ea49149c7af67a9162afaf6e61 (patch)
tree38535e1d52e240a786c72eae7daa14078d59f616 /bootstrap.sh
parentda5859246db94d9852323b1357401559f162d7ba (diff)
BuildSystem: Enable autotools in FreeBSD.
In the current versions of FreeBSD, the apps of GNU autotools do not need to be called with a version anymore. The latest version can be invoked directly. Additionally, the script ./bootstrap.sh asked for autoconf 2.62 and automake 1.9, versions which are not available as port anymore. ASTERISK-27637 Change-Id: Id7b94b80e78cc943a40ba79b697e3f70019820a7
Diffstat (limited to 'bootstrap.sh')
-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