X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=528f070d5ac7fe355e3547d1134ff3df23d69429;hb=8d5714084e76ab923c08aae431dbdb9e516aaf96;hp=cc3c6da32612a842dc4bb21b5065e496916a59c6;hpb=c3a24080265d36b2899b75d3e9073e79ee06f6c6;p=flightgear.git diff --git a/configure.ac b/configure.ac index cc3c6da32..528f070d5 100644 --- a/configure.ac +++ b/configure.ac @@ -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.0) # Checks for programs. AC_PROG_MAKE_SET @@ -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 \