This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#37
from cgwalters/master
autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1 …
tags/json-c-0.11-20130402
Eric Haszlakiewicz
13 years ago
parent
6988f53fcb
6d9437725a
commit
2da148df56
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
autogen.sh
+ 4
- 1
autogen.sh
View File
@@ -1,2 +1,5 @@
#!/bin/sh
autoreconf -v --install || exit 1
exec ./configure "$@"
if test -z "$NOCONFIGURE"; then
exec ./configure "$@"
fi
Write
Preview
Loading…
Cancel
Save