summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-10-20 19:41:27 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-10-20 19:41:52 -0700
commit5e4d04a43c498746537a1fea7488c174f88d7f97 (patch)
tree4b2ca456e4935733cc934cb6ef3ebc6f7707516d /configure.ac
parentf9c758e1116c444d40493684f305190aafcc519d (diff)
downloadgrep-5e4d04a43c498746537a1fea7488c174f88d7f97.tar.gz
build: avoid chatter from Automake 1.14
* configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab7d387d..b1393db3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,8 @@ AC_DEFINE([GREP], 1, [We are building grep])
AC_PREREQ(2.59)
dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests
+ subdir-objects])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_HEADERS([config.h:config.hin])