libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: partly merge from MirLibtool


From: Ralf Wildenhues
Subject: Re: FYI: partly merge from MirLibtool
Date: Sun, 3 Jul 2005 20:16:07 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Sun, Jul 03, 2005 at 06:58:29PM CEST:
> I have applied these patches to HEAD/branch-2-0 and branch-1-5
> respectively.

Another tidbit:  apparently some BSD linker write to stdout on this
test -- now put in config.log.  Applied to all branches.

Regards,
Ralf

        * m4/libtool.m4 (_LT_TRY_DLOPEN_SELF): Quieten configure
        output for corner cases on some BSDs.
        (LT_CMD_MAX_LEN): Another comment cleanup.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.200
diff -u -r1.200 libtool.m4
--- m4/libtool.m4       3 Jul 2005 16:55:50 -0000       1.200
+++ m4/libtool.m4       3 Jul 2005 18:14:17 -0000
@@ -1227,7 +1227,7 @@
     elif test -x /usr/sbin/sysctl; then
       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
     else
-      lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
     fi
     # And add a safety zone
     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
@@ -1369,7 +1369,7 @@
 }]
 _LT_EOF
   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
-    (./conftest; exit; ) 2>/dev/null
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
     lt_status=$?
     case x$lt_status in
       x$lt_dlno_uscore) $1 ;;




reply via email to

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