summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-04-07 10:41:51 +0100
committerReuben Thomas <rrt@sc3d.org>2017-04-15 08:55:30 +0100
commite3b5d1a5c6397fb08cb2439d107ca4e60ff0f639 (patch)
tree5df5892c11a162ed3202eeb510c4874cfccb45ee /m4
parent49eb3b3c2aa115cbd931d1de07899d009d87d16a (diff)
downloadenchant-e3b5d1a5c6397fb08cb2439d107ca4e60ff0f639.tar.gz
Remove trivial but potentially wrong Objective C header
size_t may not be unsigned long. Also get ssize_t reliably with help from gnulib. Finally, use dist_man_MANS to install man page, not EXTRA_DIST.
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 11441e1..bb8b0b3 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -27,7 +27,7 @@
# 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 --no-conditional-dependencies --libtool --macro-prefix=gl alloca bootstrap configmake flock manywarnings relocatable-lib-lgpl snippet/unused-parameter strdup-posix
+# 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 --no-conditional-dependencies --libtool --macro-prefix=gl alloca bootstrap configmake flock manywarnings relocatable-lib-lgpl snippet/unused-parameter ssize_t strdup-posix
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([gl:gl-mod/bootstrap])
@@ -39,6 +39,7 @@ gl_MODULES([
manywarnings
relocatable-lib-lgpl
snippet/unused-parameter
+ ssize_t
strdup-posix
])
gl_AVOID([])