Updated Branches: refs/heads/master 2585a31cf -> 471655ca1
TS-2172: Explicitly use subdir-objects in automake init This avoids warnings from automake 1.14 and generates correct configure script. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/471655ca Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/471655ca Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/471655ca Branch: refs/heads/master Commit: 471655ca1f9469515444decaaa2f81fde0bd5a25 Parents: 2585a31 Author: Li-Wen Hsu <[email protected]> Authored: Tue Sep 3 01:22:35 2013 +0800 Committer: Yunkai Zhang <[email protected]> Committed: Tue Sep 3 02:57:20 2013 +0800 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/471655ca/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 8765984..dfbf2e4 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
