]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Allow building with GCC 2.95.
[wxWidgets.git] / configure
index d8710875190549000b6469d3242b39cd6bc5d82b..208438689f9b1997b1bd25624b77df99207c3090 100755 (executable)
--- a/configure
+++ b/configure
@@ -1661,7 +1661,7 @@ test -n "$target_alias" &&
 wx_major_version_number=2
 wx_minor_version_number=5
 wx_release_number=4
-wx_subrelease_number=1
+wx_subrelease_number=2
 
 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
 WX_VERSION=$WX_RELEASE.$wx_release_number
@@ -11728,7 +11728,7 @@ fi
 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
 
-MWCC=`test $bakefile_compiler_mwerks = yes && echo yes`
+MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -11800,7 +11800,7 @@ fi
 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
 
-XLCC=`test $wx_compiler_xlc = yes && echo yes`
+XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -12667,7 +12667,7 @@ fi
 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
 
-MWCXX=`test $bakefile_compiler_mwerks = yes && echo yes`
+MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
 ac_ext=cc
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -12739,7 +12739,7 @@ fi
 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
 
-XLCXX=`test $wx_compiler_xlc = yes && echo yes`
+XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
 ac_ext=cc
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
 
 
-    BAKEFILE_BAKEFILE_M4_VERSION="0.1.7"
+    BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
 
 
-BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.7"
+BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"