diff options
Diffstat (limited to 'm4/gnulib-comp.m4')
-rw-r--r-- | m4/gnulib-comp.m4 | 175 |
1 files changed, 89 insertions, 86 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 881d69ef7..c1e54d3f1 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -1,10 +1,22 @@ # DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2011 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 +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see <http://www.gnu.org/licenses/>. +# +# 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. @@ -25,25 +37,24 @@ AC_DEFUN([gl_EARLY], m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable - AC_REQUIRE([AC_PROG_RANLIB]) + AC_REQUIRE([gl_PROG_AR_RANLIB]) AC_REQUIRE([AM_PROG_CC_C_O]) # Code from module accept: # Code from module alignof: # Code from module alloca-opt: # Code from module announce-gen: - # Code from module arg-nonnull: # Code from module arpa_inet: # Code from module autobuild: AB_INIT # Code from module binary-io: # Code from module bind: # Code from module byteswap: - # Code from module c++defs: # Code from module c-ctype: # Code from module c-strcase: # Code from module c-strcaseeq: # Code from module canonicalize-lgpl: # Code from module ceil: + # Code from module chdir: # Code from module close: # Code from module connect: # Code from module dirname-lgpl: @@ -54,25 +65,15 @@ AC_DEFUN([gl_EARLY], # Code from module errno: # Code from module extensions: AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - # Code from module fclose: # Code from module fcntl-h: # Code from module fd-hook: - # Code from module fflush: - AC_REQUIRE([AC_FUNC_FSEEKO]) # Code from module float: # Code from module flock: # Code from module floor: # Code from module fpieee: AC_REQUIRE([gl_FP_IEEE]) - # Code from module fpurge: - # Code from module freading: # Code from module frexp: - # Code from module fseek: - # Code from module fseeko: - AC_REQUIRE([AC_FUNC_FSEEKO]) - # Code from module ftell: - # Code from module ftello: - AC_REQUIRE([AC_FUNC_FSEEKO]) + # Code from module fstat: # Code from module full-read: # Code from module full-write: # Code from module func: @@ -104,6 +105,8 @@ AC_DEFUN([gl_EARLY], # Code from module isnand-nolibm: # Code from module isnanf: # Code from module isnanl: + # Code from module largefile: + AC_REQUIRE([AC_SYS_LARGEFILE]) # Code from module ldexp: # Code from module lib-symbol-versions: # Code from module lib-symbol-visibility: @@ -111,7 +114,6 @@ AC_DEFUN([gl_EARLY], # Code from module listen: # Code from module locale: # Code from module log1p: - # Code from module lseek: # Code from module lstat: # Code from module maintainer-makefile: # Code from module malloc-gnu: @@ -119,6 +121,8 @@ AC_DEFUN([gl_EARLY], # Code from module malloca: # Code from module math: # Code from module memchr: + # Code from module msvc-inval: + # Code from module msvc-nothrow: # Code from module multiarch: # Code from module netdb: # Code from module netinet_in: @@ -128,6 +132,7 @@ AC_DEFUN([gl_EARLY], # Code from module pathmax: # Code from module pipe2: # Code from module putenv: + # Code from module raise: # Code from module read: # Code from module readlink: # Code from module recv: @@ -142,7 +147,13 @@ AC_DEFUN([gl_EARLY], # Code from module servent: # Code from module setsockopt: # Code from module shutdown: + # Code from module signal-h: # Code from module size_max: + # Code from module snippet/_Noreturn: + # Code from module snippet/arg-nonnull: + # Code from module snippet/c++defs: + # Code from module snippet/unused-parameter: + # Code from module snippet/warn-on-use: # Code from module snprintf: # Code from module socket: # Code from module socketlib: @@ -163,6 +174,7 @@ AC_DEFUN([gl_EARLY], # Code from module sys_socket: # Code from module sys_stat: # Code from module sys_time: + # Code from module sys_types: # Code from module sys_uio: # Code from module time: # Code from module time_r: @@ -175,13 +187,11 @@ AC_DEFUN([gl_EARLY], # Code from module unistr/u8-prev: # Code from module unistr/u8-uctomb: # Code from module unitypes: - # Code from module unused-parameter: # Code from module useless-if-before-free: # Code from module vasnprintf: # Code from module vc-list-files: # Code from module verify: # Code from module vsnprintf: - # Code from module warn-on-use: # Code from module warnings: # Code from module wchar: # Code from module write: @@ -228,7 +238,11 @@ if test $REPLACE_CEIL = 1; then AC_LIBOBJ([ceil]) fi gl_MATH_MODULE_INDICATOR([ceil]) +gl_UNISTD_MODULE_INDICATOR([chdir]) gl_FUNC_CLOSE +if test $REPLACE_CLOSE = 1; then + AC_LIBOBJ([close]) +fi gl_UNISTD_MODULE_INDICATOR([close]) AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then @@ -246,20 +260,14 @@ gl_LOCALE_MODULE_INDICATOR([duplocale]) gl_ENVIRON gl_UNISTD_MODULE_INDICATOR([environ]) gl_HEADER_ERRNO_H -gl_FUNC_FCLOSE -gl_STDIO_MODULE_INDICATOR([fclose]) gl_FCNTL_H -gl_FUNC_FFLUSH -if test $REPLACE_FFLUSH = 1; then - AC_LIBOBJ([fflush]) - gl_PREREQ_FFLUSH -fi -gl_MODULE_INDICATOR([fflush]) -gl_STDIO_MODULE_INDICATOR([fflush]) gl_FLOAT_H if test $REPLACE_FLOAT_LDBL = 1; then AC_LIBOBJ([float]) fi +if test $REPLACE_ITOLD = 1; then + AC_LIBOBJ([itold]) +fi gl_FUNC_FLOCK if test $HAVE_FLOCK = 0; then AC_LIBOBJ([flock]) @@ -271,37 +279,17 @@ if test $REPLACE_FLOOR = 1; then AC_LIBOBJ([floor]) fi gl_MATH_MODULE_INDICATOR([floor]) -gl_FUNC_FPURGE -if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then - AC_LIBOBJ([fpurge]) -fi -gl_STDIO_MODULE_INDICATOR([fpurge]) -gl_FUNC_FREADING gl_FUNC_FREXP if test $gl_func_frexp != yes; then AC_LIBOBJ([frexp]) fi gl_MATH_MODULE_INDICATOR([frexp]) -gl_FUNC_FSEEK -if test $REPLACE_FSEEK = 1; then - AC_LIBOBJ([fseek]) -fi -gl_STDIO_MODULE_INDICATOR([fseek]) -gl_FUNC_FSEEKO -if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then - AC_LIBOBJ([fseeko]) +gl_FUNC_FSTAT +if test $REPLACE_FSTAT = 1; then + AC_LIBOBJ([fstat]) + gl_PREREQ_FSTAT fi -gl_STDIO_MODULE_INDICATOR([fseeko]) -gl_FUNC_FTELL -if test $REPLACE_FTELL = 1; then - AC_LIBOBJ([ftell]) -fi -gl_STDIO_MODULE_INDICATOR([ftell]) -gl_FUNC_FTELLO -if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then - AC_LIBOBJ([ftello]) -fi -gl_STDIO_MODULE_INDICATOR([ftello]) +gl_SYS_STAT_MODULE_INDICATOR([fstat]) gl_FUNC gl_GETADDRINFO if test $HAVE_GETADDRINFO = 0; then @@ -353,13 +341,13 @@ if test $REPLACE_ICONV = 1; then fi gl_FUNC_ICONV_OPEN_UTF gl_FUNC_INET_NTOP -if test $HAVE_INET_NTOP = 0; then +if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then AC_LIBOBJ([inet_ntop]) gl_PREREQ_INET_NTOP fi gl_ARPA_INET_MODULE_INDICATOR([inet_ntop]) gl_FUNC_INET_PTON -if test $HAVE_INET_PTON = 0; then +if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then AC_LIBOBJ([inet_pton]) gl_PREREQ_INET_PTON fi @@ -415,11 +403,6 @@ fi gl_SYS_SOCKET_MODULE_INDICATOR([listen]) gl_LOCALE_H gl_COMMON_DOUBLE_MATHFUNC([log1p]) -gl_FUNC_LSEEK -if test $REPLACE_LSEEK = 1; then - AC_LIBOBJ([lseek]) -fi -gl_UNISTD_MODULE_INDICATOR([lseek]) gl_FUNC_LSTAT if test $REPLACE_LSTAT = 1; then AC_LIBOBJ([lstat]) @@ -446,12 +429,24 @@ if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then gl_PREREQ_MEMCHR fi gl_STRING_MODULE_INDICATOR([memchr]) +gl_MSVC_INVAL +if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then + AC_LIBOBJ([msvc-inval]) +fi +gl_MSVC_NOTHROW +if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then + AC_LIBOBJ([msvc-nothrow]) +fi gl_MULTIARCH gl_HEADER_NETDB gl_HEADER_NETINET_IN AC_PROG_MKDIR_P gl_NPROC gl_FUNC_OPEN +if test $REPLACE_OPEN = 1; then + AC_LIBOBJ([open]) + gl_PREREQ_OPEN +fi gl_FCNTL_MODULE_INDICATOR([open]) gl_PATHMAX gl_FUNC_PIPE2 @@ -461,9 +456,16 @@ if test $REPLACE_PUTENV = 1; then AC_LIBOBJ([putenv]) fi gl_STDLIB_MODULE_INDICATOR([putenv]) +gl_FUNC_RAISE +if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then + AC_LIBOBJ([raise]) + gl_PREREQ_RAISE +fi +gl_SIGNAL_MODULE_INDICATOR([raise]) gl_FUNC_READ if test $REPLACE_READ = 1; then AC_LIBOBJ([read]) + gl_PREREQ_READ fi gl_UNISTD_MODULE_INDICATOR([read]) gl_FUNC_READLINK @@ -515,6 +517,7 @@ if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([shutdown]) fi gl_SYS_SOCKET_MODULE_INDICATOR([shutdown]) +gl_SIGNAL_H gl_SIZE_MAX gl_FUNC_SNPRINTF gl_STDIO_MODULE_INDICATOR([snprintf]) @@ -564,6 +567,8 @@ gl_HEADER_SYS_STAT_H AC_PROG_MKDIR_P gl_HEADER_SYS_TIME_H AC_PROG_MKDIR_P +gl_SYS_TYPES_H +AC_PROG_MKDIR_P gl_HEADER_SYS_UIO AC_PROG_MKDIR_P gl_HEADER_TIME_H @@ -598,6 +603,7 @@ gl_WCHAR_H gl_FUNC_WRITE if test $REPLACE_WRITE = 1; then AC_LIBOBJ([write]) + gl_PREREQ_WRITE fi gl_UNISTD_MODULE_INDICATOR([write]) gl_XSIZE @@ -738,18 +744,19 @@ AC_DEFUN([gltests_LIBSOURCES], [ # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([gl_FILE_LIST], [ build-aux/announce-gen - build-aux/arg-nonnull.h - build-aux/c++defs.h build-aux/config.rpath build-aux/gendocs.sh build-aux/git-version-gen build-aux/gitlog-to-changelog build-aux/gnu-web-doc-update build-aux/gnupload - build-aux/unused-parameter.h + build-aux/snippet/_Noreturn.h + build-aux/snippet/arg-nonnull.h + build-aux/snippet/c++defs.h + build-aux/snippet/unused-parameter.h + build-aux/snippet/warn-on-use.h build-aux/useless-if-before-free build-aux/vc-list-files - build-aux/warn-on-use.h doc/gendocs_template lib/accept.c lib/alignof.h @@ -775,24 +782,16 @@ AC_DEFUN([gl_FILE_LIST], [ lib/dosname.h lib/duplocale.c lib/errno.in.h - lib/fclose.c lib/fcntl.in.h lib/fd-hook.c lib/fd-hook.h - lib/fflush.c lib/float+.h lib/float.c lib/float.in.h lib/flock.c lib/floor.c - lib/fpurge.c - lib/freading.c - lib/freading.h lib/frexp.c - lib/fseek.c - lib/fseeko.c - lib/ftell.c - lib/ftello.c + lib/fstat.c lib/full-read.c lib/full-read.h lib/full-write.c @@ -821,10 +820,10 @@ AC_DEFUN([gl_FILE_LIST], [ lib/isnand.c lib/isnanf.c lib/isnanl.c + lib/itold.c lib/libunistring.valgrind lib/listen.c lib/locale.in.h - lib/lseek.c lib/lstat.c lib/malloc.c lib/malloca.c @@ -833,6 +832,10 @@ AC_DEFUN([gl_FILE_LIST], [ lib/math.in.h lib/memchr.c lib/memchr.valgrind + lib/msvc-inval.c + lib/msvc-inval.h + lib/msvc-nothrow.c + lib/msvc-nothrow.h lib/netdb.in.h lib/netinet_in.in.h lib/nproc.c @@ -845,6 +848,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/printf-parse.c lib/printf-parse.h lib/putenv.c + lib/raise.c lib/read.c lib/readlink.c lib/recv.c @@ -860,6 +864,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/sendto.c lib/setsockopt.c lib/shutdown.c + lib/signal.in.h lib/size_max.h lib/snprintf.c lib/socket.c @@ -870,7 +875,6 @@ AC_DEFUN([gl_FILE_LIST], [ lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h - lib/stdio-impl.h lib/stdio.in.h lib/stdlib.in.h lib/strftime.c @@ -883,6 +887,7 @@ AC_DEFUN([gl_FILE_LIST], [ lib/sys_socket.in.h lib/sys_stat.in.h lib/sys_time.in.h + lib/sys_types.in.h lib/sys_uio.in.h lib/time.in.h lib/time_r.c @@ -926,21 +931,14 @@ AC_DEFUN([gl_FILE_LIST], [ m4/exponentf.m4 m4/exponentl.m4 m4/extensions.m4 - m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl_h.m4 - m4/fflush.m4 m4/float_h.m4 m4/flock.m4 m4/floor.m4 m4/fpieee.m4 - m4/fpurge.m4 - m4/freading.m4 m4/frexp.m4 - m4/fseek.m4 - m4/fseeko.m4 - m4/ftell.m4 - m4/ftello.m4 + m4/fstat.m4 m4/func.m4 m4/getaddrinfo.m4 m4/gnulib-common.m4 @@ -960,6 +958,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/isnand.m4 m4/isnanf.m4 m4/isnanl.m4 + m4/largefile.m4 m4/ld-version-script.m4 m4/ldexp.m4 m4/lib-ld.m4 @@ -969,7 +968,6 @@ AC_DEFUN([gl_FILE_LIST], [ m4/libunistring.m4 m4/locale_h.m4 m4/longlong.m4 - m4/lseek.m4 m4/lstat.m4 m4/malloc.m4 m4/malloca.m4 @@ -978,6 +976,8 @@ AC_DEFUN([gl_FILE_LIST], [ m4/memchr.m4 m4/mmap-anon.m4 m4/mode_t.m4 + m4/msvc-inval.m4 + m4/msvc-nothrow.m4 m4/multiarch.m4 m4/netdb_h.m4 m4/netinet_in_h.m4 @@ -988,6 +988,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/pipe2.m4 m4/printf.m4 m4/putenv.m4 + m4/raise.m4 m4/read.m4 m4/readlink.m4 m4/rename.m4 @@ -995,6 +996,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/safe-read.m4 m4/safe-write.m4 m4/servent.m4 + m4/signal_h.m4 m4/size_max.m4 m4/snprintf.m4 m4/socketlib.m4 @@ -1016,6 +1018,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/sys_socket_h.m4 m4/sys_stat_h.m4 m4/sys_time_h.m4 + m4/sys_types_h.m4 m4/sys_uio_h.m4 m4/time_h.m4 m4/time_r.m4 |