glibmm r693 - in trunk: . scripts



Author: murrayc
Date: Wed Jul 23 13:11:23 2008
New Revision: 693
URL: http://svn.gnome.org/viewvc/glibmm?rev=693&view=rev

Log:
2008-07-23  Damien Carbery <damien carbery sun com>

* scripts/macros.m4: Change grep to use -i when checking for GNU m4.
  This fixes the test on Solaris. Bug #423990.


Modified:
   trunk/ChangeLog
   trunk/scripts/macros.m4

Modified: trunk/scripts/macros.m4
==============================================================================
--- trunk/scripts/macros.m4	(original)
+++ trunk/scripts/macros.m4	Wed Jul 23 13:11:23 2008
@@ -10,7 +10,7 @@
 
 if test "$M4" = "m4"; then
   AC_MSG_CHECKING(whether m4 is GNU m4)
-  if $M4 --version </dev/null 2>/dev/null | grep '^GNU [Mm]4 ' >/dev/null ; then
+  if $M4 --version </dev/null 2>/dev/null | grep -i '^GNU M4 ' >/dev/null ; then
     AC_MSG_RESULT(yes)
   else
     AC_MSG_RESULT(no)



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