From 3bebb94360f1c2333feb8d504a9fa4f96984d8b7 Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 14 Sep 2009 12:34:37 +0200 Subject: Imported Upstream version 0.9.1.1 --- gnulib-m4/gnulib-comp.m4 | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'gnulib-m4/gnulib-comp.m4') diff --git a/gnulib-m4/gnulib-comp.m4 b/gnulib-m4/gnulib-comp.m4 index efa88e9..39e7d19 100644 --- a/gnulib-m4/gnulib-comp.m4 +++ b/gnulib-m4/gnulib-comp.m4 @@ -44,6 +44,8 @@ AC_DEFUN([gl_INIT], gl_COMMON gl_source_base='lib' gl_FUNC_ALLOCA + gl_FUNC_DUP2 + gl_UNISTD_MODULE_INDICATOR([dup2]) gl_HEADER_ERRNO_H gl_FLOAT_H gl_FUNC_FREXPL_NO_LIBM @@ -84,6 +86,7 @@ AC_DEFUN([gl_INIT], gl_MATH_MODULE_INDICATOR([signbit]) gl_SIZE_MAX AM_STDBOOL_H + gl_STDDEF_H gl_STDINT_H gl_STDLIB_H if test $gl_cond_libtool = false; then @@ -176,9 +179,10 @@ AC_DEFUN([gl_INIT], gl_UNISTD_MODULE_INDICATOR([environ]) gl_ERROR m4_ifdef([AM_XGETTEXT_OPTION], - [AM_XGETTEXT_OPTION([--flag=error:3:c-format]) - AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])]) + [AM_][XGETTEXT_OPTION([--flag=error:3:c-format]) + AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])]) gl_EXITFAIL + gl_FCNTL_H AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) gl_DOUBLE_EXPONENT_LOCATION @@ -190,6 +194,9 @@ AC_DEFUN([gl_INIT], gt_LOCALE_JA gt_LOCALE_ZH_CN gt_LOCALE_FR_UTF8 + gl_FUNC_OPEN + gl_MODULE_INDICATOR([open]) + gl_FCNTL_MODULE_INDICATOR([open]) gl_FUNC_SETENV gl_STDLIB_MODULE_INDICATOR([setenv]) AC_REQUIRE([gl_FLOAT_EXPONENT_LOCATION]) @@ -329,6 +336,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/c-strcaseeq.h lib/c-strncasecmp.c lib/config.charset + lib/dup2.c lib/errno.in.h lib/float+.h lib/float.in.h @@ -391,6 +399,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/signbitl.c lib/size_max.h lib/stdbool.in.h + lib/stddef.in.h lib/stdint.in.h lib/stdio-impl.h lib/stdlib.in.h @@ -1123,6 +1132,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/00gnulib.m4 m4/alloca.m4 m4/codeset.m4 + m4/dup2.m4 m4/eealloc.m4 m4/environ.m4 m4/errno_h.m4 @@ -1132,6 +1142,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/exponentf.m4 m4/exponentl.m4 m4/extensions.m4 + m4/fcntl_h.m4 m4/float_h.m4 m4/fpieee.m4 m4/frexp.m4 @@ -1174,8 +1185,10 @@ AC_DEFUN([gl_FILE_LIST], [ m4/memchr.m4 m4/minmax.m4 m4/mmap-anon.m4 + m4/mode_t.m4 m4/multiarch.m4 m4/nocrash.m4 + m4/open.m4 m4/printf-frexp.m4 m4/printf-frexpl.m4 m4/printf.m4 @@ -1184,6 +1197,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/signbit.m4 m4/size_max.m4 m4/stdbool.m4 + m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdlib_h.m4 @@ -1206,8 +1220,10 @@ AC_DEFUN([gl_FILE_LIST], [ tests/test-c-strcase.sh tests/test-c-strcasecmp.c tests/test-c-strncasecmp.c + tests/test-dup2.c tests/test-environ.c tests/test-errno.c + tests/test-fcntl.c tests/test-frexpl.c tests/test-fseterr.c tests/test-iconv.c @@ -1229,10 +1245,12 @@ AC_DEFUN([gl_FILE_LIST], [ tests/test-mbsinit.c tests/test-mbsinit.sh tests/test-memchr.c + tests/test-open.c tests/test-printf-frexp.c tests/test-printf-frexpl.c tests/test-signbit.c tests/test-stdbool.c + tests/test-stddef.c tests/test-stdint.c tests/test-stdlib.c tests/test-strerror.c @@ -1587,9 +1605,11 @@ AC_DEFUN([gl_FILE_LIST], [ tests=lib/error.h tests=lib/exitfail.c tests=lib/exitfail.h + tests=lib/fcntl.in.h tests=lib/gettext.h tests=lib/intprops.h tests=lib/locale.in.h + tests=lib/open.c tests=lib/progname.c tests=lib/progname.h tests=lib/setenv.c -- cgit v1.2.3