X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=9d448213a0bca1f2abb0befe32a1798ed45dd79a;hb=765763202489b4981a98d6964945057fd1279774;hp=c0aac66f4626dfab1b06fcfa471e48232c3356bc;hpb=ec6ce9fcd8dd37c3ca5ebffc65760d5ca9412231;p=simgear.git diff --git a/configure.ac b/configure.ac index c0aac66f..9d448213 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(SimGear, 0.3.4) +AM_INIT_AUTOMAKE(SimGear, 0.3.5) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -113,6 +113,13 @@ else fi AM_CONDITIONAL(ENABLE_JPEG_SERVER, test "x$with_jpeg_factory" = "xyes") +# specify the plib location +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" + EXTRA_DIRS="${EXTRA_DIRS} $with_plib" +fi dnl Determine an extra directories to add to include/lib search paths case "${host}" in @@ -127,7 +134,7 @@ case "${host}" in if test -d /opt/X11R6 ; then EXTRA_DIR2="/opt/X11R6" fi - EXTRA_DIRS="$EXTRA_DIR1 $EXTRA_DIR2" + EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2" ;; esac @@ -376,7 +383,6 @@ AC_CONFIG_FILES([ \ simgear/io/Makefile \ simgear/magvar/Makefile \ simgear/math/Makefile \ - simgear/metar/Makefile \ simgear/environment/Makefile \ simgear/misc/Makefile \ simgear/nasal/Makefile \