libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix bogus merge (Libtool HEAD)


From: Ralf Wildenhues
Subject: FYI: fix bogus merge (Libtool HEAD)
Date: Mon, 11 Jul 2005 14:12:39 +0200
User-agent: Mutt/1.4.1i

Hi Patrick,

Regarding your recent problem report[1] with a m4 loop in CVS autotools:
While I can reproduce it over here, I have not found its cause yet.

But it turned up another bug in Libtool CVS HEAD, presumably caused by
a bogus CVS merge.  Checked in the patch below as obvious.  (This bug
shows up only if you do `sinclude(libtool.m4)', not if aclocal pulls in
the macros.)

Cheers,
Ralf

[1] http://lists.gnu.org/archive/html/libtool/2005-07/msg00023.html

2005-07-11  Ralf Wildenhues  <address@hidden>

        * m4/libtool.m4 (_LT_CHECK_XSI_SHELL): Fix bogus merge.
        Reported by Patrick Welche <address@hidden>.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.202
diff -u -r1.202 libtool.m4
--- m4/libtool.m4       8 Jul 2005 14:59:59 -0000       1.202
+++ m4/libtool.m4       11 Jul 2005 12:04:53 -0000
@@ -6213,8 +6213,6 @@
       = c,a/b,, ) >/dev/null 2>&1 \
   && xsi_shell=yes
 AC_MSG_RESULT([$xsi_shell])
-])
-fi
 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
 ])# _LT_CHECK_XSI_SHELL
 




reply via email to

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