From 22bd8cbbdf5388213b9f60dce4c233beca3532c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Jun 2013 15:32:35 -0700 Subject: [PATCH] build: avoid automake warning that suggests use of subdir-objects * configure.ac (AM_INIT_AUTOMAKE): Use the subdir-objects option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b2b5d0a..af6856f 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_CONFIG_SRCDIR([gzip.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) -AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests]) +AM_INIT_AUTOMAKE([1.11 subdir-objects dist-xz color-tests parallel-tests]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds -- 2.47.2