X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=c27176f41741e90b3e87d0d861b43fa48dc32ce7;hb=0152b607f8c4eea755278176d40b16723e3a8b66;hp=e857a2fb287c1db019311fdc7d1578955b3a81b5;hpb=15399bfe95b1b6e3f60371c514da5a42200de223;p=simgear.git diff --git a/configure.in b/configure.in index e857a2fb..c27176f4 100644 --- a/configure.in +++ b/configure.in @@ -5,6 +5,9 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) +# Require at least automake 2.13 +AC_PREREQ(2.13) + dnl Initialize the automake stuff AM_INIT_AUTOMAKE(SimGear, 0.0.17) @@ -103,8 +106,8 @@ AC_EGREP_CPP(yes, #endif ],is_mingw=yes, is_mingw=no) -echo "IS_MINGW = "$is_mingw -AM_CONDITIONAL(IS_MINGW, test $is_mingw="yes") +echo "IS_MINGW = $is_mingw" +AM_CONDITIONAL(IS_MINGW, test "x$is_mingw" = "xyes") AC_EGREP_CPP(yes, [#ifdef __CYGWIN__ @@ -112,8 +115,8 @@ AC_EGREP_CPP(yes, #endif ],is_cygwin=yes, is_cygwin=no) -echo "IS_CYGWIN = "$is_cygwin -AM_CONDITIONAL(IS_CYGWIN, test $is_cygwin="yes") +echo "IS_CYGWIN = $is_cygwin" +AM_CONDITIONAL(IS_CYGWIN, test "x$is_cygwin" = "xyes") if test "x$HOSTTYPE" != "xmacintosh" -a "x$is_mingw" != "xyes"; then dnl extra library and include directories