mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
Merge pull request #37 from cgwalters/master
autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1 …
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
exec ./configure "$@"
|
if test -z "$NOCONFIGURE"; then
|
||||||
|
exec ./configure "$@"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user