Problem with recent autoconf

Rafał Mużyło galtgendo at o2.pl
Mon Oct 20 14:43:21 CDT 2008


While recent autoconf creates configure script
successfully, that script fails to print notices at the end.
-------------- next part --------------
--- aclocal.m4.old	2008-10-10 16:57:22.000000000 +0200
+++ aclocal.m4	2008-10-20 19:21:56.000000000 +0200
@@ -220,14 +220,18 @@
     echo >&AS_MESSAGE_FD
     for msg in $wine_notices; do
         if test -n "$msg"; then
+        IFS="$ac_save_IFS"
             AC_MSG_NOTICE([$msg])
+        IFS="|"
         fi
     done
 fi
 for msg in $wine_warnings; do
     if test -n "$msg"; then
         echo >&2
+        IFS="$ac_save_IFS"
         AC_MSG_WARN([$msg])
+        IFS="|"
     fi
 done
 IFS="$ac_save_IFS"])


More information about the wine-patches mailing list