]> git.draconx.ca Git - cdecl99.git/blobdiff - m4/gnulib-cache.m4
Port to use getline.h from dxcommon.
[cdecl99.git] / m4 / gnulib-cache.m4
index 47059076739f1bbe4b5566e24b19d04dd27c3770..dbd91f018cb486de3f475f5e6421440d9ad60713 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2022 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
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This file is distributed in the hope that it will be useful,
@@ -11,7 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this file.  If not, see <http://www.gnu.org/licenses/>.
+# along with this file.  If not, see <https://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License,
 # this file may be distributed as part of a program that
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk.in --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files getopt-gnu gettext lock readline tls
+# gnulib-tool --import --local-dir=lib/local \
+#  --lib=libgnu \
+#  --source-base=lib \
+#  --m4-base=m4 \
+#  --doc-base=doc \
+#  --tests-base=tests \
+#  --aux-dir=. \
+#  --makefile-name=gnulib.mk.in \
+#  --conditional-dependencies \
+#  --libtool \
+#  --macro-prefix=gl \
+#  --no-vc-files \
+#  --avoid=gperf \
+#  --avoid=std-gnu11 \
+#  dx-nls \
+#  dx-threadlib \
+#  getopt-gnu \
+#  gitlog-to-changelog \
+#  inttypes-incomplete \
+#  readline \
+#  stdbool
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_LOCAL_DIR([])
+gl_LOCAL_DIR([lib/local])
 gl_MODULES([
+  dx-nls
+  dx-threadlib
   getopt-gnu
-  gettext
-  lock
+  gitlog-to-changelog
+  inttypes-incomplete
   readline
-  tls
+  stdbool
 ])
-gl_AVOID([])
+gl_AVOID([gperf std-gnu11])
 gl_SOURCE_BASE([lib])
 gl_M4_BASE([m4])
 gl_PO_BASE([])