You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/04 04:27:18 UTC

[14/21] git commit: TS-2172: Explicitly use subdir-objects in automake init

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/5.0.x
Commit: 471655ca1f9469515444decaaa2f81fde0bd5a25
Parents: 2585a31
Author: Li-Wen Hsu <lw...@lwhsu.org>
Authored: Tue Sep 3 01:22:35 2013 +0800
Committer: Yunkai Zhang <qi...@taobao.com>
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