summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2013-10-26 18:34:03 -0700
committerJim Meyering <meyering@fb.com>2013-10-26 20:07:55 -0700
commitbc9c23a4350598db4ec04225e1e0194a7b17175d (patch)
tree9fa79711f2768586a72f57eaf594b761f5ec94ad /configure.ac
parent68f05787dc4aa0fa2b6781e398c74cc25def1c3d (diff)
downloadgrep-bc9c23a4350598db4ec04225e1e0194a7b17175d.tar.gz
maint: avoid automake deprecation warning re ACLOCAL_AMFLAGS
* Makefile.am (ACLOCAL_AMFLAGS): Don't use this deprecated variable. * configure.ac (AC_CONFIG_MACRO_DIRS): Use this instead. (AUTOMAKE_OPTIONS): Require automake-1.12.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1ebc2536..b8d55af4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,7 @@ AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR(src/grep.c)
AC_DEFINE([GREP], 1, [We are building grep])
AC_PREREQ(2.59)
+AC_CONFIG_MACRO_DIRS([m4])
dnl Automake stuff.
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests