Allow configure to disable maintainer mode
This commit is contained in:
parent
e7881e8e12
commit
26261eb756
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue