bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 5-gary-symbol-underscore-test-output-fd-workaround.patch


From: Gary V. Vaughan
Subject: FYI: 5-gary-symbol-underscore-test-output-fd-workaround.patch
Date: Wed, 27 Aug 2003 16:24:31 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030804

Applied to HEAD under the `obvious fix' criterion.

Autoconf folks: AU_ALIAS inserts an extraneous newline between the `>&' and the `5' which crashes the configure script. I could't see where it was coming from :-(

Cheers,
        Gary.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        Work around a bug in AU_ALIAS in CVS Autoconf that inserts a
        newline just before AC_FD_CC, by hand updating:

        * ltdl.m4 (AC_LTDL_SYMBOL_USCORE): s/AC_FD_CC/AS_MESSAGE_LOG_FD/g.

Index: ltdl.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/ltdl.m4,v
retrieving revision 1.49
diff -u -p -u -r1.49 ltdl.m4
--- ltdl.m4 15 Jul 2003 00:05:21 -0000 1.49
+++ ltdl.m4 27 Aug 2003 14:55:27 -0000
@@ -377,15 +377,15 @@ EOF
         if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
          :
         else
-         echo "configure: cannot find nm_test_func in $ac_nlist" >&AC_FD_CC
+         echo "configure: cannot find nm_test_func in $ac_nlist" 
>&AS_MESSAGE_LOG_FD
         fi
       fi
     else
-      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC
+      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" 
>&AS_MESSAGE_LOG_FD
     fi
   else
-    echo "configure: failed program was:" >&AC_FD_CC
-    cat conftest.c >&AC_FD_CC
+    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
+    cat conftest.c >&AS_MESSAGE_LOG_FD
   fi
   rm -rf conftest*
   ])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]