diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-09-09 20:32:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-09-09 20:32:53 -0700 |
commit | 46a906557fcf321592d543d818bc8054aad0ee89 (patch) | |
tree | 8b4d5f86c6328103c49b6d925031b72536b8d07f | |
parent | 4c63319d249cb796b735ec56904c088c56a5171f (diff) |
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 <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 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 |