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
2fd1208b
Commit
2fd1208b
authored
May 01, 2009
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hopefully make autogen.sh run on solaris.
parent
2cdba5ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autogen.sh
autogen.sh
+2
-2
No files found.
autogen.sh
View file @
2fd1208b
...
...
@@ -5,7 +5,7 @@
# are automatically generated.
# Check that we're being run from the right directory.
if
test
!
-
e
src/google/protobuf/stubs/common.h
;
then
if
test
!
-
f
src/google/protobuf/stubs/common.h
;
then
cat
>
&2
<<
__EOF__
Could not find source code. Make sure you are running this script from the
root of the distribution tree.
...
...
@@ -13,7 +13,7 @@ __EOF__
exit
1
fi
if
test
!
-
e
gtest
;
then
if
test
!
-
d
gtest
;
then
echo
"gtest bundle not present. Downloading gtest-1.3.0 automatically."
>
&2
set
-ex
curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 |
tar
jx
...
...
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