# Specify if we want to use WeatherCM instead of FGEnvironment.
# default to with_weathercm=no
-AC_ARG_WITH(new-environment, [ --with-weathercm Use WeatherCM instead of FGEnvironment])
+AC_ARG_WITH(new-environment, [ --with-weathercm Use WeatherCM instead of FGEnvironment])
if test "x$with_weathercm" = "xyes" ; then
echo "Building with WeatherCM"
AC_DEFINE([FG_WEATHERCM], 1,
AM_CONDITIONAL(WITH_THREADS, test "x$with_threads" = "xyes")
# specify the plib location
-AC_ARG_WITH(plib, [ --with-plib=prefix Specify the prefix path to plib])
+AC_ARG_WITH(plib, [ --with-plib=PREFIX Specify the prefix path to plib])
if test "x$with_plib" != "x" ; then
echo "plib prefix is $with_plib"
fi
# specify the metakit location
-AC_ARG_WITH(metakit, [ --with-metakit=prefix Specify the prefix path to metakit])
+AC_ARG_WITH(metakit, [ --with-metakit=PREFIX Specify the prefix path to metakit])
if test "x$with_metakit" != "x" ; then
echo "metakit prefix is $with_metakit"
fi
# specify the simgear location
-AC_ARG_WITH(simgear, [ --with-simgear=prefix Specify the prefix path to simgear])
+AC_ARG_WITH(simgear, [ --with-simgear=PREFIX Specify the prefix path to simgear])
if test "x$with_simgear" != "x" ; then
echo "SimGear prefix path is $with_simgear"
echo Win32 specific hacks...
AC_DEFINE([WIN32], 1, [Define if building on a Win32 platform])
- # force a failed check since we will be building under windoze
- AM_CONDITIONAL(ENABLE_XMESA_FX, test "no" = "yes")
-
# just define these to true and hope for the best
ac_cv_lib_glut_glutGetModifiers="yes"
ac_cv_lib_glut_glutGameModeString="yes"
# The following are C++ items that need to be tested for with the c++
# compiler
-AC_LANG_SAVE
-AC_LANG_CPLUSPLUS
+AC_LANG_PUSH(C++)
# Check for "plib" without which we cannot go on
AC_CHECK_HEADER(plib/pu.h)
exit
fi
-AC_MSG_CHECKING(for proper simgear version)
-
+AC_MSG_CHECKING([for proper simgear version])
AC_TRY_RUN([
#include <stdio.h>
#define MIN_MAJOR 0
#define MIN_MINOR 0
-#define MIN_MICRO 18
+#define MIN_MICRO 19
int main() {
int major, minor, micro;
exit
fi
+AC_MSG_CHECKING([for proper metakit version])
AC_TRY_RUN([
#include <mk4.h>
AC_MSG_RESULT(yes)
)
-AC_LANG_RESTORE
+AC_LANG_POP
# Check for system installed zlib
AC_CHECK_HEADER(zlib.h)
AC_CHECK_FUNCS( ftime gettimeofday timegm memcpy bcopy mktime strstr rand \
random setitimer getitimer signal GetLocalTime rint getrusage )
-AM_CONFIG_HEADER([src/Include/config.h])
+AM_CONFIG_HEADER(src/Include/config.h)
AC_CONFIG_FILES([ \
Makefile \