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

git commit: Revert "TS-2172: Explicitly use subdir-objects in automake init"

Updated Branches:
  refs/heads/master ae49e1663 -> 965b7ee58


Revert "TS-2172: Explicitly use subdir-objects in automake init"

This reverts commit 471655ca1f9469515444decaaa2f81fde0bd5a25.


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

Branch: refs/heads/master
Commit: 965b7ee58f4d715e24feab2dfb520075cbbbec5f
Parents: ae49e16
Author: James Peach <jp...@apache.org>
Authored: Wed Sep 4 20:44:15 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Sep 4 20:44:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/965b7ee5/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index df91e0d..8023755 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