]> granicus.if.org Git - jq/commit
Add local oniguruma submodule
authorErik Brinkman <erik.brinkman@gmail.com>
Fri, 27 Jan 2017 04:29:00 +0000 (23:29 -0500)
committerWilliam Langford <wlangfor@gmail.com>
Sun, 19 Feb 2017 02:34:26 +0000 (21:34 -0500)
commit02bad4b298d4d2bc8e29c3f0d744700652cfd832
tree9c1c33673c70307573b64c1c9d42d53ed6a96222
parent9b2179089b6f0bf78a870c0bfe2d96f1f127dd6c
Add local oniguruma submodule

Configure should still allow use of prebuilt onigurumas (whether
system-installed or in a special prefix).  If these are not found, and
configure was not called with `--without-oniguruma`, then use the vendored
oniguruma module.  If configure was called with `--without-oniguruma`, then we
do not build regex functionality into jq.
.gitmodules [new file with mode: 0644]
.travis.yml
Makefile.am
configure.ac
modules/oniguruma [new submodule]
src/builtin.c