summaryrefslogtreecommitdiff
path: root/gnulib/m4
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/m4')
-rw-r--r--gnulib/m4/.gitignore55
-rw-r--r--gnulib/m4/gnulib-cache.m451
2 files changed, 106 insertions, 0 deletions
diff --git a/gnulib/m4/.gitignore b/gnulib/m4/.gitignore
new file mode 100644
index 00000000..9700e381
--- /dev/null
+++ b/gnulib/m4/.gitignore
@@ -0,0 +1,55 @@
+/00gnulib.m4
+/extensions.m4
+/gnulib-common.m4
+/gnulib-comp.m4
+/gnulib-tool.m4
+/include_next.m4
+/mempcpy.m4
+/stddef_h.m4
+/string_h.m4
+/warn-on-use.m4
+/wchar_t.m4
+/memrchr.m4
+/rawmemchr.m4
+/alloca.m4
+/argp.m4
+/dirname.m4
+/double-slash-root.m4
+/errno_h.m4
+/exponentd.m4
+/float_h.m4
+/getopt.m4
+/intmax_t.m4
+/inttypes_h.m4
+/longlong.m4
+/malloc.m4
+/math_h.m4
+/memchr.m4
+/mmap-anon.m4
+/multiarch.m4
+/nocrash.m4
+/printf.m4
+/size_max.m4
+/sleep.m4
+/ssize_t.m4
+/stdalign.m4
+/stdbool.m4
+/stdint.m4
+/stdint_h.m4
+/stdio_h.m4
+/stdlib_h.m4
+/strcase.m4
+/strchrnul.m4
+/strerror.m4
+/strings_h.m4
+/strndup.m4
+/strnlen.m4
+/sys_socket_h.m4
+/sys_types_h.m4
+/sysexits.m4
+/unistd_h.m4
+/vasnprintf.m4
+/vsnprintf.m4
+/wchar_h.m4
+/wint_t.m4
+/xsize.m4
diff --git a/gnulib/m4/gnulib-cache.m4 b/gnulib/m4/gnulib-cache.m4
new file mode 100644
index 00000000..3b83d945
--- /dev/null
+++ b/gnulib/m4/gnulib-cache.m4
@@ -0,0 +1,51 @@
+# Copyright (C) 2002-2012 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
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# 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/>.
+#
+# As a special exception to the GNU General Public License,
+# this file may be distributed as part of a program that
+# contains a configuration script generated by Autoconf, under
+# the same distribution terms as the rest of that program.
+#
+# Generated by gnulib-tool.
+#
+# This file represents the specification of how gnulib-tool is used.
+# It acts as a cache: It is written and read by gnulib-tool.
+# In projects that use version control, this file is meant to be put under
+# version control, like the configure.ac and various Makefile.am files.
+
+
+# Specification in the form of a command-line invocation:
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --po-base=gnulib/po --doc-base=gnulib/doc --tests-base=gnulib/tests --aux-dir=config --no-conditional-dependencies --no-libtool --macro-prefix=gl --po-domain=ul-gnulib argp mempcpy memrchr progname rawmemchr
+
+# Specification in the form of a few gnulib-tool.m4 macro invocations:
+gl_LOCAL_DIR([])
+gl_MODULES([
+ argp
+ mempcpy
+ memrchr
+ progname
+ rawmemchr
+])
+gl_AVOID([])
+gl_SOURCE_BASE([gnulib])
+gl_M4_BASE([gnulib/m4])
+gl_PO_BASE([gnulib/po])
+gl_DOC_BASE([gnulib/doc])
+gl_TESTS_BASE([gnulib/tests])
+gl_LIB([libgnu])
+gl_MAKEFILE_NAME([])
+gl_MACRO_PREFIX([gl])
+gl_PO_DOMAIN([ul-gnulib])
+gl_WITNESS_C_DOMAIN([])