]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
Updates for 0.9.1
[flightgear.git] / configure.ac
index cc3c6da32612a842dc4bb21b5065e496916a59c6..eeadd5236875daad9cb54fcf77af6266bda98481 100644 (file)
@@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR([src/Aircraft/aircraft.cxx])
 AC_PREREQ(2.52)
 
 # Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.8.0)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.1)
 
 # Checks for programs.
 AC_PROG_MAKE_SET
@@ -297,6 +297,7 @@ else
 
     echo Win32 specific hacks...
     AC_DEFINE([WIN32], 1, [Define if building on a Win32 platform])
+    AC_DEFINE([NOMINMAX], 1, [Define for Win32 platforms])
 
     # just define these to true and hope for the best
     ac_cv_lib_glut_glutGetModifiers="yes"
@@ -411,7 +412,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
     exit
 fi
 
-AC_MSG_CHECKING([for simgear 0.2.0 or newer])
+AC_MSG_CHECKING([for simgear 0.3.0 or newer])
 AC_TRY_RUN([
 #include <stdio.h>
 
@@ -421,7 +422,7 @@ AC_TRY_RUN([
 #define XSTRINGIFY(X) #X
 
 #define MIN_MAJOR 0
-#define MIN_MINOR 2
+#define MIN_MINOR 3
 #define MIN_MICRO 0
 
 int main() {
@@ -486,7 +487,14 @@ int main() {
 ],
   AC_MSG_RESULT(yes),
   [AC_MSG_RESULT(wrong version);
-   AC_MSG_ERROR([Install metakit 2.4.3 or later first...])],
+   AC_MSG_ERROR([
+
+Install metakit 2.4.3 or later first.
+
+Or, the compiler may not be finding your libmk4.so library.
+Please check the config.log file for specific details of the
+failure if you believe you have the correct metakit version.
+Also, look up this issue in the FlightGear FAQ.])],
   AC_MSG_RESULT(yes)
 )
 LIBS="$saved_LIBS"
@@ -573,6 +581,7 @@ AC_CONFIG_FILES([ \
        src/Controls/Makefile \
        src/Environment/Makefile \
        src/FDM/Balloon/Makefile \
+       src/FDM/ExternalNet/Makefile \
        src/FDM/JSBSim/Makefile \
        src/FDM/JSBSim/filtersjb/Makefile \
        src/FDM/LaRCsim/Makefile \
@@ -581,6 +590,7 @@ AC_CONFIG_FILES([ \
        src/FDM/Makefile \
        src/GUI/Makefile \
        src/Input/Makefile \
+       src/Instrumentation/Makefile \
        src/Main/Makefile \
        src/Main/runfgfs \
        src/Main/runfgfs.bat \
@@ -591,9 +601,12 @@ AC_CONFIG_FILES([ \
        src/Objects/Makefile \
        src/Scenery/Makefile \
        src/Sound/Makefile \
+       src/Systems/Makefile \
        src/Time/Makefile \
        src/WeatherCM/Makefile \
        tests/Makefile \
+       utils/Makefile \
+       utils/TerraSync/Makefile \
 ])
 AC_OUTPUT