Use gnulib-tool to create gnulib source files.
authorYves Blusseau <blusseau@zetam.org>
Mon, 20 Sep 2010 10:35:33 +0000 (12:35 +0200)
committerYves Blusseau <blusseau@zetam.org>
Mon, 20 Sep 2010 10:35:33 +0000 (12:35 +0200)
commit15c69261265317f63170bb5e7d8c38843056737c
tree1e8ad49ca6cadaac21b09d00b441d75d3e47212a
parente511c9f59166e5c3a85acfbd3d05d0bdf1f9b300
Use gnulib-tool to create gnulib source files.

    * Add gnulib files generated by gnulib-tool in build-aux, m4 and
    grub-core/gnulib directories
    * .bzignore: Add **/.deps and autogenerated gnulib files
    * configure.ac: Assign auxiliary directory to build-aux, add invocation
    of gnulib macros, add grub-core/gnulib/Makefile
    * Makefile.am: Add gnulib directory in SUBDIRS (removing unnecessary .),
    include m4 directory to aclocal.
    * Makefile.util.def: Remove direct compilation of gnulib source files
    and use the new grub-core/gnulib/libgnu.a.
    * build-aux/config.rpath: move config.rpath from top directory to
    build-aux
    * conf/Makefile.common: Remove the macro _GL_UNUSED already defined
    in gnulib headers
    * conf/Makefile.extra-dist: Add m4/gnulib-cache.m4
    * grub-core/Makefile.core.def: Remove unnecessary extra_dist
    * grub-core/lib/posix_wrap/localcharset.h (locale_charset): Update
    header.
    * grub-core/lib/posix_wrap/langinfo.h (nl_langinfo): Return static
    string.
164 files changed:
.bzrignore
ChangeLog
Makefile.am
Makefile.util.def
build-aux/arg-nonnull.h [new file with mode: 0644]
build-aux/c++defs.h [new file with mode: 0644]
build-aux/config.rpath [moved from config.rpath with 81% similarity]
build-aux/warn-on-use.h [new file with mode: 0644]
conf/Makefile.common
conf/Makefile.extra-dist
configure.ac
grub-core/Makefile.core.def
grub-core/gnulib/Makefile.am [new file with mode: 0644]
grub-core/gnulib/alloca.c [new file with mode: 0644]
grub-core/gnulib/alloca.in.h [moved from grub-core/gnulib/alloca.h with 96% similarity]
grub-core/gnulib/asnprintf.c [new file with mode: 0644]
grub-core/gnulib/basename.c [deleted file]
grub-core/gnulib/btowc.c [moved from grub-core/gnulib/dirname.c with 57% similarity]
grub-core/gnulib/config.charset [new file with mode: 0644]
grub-core/gnulib/errno.in.h [new file with mode: 0644]
grub-core/gnulib/float+.h [new file with mode: 0644]
grub-core/gnulib/float.in.h [new file with mode: 0644]
grub-core/gnulib/fnmatch.c
grub-core/gnulib/fnmatch.in.h [moved from grub-core/gnulib/fnmatch.h with 63% similarity]
grub-core/gnulib/fnmatch_loop.c
grub-core/gnulib/getdelim.c
grub-core/gnulib/getline.c
grub-core/gnulib/getopt.in.h [moved from grub-core/gnulib/getopt.h with 80% similarity]
grub-core/gnulib/gettext.h
grub-core/gnulib/intprops.h [new file with mode: 0644]
grub-core/gnulib/langinfo.in.h [new file with mode: 0644]
grub-core/gnulib/localcharset.c [new file with mode: 0644]
grub-core/gnulib/localcharset.h [new file with mode: 0644]
grub-core/gnulib/malloc.c [new file with mode: 0644]
grub-core/gnulib/mbrtowc.c [new file with mode: 0644]
grub-core/gnulib/mbsinit.c [new file with mode: 0644]
grub-core/gnulib/mbsrtowcs-state.c [new file with mode: 0644]
grub-core/gnulib/mbsrtowcs.c [new file with mode: 0644]
grub-core/gnulib/memchr.c [new file with mode: 0644]
grub-core/gnulib/memchr.valgrind [new file with mode: 0644]
grub-core/gnulib/mempcpy.c [new file with mode: 0644]
grub-core/gnulib/nl_langinfo.c [new file with mode: 0644]
grub-core/gnulib/printf-args.c [new file with mode: 0644]
grub-core/gnulib/printf-args.h [new file with mode: 0644]
grub-core/gnulib/printf-parse.c [new file with mode: 0644]
grub-core/gnulib/printf-parse.h [new file with mode: 0644]
grub-core/gnulib/rawmemchr.c [new file with mode: 0644]
grub-core/gnulib/rawmemchr.valgrind [new file with mode: 0644]
grub-core/gnulib/realloc.c [new file with mode: 0644]
grub-core/gnulib/ref-add.sin [new file with mode: 0644]
grub-core/gnulib/ref-del.sin [new file with mode: 0644]
grub-core/gnulib/regcomp.c
grub-core/gnulib/regex.c
grub-core/gnulib/regex.h
grub-core/gnulib/regex_internal.c
grub-core/gnulib/regex_internal.h
grub-core/gnulib/regexec.c
grub-core/gnulib/size_max.h [new file with mode: 0644]
grub-core/gnulib/sleep.c [new file with mode: 0644]
grub-core/gnulib/stdbool.in.h [new file with mode: 0644]
grub-core/gnulib/stddef.in.h [new file with mode: 0644]
grub-core/gnulib/stdint.in.h [new file with mode: 0644]
grub-core/gnulib/stdio-write.c [new file with mode: 0644]
grub-core/gnulib/stdio.in.h [new file with mode: 0644]
grub-core/gnulib/stdlib.in.h [new file with mode: 0644]
grub-core/gnulib/strcasecmp.c [new file with mode: 0644]
grub-core/gnulib/strchrnul.c [new file with mode: 0644]
grub-core/gnulib/strchrnul.valgrind [new file with mode: 0644]
grub-core/gnulib/streq.h [new file with mode: 0644]
grub-core/gnulib/strerror.c [new file with mode: 0644]
grub-core/gnulib/string.in.h [new file with mode: 0644]
grub-core/gnulib/strings.in.h [new file with mode: 0644]
grub-core/gnulib/strncasecmp.c [new file with mode: 0644]
grub-core/gnulib/strndup.c [new file with mode: 0644]
grub-core/gnulib/strnlen.c [new file with mode: 0644]
grub-core/gnulib/strnlen1.c [moved from grub-core/gnulib/argp-version-etc.c with 52% similarity]
grub-core/gnulib/strnlen1.h [moved from grub-core/gnulib/argp-version-etc.h with 52% similarity]
grub-core/gnulib/sys_wait.in.h [new file with mode: 0644]
grub-core/gnulib/sysexits.in.h [new file with mode: 0644]
grub-core/gnulib/unistd.in.h [new file with mode: 0644]
grub-core/gnulib/vasnprintf.c [new file with mode: 0644]
grub-core/gnulib/vasnprintf.h [new file with mode: 0644]
grub-core/gnulib/verify.h [new file with mode: 0644]
grub-core/gnulib/vsnprintf.c [new file with mode: 0644]
grub-core/gnulib/wchar.in.h [new file with mode: 0644]
grub-core/gnulib/wcrtomb.c [new file with mode: 0644]
grub-core/gnulib/wctype.in.h [new file with mode: 0644]
grub-core/gnulib/xsize.h [new file with mode: 0644]
grub-core/lib/posix_wrap/langinfo.h
grub-core/lib/posix_wrap/localcharset.h
m4/00gnulib.m4 [new file with mode: 0644]
m4/alloca.m4 [new file with mode: 0644]
m4/argp.m4 [new file with mode: 0644]
m4/asm-underscore.m4 [new file with mode: 0644]
m4/btowc.m4 [new file with mode: 0644]
m4/codeset.m4 [new file with mode: 0644]
m4/dirname.m4 [new file with mode: 0644]
m4/dos.m4 [new file with mode: 0644]
m4/double-slash-root.m4 [new file with mode: 0644]
m4/errno_h.m4 [new file with mode: 0644]
m4/error.m4 [new file with mode: 0644]
m4/extensions.m4 [new file with mode: 0644]
m4/fcntl-o.m4 [new file with mode: 0644]
m4/float_h.m4 [new file with mode: 0644]
m4/fnmatch.m4 [new file with mode: 0644]
m4/getdelim.m4 [new file with mode: 0644]
m4/getline.m4 [new file with mode: 0644]
m4/getopt.m4 [new file with mode: 0644]
m4/glibc21.m4 [new file with mode: 0644]
m4/gnulib-cache.m4 [new file with mode: 0644]
m4/gnulib-common.m4 [new file with mode: 0644]
m4/gnulib-comp.m4 [new file with mode: 0644]
m4/gnulib-tool.m4 [new file with mode: 0644]
m4/include_next.m4 [new file with mode: 0644]
m4/intmax_t.m4 [new file with mode: 0644]
m4/inttypes_h.m4 [new file with mode: 0644]
m4/langinfo_h.m4 [new file with mode: 0644]
m4/localcharset.m4 [new file with mode: 0644]
m4/locale-fr.m4 [new file with mode: 0644]
m4/locale-ja.m4 [new file with mode: 0644]
m4/locale-zh.m4 [new file with mode: 0644]
m4/longlong.m4 [new file with mode: 0644]
m4/malloc.m4 [new file with mode: 0644]
m4/mbrtowc.m4 [new file with mode: 0644]
m4/mbsinit.m4 [new file with mode: 0644]
m4/mbsrtowcs.m4 [new file with mode: 0644]
m4/mbstate_t.m4 [new file with mode: 0644]
m4/memchr.m4 [new file with mode: 0644]
m4/mempcpy.m4 [new file with mode: 0644]
m4/mmap-anon.m4 [new file with mode: 0644]
m4/multiarch.m4 [new file with mode: 0644]
m4/nl_langinfo.m4 [new file with mode: 0644]
m4/printf.m4 [new file with mode: 0644]
m4/rawmemchr.m4 [new file with mode: 0644]
m4/realloc.m4 [new file with mode: 0644]
m4/regex.m4 [new file with mode: 0644]
m4/size_max.m4 [new file with mode: 0644]
m4/sleep.m4 [new file with mode: 0644]
m4/ssize_t.m4 [new file with mode: 0644]
m4/stdbool.m4 [new file with mode: 0644]
m4/stddef_h.m4 [new file with mode: 0644]
m4/stdint.m4 [new file with mode: 0644]
m4/stdint_h.m4 [new file with mode: 0644]
m4/stdio_h.m4 [new file with mode: 0644]
m4/stdlib_h.m4 [new file with mode: 0644]
m4/strcase.m4 [new file with mode: 0644]
m4/strchrnul.m4 [new file with mode: 0644]
m4/strerror.m4 [new file with mode: 0644]
m4/string_h.m4 [new file with mode: 0644]
m4/strings_h.m4 [new file with mode: 0644]
m4/strndup.m4 [new file with mode: 0644]
m4/strnlen.m4 [new file with mode: 0644]
m4/sys_wait_h.m4 [new file with mode: 0644]
m4/sysexits.m4 [new file with mode: 0644]
m4/unistd_h.m4 [new file with mode: 0644]
m4/vasnprintf.m4 [new file with mode: 0644]
m4/vsnprintf.m4 [new file with mode: 0644]
m4/warn-on-use.m4 [new file with mode: 0644]
m4/wchar_h.m4 [new file with mode: 0644]
m4/wchar_t.m4 [new file with mode: 0644]
m4/wcrtomb.m4 [new file with mode: 0644]
m4/wctype_h.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]
m4/xsize.m4 [new file with mode: 0644]