From: Jim Meyering Date: Sun, 9 Jun 2013 22:32:35 +0000 (-0700) Subject: build: avoid automake warning that suggests use of subdir-objects X-Git-Tag: v1.6~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=22bd8cbbdf5388213b9f60dce4c233beca3532c3;p=debian%2Fgzip build: avoid automake warning that suggests use of subdir-objects * configure.ac (AM_INIT_AUTOMAKE): Use the subdir-objects option. --- 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