Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
c76caacc
Commit
c76caacc
authored
Sep 30, 2008
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to configure.ac from Jeff Bailey.
parent
cf3f638c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
configure.ac
configure.ac
+4
-3
No files found.
configure.ac
View file @
c76caacc
...
...
@@ -7,10 +7,10 @@ AC_PREREQ(2.59)
# * java/pom.xml
# * python/setup.py
# * src/google/protobuf/stubs/common.h
AC_INIT(
protobuf, 2.0.2-SNAPSHOT, protobuf@googlegroups.com
)
AC_INIT(
[protobuf],[2.0.2-SNAPSHOT],[protobuf@googlegroups.com]
)
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
A
M_CONFIG_HEADER(config.h
)
A
C_CONFIG_HEADERS([config.h]
)
AM_INIT_AUTOMAKE
# Checks for programs.
...
...
@@ -31,4 +31,5 @@ AC_CHECK_FUNCS([ftruncate memset mkdir strchr strerror strtol])
ACX_PTHREAD
AC_CXX_STL_HASH
AC_OUTPUT( Makefile src/Makefile )
AC_CONFIG_FILES([Makefile src/Makefile ])
AC_OUTPUT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment