summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-09-27 19:44:40 -0700
committerJim Meyering <meyering@fb.com>2020-09-27 19:48:29 -0700
commit587f7ac6054533c3a0efba1895a5e3b3182078d2 (patch)
treec92beb79e8bce03a579c87c1f2d83cacf44411bd /configure.ac
parentbdbd94fd0784417acecc2968e9decc83cba9c234 (diff)
downloadgrep-587f7ac6054533c3a0efba1895a5e3b3182078d2.tar.gz
maint: avoid autoconf warnings
* configure.ac (AC_HEADER_STDC): Remove. It's been assumed for ages. * m4/pcre.m4 (gl_FUNC_PCRE): Use AS_HELP_STRING, not AC_HELP_STRING.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ac7013c..66f85ee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,6 @@ AC_DEFINE([ARGMATCH_DIE_DECL], [void usage (int _e)],
[Define to the declaration of the xargmatch failure function.])
dnl Checks for header files.
-AC_HEADER_STDC
AC_HEADER_DIRENT
dnl Checks for functions.