summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules2
m---------gnulib0
-rw-r--r--m4/gnulib-cache.m427
4 files changed, 26 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b92351b..9f6601c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,7 +19,6 @@ Makefile.in
/depcomp
/doc
/enchant-*.pc
-/gnulib
/install-sh
/libtool
/ltmain.sh
diff --git a/.gitmodules b/.gitmodules
index dff20da..4868669 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "gnulib"]
path = gnulib
- url = git://git.sv.gnu.org/gnulib
+ url = git://git.sv.gnu.org/gnulib.git
[submodule "gl-mod/bootstrap"]
path = gl-mod/bootstrap
url = https://github.com/gnulib-modules/bootstrap.git
diff --git a/gnulib b/gnulib
new file mode 160000
+Subproject 28098428d3d371a238837f338739283cf19dc65
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 7351b3f..cdc627c 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 Free Software Foundation, Inc.
+# Copyright (C) 2002-2018 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -27,7 +27,30 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --local-dir=gl --local-dir=gl-mod/bootstrap --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --makefile-name=Makefile.gnulib --no-conditional-dependencies --libtool --macro-prefix=gl bootstrap c99 configmake flock gnu-make manywarnings relocatable-lib-lgpl snippet/unused-parameter ssize_t strchrnul strdup-posix valgrind-tests
+# gnulib-tool --import --local-dir=gl --local-dir=gl-mod/bootstrap \
+# --lib=libgnu \
+# --source-base=lib \
+# --m4-base=m4 \
+# --doc-base=doc \
+# --tests-base=tests \
+# --aux-dir=build-aux \
+# --lgpl \
+# --makefile-name=Makefile.gnulib \
+# --no-conditional-dependencies \
+# --libtool \
+# --macro-prefix=gl \
+# bootstrap \
+# c99 \
+# configmake \
+# flock \
+# gnu-make \
+# manywarnings \
+# relocatable-lib-lgpl \
+# snippet/unused-parameter \
+# ssize_t \
+# strchrnul \
+# strdup-posix \
+# valgrind-tests
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([gl:gl-mod/bootstrap])