]> err.no Git - backuppcd/commitdiff
Import gnulib stuff master
authorTollef Fog Heen <tfheen@err.no>
Sun, 27 Jul 2008 19:15:52 +0000 (21:15 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 27 Jul 2008 19:15:52 +0000 (21:15 +0200)
lib/.gitignore [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/gnulib-cache.m4 [new file with mode: 0644]

diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644 (file)
index 0000000..b23c29c
--- /dev/null
@@ -0,0 +1,20 @@
+Makefile.am
+dummy.c
+md4.c
+md4.h
+md5.c
+md5.h
+stdint.in.h
+wchar.in.h
+chown.c
+fchown-stub.c
+fcntl.in.h
+open.c
+sha1.c
+sha1.h
+string.in.h
+strpbrk.c
+strsep.c
+sys_stat.in.h
+unistd.in.h
+gethostname.c
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644 (file)
index 0000000..2f884ee
--- /dev/null
@@ -0,0 +1,21 @@
+gnulib-common.m4
+gnulib-comp.m4
+gnulib-tool.m4
+include_next.m4
+longlong.m4
+md4.m4
+md5.m4
+onceonly.m4
+stdint.m4
+wchar.m4
+chown.m4
+extensions.m4
+fcntl_h.m4
+open.m4
+sha1.m4
+string_h.m4
+strpbrk.m4
+strsep.m4
+sys_stat_h.m4
+unistd_h.m4
+gethostname.m4
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
new file mode 100644 (file)
index 0000000..893597e
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright (C) 2002-2008 Free Software Foundation, Inc.
+#
+# This file is free software, distributed under the terms of the GNU
+# General Public License.  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 using CVS, this file is meant to be stored in CVS,
+# 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=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=gl chown crypto/md4 crypto/md5 crypto/sha1 gethostname strsep
+
+# Specification in the form of a few gnulib-tool.m4 macro invocations:
+gl_LOCAL_DIR([])
+gl_MODULES([
+  chown
+  crypto/md4
+  crypto/md5
+  crypto/sha1
+  gethostname
+  strsep
+])
+gl_AVOID([])
+gl_SOURCE_BASE([lib])
+gl_M4_BASE([m4])
+gl_PO_BASE([])
+gl_DOC_BASE([doc])
+gl_TESTS_BASE([tests])
+gl_LIB([libgnu])
+gl_MAKEFILE_NAME([])
+gl_MACRO_PREFIX([gl])
+gl_PO_DOMAIN([])