From 8a034ddfe9b230e1cbc43a7fc4941c3e3f151a73 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 27 Jul 2008 21:15:52 +0200 Subject: [PATCH] Import gnulib stuff --- lib/.gitignore | 20 ++++++++++++++++++++ m4/.gitignore | 21 +++++++++++++++++++++ m4/gnulib-cache.m4 | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 lib/.gitignore create mode 100644 m4/.gitignore create mode 100644 m4/gnulib-cache.m4 diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..b23c29c --- /dev/null +++ b/lib/.gitignore @@ -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 index 0000000..2f884ee --- /dev/null +++ b/m4/.gitignore @@ -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 index 0000000..893597e --- /dev/null +++ b/m4/gnulib-cache.m4 @@ -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([]) -- 2.39.5