libtool-patches
[Top][All Lists]
Advanced

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

Re: libtool under Solaris


From: Peter O'Gorman
Subject: Re: libtool under Solaris
Date: Fri, 24 Sep 2004 13:36:54 +0900
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

Peter O'Gorman wrote:

Bob Friesenhahn wrote:

Every single test in the test suite fails under Solaris now.


Looks like Gary is using a newer autoconf than the rest of us, his seems to call AC_SUBST([GREP]), but ours does not. We get FGREP and EGREP though.

Failing all tests here too, no GREP defined in the Makefile.

Peter

This helps for me, not sure if it is the "correct" solution though.

Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
2004-09-24  Peter O'Gorman  <address@hidden>

        * m4/libtool.m4: AC_SUBST GREP FGREP and EGREP.

from  Gary V. Vaughan  <address@hidden>
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.113
diff -u -3 -p -u -r1.113 libtool.m4
--- m4/libtool.m4 23 Sep 2004 13:46:46 -0000 1.113
+++ m4/libtool.m4 24 Sep 2004 04:33:23 -0000
@@ -5778,6 +5778,9 @@ test -z "$GREP" && GREP=grep
 _LT_DECL([], [GREP], [1], [A grep program that handles long line])
 _LT_DECL([], [EGREP], [1], [An ERE matcher])
 _LT_DECL([], [FGREP], [1], [A literal string matcher])
+AC_SUBST([EGREP])
+AC_SUBST([FGREP])
+AC_SUBST([GREP])
 ])
 
 

reply via email to

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