Irix tweaks.

This commit is contained in:
curt
2001-04-11 21:14:24 +00:00
parent e3b0a70eb9
commit dfbcb1566b
4 changed files with 26 additions and 5 deletions
+12
View File
@@ -34,6 +34,18 @@ AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LN_S
OS=`uname -s`
if test $OS = "IRIX" -o $OS = "IRIX64"; then
if text $CC = "CC"; then
AR="CC -ar"
else
AR="ar"
fi
else
AR="ar"
fi
AC_SUBST(AR)
if echo $includedir | egrep "simgear$" > /dev/null; then
echo "includedir is" $includedir "libdir is" $libdir
else