1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00

Update Gnulib to v0.0-4544-gce083ca.

This commit is contained in:
Ludovic Courtès 2010-12-20 22:51:46 +01:00
parent b90b4b2bf2
commit ab4d62adbf
15 changed files with 159 additions and 39 deletions

View file

@ -191,6 +191,7 @@ AC_DEFUN([gl_INIT],
gl_STDLIB_MODULE_INDICATOR([realpath])
# Code from module close-hook:
# Code from module configmake:
gl_CONFIGMAKE_PREP
# Code from module duplocale:
gl_FUNC_DUPLOCALE
gl_LOCALE_MODULE_INDICATOR([duplocale])
@ -238,7 +239,8 @@ AC_DEFUN([gl_INIT],
gl_HOSTENT
# Code from module iconv:
AM_ICONV
gl_ICONV_MODULE_INDICATOR([iconv])
m4_ifdef([gl_ICONV_MODULE_INDICATOR],
[gl_ICONV_MODULE_INDICATOR([iconv])])
# Code from module iconv-h:
gl_ICONV_H
# Code from module iconv_open:
@ -715,6 +717,7 @@ AC_DEFUN([gl_FILE_LIST], [
m4/canonicalize.m4
m4/check-math-lib.m4
m4/codeset.m4
m4/configmake.m4
m4/dos.m4
m4/double-slash-root.m4
m4/duplocale.m4