X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=1e58d02c6fbcdaf346c672fd3ea3ef3162f5511a;hb=92010f9f9483082bbf83638a49e08053f53c5daa;hp=5f936117a47165063d991ac3bf10b2e463a90819;hpb=bcc42cbe4c8f6de7da8a646301f4eabe39eead21;p=flightgear.git diff --git a/configure.ac b/configure.ac index 5f936117a..1e58d02c6 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(FlightGear, 0.9.4.pre1) +AM_INIT_AUTOMAKE(FlightGear, 0.9.4) dnl Checks for programs. AC_PROG_MAKE_SET @@ -91,7 +91,7 @@ fi dnl Used by JSBSim to conditionally compile in fgfs interface code AC_DEFINE([FGFS], 1, [Define so that JSBSim compiles in 'library' mode]) -dnl Used to controll whether clouds3d should be compiled in or not +dnl Used to control whether clouds3d should be compiled in or not AC_DEFINE([FG_USE_CLOUDS_3D], 1, [Define to use 3D cloud support]) AM_CONDITIONAL(FG_USE_CLOUDS_3D, test "x" = "x") @@ -106,7 +106,7 @@ case "${host}" in *-*-cygwin*) if test -d /usr/local ; then - EXTRA_DIRS="/usr/local" + EXTRA_DIRS="${EXTRA_DIRS} /usr/local" fi ;;