Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-svn-demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raila
git-svn-demo
Commits
2d789699
Commit
2d789699
authored
16 years ago
by
raila
Browse files
Options
Downloads
Patches
Plain Diff
Improvements to configure.ac from Jeff Bailey.
parent
48376e34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+4
-3
4 additions, 3 deletions
configure.ac
with
4 additions
and
3 deletions
configure.ac
+
4
−
3
View file @
2d789699
...
...
@@ -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_HEADER
S([
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment