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/30 23:10:45 UTC

git commit: Revert "automake 1.14 need subdir-objects"

Updated Branches:
  refs/heads/master 6ae6b3f49 -> af31b0873


Revert "automake 1.14 need subdir-objects"

This reverts commit 2482196f95da58e8b82e17ea8be4435dd648c4e7.


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

Branch: refs/heads/master
Commit: af31b087331f573f5408ba06ed0236ef71feb644
Parents: 6ae6b3f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Oct 30 16:10:03 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Oct 30 16:10:13 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/af31b087/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5efb1aa..b4fda1b 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 subdir-objects 1.9.2])
+AM_INIT_AUTOMAKE([-Wall -Werror tar-ustar foreign no-installinfo no-installman 1.9.2])
 AC_CONFIG_HEADERS([lib/ts/ink_autoconf.h])
 
 # Configure with --disable-silent-rules to get verbose output. For more info, see