summaryrefslogtreecommitdiff
path: root/m4/error.m4
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2009-01-31 06:16:52 +0000
committerTony Abou-Assaleh <taa@acm.org>2009-01-31 06:16:52 +0000
commit9af34ebdb904f63c2a1be682c97216e257dff8ca (patch)
tree8c84d2b893cde4469c08b2e44436ae74b59fa87f /m4/error.m4
parent50b725d4b0d0a4ac255c54c433eb5ee5017af4e4 (diff)
downloadgrep-9af34ebdb904f63c2a1be682c97216e257dff8ca.tar.gz
* m4/*.m4: quote underquoted definitions
* m4/codeset.m4: serial AM1 -> serial 1 * m4/iconv.m4: serial AM2 -> serial 2 * m4/header.m4: m4_regexp -> m4_bregexp, m4_patsubst -> m4_bpatsubst * m4/*.m4: quote underquoted definitions * m4/codeset.m4: serial AM1 -> serial 1 * m4/iconv.m4: serial AM2 -> serial 2 * m4/header.m4: m4_regexp -> m4_bregexp, m4_patsubst -> m4_bpatsubst
Diffstat (limited to 'm4/error.m4')
-rw-r--r--m4/error.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index eb0f776b..cbf00426 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -4,7 +4,7 @@ dnl FIXME: put these prerequisite-only *.m4 files in a separate
dnl directory -- otherwise, they'll conflict with existing files.
dnl These are the prerequisite macros for GNU's error.c file.
-AC_DEFUN(jm_PREREQ_ERROR,
+AC_DEFUN([jm_PREREQ_ERROR],
[
AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
AC_HEADER_STDC