]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
Added static port system and a new altimeter model connected to it.
[flightgear.git] / configure.ac
index 51166bb33f66c8d0f72d74d9b0f943ddff9271e0..528f070d5ac7fe355e3547d1134ff3df23d69429 100644 (file)
@@ -486,7 +486,13 @@ 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.])],
   AC_MSG_RESULT(yes)
 )
 LIBS="$saved_LIBS"
@@ -581,6 +587,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,6 +598,7 @@ AC_CONFIG_FILES([ \
        src/Objects/Makefile \
        src/Scenery/Makefile \
        src/Sound/Makefile \
+       src/Systems/Makefile \
        src/Time/Makefile \
        src/WeatherCM/Makefile \
        tests/Makefile \