X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=6ac0c87b481edc85c42c79495b248be3db9a6e1f;hb=1e6aa4b40fcd9abeed6c3c28843bb58e07afc49d;hp=6813d11e8e99d5f1e412627d87f44fe925f5829e;hpb=7c01ad6917c99628abc88547ae9315c15c2a50fb;p=simgear.git diff --git a/configure.ac b/configure.ac index 6813d11e..6ac0c87b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 2.0.0-rc2) +AM_INIT_AUTOMAKE(SimGear, 2.0.0) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -34,6 +34,7 @@ AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_CPP AC_PROG_CXX +AC_PROG_CXXCPP AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_LN_S @@ -301,7 +302,7 @@ case "${host}" in dnl CygWin under Windoze. INCLUDES="$INCLUDES -I/usr/local/include/" LIBS="$LIBS -L/usr/local/lib" - AC_SEARCH_LIBS(alGenBuffers, [ openal32 openal ] ) + AC_SEARCH_LIBS(alGenBuffers, [ openal32 openal 'openal -ldsound -lwinmm' ] ) AC_SEARCH_LIBS(alutInit, [ openal32 ALut alut ] ) LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32" openal_LIBS="$LIBS"