TS-2172: Explicitly use subdir-objects in automake init now it is safe to enable subdir-objects for the automake
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1577c717 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1577c717 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1577c717 Branch: refs/heads/5.0.x Commit: 1577c7172e6ddc3fbccad19557219995793100a1 Parents: efe90f3 Author: Zhao Yongming <ming....@gmail.com> Authored: Tue Nov 5 12:13:44 2013 +0800 Committer: Zhao Yongming <ming....@gmail.com> Committed: Thu Nov 7 10:48:44 2013 +0800 ---------------------------------------------------------------------- CHANGES | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1577c717/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 98302b8..d0a6d6c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.2.0 + + *) [TS-2712] Explicitly use subdir-objects in automake init. + *) [TS-2309] Allow mod_generator plugin for lighttpd to accept "SI" postfixes. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1577c717/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index f1cddbb..75979e5 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR([build/aux]) AC_CONFIG_SRCDIR([proxy/Main.cc]) AC_CONFIG_MACRO_DIR([build]) -AM_INIT_AUTOMAKE([-Wall -Werror tar-ustar foreign no-installinfo no-installman 1.9.2]) +AM_INIT_AUTOMAKE([-Wall -Werror tar-ustar foreign no-installinfo no-installman subdir-objects 1.9.2]) AC_CONFIG_HEADERS([lib/ts/ink_autoconf.h]) # Configure with --disable-silent-rules to get verbose output. For more info, see