aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-07-03 09:39:26 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-07-03 09:39:26 +0000
commit26261eb756bef77faccca34477cd5e1d9082b39b (patch)
tree93372a87db7e573834bedaec3cd60dd66747dbe9 /configure.ac
parente7881e8e1295e4e9f71ce74409d98eacaa02db38 (diff)
downloadprotobuf-26261eb756bef77faccca34477cd5e1d9082b39b.tar.gz
protobuf-26261eb756bef77faccca34477cd5e1d9082b39b.tar.bz2
protobuf-26261eb756bef77faccca34477cd5e1d9082b39b.zip
Allow configure to disable maintainer mode
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7b5f0dd6..c1ec1754 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])