summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2010-03-12 17:25:04 +0100
committerPaolo Bonzini <bonzini@gnu.org>2010-03-12 19:14:09 +0100
commit280f7b445a86c2198d0c7f9c1ffc238acf68e12e (patch)
tree033ad13693e053c0de1b6a653e4600ec3a0b92ea /configure.ac
parentda631b5dd016a28420840017627ab04190d73876 (diff)
downloadgrep-280f7b445a86c2198d0c7f9c1ffc238acf68e12e.tar.gz
syntax-check: enable m4-quote-check
* cfg.mk (local-checks-to-skip): Enable m4-quote-check. * configure.ac: Fix occurrence.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5949f0ea..50fcf5c4 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.