From 26261eb756bef77faccca34477cd5e1d9082b39b Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Tue, 3 Jul 2012 09:39:26 +0000 Subject: [PATCH] Allow configure to disable maintainer mode --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7b5f0dd642..c1ec17545b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PREREQ(2.59) # the size of one file name in the dist tarfile over the 99-char limit.) AC_INIT([Protocol Buffers],[2.4.2-pre],[protobuf@googlegroups.com],[protobuf]) +AM_MAINTAINER_MODE([enable]) AC_CONFIG_SRCDIR(src/google/protobuf/message.cc) AC_CONFIG_HEADERS([config.h])