bug-grep
[Top][All Lists]
Advanced

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

[PATCH 08/17] syntax-check: enable m4-quote-check


From: Paolo Bonzini
Subject: [PATCH 08/17] syntax-check: enable m4-quote-check
Date: Fri, 12 Mar 2010 18:49:09 +0100

* cfg.mk (local-checks-to-skip): Enable m4-quote-check.
* configure.ac: Fix occurrence.
---
 cfg.mk       |    1 -
 configure.ac |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 085735d..d2347e1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -22,7 +22,6 @@ gpg_key_ID = B9AB9A16
 
 # Tests not to run as part of "make distcheck".
 local-checks-to-skip =                 \
-  sc_m4_quote_check                    \
   sc_prohibit_strcmp                   \
   sc_space_tab                         \
   sc_useless_cpp_parens
diff --git a/configure.ac b/configure.ac
index 5949f0e..50fcf5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([GNU grep],
 
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_SRCDIR(src/grep.c)
-AC_DEFINE(GREP, 1, [We are building grep])
+AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ(2.59)
 
 dnl Automake stuff.
-- 
1.6.6






reply via email to

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