summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2018-10-30 14:17:42 +0000
committerReuben Thomas <rrt@sc3d.org>2018-10-30 14:17:42 +0000
commit73d33e5bb0f51e3f29b21081f88ba6afbaaa4d5a (patch)
treef11f8924bcadd40db9ba5379aaead1814a0d7de6 /m4
parent4e2262dd04cb7ac2d25a91cc0e9d6f981abd4e21 (diff)
downloadenchant-73d33e5bb0f51e3f29b21081f88ba6afbaaa4d5a.tar.gz
Add gnulib to git
Diffstat (limited to 'm4')
-rw-r--r--m4/gnulib-cache.m427
1 files changed, 25 insertions, 2 deletions
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])