Follow-up Comment #3, sr #110886 (project autoconf):

The use of AC_REQUIRE at the top level was also ill-advised in:


@@ -2635,7 +2616,7 @@ if test "$wxUSE_EXPAT" != "no"; then
         dnl Expat requires C99 compiler, so define wxCFLAGS_C99 variable
which
         dnl is used when compiling it in our makefiles.
         save_CC="$CC"
-        AC_PROG_CC_C99
+        AC_REQUIRE(AC_PROG_CC)
         CC="$save_CC"
 
         dnl Note that we need just the flags, not the full CC value
including


It breaks the generated configure script.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110886>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to