X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=8e210d9e79418e81a28514e2899557d306a33f1b;hb=007a1e4659008215c45e6677bc5014662eb68113;hp=f53cdb8f050240784578334d5ffe21fcf76d8560;hpb=f93fa4b613bdbbe73c04b10563834defae736657;p=simgear.git diff --git a/configure.in b/configure.in index f53cdb8f..8e210d9e 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.0.15) +AM_INIT_AUTOMAKE(SimGear, 0.0.16) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -34,6 +34,7 @@ AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_LN_S +AR="ar" OS=`uname -s` if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then if test "$CXX" = "CC"; then @@ -349,3 +350,9 @@ if test "x$ac_cv_lib_pthread_pthread_exit" = "xyes" -a "x$ac_cv_header_pthread_h else echo "Threads: no threads (pthread lib not found.)" fi + +if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then + if test "$CXX" = "CC"; then + echo "\nRemember to run: sh ../FlightGear/irix-hack.sh!\07\n" + fi +fi