Adapt the autotools names to different versions of FreeBSD

(and open the way to better adaptation for other platforms as well).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2007-10-10 06:48:50 +00:00
parent cf12ac90b3
commit b4814719ff
1 changed files with 10 additions and 10 deletions

View File

@ -14,16 +14,16 @@ check_for_app() {
uname -s | grep -q BSD
if [ $? = 0 ] ; then # BSD case
uname -s | grep -q FreeBSD
if [ $? = 0 ] ; then # FreeBSD case
MY_AC_VER=259
MY_AM_VER=19
fi
uname -s | grep -q OpenBSD
if [ $? = 0 ] ; then # OpenBSD case
MY_AC_VER=-2.61
MY_AM_VER=-1.9
fi
case `uname -sr` in
'FreeBSD 4'*) # FreeBSD 4.x has a different naming
MY_AC_VER=259
MY_AM_VER=19
;;
*)
MY_AC_VER=-2.61
MY_AM_VER=-1.9
;;
esac
else # linux case
MY_AC_VER=
MY_AM_VER=