-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #131: Update submodules to latest
Signed-off-by: Mike Detwiler <mike@detwiler.io>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule .gnulib
updated
1099 files
Submodule .quickhatch
updated
18 files
+81 −0 | .gitattributes | |
+125 −0 | .github/workflows/ci.yml | |
+67 −0 | .gitignore | |
+5 −0 | .gitmodules | |
+1 −0 | .gnulib | |
+46 −0 | Makefile.am | |
+9 −6 | README.md | |
+486 −0 | autogen.sh | |
+273 −0 | autopull.sh | |
+214 −0 | bootstrap | |
+594 −0 | bootstrap-funclib.sh | |
+82 −0 | bootstrap.conf | |
+12 −0 | build-aux/.gitignore | |
+8 −0 | build-aux/Makefile.am | |
+77 −0 | build-aux/install-buildreqs | |
+21 −0 | configure.ac | |
+6 −0 | m4/.gitignore | |
+11 −0 | m4/Makefile.am |