summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 15:27:47 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 16:05:19 +0200
commit4837ecd7e86d3ee32e4d5385e3ee1a06f2a4eaba (patch)
treef4b710be4a8435203f94669ac6854d2d51e43d86 /configure.ac
parentfb6b70e3374ba74dec372aa1f1ba7560b95ce967 (diff)
downloadcoreutils-4837ecd7e86d3ee32e4d5385e3ee1a06f2a4eaba.tar.xz
build: enable the 'subdir-objects' Automake option globally
This is not strictly required now (it will be once we make more parts of the coreutils build system non-recursive), but enabling it early helps to ensure that we don't unwittingly introduce any incompatibility or subtle breakage later. * 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 ce8ebc956..391b6bcfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,8 @@ AC_CONFIG_SRCDIR([src/ls.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests
+ subdir-objects])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds