mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Merge "BuildSystem: Enable autotools in FreeBSD."
This commit is contained in:
@@ -13,9 +13,9 @@ check_for_app() {
|
|||||||
# On Linux, environment variables tell which one to use.
|
# On Linux, environment variables tell which one to use.
|
||||||
|
|
||||||
case `uname -sr` in
|
case `uname -sr` in
|
||||||
'FreeBSD 4'*) # FreeBSD 4.x has a different naming
|
FreeBSD*)
|
||||||
MY_AC_VER=259
|
MY_AC_VER=
|
||||||
MY_AM_VER=19
|
MY_AM_VER=
|
||||||
;;
|
;;
|
||||||
OpenBSD*)
|
OpenBSD*)
|
||||||
export AUTOCONF_VERSION=2.63
|
export AUTOCONF_VERSION=2.63
|
||||||
|
|||||||
Reference in New Issue
Block a user