From 46a906557fcf321592d543d818bc8054aad0ee89 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 9 Sep 2014 20:32:53 -0700 Subject: Use automake subdir-objects option Stops automake from issuing a ton of warnings about how this will be the default soon. Signed-off-by: Alan Coopersmith --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 720a7ba..cf3eb23 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) AC_INIT([xedit], [1.2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xedit]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -34,7 +34,6 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) -AM_PROG_CC_C_O AC_PROG_RANLIB PKG_PROG_PKG_CONFIG -- cgit v1.2.3