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 2015/08/07 18:12:55 UTC

trafficserver git commit: Enable automake maintainer mode.

Repository: trafficserver
Updated Branches:
  refs/heads/master 2f154297a -> d903a38d1


Enable automake maintainer mode.


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

Branch: refs/heads/master
Commit: d903a38d169e8b43c51fce001afab5da81e4b754
Parents: 2f15429
Author: James Peach <jp...@apache.org>
Authored: Fri Aug 7 09:12:37 2015 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Aug 7 09:12:48 2015 -0700

----------------------------------------------------------------------
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d903a38d/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7f811e0..0a621a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,12 @@ 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])
+
+# See discussion at https://autotools.io/automake/maintainer.html.
+AM_MAINTAINER_MODE([enable])
+
 AC_CONFIG_HEADERS([lib/ink_autoconf.h])
 
 # Configure with --disable-silent-rules to get verbose output. For more info, see