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/10/27 22:37:08 UTC

[43/50] [abbrv] git commit: automake 1.14 need subdir-objects

automake 1.14 need subdir-objects


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2482196f
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2482196f
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2482196f

Branch: refs/heads/5.0.x
Commit: 2482196f95da58e8b82e17ea8be4435dd648c4e7
Parents: 9dcd00b
Author: Zhao Yongming <mi...@gmail.com>
Authored: Fri Oct 25 11:17:08 2013 +0800
Committer: Zhao Yongming <mi...@gmail.com>
Committed: Fri Oct 25 11:17:08 2013 +0800

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2482196f/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b4fda1b..5efb1aa 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