grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.7-15-g46dba4e


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.7-15-g46dba4e
Date: Sun, 14 Nov 2010 16:05:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  46dba4e75aafb76970160769b42d3f06f7eb3de5 (commit)
      from  21de5e00a99d3cb79913863ebeae6a2be6422a58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=46dba4e75aafb76970160769b42d3f06f7eb3de5


commit 46dba4e75aafb76970160769b42d3f06f7eb3de5
Author: Paolo Bonzini <address@hidden>
Date:   Sun Nov 14 17:03:12 2010 +0100

    configure: fix M4 quotation
    
    * configure.ac: Add extra brackets around [...] patterns.

diff --git a/configure.ac b/configure.ac
index b22fe98..77f85b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,8 @@ fn_grep () {
   esac
 
   case $pattern in
-    *[].^$\\*[]*) AC_MSG_ERROR([fn_grep: regular expressions not supported])  
;;
+    [*[].^$\\*[]*]) dnl The outer brackets are for M4.
+      AC_MSG_ERROR([fn_grep: regular expressions not supported])  ;;
   esac
 
   rc=1

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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