summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorErik Brinkman <erik.brinkman@gmail.com>2017-01-26 23:29:00 -0500
committerWilliam Langford <wlangfor@gmail.com>2017-02-18 21:34:26 -0500
commit02bad4b298d4d2bc8e29c3f0d744700652cfd832 (patch)
tree9c1c33673c70307573b64c1c9d42d53ed6a96222 /.gitmodules
parent9b2179089b6f0bf78a870c0bfe2d96f1f127dd6c (diff)
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..3fff3b88
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "modules/oniguruma"]
+ path = modules/oniguruma
+ url = https://github.com/kkos/oniguruma.git