Ignore:
Timestamp:
Feb 3, 2017, 2:02:34 PM (8 years ago)
Author:
Silvan Scherrer
Message:

cpio: update vendor to version 2.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified cpio/vendor/current/gnu/Makefile.in

    r118 r1964  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.14 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    1615@SET_MAKE@
    1716
    18 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
     17# Copyright (C) 2002-2015 Free Software Foundation, Inc.
    1918#
    20 # This file is free software, distributed under the terms of the GNU
    21 # General Public License.  As a special exception to the GNU General
    22 # Public License, this file may be distributed as part of a program
    23 # that contains a configuration script generated by Autoconf, under
     19# This file is free software; you can redistribute it and/or modify
     20# it under the terms of the GNU General Public License as published by
     21# the Free Software Foundation; either version 3 of the License, or
     22# (at your option) any later version.
     23#
     24# This file is distributed in the hope that it will be useful,
     25# but WITHOUT ANY WARRANTY; without even the implied warranty of
     26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     27# GNU General Public License for more details.
     28#
     29# You should have received a copy of the GNU General Public License
     30# along with this file.  If not, see <http://www.gnu.org/licenses/>.
     31#
     32# As a special exception to the GNU General Public License,
     33# this file may be distributed as part of a program that
     34# contains a configuration script generated by Autoconf, under
    2435# the same distribution terms as the rest of that program.
    2536#
    2637# Generated by gnulib-tool.
    27 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgnu --source-base=gnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca argmatch argp argp-version-etc closeout configmake dirname error fileblocks fnmatch-gnu fseeko full-write getdate getopt gettext gettext-h gitlog-to-changelog hash inttostr inttypes lchown obstack progname quote quotearg safe-read savedir stdbool stdint stpcpy strerror strtol unlocked-io utimens version-etc-fsf xalloc xalloc-die
     38# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgnu --source-base=gnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=size_max --no-conditional-dependencies --no-libtool --macro-prefix=gl alloca argmatch argp argp-version-etc closeout configmake dirname error fileblocks fnmatch-gnu fseeko full-write getline getopt getopt-gnu gettext gettext-h gitlog-to-changelog hash inttostr inttypes lchown obstack parse-datetime progname quote quotearg safe-read savedir stdbool stdint stpcpy strerror strtol unlocked-io utimens utimensat version-etc-fsf xalloc xalloc-die xgetcwd
    2839
    2940
    3041
    3142VPATH = @srcdir@
     43am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     44am__make_running_with_option = \
     45  case $${target_option-} in \
     46      ?) ;; \
     47      *) echo "am__make_running_with_option: internal error: invalid" \
     48              "target option '$${target_option-}' specified" >&2; \
     49         exit 1;; \
     50  esac; \
     51  has_opt=no; \
     52  sane_makeflags=$$MAKEFLAGS; \
     53  if $(am__is_gnu_make); then \
     54    sane_makeflags=$$MFLAGS; \
     55  else \
     56    case $$MAKEFLAGS in \
     57      *\\[\ \   ]*) \
     58        bs=\\; \
     59        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     60          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
     61    esac; \
     62  fi; \
     63  skip_next=no; \
     64  strip_trailopt () \
     65  { \
     66    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     67  }; \
     68  for flg in $$sane_makeflags; do \
     69    test $$skip_next = yes && { skip_next=no; continue; }; \
     70    case $$flg in \
     71      *=*|--*) continue;; \
     72        -*I) strip_trailopt 'I'; skip_next=yes;; \
     73      -*I?*) strip_trailopt 'I';; \
     74        -*O) strip_trailopt 'O'; skip_next=yes;; \
     75      -*O?*) strip_trailopt 'O';; \
     76        -*l) strip_trailopt 'l'; skip_next=yes;; \
     77      -*l?*) strip_trailopt 'l';; \
     78      -[dEDm]) skip_next=yes;; \
     79      -[JT]) skip_next=yes;; \
     80    esac; \
     81    case $$flg in \
     82      *$$target_option*) has_opt=yes; break;; \
     83    esac; \
     84  done; \
     85  test $$has_opt = yes
     86am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     87am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    3288pkgdatadir = $(datadir)/@PACKAGE@
    3389pkgincludedir = $(includedir)/@PACKAGE@
    3490pkglibdir = $(libdir)/@PACKAGE@
    35 pkglibexecdir = $(libexecdir)/@PACKAGE@
    3691am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    3792install_sh_DATA = $(install_sh) -c -m 644
     
    49104host_triplet = @host@
    50105subdir = gnu
    51 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    52         $(srcdir)/Makefile.in alloca.c getdate.c
     106DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am alloca.c \
     107        parse-datetime.c $(top_srcdir)/build-aux/depcomp \
     108        $(top_srcdir)/build-aux/ylwrap $(noinst_HEADERS)
    53109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    54110am__aclocal_m4_deps = $(top_srcdir)/am/flushleft.m4 \
    55111        $(top_srcdir)/am/pack.m4 $(top_srcdir)/am/sysdep.m4 \
    56         $(top_srcdir)/m4/00gnulib.m4 $(top_srcdir)/m4/alloca.m4 \
    57         $(top_srcdir)/m4/argmatch.m4 $(top_srcdir)/m4/argp.m4 \
    58         $(top_srcdir)/m4/bison.m4 $(top_srcdir)/m4/chdir-long.m4 \
    59         $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
     112        $(top_srcdir)/m4/00gnulib.m4 \
     113        $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \
     114        $(top_srcdir)/m4/argp.m4 $(top_srcdir)/m4/bison.m4 \
     115        $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chown.m4 \
     116        $(top_srcdir)/m4/clock_time.m4 \
    60117        $(top_srcdir)/m4/close-stream.m4 $(top_srcdir)/m4/close.m4 \
    61         $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
     118        $(top_srcdir)/m4/closedir.m4 $(top_srcdir)/m4/closeout.m4 \
     119        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/configmake.m4 \
    62120        $(top_srcdir)/m4/d-ino.m4 $(top_srcdir)/m4/dirent-safer.m4 \
    63121        $(top_srcdir)/m4/dirent_h.m4 $(top_srcdir)/m4/dirfd.m4 \
    64         $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dos.m4 \
    65         $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \
    66         $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/environ.m4 \
    67         $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
    68         $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fchdir.m4 \
    69         $(top_srcdir)/m4/fclose.m4 $(top_srcdir)/m4/fcntl-o.m4 \
    70         $(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \
    71         $(top_srcdir)/m4/fdopendir.m4 $(top_srcdir)/m4/fileblocks.m4 \
     122        $(top_srcdir)/m4/dirname.m4 \
     123        $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup.m4 \
     124        $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \
     125        $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
     126        $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exponentd.m4 \
     127        $(top_srcdir)/m4/extensions.m4 \
     128        $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fchdir.m4 \
     129        $(top_srcdir)/m4/fcntl-o.m4 $(top_srcdir)/m4/fcntl.m4 \
     130        $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/fdopendir.m4 \
     131        $(top_srcdir)/m4/fileblocks.m4 $(top_srcdir)/m4/filenamecat.m4 \
    72132        $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fnmatch.m4 \
    73         $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/fseeko.m4 \
     133        $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/fseek.m4 \
     134        $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/fstat.m4 \
     135        $(top_srcdir)/m4/fstatat.m4 \
    74136        $(top_srcdir)/m4/getcwd-abort-bug.m4 \
    75137        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
    76         $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdtablesize.m4 \
    77         $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext.m4 \
    78         $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
    79         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \
    80         $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/hash.m4 \
    81         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \
    82         $(top_srcdir)/m4/inline.m4 $(top_srcdir)/m4/intlmacosx.m4 \
    83         $(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttostr.m4 \
    84         $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
    85         $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lchown.m4 \
     138        $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \
     139        $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
     140        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \
     141        $(top_srcdir)/m4/gettimeofday.m4 $(top_srcdir)/m4/glibc21.m4 \
     142        $(top_srcdir)/m4/gnulib-common.m4 \
     143        $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
     144        $(top_srcdir)/m4/include_next.m4 \
     145        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
     146        $(top_srcdir)/m4/inttostr.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
     147        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
     148        $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lchown.m4 \
    86149        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
    87150        $(top_srcdir)/m4/lib-prefix.m4 \
     
    94157        $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/memchr.m4 \
    95158        $(top_srcdir)/m4/mempcpy.m4 $(top_srcdir)/m4/memrchr.m4 \
    96         $(top_srcdir)/m4/mkdir.m4 $(top_srcdir)/m4/mktime.m4 \
    97         $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/mode_t.m4 \
    98         $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/nls.m4 \
     159        $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/mmap-anon.m4 \
     160        $(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \
     161        $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
     162        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/nocrash.m4 \
     163        $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/off_t.m4 \
    99164        $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/openat.m4 \
    100         $(top_srcdir)/m4/paxutils.m4 $(top_srcdir)/m4/po.m4 \
    101         $(top_srcdir)/m4/printf.m4 $(top_srcdir)/m4/progtest.m4 \
    102         $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
    103         $(top_srcdir)/m4/rawmemchr.m4 $(top_srcdir)/m4/realloc.m4 \
    104         $(top_srcdir)/m4/rmdir.m4 $(top_srcdir)/m4/rmt.m4 \
     165        $(top_srcdir)/m4/opendir.m4 $(top_srcdir)/m4/parse-datetime.m4 \
     166        $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/paxutils.m4 \
     167        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
     168        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
     169        $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/raise.m4 \
     170        $(top_srcdir)/m4/rawmemchr.m4 $(top_srcdir)/m4/read.m4 \
     171        $(top_srcdir)/m4/readdir.m4 $(top_srcdir)/m4/realloc.m4 \
     172        $(top_srcdir)/m4/rewinddir.m4 $(top_srcdir)/m4/rmt.m4 \
    105173        $(top_srcdir)/m4/rtapelib.m4 $(top_srcdir)/m4/safe-read.m4 \
    106174        $(top_srcdir)/m4/safe-write.m4 $(top_srcdir)/m4/save-cwd.m4 \
    107175        $(top_srcdir)/m4/savedir.m4 $(top_srcdir)/m4/setenv.m4 \
    108         $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \
    109         $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat-time.m4 \
    110         $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \
     176        $(top_srcdir)/m4/signal_h.m4 $(top_srcdir)/m4/size_max.m4 \
     177        $(top_srcdir)/m4/sleep.m4 $(top_srcdir)/m4/ssize_t.m4 \
     178        $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stat.m4 \
     179        $(top_srcdir)/m4/stdalign.m4 $(top_srcdir)/m4/stdarg.m4 \
    111180        $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
    112181        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
     
    117186        $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \
    118187        $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/strtol.m4 \
     188        $(top_srcdir)/m4/sys_socket_h.m4 \
    119189        $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
    120         $(top_srcdir)/m4/sysexits.m4 $(top_srcdir)/m4/system.m4 \
    121         $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
    122         $(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \
    123         $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \
    124         $(top_srcdir)/m4/unlink.m4 $(top_srcdir)/m4/unlocked-io.m4 \
     190        $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/sysexits.m4 \
     191        $(top_srcdir)/m4/system.m4 $(top_srcdir)/m4/time_h.m4 \
     192        $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/timespec.m4 \
     193        $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd-safer.m4 \
     194        $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlocked-io.m4 \
    125195        $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utimens.m4 \
    126         $(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \
    127         $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/vsnprintf.m4 \
    128         $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/wchar_h.m4 \
    129         $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wctype_h.m4 \
    130         $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/write.m4 \
    131         $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xgetcwd.m4 \
    132         $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
    133         $(top_srcdir)/configure.ac
     196        $(top_srcdir)/m4/utimensat.m4 $(top_srcdir)/m4/utimes.m4 \
     197        $(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/version-etc.m4 \
     198        $(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/warn-on-use.m4 \
     199        $(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
     200        $(top_srcdir)/m4/wctype_h.m4 $(top_srcdir)/m4/wint_t.m4 \
     201        $(top_srcdir)/m4/write.m4 $(top_srcdir)/m4/xalloc.m4 \
     202        $(top_srcdir)/m4/xgetcwd.m4 $(top_srcdir)/m4/xsize.m4 \
     203        $(top_srcdir)/m4/xstrndup.m4 $(top_srcdir)/configure.ac
    134204am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    135205        $(ACLOCAL_M4)
     
    139209CONFIG_CLEAN_VPATH_FILES =
    140210LIBRARIES = $(noinst_LIBRARIES)
    141 AR = ar
    142 ARFLAGS = cru
    143 AM_V_AR = $(am__v_AR_$(V))
    144 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
    145 am__v_AR_0 = @echo "  AR    " $@;
    146 AM_V_at = $(am__v_at_$(V))
    147 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    148 am__v_at_0 = @
     211AM_V_AR = $(am__v_AR_@AM_V@)
     212am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
     213am__v_AR_0 = @echo "  AR      " $@;
     214am__v_AR_1 =
    149215libgnu_a_AR = $(AR) $(ARFLAGS)
    150216am__DEPENDENCIES_1 =
    151 am_libgnu_a_OBJECTS = argp-ba.$(OBJEXT) argp-eexst.$(OBJEXT) \
    152         argp-fmtstream.$(OBJEXT) argp-fs-xinl.$(OBJEXT) \
    153         argp-help.$(OBJEXT) argp-parse.$(OBJEXT) argp-pin.$(OBJEXT) \
    154         argp-pv.$(OBJEXT) argp-pvh.$(OBJEXT) argp-xinl.$(OBJEXT) \
    155         argp-version-etc.$(OBJEXT) c-ctype.$(OBJEXT) \
    156         close-hook.$(OBJEXT) exitfail.$(OBJEXT) full-write.$(OBJEXT) \
    157         getdate.$(OBJEXT) localcharset.$(OBJEXT) malloca.$(OBJEXT) \
    158         openat-die.$(OBJEXT) progname.$(OBJEXT) strnlen1.$(OBJEXT) \
    159         version-etc.$(OBJEXT) version-etc-fsf.$(OBJEXT) \
    160         xalloc-die.$(OBJEXT) xstrndup.$(OBJEXT)
     217am_libgnu_a_OBJECTS = argmatch.$(OBJEXT) argp-ba.$(OBJEXT) \
     218        argp-eexst.$(OBJEXT) argp-fmtstream.$(OBJEXT) \
     219        argp-fs-xinl.$(OBJEXT) argp-help.$(OBJEXT) \
     220        argp-parse.$(OBJEXT) argp-pin.$(OBJEXT) argp-pv.$(OBJEXT) \
     221        argp-pvh.$(OBJEXT) argp-xinl.$(OBJEXT) \
     222        argp-version-etc.$(OBJEXT) bitrotate.$(OBJEXT) \
     223        c-ctype.$(OBJEXT) c-strcasecmp.$(OBJEXT) \
     224        c-strncasecmp.$(OBJEXT) cloexec.$(OBJEXT) \
     225        close-stream.$(OBJEXT) closeout.$(OBJEXT) \
     226        opendir-safer.$(OBJEXT) dirname.$(OBJEXT) basename.$(OBJEXT) \
     227        dirname-lgpl.$(OBJEXT) basename-lgpl.$(OBJEXT) \
     228        stripslash.$(OBJEXT) exitfail.$(OBJEXT) fd-hook.$(OBJEXT) \
     229        filenamecat-lgpl.$(OBJEXT) full-write.$(OBJEXT) \
     230        gettime.$(OBJEXT) hash.$(OBJEXT) imaxtostr.$(OBJEXT) \
     231        inttostr.$(OBJEXT) offtostr.$(OBJEXT) uinttostr.$(OBJEXT) \
     232        umaxtostr.$(OBJEXT) localcharset.$(OBJEXT) malloca.$(OBJEXT) \
     233        openat-die.$(OBJEXT) parse-datetime.$(OBJEXT) \
     234        progname.$(OBJEXT) quotearg.$(OBJEXT) safe-read.$(OBJEXT) \
     235        safe-write.$(OBJEXT) save-cwd.$(OBJEXT) savedir.$(OBJEXT) \
     236        stat-time.$(OBJEXT) strnlen1.$(OBJEXT) timespec.$(OBJEXT) \
     237        unistd.$(OBJEXT) dup-safer.$(OBJEXT) fd-safer.$(OBJEXT) \
     238        pipe-safer.$(OBJEXT) utimens.$(OBJEXT) version-etc.$(OBJEXT) \
     239        version-etc-fsf.$(OBJEXT) wctype-h.$(OBJEXT) xmalloc.$(OBJEXT) \
     240        xalloc-die.$(OBJEXT) xgetcwd.$(OBJEXT) xsize.$(OBJEXT) \
     241        xstrndup.$(OBJEXT)
    161242libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
    162243LTLIBRARIES = $(noinst_LTLIBRARIES)
     244AM_V_P = $(am__v_P_@AM_V@)
     245am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     246am__v_P_0 = false
     247am__v_P_1 = :
     248AM_V_GEN = $(am__v_GEN_@AM_V@)
     249am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     250am__v_GEN_0 = @echo "  GEN     " $@;
     251am__v_GEN_1 =
     252AM_V_at = $(am__v_at_@AM_V@)
     253am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     254am__v_at_0 = @
     255am__v_at_1 =
    163256DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    164257depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
     
    167260COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    168261        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    169 AM_V_CC = $(am__v_CC_$(V))
    170 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
    171 am__v_CC_0 = @echo "  CC    " $@;
     262AM_V_CC = $(am__v_CC_@AM_V@)
     263am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
     264am__v_CC_0 = @echo "  CC      " $@;
     265am__v_CC_1 =
    172266CCLD = $(CC)
    173267LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    174 AM_V_CCLD = $(am__v_CCLD_$(V))
    175 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
    176 am__v_CCLD_0 = @echo "  CCLD  " $@;
    177 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
    178 AM_V_YACC = $(am__v_YACC_$(V))
    179 am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
    180 am__v_YACC_0 = @echo "  YACC  " $@;
     268AM_V_CCLD = $(am__v_CCLD_@AM_V@)
     269am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
     270am__v_CCLD_0 = @echo "  CCLD    " $@;
     271am__v_CCLD_1 =
     272am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
     273                   -e s/c++$$/h++/ -e s/c$$/h/
     274YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
     275AM_V_YACC = $(am__v_YACC_@AM_V@)
     276am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
     277am__v_YACC_0 = @echo "  YACC    " $@;
     278am__v_YACC_1 =
    181279YLWRAP = $(top_srcdir)/build-aux/ylwrap
    182 AM_V_GEN = $(am__v_GEN_$(V))
    183 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    184 am__v_GEN_0 = @echo "  GEN   " $@;
    185280SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
    186281DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
    187 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    188         html-recursive info-recursive install-data-recursive \
    189         install-dvi-recursive install-exec-recursive \
    190         install-html-recursive install-info-recursive \
    191         install-pdf-recursive install-ps-recursive install-recursive \
    192         installcheck-recursive installdirs-recursive pdf-recursive \
    193         ps-recursive uninstall-recursive
     282RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
     283        ctags-recursive dvi-recursive html-recursive info-recursive \
     284        install-data-recursive install-dvi-recursive \
     285        install-exec-recursive install-html-recursive \
     286        install-info-recursive install-pdf-recursive \
     287        install-ps-recursive install-recursive installcheck-recursive \
     288        installdirs-recursive pdf-recursive ps-recursive \
     289        tags-recursive uninstall-recursive
     290am__can_run_installinfo = \
     291  case $$AM_UPDATE_INFO_DIR in \
     292    n|no|NO) false;; \
     293    *) (install-info --version) >/dev/null 2>&1;; \
     294  esac
    194295HEADERS = $(noinst_HEADERS)
    195296RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    196297  distclean-recursive maintainer-clean-recursive
    197 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    198         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     298am__recursive_targets = \
     299  $(RECURSIVE_TARGETS) \
     300  $(RECURSIVE_CLEAN_TARGETS) \
     301  $(am__extra_recursive_targets)
     302AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    199303        distdir
     304am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     305# Read a list of newline-separated strings from the standard input,
     306# and print each of them once, without duplicates.  Input order is
     307# *not* preserved.
     308am__uniquify_input = $(AWK) '\
     309  BEGIN { nonempty = 0; } \
     310  { items[$$0] = 1; nonempty = 1; } \
     311  END { if (nonempty) { for (i in items) print i; }; } \
     312'
     313# Make sure the list of sources is unique.  This is necessary because,
     314# e.g., the same source file might be shared among _SOURCES variables
     315# for different programs/libraries.
     316am__define_uniq_tagged_files = \
     317  list='$(am__tagged_files)'; \
     318  unique=`for i in $$list; do \
     319    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     320  done | $(am__uniquify_input)`
    200321ETAGS = etags
    201322CTAGS = ctags
     
    227348  done; \
    228349  reldir="$$dir2"
     350pkglibexecdir = @pkglibexecdir@
    229351ACLOCAL = @ACLOCAL@
    230352ALLOCA = @ALLOCA@
     
    233355AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    234356APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
     357AR = @AR@
     358ARFLAGS = @ARFLAGS@
    235359AUTOCONF = @AUTOCONF@
    236360AUTOHEADER = @AUTOHEADER@
     
    246370CCDEPMODE = @CCDEPMODE@
    247371CFLAGS = @CFLAGS@
    248 CPIO_MT_PROG = @CPIO_MT_PROG@
    249372CPP = @CPP@
    250373CPPFLAGS = @CPPFLAGS@
     
    278401GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
    279402GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
     403GNULIB_CHDIR = @GNULIB_CHDIR@
    280404GNULIB_CHOWN = @GNULIB_CHOWN@
    281405GNULIB_CLOSE = @GNULIB_CLOSE@
     406GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
    282407GNULIB_DIRFD = @GNULIB_DIRFD@
    283408GNULIB_DPRINTF = @GNULIB_DPRINTF@
     409GNULIB_DUP = @GNULIB_DUP@
    284410GNULIB_DUP2 = @GNULIB_DUP2@
    285411GNULIB_DUP3 = @GNULIB_DUP3@
     
    292418GNULIB_FCLOSE = @GNULIB_FCLOSE@
    293419GNULIB_FCNTL = @GNULIB_FCNTL@
     420GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
     421GNULIB_FDOPEN = @GNULIB_FDOPEN@
    294422GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@
    295423GNULIB_FFLUSH = @GNULIB_FFLUSH@
     424GNULIB_FFS = @GNULIB_FFS@
     425GNULIB_FFSL = @GNULIB_FFSL@
     426GNULIB_FFSLL = @GNULIB_FFSLL@
     427GNULIB_FGETC = @GNULIB_FGETC@
     428GNULIB_FGETS = @GNULIB_FGETS@
    296429GNULIB_FOPEN = @GNULIB_FOPEN@
    297430GNULIB_FPRINTF = @GNULIB_FPRINTF@
     
    300433GNULIB_FPUTC = @GNULIB_FPUTC@
    301434GNULIB_FPUTS = @GNULIB_FPUTS@
     435GNULIB_FREAD = @GNULIB_FREAD@
    302436GNULIB_FREOPEN = @GNULIB_FREOPEN@
     437GNULIB_FSCANF = @GNULIB_FSCANF@
    303438GNULIB_FSEEK = @GNULIB_FSEEK@
    304439GNULIB_FSEEKO = @GNULIB_FSEEKO@
     440GNULIB_FSTAT = @GNULIB_FSTAT@
    305441GNULIB_FSTATAT = @GNULIB_FSTATAT@
    306442GNULIB_FSYNC = @GNULIB_FSYNC@
     
    310446GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
    311447GNULIB_FWRITE = @GNULIB_FWRITE@
     448GNULIB_GETC = @GNULIB_GETC@
     449GNULIB_GETCHAR = @GNULIB_GETCHAR@
    312450GNULIB_GETCWD = @GNULIB_GETCWD@
    313451GNULIB_GETDELIM = @GNULIB_GETDELIM@
     
    324462GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
    325463GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
     464GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
     465GNULIB_GRANTPT = @GNULIB_GRANTPT@
     466GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
    326467GNULIB_IMAXABS = @GNULIB_IMAXABS@
    327468GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
     469GNULIB_ISATTY = @GNULIB_ISATTY@
     470GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
     471GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
    328472GNULIB_LCHMOD = @GNULIB_LCHMOD@
    329473GNULIB_LCHOWN = @GNULIB_LCHOWN@
     
    352496GNULIB_MBSSTR = @GNULIB_MBSSTR@
    353497GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
     498GNULIB_MBTOWC = @GNULIB_MBTOWC@
    354499GNULIB_MEMCHR = @GNULIB_MEMCHR@
    355500GNULIB_MEMMEM = @GNULIB_MEMMEM@
     
    368513GNULIB_MKTIME = @GNULIB_MKTIME@
    369514GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
     515GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
    370516GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
    371517GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
    372518GNULIB_OPEN = @GNULIB_OPEN@
    373519GNULIB_OPENAT = @GNULIB_OPENAT@
     520GNULIB_OPENDIR = @GNULIB_OPENDIR@
     521GNULIB_PCLOSE = @GNULIB_PCLOSE@
    374522GNULIB_PERROR = @GNULIB_PERROR@
     523GNULIB_PIPE = @GNULIB_PIPE@
    375524GNULIB_PIPE2 = @GNULIB_PIPE2@
    376525GNULIB_POPEN = @GNULIB_POPEN@
     526GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
    377527GNULIB_PREAD = @GNULIB_PREAD@
    378528GNULIB_PRINTF = @GNULIB_PRINTF@
    379529GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
     530GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@
     531GNULIB_PTSNAME = @GNULIB_PTSNAME@
     532GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
    380533GNULIB_PUTC = @GNULIB_PUTC@
    381534GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
    382535GNULIB_PUTENV = @GNULIB_PUTENV@
    383536GNULIB_PUTS = @GNULIB_PUTS@
     537GNULIB_PWRITE = @GNULIB_PWRITE@
     538GNULIB_QSORT_R = @GNULIB_QSORT_R@
     539GNULIB_RAISE = @GNULIB_RAISE@
     540GNULIB_RANDOM = @GNULIB_RANDOM@
    384541GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
    385542GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
     543GNULIB_READ = @GNULIB_READ@
     544GNULIB_READDIR = @GNULIB_READDIR@
    386545GNULIB_READLINK = @GNULIB_READLINK@
    387546GNULIB_READLINKAT = @GNULIB_READLINKAT@
     
    391550GNULIB_RENAME = @GNULIB_RENAME@
    392551GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
     552GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
    393553GNULIB_RMDIR = @GNULIB_RMDIR@
    394554GNULIB_RPMATCH = @GNULIB_RPMATCH@
    395555GNULIB_SCANDIR = @GNULIB_SCANDIR@
     556GNULIB_SCANF = @GNULIB_SCANF@
     557GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
    396558GNULIB_SETENV = @GNULIB_SETENV@
     559GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
     560GNULIB_SIGACTION = @GNULIB_SIGACTION@
     561GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
     562GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
    397563GNULIB_SLEEP = @GNULIB_SLEEP@
    398564GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
    399565GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
    400566GNULIB_STAT = @GNULIB_STAT@
     567GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
    401568GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
    402569GNULIB_STPCPY = @GNULIB_STPCPY@
     
    406573GNULIB_STRDUP = @GNULIB_STRDUP@
    407574GNULIB_STRERROR = @GNULIB_STRERROR@
     575GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
     576GNULIB_STRNCAT = @GNULIB_STRNCAT@
    408577GNULIB_STRNDUP = @GNULIB_STRNDUP@
    409578GNULIB_STRNLEN = @GNULIB_STRNLEN@
     
    422591GNULIB_SYMLINK = @GNULIB_SYMLINK@
    423592GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
     593GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
    424594GNULIB_TIMEGM = @GNULIB_TIMEGM@
    425 GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
     595GNULIB_TIME_R = @GNULIB_TIME_R@
     596GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
     597GNULIB_TMPFILE = @GNULIB_TMPFILE@
     598GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
     599GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
     600GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
    426601GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
    427602GNULIB_UNLINK = @GNULIB_UNLINK@
    428603GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
     604GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
    429605GNULIB_UNSETENV = @GNULIB_UNSETENV@
    430606GNULIB_USLEEP = @GNULIB_USLEEP@
     
    434610GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
    435611GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
     612GNULIB_VFSCANF = @GNULIB_VFSCANF@
    436613GNULIB_VPRINTF = @GNULIB_VPRINTF@
    437614GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
     615GNULIB_VSCANF = @GNULIB_VSCANF@
    438616GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
    439617GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
     618GNULIB_WCPCPY = @GNULIB_WCPCPY@
     619GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
    440620GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
     621GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
     622GNULIB_WCSCAT = @GNULIB_WCSCAT@
     623GNULIB_WCSCHR = @GNULIB_WCSCHR@
     624GNULIB_WCSCMP = @GNULIB_WCSCMP@
     625GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
     626GNULIB_WCSCPY = @GNULIB_WCSCPY@
     627GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
     628GNULIB_WCSDUP = @GNULIB_WCSDUP@
     629GNULIB_WCSLEN = @GNULIB_WCSLEN@
     630GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
     631GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
     632GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
     633GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
     634GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
    441635GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
     636GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
     637GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
    442638GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
     639GNULIB_WCSSPN = @GNULIB_WCSSPN@
     640GNULIB_WCSSTR = @GNULIB_WCSSTR@
     641GNULIB_WCSTOK = @GNULIB_WCSTOK@
     642GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
     643GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
    443644GNULIB_WCTOB = @GNULIB_WCTOB@
     645GNULIB_WCTOMB = @GNULIB_WCTOMB@
     646GNULIB_WCTRANS = @GNULIB_WCTRANS@
     647GNULIB_WCTYPE = @GNULIB_WCTYPE@
    444648GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
     649GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
     650GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
     651GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
     652GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
     653GNULIB_WMEMSET = @GNULIB_WMEMSET@
    445654GNULIB_WRITE = @GNULIB_WRITE@
     655GNULIB__EXIT = @GNULIB__EXIT@
    446656GREP = @GREP@
    447657HAVE_ALPHASORT = @HAVE_ALPHASORT@
    448658HAVE_ATOLL = @HAVE_ATOLL@
    449659HAVE_BTOWC = @HAVE_BTOWC@
    450 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
    451660HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
    452661HAVE_CHOWN = @HAVE_CHOWN@
     662HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
    453663HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
    454664HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
     665HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
     666HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
     667HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
    455668HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
     669HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
     670HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
    456671HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
     672HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
    457673HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
    458674HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
    459675HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
     676HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
     677HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
    460678HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
    461679HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
     680HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
    462681HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
    463682HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
    464683HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
     684HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
     685HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
    465686HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
    466687HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
    467 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
     688HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
    468689HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
    469690HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
     
    473694HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
    474695HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
     696HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
     697HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
    475698HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
    476699HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
    477700HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
     701HAVE_DIRENT_H = @HAVE_DIRENT_H@
    478702HAVE_DPRINTF = @HAVE_DPRINTF@
    479703HAVE_DUP2 = @HAVE_DUP2@
     
    481705HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
    482706HAVE_FACCESSAT = @HAVE_FACCESSAT@
     707HAVE_FCHDIR = @HAVE_FCHDIR@
    483708HAVE_FCHMODAT = @HAVE_FCHMODAT@
    484709HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
    485710HAVE_FCNTL = @HAVE_FCNTL@
     711HAVE_FDATASYNC = @HAVE_FDATASYNC@
    486712HAVE_FDOPENDIR = @HAVE_FDOPENDIR@
     713HAVE_FEATURES_H = @HAVE_FEATURES_H@
     714HAVE_FFS = @HAVE_FFS@
     715HAVE_FFSL = @HAVE_FFSL@
     716HAVE_FFSLL = @HAVE_FFSLL@
     717HAVE_FSEEKO = @HAVE_FSEEKO@
    487718HAVE_FSTATAT = @HAVE_FSTATAT@
    488719HAVE_FSYNC = @HAVE_FSYNC@
     720HAVE_FTELLO = @HAVE_FTELLO@
    489721HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
    490722HAVE_FUTIMENS = @HAVE_FUTIMENS@
    491 HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
    492723HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
    493724HAVE_GETGROUPS = @HAVE_GETGROUPS@
     
    498729HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
    499730HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
    500 HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
     731HAVE_GRANTPT = @HAVE_GRANTPT@
     732HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
    501733HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
     734HAVE_ISWBLANK = @HAVE_ISWBLANK@
    502735HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
    503736HAVE_LCHMOD = @HAVE_LCHMOD@
     
    507740HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
    508741HAVE_LSTAT = @HAVE_LSTAT@
    509 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
     742HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
    510743HAVE_MBRLEN = @HAVE_MBRLEN@
    511744HAVE_MBRTOWC = @HAVE_MBRTOWC@
     
    514747HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
    515748HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
     749HAVE_MEMCHR = @HAVE_MEMCHR@
    516750HAVE_MEMPCPY = @HAVE_MEMPCPY@
    517751HAVE_MKDIRAT = @HAVE_MKDIRAT@
     
    523757HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
    524758HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
     759HAVE_MKSTEMP = @HAVE_MKSTEMP@
    525760HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
     761HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
     762HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
    526763HAVE_OPENAT = @HAVE_OPENAT@
     764HAVE_OPENDIR = @HAVE_OPENDIR@
    527765HAVE_OS_H = @HAVE_OS_H@
     766HAVE_PCLOSE = @HAVE_PCLOSE@
     767HAVE_PIPE = @HAVE_PIPE@
    528768HAVE_PIPE2 = @HAVE_PIPE2@
     769HAVE_POPEN = @HAVE_POPEN@
     770HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
     771HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
    529772HAVE_PREAD = @HAVE_PREAD@
     773HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@
     774HAVE_PTSNAME = @HAVE_PTSNAME@
     775HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
     776HAVE_PWRITE = @HAVE_PWRITE@
     777HAVE_RAISE = @HAVE_RAISE@
     778HAVE_RANDOM = @HAVE_RANDOM@
    530779HAVE_RANDOM_H = @HAVE_RANDOM_H@
    531780HAVE_RANDOM_R = @HAVE_RANDOM_R@
    532781HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
     782HAVE_READDIR = @HAVE_READDIR@
    533783HAVE_READLINK = @HAVE_READLINK@
    534784HAVE_READLINKAT = @HAVE_READLINKAT@
    535 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
    536785HAVE_REALPATH = @HAVE_REALPATH@
    537786HAVE_RENAMEAT = @HAVE_RENAMEAT@
     787HAVE_REWINDDIR = @HAVE_REWINDDIR@
    538788HAVE_RPMATCH = @HAVE_RPMATCH@
    539789HAVE_SCANDIR = @HAVE_SCANDIR@
     790HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
    540791HAVE_SETENV = @HAVE_SETENV@
     792HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
     793HAVE_SIGACTION = @HAVE_SIGACTION@
     794HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
     795HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
    541796HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
    542797HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
    543798HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
     799HAVE_SIGSET_T = @HAVE_SIGSET_T@
    544800HAVE_SLEEP = @HAVE_SLEEP@
    545801HAVE_STDINT_H = @HAVE_STDINT_H@
     
    549805HAVE_STRCASESTR = @HAVE_STRCASESTR@
    550806HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
     807HAVE_STRINGS_H = @HAVE_STRINGS_H@
    551808HAVE_STRPBRK = @HAVE_STRPBRK@
     809HAVE_STRPTIME = @HAVE_STRPTIME@
    552810HAVE_STRSEP = @HAVE_STRSEP@
    553811HAVE_STRTOD = @HAVE_STRTOD@
     
    555813HAVE_STRTOULL = @HAVE_STRTOULL@
    556814HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
     815HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
    557816HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
    558817HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
     
    566825HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
    567826HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
     827HAVE_TIMEGM = @HAVE_TIMEGM@
     828HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
     829HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
    568830HAVE_UNISTD_H = @HAVE_UNISTD_H@
    569831HAVE_UNLINKAT = @HAVE_UNLINKAT@
    570 HAVE_UNSETENV = @HAVE_UNSETENV@
     832HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
    571833HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
    572834HAVE_USLEEP = @HAVE_USLEEP@
     
    576838HAVE_WCHAR_H = @HAVE_WCHAR_H@
    577839HAVE_WCHAR_T = @HAVE_WCHAR_T@
     840HAVE_WCPCPY = @HAVE_WCPCPY@
     841HAVE_WCPNCPY = @HAVE_WCPNCPY@
    578842HAVE_WCRTOMB = @HAVE_WCRTOMB@
     843HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
     844HAVE_WCSCAT = @HAVE_WCSCAT@
     845HAVE_WCSCHR = @HAVE_WCSCHR@
     846HAVE_WCSCMP = @HAVE_WCSCMP@
     847HAVE_WCSCOLL = @HAVE_WCSCOLL@
     848HAVE_WCSCPY = @HAVE_WCSCPY@
     849HAVE_WCSCSPN = @HAVE_WCSCSPN@
     850HAVE_WCSDUP = @HAVE_WCSDUP@
     851HAVE_WCSLEN = @HAVE_WCSLEN@
     852HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
     853HAVE_WCSNCAT = @HAVE_WCSNCAT@
     854HAVE_WCSNCMP = @HAVE_WCSNCMP@
     855HAVE_WCSNCPY = @HAVE_WCSNCPY@
     856HAVE_WCSNLEN = @HAVE_WCSNLEN@
    579857HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
     858HAVE_WCSPBRK = @HAVE_WCSPBRK@
     859HAVE_WCSRCHR = @HAVE_WCSRCHR@
    580860HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
     861HAVE_WCSSPN = @HAVE_WCSSPN@
     862HAVE_WCSSTR = @HAVE_WCSSTR@
     863HAVE_WCSTOK = @HAVE_WCSTOK@
     864HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
     865HAVE_WCSXFRM = @HAVE_WCSXFRM@
     866HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
    581867HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
     868HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
     869HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
    582870HAVE_WINT_T = @HAVE_WINT_T@
     871HAVE_WMEMCHR = @HAVE_WMEMCHR@
     872HAVE_WMEMCMP = @HAVE_WMEMCMP@
     873HAVE_WMEMCPY = @HAVE_WMEMCPY@
     874HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
     875HAVE_WMEMSET = @HAVE_WMEMSET@
    583876HAVE__BOOL = @HAVE__BOOL@
     877HAVE__EXIT = @HAVE__EXIT@
    584878INCLUDE_NEXT = @INCLUDE_NEXT@
    585879INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
     
    603897LIB_SETSOCKOPT = @LIB_SETSOCKOPT@
    604898LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
     899LOCALE_FR = @LOCALE_FR@
    605900LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
    606901LOCALE_JA = @LOCALE_JA@
     
    620915NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
    621916NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
     917NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
    622918NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
    623919NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
     
    630926NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
    631927NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
     928NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
    632929NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
    633930NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
     
    640937NEXT_GETOPT_H = @NEXT_GETOPT_H@
    641938NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
     939NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
    642940NEXT_STDARG_H = @NEXT_STDARG_H@
    643941NEXT_STDDEF_H = @NEXT_STDDEF_H@
     
    650948NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
    651949NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
     950NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
    652951NEXT_TIME_H = @NEXT_TIME_H@
    653952NEXT_UNISTD_H = @NEXT_UNISTD_H@
     
    660959PACKAGE_STRING = @PACKAGE_STRING@
    661960PACKAGE_TARNAME = @PACKAGE_TARNAME@
     961PACKAGE_URL = @PACKAGE_URL@
    662962PACKAGE_VERSION = @PACKAGE_VERSION@
    663963PATH_SEPARATOR = @PATH_SEPARATOR@
    664964POSUB = @POSUB@
     965PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
    665966PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
    666967PRIPTR_PREFIX = @PRIPTR_PREFIX@
    667968PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
     969PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
    668970PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
    669971PU_RMT_PROG = @PU_RMT_PROG@
    670972RANLIB = @RANLIB@
    671973REPLACE_BTOWC = @REPLACE_BTOWC@
     974REPLACE_CALLOC = @REPLACE_CALLOC@
    672975REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
    673976REPLACE_CHOWN = @REPLACE_CHOWN@
    674977REPLACE_CLOSE = @REPLACE_CLOSE@
    675978REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
     979REPLACE_DIRFD = @REPLACE_DIRFD@
    676980REPLACE_DPRINTF = @REPLACE_DPRINTF@
    677981REPLACE_DUP = @REPLACE_DUP@
    678982REPLACE_DUP2 = @REPLACE_DUP2@
    679 REPLACE_FCHDIR = @REPLACE_FCHDIR@
    680983REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
    681984REPLACE_FCLOSE = @REPLACE_FCLOSE@
    682985REPLACE_FCNTL = @REPLACE_FCNTL@
     986REPLACE_FDOPEN = @REPLACE_FDOPEN@
    683987REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
    684988REPLACE_FFLUSH = @REPLACE_FFLUSH@
     
    693997REPLACE_FTELL = @REPLACE_FTELL@
    694998REPLACE_FTELLO = @REPLACE_FTELLO@
     999REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
    6951000REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
    6961001REPLACE_GETCWD = @REPLACE_GETCWD@
    6971002REPLACE_GETDELIM = @REPLACE_GETDELIM@
     1003REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
     1004REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
    6981005REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
    6991006REPLACE_GETLINE = @REPLACE_GETLINE@
     1007REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
    7001008REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
    7011009REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
     1010REPLACE_GMTIME = @REPLACE_GMTIME@
     1011REPLACE_ISATTY = @REPLACE_ISATTY@
     1012REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
    7021013REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
     1014REPLACE_ITOLD = @REPLACE_ITOLD@
    7031015REPLACE_LCHOWN = @REPLACE_LCHOWN@
    7041016REPLACE_LINK = @REPLACE_LINK@
    7051017REPLACE_LINKAT = @REPLACE_LINKAT@
     1018REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
    7061019REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
    7071020REPLACE_LSEEK = @REPLACE_LSEEK@
    7081021REPLACE_LSTAT = @REPLACE_LSTAT@
     1022REPLACE_MALLOC = @REPLACE_MALLOC@
    7091023REPLACE_MBRLEN = @REPLACE_MBRLEN@
    7101024REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
     
    7131027REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
    7141028REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
     1029REPLACE_MBTOWC = @REPLACE_MBTOWC@
    7151030REPLACE_MEMCHR = @REPLACE_MEMCHR@
    7161031REPLACE_MEMMEM = @REPLACE_MEMMEM@
     
    7301045REPLACE_PREAD = @REPLACE_PREAD@
    7311046REPLACE_PRINTF = @REPLACE_PRINTF@
     1047REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
     1048REPLACE_PTSNAME = @REPLACE_PTSNAME@
     1049REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
    7321050REPLACE_PUTENV = @REPLACE_PUTENV@
     1051REPLACE_PWRITE = @REPLACE_PWRITE@
     1052REPLACE_QSORT_R = @REPLACE_QSORT_R@
     1053REPLACE_RAISE = @REPLACE_RAISE@
     1054REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
     1055REPLACE_READ = @REPLACE_READ@
    7331056REPLACE_READLINK = @REPLACE_READLINK@
     1057REPLACE_READLINKAT = @REPLACE_READLINKAT@
     1058REPLACE_REALLOC = @REPLACE_REALLOC@
    7341059REPLACE_REALPATH = @REPLACE_REALPATH@
    7351060REPLACE_REMOVE = @REPLACE_REMOVE@
     
    7421067REPLACE_SPRINTF = @REPLACE_SPRINTF@
    7431068REPLACE_STAT = @REPLACE_STAT@
     1069REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
    7441070REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
     1071REPLACE_STPNCPY = @REPLACE_STPNCPY@
    7451072REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
     1073REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
    7461074REPLACE_STRDUP = @REPLACE_STRDUP@
    7471075REPLACE_STRERROR = @REPLACE_STRERROR@
     1076REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
     1077REPLACE_STRNCAT = @REPLACE_STRNCAT@
    7481078REPLACE_STRNDUP = @REPLACE_STRNDUP@
    749 REPLACE_STRPTIME = @REPLACE_STRPTIME@
     1079REPLACE_STRNLEN = @REPLACE_STRNLEN@
    7501080REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
    7511081REPLACE_STRSTR = @REPLACE_STRSTR@
    7521082REPLACE_STRTOD = @REPLACE_STRTOD@
     1083REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
    7531084REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
     1085REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
     1086REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
    7541087REPLACE_SYMLINK = @REPLACE_SYMLINK@
     1088REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
    7551089REPLACE_TIMEGM = @REPLACE_TIMEGM@
     1090REPLACE_TMPFILE = @REPLACE_TMPFILE@
     1091REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
     1092REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
    7561093REPLACE_UNLINK = @REPLACE_UNLINK@
    7571094REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
     
    7681105REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
    7691106REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
     1107REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
    7701108REPLACE_WCTOB = @REPLACE_WCTOB@
     1109REPLACE_WCTOMB = @REPLACE_WCTOMB@
    7711110REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
    7721111REPLACE_WRITE = @REPLACE_WRITE@
     1112SED = @SED@
    7731113SET_MAKE = @SET_MAKE@
    7741114SHELL = @SHELL@
    7751115SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
    7761116SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
     1117STDALIGN_H = @STDALIGN_H@
    7771118STDARG_H = @STDARG_H@
    7781119STDBOOL_H = @STDBOOL_H@
     
    7861127UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
    7871128UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
     1129UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
    7881130UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
    7891131UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
     
    7911133VERSION = @VERSION@
    7921134WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
     1135WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
     1136WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
    7931137WINT_T_SUFFIX = @WINT_T_SUFFIX@
    7941138XGETTEXT = @XGETTEXT@
     
    8231167gltests_LIBOBJS = @gltests_LIBOBJS@
    8241168gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
     1169gltests_WITNESS = @gltests_WITNESS@
    8251170host = @host@
    8261171host_alias = @host_alias@
     
    8341179libdir = @libdir@
    8351180libexecdir = @libexecdir@
     1181lispdir = @lispdir@
    8361182localedir = @localedir@
    8371183localstatedir = @localstatedir@
     
    8431189program_transform_name = @program_transform_name@
    8441190psdir = @psdir@
     1191runstatedir = @runstatedir@
    8451192sbindir = @sbindir@
    8461193sharedstatedir = @sharedstatedir@
     
    8511198top_builddir = @top_builddir@
    8521199top_srcdir = @top_srcdir@
    853 AUTOMAKE_OPTIONS = 1.5 gnits
     1200AUTOMAKE_OPTIONS = 1.9.6 gnits
    8541201SUBDIRS =
    8551202noinst_HEADERS =
     
    8571204noinst_LTLIBRARIES =
    8581205
    859 # This is for those projects which use "gettextize --intl" to put a source-code
    860 # copy of libintl into their package. In such projects, every Makefile.am needs
     1206# If your project uses "gettextize --intl" to put a source-code
     1207# copy of libintl into the package, every Makefile.am needs
    8611208# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
    862 # For the Makefile.ams in other directories it is the maintainer's
    863 # responsibility; for the one from gnulib we do it here.
    864 # This option has no effect when the user disables NLS (because then the intl
    865 # directory contains no libintl.h file) or when the project does not use
    866 # "gettextize --intl".
     1209# Here's one way to do this:
    8671210#AM_CPPFLAGS += -I$(top_builddir)/intl
    868 EXTRA_DIST = alloca.c alloca.in.h \
    869         $(top_srcdir)/build-aux/arg-nonnull.h argmatch.c argmatch.h \
    870         $(top_srcdir)/build-aux/c++defs.h chdir-long.c chdir-long.h \
    871         chown.c fchown-stub.c close.c close-hook.h close-stream.c \
    872         close-stream.h closeout.c closeout.h dirent.in.h dirent--.h \
    873         dirent-safer.h opendir-safer.c dirfd.c basename.c dirname.c \
    874         stripslash.c basename-lgpl.c dirname-lgpl.c dirname.h \
    875         stripslash.c dup2.c errno.in.h error.c error.h exitfail.h \
    876         fchdir.c fclose.c fcntl.c fcntl.in.h fdopendir.c openat-priv.h \
    877         openat-proc.c fileblocks.c float.in.h fnmatch.c fnmatch.in.h \
    878         fnmatch_loop.c fpending.c fpending.h fseeko.c stdio-impl.h \
    879         getcwd.c getdate.c getdate.h getdtablesize.c getopt.c \
    880         getopt.in.h getopt1.c getopt_int.h \
    881         $(top_srcdir)/build-aux/config.rpath gettime.c gettimeofday.c \
    882         $(top_srcdir)/build-aux/gitlog-to-changelog hash.c hash.h \
    883         $(top_srcdir)/build-aux/config.rpath intprops.h imaxtostr.c \
    884         inttostr.c inttostr.h offtostr.c uinttostr.c umaxtostr.c \
    885         inttypes.in.h lchown.c config.charset ref-add.sin ref-del.sin \
    886         lseek.c lstat.c malloc.c malloc.c malloca.h malloca.valgrind \
    887         mbrtowc.c mbsinit.c mbsrtowcs-state.c mbsrtowcs.c memchr.c \
    888         memchr.valgrind mempcpy.c memrchr.c mkdir.c mktime-internal.h \
    889         mktime.c obstack.c obstack.h open.c at-func.c fchmodat.c \
    890         fchownat.c fstatat.c mkdirat.c openat-priv.h openat-proc.c \
    891         openat.c openat.h unlinkat.c quote.c quote.h quotearg.c \
    892         quotearg.h rawmemchr.c rawmemchr.valgrind realloc.c rmdir.c \
    893         safe-read.c safe-read.h safe-write.c safe-write.h same-inode.h \
    894         save-cwd.c save-cwd.h savedir.c savedir.h setenv.c sleep.c \
    895         stat.c stat-time.h stdarg.in.h stdbool.in.h stddef.in.h \
    896         stdint.in.h stdio-write.c stdio.in.h stdlib.in.h stpcpy.c \
    897         strcasecmp.c strncasecmp.c strchrnul.c strchrnul.valgrind \
    898         strdup.c streq.h strerror.c string.in.h strings.in.h strndup.c \
    899         strnlen.c strtol.c sys_stat.in.h sys_time.in.h sysexits.in.h \
    900         time.in.h time_r.c timespec.h unistd.in.h dup-safer.c \
    901         fd-safer.c pipe-safer.c unistd--.h unistd-safer.h unlink.c \
    902         unlocked-io.h unsetenv.c utimens.c utimens.h asnprintf.c \
     1211# This option has no effect when the user disables NLS (because then
     1212# the intl directory contains no libintl.h file).  This option is not
     1213# enabled by default because the intl directory might not exist if
     1214# your project does not use "gettext --intl", and some compilers
     1215# complain about -I options applied to nonexistent directories.
     1216EXTRA_DIST = alignof.h alloca.c alloca.in.h argmatch.h assure.h \
     1217        openat-priv.h openat-proc.c c-strcaseeq.h chdir-long.c \
     1218        chdir-long.h chown.c fchown-stub.c cloexec.h close.c \
     1219        close-stream.h closedir.c dirent-private.h closeout.h \
     1220        dirent.in.h dirent--.h dirent-safer.h dirfd.c stripslash.c \
     1221        dirname.h dosname.h dup.c dup2.c errno.in.h error.c error.h \
     1222        exitfail.h fchdir.c fcntl.c fcntl.in.h fd-hook.h fdopendir.c \
     1223        fileblocks.c filename.h filenamecat.h float.c float.in.h \
     1224        itold.c fnmatch.c fnmatch.in.h fnmatch_loop.c fpending.c \
     1225        fpending.h fseek.c fseeko.c stdio-impl.h fstat.c at-func.c \
     1226        fstatat.c getcwd.c getcwd-lgpl.c getdelim.c getdtablesize.c \
     1227        getline.c getopt.c getopt.in.h getopt1.c getopt_int.h \
     1228        $(top_srcdir)/build-aux/config.rpath gettimeofday.c \
     1229        $(top_srcdir)/build-aux/gitlog-to-changelog hash.h \
     1230        $(top_srcdir)/build-aux/config.rpath intprops.h anytostr.c \
     1231        inttostr.h inttypes.in.h lchown.c config.charset ref-add.sin \
     1232        ref-del.sin lseek.c lstat.c malloc.c malloc.c malloca.h \
     1233        malloca.valgrind mbrtowc.c mbsinit.c mbsrtowcs-impl.h \
     1234        mbsrtowcs-state.c mbsrtowcs.c memchr.c memchr.valgrind \
     1235        mempcpy.c memrchr.c mktime-internal.h mktime.c msvc-inval.c \
     1236        msvc-inval.h msvc-nothrow.c msvc-nothrow.h obstack.c obstack.h \
     1237        open.c openat.c openat.h dirent-private.h opendir.c \
     1238        parse-datetime.c parse-datetime.h pathmax.h quote.h quote.h \
     1239        quotearg.h raise.c rawmemchr.c rawmemchr.valgrind read.c \
     1240        dirent-private.h readdir.c realloc.c dirent-private.h \
     1241        rewinddir.c safe-read.h safe-read.c safe-write.h save-cwd.h \
     1242        savedir.h setenv.c signal.in.h sleep.c \
     1243        $(top_srcdir)/build-aux/snippet/_Noreturn.h \
     1244        $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
     1245        $(top_srcdir)/build-aux/snippet/c++defs.h \
     1246        $(top_srcdir)/build-aux/snippet/warn-on-use.h stat.c \
     1247        stat-time.h stdalign.in.h stdarg.in.h stdbool.in.h stddef.in.h \
     1248        stdint.in.h stdio.in.h stdlib.in.h stpcpy.c strcasecmp.c \
     1249        strncasecmp.c strchrnul.c strchrnul.valgrind strdup.c streq.h \
     1250        strerror.c strerror-override.c strerror-override.h string.in.h \
     1251        strings.in.h strndup.c strnlen.c strtol.c sys_stat.in.h \
     1252        sys_time.in.h sys_types.in.h sysexits.in.h time.in.h time_r.c \
     1253        timespec.h unistd.in.h unistd--.h unistd-safer.h unlocked-io.h \
     1254        unsetenv.c utimens.h at-func.c utimensat.c asnprintf.c \
    9031255        float+.h printf-args.c printf-args.h printf-parse.c \
    904         printf-parse.h vasnprintf.c vasnprintf.h vsnprintf.c \
    905         $(top_srcdir)/build-aux/warn-on-use.h wchar.in.h wctype.in.h \
    906         write.c xalloc.h xmalloc.c xgetcwd.c xgetcwd.h
     1256        printf-parse.h vasnprintf.c vasnprintf.h verify.h vsnprintf.c \
     1257        wchar.in.h wctype.in.h write.c xalloc.h xalloc-oversized.h \
     1258        xgetcwd.h
    9071259
    9081260# The BUILT_SOURCES created by this Makefile snippet are not used via #include
     
    9151267# present in all Makefile.am that need it. This is ensured by the applicability
    9161268# 'all' defined above.
    917 BUILT_SOURCES = $(ALLOCA_H) arg-nonnull.h c++defs.h configmake.h \
    918         dirent.h $(ERRNO_H) fcntl.h $(FLOAT_H) $(FNMATCH_H) getdate.c \
    919         $(GETOPT_H) inttypes.h $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) \
    920         $(STDINT_H) stdio.h stdlib.h string.h strings.h sys/stat.h \
    921         sys/time.h $(SYSEXITS_H) time.h unistd.h warn-on-use.h wchar.h \
    922         wctype.h
     1269BUILT_SOURCES = $(ALLOCA_H) configmake.h dirent.h $(ERRNO_H) fcntl.h \
     1270        $(FLOAT_H) $(FNMATCH_H) $(GETOPT_H) inttypes.h \
     1271        parse-datetime.c signal.h arg-nonnull.h c++defs.h \
     1272        warn-on-use.h $(STDALIGN_H) $(STDARG_H) $(STDBOOL_H) \
     1273        $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h string.h strings.h \
     1274        sys/stat.h sys/time.h sys/types.h $(SYSEXITS_H) time.h \
     1275        unistd.h wchar.h wctype.h
    9231276SUFFIXES = .sed .sin
    924 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arg-nonnull.h \
    925         arg-nonnull.h-t c++defs.h c++defs.h-t dirent.h dirent.h-t \
    926         errno.h errno.h-t fcntl.h fcntl.h-t float.h float.h-t \
    927         fnmatch.h fnmatch.h-t getopt.h getopt.h-t inttypes.h \
    928         inttypes.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t \
    929         stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t \
    930         stdlib.h stdlib.h-t string.h string.h-t strings.h strings.h-t \
    931         sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sysexits.h \
    932         sysexits.h-t time.h time.h-t unistd.h unistd.h-t warn-on-use.h \
    933         warn-on-use.h-t wchar.h wchar.h-t wctype.h wctype.h-t
     1277MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t dirent.h \
     1278        dirent.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h \
     1279        float.h-t fnmatch.h fnmatch.h-t getopt.h getopt.h-t inttypes.h \
     1280        inttypes.h-t parse-datetime.c-t signal.h signal.h-t \
     1281        arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \
     1282        warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h \
     1283        stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h \
     1284        stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h \
     1285        string.h-t strings.h strings.h-t sys/stat.h sys/stat.h-t \
     1286        sys/time.h sys/time.h-t sys/types.h sys/types.h-t sysexits.h \
     1287        sysexits.h-t time.h time.h-t unistd.h unistd.h-t wchar.h \
     1288        wchar.h-t wctype.h wctype.h-t
    9341289MOSTLYCLEANDIRS = sys
    9351290CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
    9361291        ref-del.sed
    9371292DISTCLEANFILES =
    938 MAINTAINERCLEANFILES = getdate.c
     1293MAINTAINERCLEANFILES = parse-datetime.c
    9391294AM_CPPFLAGS =
    9401295AM_CFLAGS =
    941 libgnu_a_SOURCES = argp.h argp-ba.c argp-eexst.c argp-fmtstream.c \
    942         argp-fmtstream.h argp-fs-xinl.c argp-help.c argp-namefrob.h \
    943         argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c \
    944         argp-version-etc.h argp-version-etc.c bitrotate.h c-ctype.h \
    945         c-ctype.c close-hook.c exitfail.c full-write.h full-write.c \
    946         getdate.y gettext.h localcharset.h localcharset.c malloca.c \
    947         openat-die.c progname.h progname.c size_max.h strnlen1.h \
    948         strnlen1.c verify.h version-etc.h version-etc.c \
    949         version-etc-fsf.c xalloc-die.c xsize.h xstrndup.h xstrndup.c
     1296libgnu_a_SOURCES = argmatch.c argp.h argp-ba.c argp-eexst.c \
     1297        argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
     1298        argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
     1299        argp-xinl.c argp-version-etc.h argp-version-etc.c bitrotate.h \
     1300        bitrotate.c c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c \
     1301        c-strncasecmp.c cloexec.c close-stream.c closeout.c \
     1302        opendir-safer.c dirname.c basename.c dirname-lgpl.c \
     1303        basename-lgpl.c stripslash.c exitfail.c fd-hook.c \
     1304        filenamecat-lgpl.c full-write.h full-write.c gettext.h \
     1305        gettime.c hash.c imaxtostr.c inttostr.c offtostr.c uinttostr.c \
     1306        umaxtostr.c localcharset.h localcharset.c malloca.c \
     1307        openat-die.c parse-datetime.y progname.h progname.c quotearg.c \
     1308        safe-read.c safe-write.c save-cwd.c savedir.c stat-time.c \
     1309        strnlen1.h strnlen1.c timespec.c unistd.c dup-safer.c \
     1310        fd-safer.c pipe-safer.c utimens.c version-etc.h version-etc.c \
     1311        version-etc-fsf.c wctype-h.c xmalloc.c xalloc-die.c xgetcwd.c \
     1312        xsize.h xsize.c xstrndup.h xstrndup.c
    9501313libgnu_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@
    9511314libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@
    952 EXTRA_libgnu_a_SOURCES = alloca.c argmatch.c chdir-long.c chown.c \
    953         fchown-stub.c close.c close-stream.c closeout.c \
    954         opendir-safer.c dirfd.c basename.c dirname.c stripslash.c \
    955         basename-lgpl.c dirname-lgpl.c stripslash.c dup2.c error.c \
    956         fchdir.c fclose.c fcntl.c fdopendir.c openat-proc.c \
    957         fileblocks.c fnmatch.c fnmatch_loop.c fpending.c fseeko.c \
    958         getcwd.c getdtablesize.c getopt.c getopt1.c gettime.c \
    959         gettimeofday.c hash.c imaxtostr.c inttostr.c offtostr.c \
    960         uinttostr.c umaxtostr.c lchown.c lseek.c lstat.c malloc.c \
     1315EXTRA_libgnu_a_SOURCES = alloca.c openat-proc.c chdir-long.c chown.c \
     1316        fchown-stub.c close.c closedir.c dirfd.c stripslash.c dup.c \
     1317        dup2.c error.c fchdir.c fcntl.c fdopendir.c fileblocks.c \
     1318        float.c itold.c fnmatch.c fnmatch_loop.c fpending.c fseek.c \
     1319        fseeko.c fstat.c at-func.c fstatat.c getcwd.c getcwd-lgpl.c \
     1320        getdelim.c getdtablesize.c getline.c getopt.c getopt1.c \
     1321        gettimeofday.c anytostr.c lchown.c lseek.c lstat.c malloc.c \
    9611322        malloc.c mbrtowc.c mbsinit.c mbsrtowcs-state.c mbsrtowcs.c \
    962         memchr.c mempcpy.c memrchr.c mkdir.c mktime.c obstack.c open.c \
    963         at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c \
    964         openat-proc.c openat.c unlinkat.c quote.c quotearg.c \
    965         rawmemchr.c realloc.c rmdir.c safe-read.c safe-write.c \
    966         save-cwd.c savedir.c setenv.c sleep.c stat.c stdio-write.c \
    967         stpcpy.c strcasecmp.c strncasecmp.c strchrnul.c strdup.c \
    968         strerror.c strndup.c strnlen.c strtol.c time_r.c dup-safer.c \
    969         fd-safer.c pipe-safer.c unlink.c unsetenv.c utimens.c \
     1323        memchr.c mempcpy.c memrchr.c mktime.c msvc-inval.c \
     1324        msvc-nothrow.c obstack.c open.c openat.c opendir.c raise.c \
     1325        rawmemchr.c read.c readdir.c realloc.c rewinddir.c safe-read.c \
     1326        setenv.c sleep.c stat.c stpcpy.c strcasecmp.c strncasecmp.c \
     1327        strchrnul.c strdup.c strerror.c strerror-override.c strndup.c \
     1328        strnlen.c strtol.c time_r.c unsetenv.c at-func.c utimensat.c \
    9701329        asnprintf.c printf-args.c printf-parse.c vasnprintf.c \
    971         vsnprintf.c write.c xmalloc.c xgetcwd.c
     1330        vsnprintf.c write.c
     1331
     1332# Use this preprocessor expression to decide whether #include_next works.
     1333# Do not rely on a 'configure'-time test for this, since the expression
     1334# might appear in an installed header, which is used by some other compiler.
     1335HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
     1336charset_alias = $(DESTDIR)$(libdir)/charset.alias
     1337charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
     1338
     1339# Because this Makefile snippet defines a variable used by other
     1340# gnulib Makefile snippets, it must be present in all Makefile.am that
     1341# need it. This is ensured by the applicability 'all' defined above.
     1342_NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h
    9721343ARG_NONNULL_H = arg-nonnull.h
    9731344CXXDEFS_H = c++defs.h
    974 charset_alias = $(DESTDIR)$(libdir)/charset.alias
    975 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
    9761345WARN_ON_USE_H = warn-on-use.h
    9771346all: $(BUILT_SOURCES)
     
    10131382clean-noinstLIBRARIES:
    10141383        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    1015 libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
     1384
     1385libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES)
    10161386        $(AM_V_at)-rm -f libgnu.a
    10171387        $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
     
    10201390clean-noinstLTLIBRARIES:
    10211391        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    1022         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
    1023           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    1024           test "$$dir" != "$$p" || dir=.; \
    1025           echo "rm -f \"$${dir}/so_locations\""; \
    1026           rm -f "$${dir}/so_locations"; \
    1027         done
     1392        @list='$(noinst_LTLIBRARIES)'; \
     1393        locs=`for p in $$list; do echo $$p; done | \
     1394              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
     1395              sort -u`; \
     1396        test -z "$$locs" || { \
     1397          echo rm -f $${locs}; \
     1398          rm -f $${locs}; \
     1399        }
    10281400
    10291401mostlyclean-compile:
     
    10351407@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
    10361408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
     1409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anytostr.Po@am__quote@
    10371410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argmatch.Po@am__quote@
    10381411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-ba.Po@am__quote@
     
    10511424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@
    10521425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@
     1426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrotate.Po@am__quote@
    10531427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@
     1428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@
     1429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@
    10541430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir-long.Po@am__quote@
    10551431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chown.Po@am__quote@
    1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close-hook.Po@am__quote@
     1432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Po@am__quote@
    10571433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close-stream.Po@am__quote@
    10581434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Po@am__quote@
     1435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedir.Po@am__quote@
    10591436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closeout.Po@am__quote@
    10601437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfd.Po@am__quote@
     
    10621439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname.Po@am__quote@
    10631440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@
     1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup.Po@am__quote@
    10641442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@
    10651443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
    10661444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@
    10671445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchdir.Po@am__quote@
    1068 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchmodat.Po@am__quote@
    10691446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchown-stub.Po@am__quote@
    1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchownat.Po@am__quote@
    1071 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fclose.Po@am__quote@
    10721447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Po@am__quote@
     1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Po@am__quote@
    10731449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@
    10741450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopendir.Po@am__quote@
    10751451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileblocks.Po@am__quote@
     1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filenamecat-lgpl.Po@am__quote@
     1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@
    10761454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
    10771455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Po@am__quote@
    10781456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpending.Po@am__quote@
     1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseek.Po@am__quote@
    10791458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseeko.Po@am__quote@
     1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Po@am__quote@
    10801460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstatat.Po@am__quote@
    10811461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@
     1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@
    10821463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd.Po@am__quote@
    1083 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate.Po@am__quote@
     1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Po@am__quote@
    10841465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@
     1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
    10851467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
    10861468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
     
    10901472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imaxtostr.Po@am__quote@
    10911473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inttostr.Po@am__quote@
     1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Po@am__quote@
    10921475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lchown.Po@am__quote@
    10931476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
     
    11031486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@
    11041487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@
    1105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Po@am__quote@
    1106 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdirat.Po@am__quote@
    11071488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
     1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@
     1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Po@am__quote@
    11081491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Po@am__quote@
    11091492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offtostr.Po@am__quote@
     
    11131496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat.Po@am__quote@
    11141497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir-safer.Po@am__quote@
     1498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir.Po@am__quote@
     1499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-datetime.Po@am__quote@
    11151500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@
    11161501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@
    11171502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@
    11181503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Po@am__quote@
    1119 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
    11201504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg.Po@am__quote@
     1505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raise.Po@am__quote@
    11211506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmemchr.Po@am__quote@
     1507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@
     1508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Po@am__quote@
    11221509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@
    1123 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Po@am__quote@
     1510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewinddir.Po@am__quote@
    11241511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-read.Po@am__quote@
    11251512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-write.Po@am__quote@
     
    11281515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setenv.Po@am__quote@
    11291516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleep.Po@am__quote@
     1517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Po@am__quote@
    11301518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@
    1131 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdio-write.Po@am__quote@
    11321519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy.Po@am__quote@
    11331520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
    11341521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
    11351522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
     1523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Po@am__quote@
    11361524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
    11371525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
     
    11421530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtol.Po@am__quote@
    11431531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
     1532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Po@am__quote@
    11441533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uinttostr.Po@am__quote@
    11451534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umaxtostr.Po@am__quote@
    1146 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@
    1147 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkat.Po@am__quote@
     1535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Po@am__quote@
    11481536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Po@am__quote@
    11491537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@
     1538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimensat.Po@am__quote@
    11501539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@
    11511540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc-fsf.Po@am__quote@
    11521541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Po@am__quote@
    11531542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@
     1543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Po@am__quote@
    11541544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@
    11551545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
    11561546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetcwd.Po@am__quote@
    11571547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
     1548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Po@am__quote@
    11581549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
    11591550
     
    11611552@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    11621553@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1163 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
    1164 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     1554@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    11651555@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1166 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
     1556@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    11671557
    11681558.c.obj:
    11691559@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    11701560@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1171 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
    1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     1561@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    11731562@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1174 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
     1563@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    11751564
    11761565.y.c:
    1177         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
     1566        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
    11781567
    11791568# This directory's subdirectories are mostly independent; you can cd
    1180 # into them and run `make' without going through this Makefile.
    1181 # To change the values of `make' variables: instead of editing Makefiles,
    1182 # (1) if the variable is set in `config.status', edit `config.status'
    1183 #     (which will cause the Makefiles to be regenerated when you run `make');
    1184 # (2) otherwise, pass the desired values on the `make' command line.
    1185 $(RECURSIVE_TARGETS):
    1186         @fail= failcom='exit 1'; \
    1187         for f in x $$MAKEFLAGS; do \
    1188           case $$f in \
    1189             *=* | --[!k]*);; \
    1190             *k*) failcom='fail=yes';; \
    1191           esac; \
    1192         done; \
     1569# into them and run 'make' without going through this Makefile.
     1570# To change the values of 'make' variables: instead of editing Makefiles,
     1571# (1) if the variable is set in 'config.status', edit 'config.status'
     1572#     (which will cause the Makefiles to be regenerated when you run 'make');
     1573# (2) otherwise, pass the desired values on the 'make' command line.
     1574$(am__recursive_targets):
     1575        @fail=; \
     1576        if $(am__make_keepgoing); then \
     1577          failcom='fail=yes'; \
     1578        else \
     1579          failcom='exit 1'; \
     1580        fi; \
    11931581        dot_seen=no; \
    11941582        target=`echo $@ | sed s/-recursive//`; \
    1195         list='$(SUBDIRS)'; for subdir in $$list; do \
     1583        case "$@" in \
     1584          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
     1585          *) list='$(SUBDIRS)' ;; \
     1586        esac; \
     1587        for subdir in $$list; do \
    11961588          echo "Making $$target in $$subdir"; \
    11971589          if test "$$subdir" = "."; then \
     
    12081600        fi; test -z "$$fail"
    12091601
    1210 $(RECURSIVE_CLEAN_TARGETS):
    1211         @fail= failcom='exit 1'; \
    1212         for f in x $$MAKEFLAGS; do \
    1213           case $$f in \
    1214             *=* | --[!k]*);; \
    1215             *k*) failcom='fail=yes';; \
    1216           esac; \
    1217         done; \
    1218         dot_seen=no; \
    1219         case "$@" in \
    1220           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    1221           *) list='$(SUBDIRS)' ;; \
    1222         esac; \
    1223         rev=''; for subdir in $$list; do \
    1224           if test "$$subdir" = "."; then :; else \
    1225             rev="$$subdir $$rev"; \
    1226           fi; \
    1227         done; \
    1228         rev="$$rev ."; \
    1229         target=`echo $@ | sed s/-recursive//`; \
    1230         for subdir in $$rev; do \
    1231           echo "Making $$target in $$subdir"; \
    1232           if test "$$subdir" = "."; then \
    1233             local_target="$$target-am"; \
    1234           else \
    1235             local_target="$$target"; \
    1236           fi; \
    1237           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    1238           || eval $$failcom; \
    1239         done && test -z "$$fail"
    1240 tags-recursive:
    1241         list='$(SUBDIRS)'; for subdir in $$list; do \
    1242           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    1243         done
    1244 ctags-recursive:
    1245         list='$(SUBDIRS)'; for subdir in $$list; do \
    1246           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    1247         done
    1248 
    1249 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    1250         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    1251         unique=`for i in $$list; do \
    1252             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    1253           done | \
    1254           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    1255               END { if (nonempty) { for (i in files) print i; }; }'`; \
    1256         mkid -fID $$unique
    1257 tags: TAGS
    1258 
    1259 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    1260                 $(TAGS_FILES) $(LISP)
     1602ID: $(am__tagged_files)
     1603        $(am__define_uniq_tagged_files); mkid -fID $$unique
     1604tags: tags-recursive
     1605TAGS: tags
     1606
     1607tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    12611608        set x; \
    12621609        here=`pwd`; \
     
    12741621          fi; \
    12751622        done; \
    1276         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    1277         unique=`for i in $$list; do \
    1278             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    1279           done | \
    1280           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    1281               END { if (nonempty) { for (i in files) print i; }; }'`; \
     1623        $(am__define_uniq_tagged_files); \
    12821624        shift; \
    12831625        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    12911633          fi; \
    12921634        fi
    1293 ctags: CTAGS
    1294 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    1295                 $(TAGS_FILES) $(LISP)
    1296         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    1297         unique=`for i in $$list; do \
    1298             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    1299           done | \
    1300           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    1301               END { if (nonempty) { for (i in files) print i; }; }'`; \
     1635ctags: ctags-recursive
     1636
     1637CTAGS: ctags
     1638ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     1639        $(am__define_uniq_tagged_files); \
    13021640        test -z "$(CTAGS_ARGS)$$unique" \
    13031641          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    13081646          && $(am__cd) $(top_srcdir) \
    13091647          && gtags -i $(GTAGS_ARGS) "$$here"
     1648cscopelist: cscopelist-recursive
     1649
     1650cscopelist-am: $(am__tagged_files)
     1651        list='$(am__tagged_files)'; \
     1652        case "$(srcdir)" in \
     1653          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
     1654          *) sdir=$(subdir)/$(srcdir) ;; \
     1655        esac; \
     1656        for i in $$list; do \
     1657          if test -f "$$i"; then \
     1658            echo "$(subdir)/$$i"; \
     1659          else \
     1660            echo "$$sdir/$$i"; \
     1661          fi; \
     1662        done >> $(top_builddir)/cscope.files
    13101663
    13111664distclean-tags:
     
    13441697        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    13451698          if test "$$subdir" = .; then :; else \
    1346             test -d "$(distdir)/$$subdir" \
    1347             || $(MKDIR_P) "$(distdir)/$$subdir" \
    1348             || exit 1; \
    1349           fi; \
    1350         done
    1351         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    1352           if test "$$subdir" = .; then :; else \
     1699            $(am__make_dryrun) \
     1700              || test -d "$(distdir)/$$subdir" \
     1701              || $(MKDIR_P) "$(distdir)/$$subdir" \
     1702              || exit 1; \
    13531703            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    13541704            $(am__relativize); \
     
    13871737installcheck: installcheck-recursive
    13881738install-strip:
    1389         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    1390           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    1391           `test -z '$(STRIP)' || \
    1392             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     1739        if test -z '$(STRIP)'; then \
     1740          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     1741            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     1742              install; \
     1743        else \
     1744          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     1745            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     1746            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     1747        fi
    13931748mostlyclean-generic:
    13941749        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
     
    14051760        @echo "This command is intended for maintainers to use"
    14061761        @echo "it deletes files that may require special tools to rebuild."
    1407         -rm -f getdate.c
     1762        -rm -f parse-datetime.c
    14081763        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    14091764        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     
    14791834uninstall-am: uninstall-local
    14801835
    1481 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
    1482         ctags-recursive install install-am install-strip \
    1483         tags-recursive
    1484 
    1485 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    1486         all all-am all-local check check-am clean clean-generic \
    1487         clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
    1488         ctags-recursive distclean distclean-compile distclean-generic \
    1489         distclean-tags distdir dvi dvi-am html html-am info info-am \
    1490         install install-am install-data install-data-am install-dvi \
    1491         install-dvi-am install-exec install-exec-am install-exec-local \
    1492         install-html install-html-am install-info install-info-am \
    1493         install-man install-pdf install-pdf-am install-ps \
    1494         install-ps-am install-strip installcheck installcheck-am \
    1495         installdirs installdirs-am maintainer-clean \
    1496         maintainer-clean-generic mostlyclean mostlyclean-compile \
    1497         mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
    1498         tags-recursive uninstall uninstall-am uninstall-local
     1836.MAKE: $(am__recursive_targets) all check install install-am \
     1837        install-strip
     1838
     1839.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
     1840        check check-am clean clean-generic clean-noinstLIBRARIES \
     1841        clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
     1842        distclean-compile distclean-generic distclean-tags distdir dvi \
     1843        dvi-am html html-am info info-am install install-am \
     1844        install-data install-data-am install-dvi install-dvi-am \
     1845        install-exec install-exec-am install-exec-local install-html \
     1846        install-html-am install-info install-info-am install-man \
     1847        install-pdf install-pdf-am install-ps install-ps-am \
     1848        install-strip installcheck installcheck-am installdirs \
     1849        installdirs-am maintainer-clean maintainer-clean-generic \
     1850        mostlyclean mostlyclean-compile mostlyclean-generic \
     1851        mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
     1852        uninstall-am uninstall-local
    14991853
    15001854
    15011855# We need the following in order to create <alloca.h> when the system
    15021856# doesn't have one that works with the given compiler.
    1503 alloca.h: alloca.in.h
    1504         $(AM_V_GEN)rm -f $@-t $@ && \
    1505         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1506           cat $(srcdir)/alloca.in.h; \
    1507         } > $@-t && \
    1508         mv -f $@-t $@
    1509 # The arg-nonnull.h that gets inserted into generated .h files is the same as
    1510 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
    1511 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
    1512         $(AM_V_GEN)rm -f $@-t $@ && \
    1513         sed -n -e '/GL_ARG_NONNULL/,$$p' \
    1514           < $(top_srcdir)/build-aux/arg-nonnull.h \
    1515           > $@-t && \
    1516         mv $@-t $@
    1517 # The c++defs.h that gets inserted into generated .h files is the same as
    1518 # build-aux/c++defs.h, except that it has the copyright header cut off.
    1519 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
    1520         $(AM_V_GEN)rm -f $@-t $@ && \
    1521         sed -n -e '/_GL_CXXDEFS/,$$p' \
    1522           < $(top_srcdir)/build-aux/c++defs.h \
    1523           > $@-t && \
    1524         mv $@-t $@
    1525 
    1526 # Retrieve values of the variables through 'configure' followed by
    1527 # 'make', not directly through 'configure', so that a user who
    1528 # sets some of these variables consistently on the 'make' command
    1529 # line gets correct results.
    1530 #
    1531 # One advantage of this approach, compared to the classical
    1532 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
    1533 # is that it protects against the use of undefined variables.
    1534 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
    1535 # defined by this module, and code using LIBDIR gives a
    1536 # compilation error.
    1537 #
    1538 # Another advantage is that 'make' output is shorter.
    1539 #
    1540 # Listed in the same order as the GNU makefile conventions.
     1857@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
     1858@GL_GENERATE_ALLOCA_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
     1859@GL_GENERATE_ALLOCA_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     1860@GL_GENERATE_ALLOCA_H_TRUE@       cat $(srcdir)/alloca.in.h; \
     1861@GL_GENERATE_ALLOCA_H_TRUE@     } > $@-t && \
     1862@GL_GENERATE_ALLOCA_H_TRUE@     mv -f $@-t $@
     1863@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
     1864@GL_GENERATE_ALLOCA_H_FALSE@    rm -f $@
     1865
     1866# Listed in the same order as the GNU makefile conventions, and
     1867# provided by autoconf 2.59c+ or 2.70.
    15411868# The Automake-defined pkg* macros are appended, in the order
    15421869# listed in the Automake 1.10a+ documentation.
     
    15541881          echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
    15551882          echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
     1883          echo '#define RUNSTATEDIR "$(runstatedir)"'; \
    15561884          echo '#define INCLUDEDIR "$(includedir)"'; \
    15571885          echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
     
    15721900          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
    15731901        } | sed '/""/d' > $@-t && \
    1574         if test -f $@ && cmp $@-t $@ > /dev/null; then \
    1575           rm -f $@-t; \
    1576         else \
    1577           rm -f $@; mv $@-t $@; \
    1578         fi
     1902        mv -f $@-t $@
    15791903
    15801904# We need the following in order to create <dirent.h> when the system
    15811905# doesn't have one that works with the given compiler.
    1582 dirent.h: dirent.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     1906dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    15831907        $(AM_V_GEN)rm -f $@-t $@ && \
    15841908        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1585           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     1909          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     1910              -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
     1911              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    15861912              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     1913              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    15871914              -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
    1588               -e 's|@''GNULIB_DIRFD''@|$(GNULIB_DIRFD)|g' \
    1589               -e 's|@''GNULIB_FDOPENDIR''@|$(GNULIB_FDOPENDIR)|g' \
    1590               -e 's|@''GNULIB_SCANDIR''@|$(GNULIB_SCANDIR)|g' \
    1591               -e 's|@''GNULIB_ALPHASORT''@|$(GNULIB_ALPHASORT)|g' \
     1915              -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
     1916              -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
     1917              -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
     1918              -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
     1919              -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
     1920              -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
     1921              -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
     1922              -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
     1923              -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
     1924              -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
     1925              -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
     1926              -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
    15921927              -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
     1928              -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
    15931929              -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
    15941930              -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
    15951931              -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
     1932              -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
    15961933              -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
     1934              -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
    15971935              -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
    1598               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
    15991936              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    16001937              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     
    16061943# We need the following in order to create <errno.h> when the system
    16071944# doesn't have one that is POSIX compliant.
    1608 errno.h: errno.in.h
    1609         $(AM_V_GEN)rm -f $@-t $@ && \
    1610         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1611           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    1612               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    1613               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
    1614               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
    1615               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
    1616               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
    1617               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
    1618               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
    1619               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
    1620               < $(srcdir)/errno.in.h; \
    1621         } > $@-t && \
    1622         mv $@-t $@
     1945@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
     1946@GL_GENERATE_ERRNO_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
     1947@GL_GENERATE_ERRNO_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     1948@GL_GENERATE_ERRNO_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     1949@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     1950@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     1951@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     1952@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
     1953@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
     1954@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
     1955@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
     1956@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
     1957@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
     1958@GL_GENERATE_ERRNO_H_TRUE@            -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
     1959@GL_GENERATE_ERRNO_H_TRUE@            < $(srcdir)/errno.in.h; \
     1960@GL_GENERATE_ERRNO_H_TRUE@      } > $@-t && \
     1961@GL_GENERATE_ERRNO_H_TRUE@      mv $@-t $@
     1962@GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
     1963@GL_GENERATE_ERRNO_H_FALSE@     rm -f $@
    16231964
    16241965# We need the following in order to create <fcntl.h> when the system
    16251966# doesn't have one that works with the given compiler.
    1626 fcntl.h: fcntl.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     1967fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    16271968        $(AM_V_GEN)rm -f $@-t $@ && \
    16281969        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1629           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     1970          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     1971              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    16301972              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     1973              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    16311974              -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
    1632               -e 's|@''GNULIB_FCNTL''@|$(GNULIB_FCNTL)|g' \
    1633               -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
    1634               -e 's|@''GNULIB_OPENAT''@|$(GNULIB_OPENAT)|g' \
     1975              -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
     1976              -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
     1977              -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
     1978              -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
    16351979              -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
    16361980              -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
     
    16471991# We need the following in order to create <float.h> when the system
    16481992# doesn't have one that works with the given compiler.
    1649 float.h: float.in.h
    1650         $(AM_V_GEN)rm -f $@-t $@ && \
    1651         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1652           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    1653               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    1654               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
    1655               < $(srcdir)/float.in.h; \
    1656         } > $@-t && \
    1657         mv $@-t $@
     1993@GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
     1994@GL_GENERATE_FLOAT_H_TRUE@      $(AM_V_GEN)rm -f $@-t $@ && \
     1995@GL_GENERATE_FLOAT_H_TRUE@      { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     1996@GL_GENERATE_FLOAT_H_TRUE@        sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     1997@GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     1998@GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     1999@GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2000@GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
     2001@GL_GENERATE_FLOAT_H_TRUE@            -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
     2002@GL_GENERATE_FLOAT_H_TRUE@            < $(srcdir)/float.in.h; \
     2003@GL_GENERATE_FLOAT_H_TRUE@      } > $@-t && \
     2004@GL_GENERATE_FLOAT_H_TRUE@      mv $@-t $@
     2005@GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
     2006@GL_GENERATE_FLOAT_H_FALSE@     rm -f $@
    16582007
    16592008# We need the following in order to create <fnmatch.h> when the system
    16602009# doesn't have one that supports the required API.
    1661 fnmatch.h: fnmatch.in.h $(ARG_NONNULL_H)
     2010@GL_GENERATE_FNMATCH_H_TRUE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
     2011@GL_GENERATE_FNMATCH_H_TRUE@    $(AM_V_GEN)rm -f $@-t $@ && \
     2012@GL_GENERATE_FNMATCH_H_TRUE@    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2013@GL_GENERATE_FNMATCH_H_TRUE@      sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     2014@GL_GENERATE_FNMATCH_H_TRUE@          < $(srcdir)/fnmatch.in.h; \
     2015@GL_GENERATE_FNMATCH_H_TRUE@    } > $@-t && \
     2016@GL_GENERATE_FNMATCH_H_TRUE@    mv -f $@-t $@
     2017@GL_GENERATE_FNMATCH_H_FALSE@fnmatch.h: $(top_builddir)/config.status
     2018@GL_GENERATE_FNMATCH_H_FALSE@   rm -f $@
     2019
     2020# We need the following in order to create <getopt.h> when the system
     2021# doesn't have one that works with the given compiler.
     2022getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
    16622023        $(AM_V_GEN)rm -f $@-t $@ && \
    16632024        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1664           sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
    1665               < $(srcdir)/fnmatch.in.h; \
    1666         } > $@-t && \
    1667         mv -f $@-t $@
    1668 
    1669 # We need the following in order to create <getopt.h> when the system
    1670 # doesn't have one that works with the given compiler.
    1671 getopt.h: getopt.in.h $(ARG_NONNULL_H)
    1672         $(AM_V_GEN)rm -f $@-t $@ && \
    1673         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1674           sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
     2025          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2026              -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
    16752027              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    16762028              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2029              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    16772030              -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
    16782031              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     
    16832036# We need the following in order to create <inttypes.h> when the system
    16842037# doesn't have one that works with the given compiler.
    1685 inttypes.h: inttypes.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
     2038inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
    16862039        $(AM_V_GEN)rm -f $@-t $@ && \
    16872040        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     
    16892042              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    16902043              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2044              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    16912045              -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
    16922046              -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
     
    17032057              -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
    17042058              -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
     2059              -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
     2060              -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
    17052061              -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
    17062062              -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
    17072063              -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
    17082064              -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
     2065              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    17092066              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
    17102067              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
     
    17722129        mv t-$@ $@
    17732130
     2131# This rule overrides the Automake generated .y.c rule, to ensure that the
     2132# parse-datetime.c file gets generated in the source directory, not in the
     2133# build directory.
     2134parse-datetime.c: parse-datetime.y
     2135        $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/parse-datetime.y \
     2136                                      y.tab.c parse-datetime.c \
     2137                                      y.tab.h parse-datetime.h \
     2138                                      y.output parse-datetime.output \
     2139                                      -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \
     2140        mv parse-datetime.c parse-datetime.c-t && \
     2141        mv parse-datetime.c-t $(srcdir)/parse-datetime.c
     2142
     2143# We need the following in order to create <signal.h> when the system
     2144# doesn't have a complete one.
     2145signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2146        $(AM_V_GEN)rm -f $@-t $@ && \
     2147        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     2148          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2149              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2150              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2151              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2152              -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
     2153              -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
     2154              -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
     2155              -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
     2156              -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
     2157              -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
     2158              -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
     2159              -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
     2160              -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
     2161              -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
     2162              -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
     2163              -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
     2164              -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
     2165              -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
     2166              -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
     2167              -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
     2168              -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
     2169              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
     2170              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     2171              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
     2172              < $(srcdir)/signal.in.h; \
     2173        } > $@-t && \
     2174        mv $@-t $@
     2175# The arg-nonnull.h that gets inserted into generated .h files is the same as
     2176# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
     2177# off.
     2178arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
     2179        $(AM_V_GEN)rm -f $@-t $@ && \
     2180        sed -n -e '/GL_ARG_NONNULL/,$$p' \
     2181          < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
     2182          > $@-t && \
     2183        mv $@-t $@
     2184# The c++defs.h that gets inserted into generated .h files is the same as
     2185# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
     2186c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
     2187        $(AM_V_GEN)rm -f $@-t $@ && \
     2188        sed -n -e '/_GL_CXXDEFS/,$$p' \
     2189          < $(top_srcdir)/build-aux/snippet/c++defs.h \
     2190          > $@-t && \
     2191        mv $@-t $@
     2192# The warn-on-use.h that gets inserted into generated .h files is the same as
     2193# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
     2194# off.
     2195warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
     2196        $(AM_V_GEN)rm -f $@-t $@ && \
     2197        sed -n -e '/^.ifndef/,$$p' \
     2198          < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
     2199          > $@-t && \
     2200        mv $@-t $@
     2201
     2202# We need the following in order to create <stdalign.h> when the system
     2203# doesn't have one that works.
     2204@GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status
     2205@GL_GENERATE_STDALIGN_H_TRUE@   $(AM_V_GEN)rm -f $@-t $@ && \
     2206@GL_GENERATE_STDALIGN_H_TRUE@   { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2207@GL_GENERATE_STDALIGN_H_TRUE@     cat $(srcdir)/stdalign.in.h; \
     2208@GL_GENERATE_STDALIGN_H_TRUE@   } > $@-t && \
     2209@GL_GENERATE_STDALIGN_H_TRUE@   mv $@-t $@
     2210@GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status
     2211@GL_GENERATE_STDALIGN_H_FALSE@  rm -f $@
     2212
    17742213# We need the following in order to create <stdarg.h> when the system
    17752214# doesn't have one that works with the given compiler.
    1776 stdarg.h: stdarg.in.h
     2215@GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status
     2216@GL_GENERATE_STDARG_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
     2217@GL_GENERATE_STDARG_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     2218@GL_GENERATE_STDARG_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2219@GL_GENERATE_STDARG_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2220@GL_GENERATE_STDARG_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2221@GL_GENERATE_STDARG_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2222@GL_GENERATE_STDARG_H_TRUE@           -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
     2223@GL_GENERATE_STDARG_H_TRUE@           < $(srcdir)/stdarg.in.h; \
     2224@GL_GENERATE_STDARG_H_TRUE@     } > $@-t && \
     2225@GL_GENERATE_STDARG_H_TRUE@     mv $@-t $@
     2226@GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status
     2227@GL_GENERATE_STDARG_H_FALSE@    rm -f $@
     2228
     2229# We need the following in order to create <stdbool.h> when the system
     2230# doesn't have one that works.
     2231@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
     2232@GL_GENERATE_STDBOOL_H_TRUE@    $(AM_V_GEN)rm -f $@-t $@ && \
     2233@GL_GENERATE_STDBOOL_H_TRUE@    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2234@GL_GENERATE_STDBOOL_H_TRUE@      sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
     2235@GL_GENERATE_STDBOOL_H_TRUE@    } > $@-t && \
     2236@GL_GENERATE_STDBOOL_H_TRUE@    mv $@-t $@
     2237@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
     2238@GL_GENERATE_STDBOOL_H_FALSE@   rm -f $@
     2239
     2240# We need the following in order to create <stddef.h> when the system
     2241# doesn't have one that works with the given compiler.
     2242@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
     2243@GL_GENERATE_STDDEF_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
     2244@GL_GENERATE_STDDEF_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     2245@GL_GENERATE_STDDEF_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2246@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2247@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2248@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2249@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
     2250@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
     2251@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
     2252@GL_GENERATE_STDDEF_H_TRUE@           -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
     2253@GL_GENERATE_STDDEF_H_TRUE@           < $(srcdir)/stddef.in.h; \
     2254@GL_GENERATE_STDDEF_H_TRUE@     } > $@-t && \
     2255@GL_GENERATE_STDDEF_H_TRUE@     mv $@-t $@
     2256@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
     2257@GL_GENERATE_STDDEF_H_FALSE@    rm -f $@
     2258
     2259# We need the following in order to create <stdint.h> when the system
     2260# doesn't have one that works with the given compiler.
     2261@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
     2262@GL_GENERATE_STDINT_H_TRUE@     $(AM_V_GEN)rm -f $@-t $@ && \
     2263@GL_GENERATE_STDINT_H_TRUE@     { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2264@GL_GENERATE_STDINT_H_TRUE@       sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2265@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
     2266@GL_GENERATE_STDINT_H_TRUE@           -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2267@GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2268@GL_GENERATE_STDINT_H_TRUE@           -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2269@GL_GENERATE_STDINT_H_TRUE@           -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
     2270@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
     2271@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
     2272@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
     2273@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
     2274@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
     2275@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
     2276@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
     2277@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
     2278@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
     2279@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
     2280@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
     2281@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
     2282@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
     2283@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
     2284@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
     2285@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
     2286@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
     2287@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
     2288@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
     2289@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
     2290@GL_GENERATE_STDINT_H_TRUE@           -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
     2291@GL_GENERATE_STDINT_H_TRUE@           < $(srcdir)/stdint.in.h; \
     2292@GL_GENERATE_STDINT_H_TRUE@     } > $@-t && \
     2293@GL_GENERATE_STDINT_H_TRUE@     mv $@-t $@
     2294@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
     2295@GL_GENERATE_STDINT_H_FALSE@    rm -f $@
     2296
     2297# We need the following in order to create <stdio.h> when the system
     2298# doesn't have one that works with the given compiler.
     2299stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    17772300        $(AM_V_GEN)rm -f $@-t $@ && \
    17782301        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1779           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    1780               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    1781               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
    1782               < $(srcdir)/stdarg.in.h; \
    1783         } > $@-t && \
    1784         mv $@-t $@
    1785 
    1786 # We need the following in order to create <stdbool.h> when the system
    1787 # doesn't have one that works.
    1788 stdbool.h: stdbool.in.h
    1789         $(AM_V_GEN)rm -f $@-t $@ && \
    1790         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1791           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
    1792         } > $@-t && \
    1793         mv $@-t $@
    1794 
    1795 # We need the following in order to create <stddef.h> when the system
    1796 # doesn't have one that works with the given compiler.
    1797 stddef.h: stddef.in.h
    1798         $(AM_V_GEN)rm -f $@-t $@ && \
    1799         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1800           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    1801               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    1802               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
    1803               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
    1804               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
    1805               < $(srcdir)/stddef.in.h; \
    1806         } > $@-t && \
    1807         mv $@-t $@
    1808 
    1809 # We need the following in order to create <stdint.h> when the system
    1810 # doesn't have one that works with the given compiler.
    1811 stdint.h: stdint.in.h
    1812         $(AM_V_GEN)rm -f $@-t $@ && \
    1813         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    1814           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
     2302          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    18152303              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    18162304              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    1817               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
    1818               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
    1819               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
    1820               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
    1821               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
    1822               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
    1823               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
    1824               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
    1825               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
    1826               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
    1827               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
    1828               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
    1829               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
    1830               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
    1831               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
    1832               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
    1833               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
    1834               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
    1835               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
    1836               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
    1837               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
    1838               < $(srcdir)/stdint.in.h; \
    1839         } > $@-t && \
    1840         mv $@-t $@
    1841 
    1842 # We need the following in order to create <stdio.h> when the system
    1843 # doesn't have one that works with the given compiler.
    1844 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    1845         $(AM_V_GEN)rm -f $@-t $@ && \
    1846         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1847           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    1848               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2305              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    18492306              -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
    1850               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
    1851               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
    1852               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
    1853               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
    1854               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
    1855               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
    1856               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
    1857               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
    1858               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
    1859               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
    1860               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
    1861               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
    1862               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
    1863               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
    1864               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
    1865               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
    1866               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
    1867               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
    1868               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
    1869               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
    1870               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
    1871               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
    1872               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
    1873               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
    1874               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
    1875               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
    1876               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
    1877               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
    1878               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
    1879               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
    1880               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
    1881               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
    1882               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
    1883               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
    1884               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
    1885               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
    1886               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
    1887               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
    1888               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
    1889               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
     2307              -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
     2308              -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
     2309              -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
     2310              -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
     2311              -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
     2312              -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
     2313              -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
     2314              -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
     2315              -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
     2316              -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
     2317              -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
     2318              -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
     2319              -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
     2320              -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
     2321              -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
     2322              -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
     2323              -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
     2324              -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
     2325              -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
     2326              -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
     2327              -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
     2328              -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
     2329              -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
     2330              -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
     2331              -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
     2332              -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
     2333              -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
     2334              -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
     2335              -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
     2336              -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
     2337              -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
     2338              -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
     2339              -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
     2340              -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
     2341              -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
     2342              -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
     2343              -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
     2344              -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
     2345              -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
     2346              -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
     2347              -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
     2348              -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
     2349              -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
     2350              -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
     2351              -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
     2352              -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
     2353              -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
     2354              -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
     2355              -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
     2356              -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
     2357              -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
     2358              -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
     2359              -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
    18902360              < $(srcdir)/stdio.in.h | \
    18912361          sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
     2362              -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
     2363              -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
    18922364              -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
    18932365              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
     
    18962368              -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
    18972369              -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
     2370              -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
     2371              -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
     2372              -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
     2373              -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
    18982374              -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
    18992375              -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
     
    19012377              -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
    19022378              -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
     2379              -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
    19032380              -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
    19042381              -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
     
    19212398              -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
    19222399              -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
     2400              -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
    19232401              -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
     2402              -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
    19242403              -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
    19252404              -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
     
    19282407              -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
    19292408              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
     2409              -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
    19302410              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    19312411              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     
    19362416# We need the following in order to create <stdlib.h> when the system
    19372417# doesn't have one that works with the given compiler.
    1938 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2418stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
     2419  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    19392420        $(AM_V_GEN)rm -f $@-t $@ && \
    19402421        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    1941           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2422          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2423              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    19422424              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2425              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    19432426              -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
    1944               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
    1945               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
    1946               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
    1947               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
    1948               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
    1949               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
    1950               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
    1951               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
    1952               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
    1953               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
    1954               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
    1955               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
    1956               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
    1957               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
    1958               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
    1959               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
    1960               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
    1961               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
    1962               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
    1963               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
    1964               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
     2427              -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
     2428              -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
     2429              -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
     2430              -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
     2431              -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
     2432              -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
     2433              -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
     2434              -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
     2435              -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
     2436              -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
     2437              -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
     2438              -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
     2439              -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
     2440              -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
     2441              -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
     2442              -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
     2443              -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
     2444              -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
     2445              -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
     2446              -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
     2447              -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
     2448              -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
     2449              -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
     2450              -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
     2451              -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
     2452              -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
     2453              -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
     2454              -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
     2455              -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
     2456              -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
     2457              -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
     2458              -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
     2459              -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
     2460              < $(srcdir)/stdlib.in.h | \
     2461          sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
    19652462              -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
    1966               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
    19672463              -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
    19682464              -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
    19692465              -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
    1970               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
     2466              -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
    19712467              -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
    19722468              -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
    19732469              -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
     2470              -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
    19742471              -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
     2472              -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
     2473              -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
     2474              -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
     2475              -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
    19752476              -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
    19762477              -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
    1977               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
    19782478              -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
    19792479              -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
    1980               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
     2480              -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
     2481              -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
    19812482              -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
    19822483              -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
     
    19842485              -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
    19852486              -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
    1986               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
     2487              -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
     2488              -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
     2489              -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
    19872490              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
     2491              -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
     2492              -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
    19882493              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
     2494              -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
     2495              -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
    19892496              -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
     2497              -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
     2498              -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
     2499              -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
    19902500              -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
    19912501              -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
    19922502              -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
    19932503              -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
     2504              -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
    19942505              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
     2506              -e '/definition of _Noreturn/r $(_NORETURN_H)' \
    19952507              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
    1996               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
    1997               < $(srcdir)/stdlib.in.h; \
     2508              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
    19982509        } > $@-t && \
    19992510        mv $@-t $@
     
    20012512# We need the following in order to create <string.h> when the system
    20022513# doesn't have one that works with the given compiler.
    2003 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2514string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    20042515        $(AM_V_GEN)rm -f $@-t $@ && \
    20052516        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    2006           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2517          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2518              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    20072519              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2520              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    20082521              -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
    2009               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
    2010               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
    2011               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
    2012               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
    2013               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
    2014               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
    2015               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
    2016               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
    2017               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
    2018               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
    2019               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
    2020               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
    2021               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
    2022               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
    2023               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
    2024               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
    2025               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
    2026               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
    2027               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
    2028               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
    2029               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
    2030               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
    2031               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
    2032               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
    2033               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
    2034               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
    2035               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
    2036               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
    2037               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
    2038               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
    2039               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
    2040               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
    2041               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
     2522              -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
     2523              -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
     2524              -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
     2525              -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
     2526              -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
     2527              -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
     2528              -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
     2529              -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
     2530              -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
     2531              -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
     2532              -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
     2533              -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
     2534              -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
     2535              -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
     2536              -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
     2537              -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
     2538              -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
     2539              -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
     2540              -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
     2541              -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
     2542              -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
     2543              -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
     2544              -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
     2545              -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
     2546              -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
     2547              -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
     2548              -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
     2549              -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
     2550              -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
     2551              -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
     2552              -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
     2553              -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
     2554              -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
     2555              -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
     2556              -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
     2557              -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
     2558              -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
    20422559              < $(srcdir)/string.in.h | \
    2043           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
     2560          sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
     2561              -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
     2562              -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
     2563              -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
    20442564              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
    20452565              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
     
    20562576              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
    20572577              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
    2058               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
     2578              -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
    20592579              -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
    20602580              -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
     2581              -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
    20612582              -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
    20622583              -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
    20632584              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
     2585              -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
    20642586              -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
    20652587              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
    20662588              -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
     2589              -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
     2590              -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
    20672591              -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
     2592              -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
    20682593              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
    20692594              -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
     
    20782603# We need the following in order to create <strings.h> when the system
    20792604# doesn't have one that works with the given compiler.
    2080 strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
     2605strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
    20812606        $(AM_V_GEN)rm -f $@-t $@ && \
    20822607        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    2083           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2608          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2609              -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
     2610              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    20842611              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2612              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    20852613              -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
     2614              -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
     2615              -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
    20862616              -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
    20872617              -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
     2618              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    20882619              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
    20892620              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
     
    20942625# We need the following in order to create <sys/stat.h> when the system
    20952626# has one that is incomplete.
    2096 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2627sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    20972628        $(AM_V_at)$(MKDIR_P) sys
    20982629        $(AM_V_GEN)rm -f $@-t $@ && \
    20992630        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2100           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2631          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2632              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    21012633              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2634              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    21022635              -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
    2103               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
    2104               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
    2105               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
    2106               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
    2107               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
    2108               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
    2109               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
    2110               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
    2111               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
    2112               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
    2113               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
    2114               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
     2636              -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
     2637              -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
     2638              -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
     2639              -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
     2640              -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
     2641              -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
     2642              -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
     2643              -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
     2644              -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
     2645              -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
     2646              -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
     2647              -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
     2648              -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
     2649              -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
    21152650              -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
    21162651              -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
     
    21422677# We need the following in order to create <sys/time.h> when the system
    21432678# doesn't have one that works with the given compiler.
    2144 sys/time.h: sys_time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2679sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    21452680        $(AM_V_at)$(MKDIR_P) sys
    21462681        $(AM_V_GEN)rm -f $@-t $@ && \
    21472682        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2148           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
     2683          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2684              -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
    21492685              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    21502686              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2687              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    21512688              -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
    21522689              -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
     2690              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
    21532691              -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
    21542692              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
    21552693              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
     2694              -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
    21562695              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    21572696              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     
    21612700        mv $@-t $@
    21622701
     2702# We need the following in order to create <sys/types.h> when the system
     2703# doesn't have one that works with the given compiler.
     2704sys/types.h: sys_types.in.h $(top_builddir)/config.status
     2705        $(AM_V_at)$(MKDIR_P) sys
     2706        $(AM_V_GEN)rm -f $@-t $@ && \
     2707        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2708          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2709              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2710              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2711              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2712              -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
     2713              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
     2714              < $(srcdir)/sys_types.in.h; \
     2715        } > $@-t && \
     2716        mv $@-t $@
     2717
    21632718# We need the following in order to create <sysexits.h> when the system
    21642719# doesn't have one that works with the given compiler.
    2165 sysexits.h: sysexits.in.h
     2720@GL_GENERATE_SYSEXITS_H_TRUE@sysexits.h: sysexits.in.h $(top_builddir)/config.status
     2721@GL_GENERATE_SYSEXITS_H_TRUE@   $(AM_V_GEN)rm -f $@-t $@ && \
     2722@GL_GENERATE_SYSEXITS_H_TRUE@   { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
     2723@GL_GENERATE_SYSEXITS_H_TRUE@     sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2724@GL_GENERATE_SYSEXITS_H_TRUE@         -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
     2725@GL_GENERATE_SYSEXITS_H_TRUE@         -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2726@GL_GENERATE_SYSEXITS_H_TRUE@         -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2727@GL_GENERATE_SYSEXITS_H_TRUE@         -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2728@GL_GENERATE_SYSEXITS_H_TRUE@         -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
     2729@GL_GENERATE_SYSEXITS_H_TRUE@         < $(srcdir)/sysexits.in.h; \
     2730@GL_GENERATE_SYSEXITS_H_TRUE@   } > $@-t && \
     2731@GL_GENERATE_SYSEXITS_H_TRUE@   mv -f $@-t $@
     2732@GL_GENERATE_SYSEXITS_H_FALSE@sysexits.h: $(top_builddir)/config.status
     2733@GL_GENERATE_SYSEXITS_H_FALSE@  rm -f $@
     2734
     2735# We need the following in order to create <time.h> when the system
     2736# doesn't have one that works with the given compiler.
     2737time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    21662738        $(AM_V_GEN)rm -f $@-t $@ && \
    2167         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2168           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
     2739        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
     2740          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
    21692741              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    21702742              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
    2171               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
    2172               < $(srcdir)/sysexits.in.h; \
    2173         } > $@-t && \
    2174         mv -f $@-t $@
    2175 
    2176 # We need the following in order to create <time.h> when the system
    2177 # doesn't have one that works with the given compiler.
    2178 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    2179         $(AM_V_GEN)rm -f $@-t $@ && \
    2180         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
    2181           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    2182               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2743              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    21832744              -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
    2184               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
    2185               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
    2186               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
    2187               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
     2745              -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
     2746              -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
     2747              -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
     2748              -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
     2749              -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
     2750              -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
     2751              -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
     2752              -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
     2753              -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
     2754              -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
     2755              -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
     2756              -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
     2757              -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
     2758              -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
    21882759              -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
    21892760              -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
    21902761              -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
    2191               -e 's|@''REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
    21922762              -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
     2763              -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
    21932764              -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
    21942765              -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
     2766              -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
    21952767              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    21962768              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
     
    22022774# We need the following in order to create an empty placeholder for
    22032775# <unistd.h> when the system doesn't have one.
    2204 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2776unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    22052777        $(AM_V_GEN)rm -f $@-t $@ && \
    22062778        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2207           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
     2779          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2780              -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
    22082781              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    22092782              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2783              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    22102784              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
    2211               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
    2212               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
    2213               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
    2214               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
    2215               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
    2216               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
    2217               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
    2218               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
    2219               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
    2220               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
    2221               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
    2222               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
    2223               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
    2224               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
    2225               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
    2226               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
    2227               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
    2228               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
    2229               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
    2230               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
    2231               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
    2232               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
    2233               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
    2234               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
    2235               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
    2236               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
    2237               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
    2238               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
    2239               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
    2240               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
    2241               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
    2242               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
    2243               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
    2244               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
    2245               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
    2246               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
    2247               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
    2248               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
     2785              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
     2786              -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
     2787              -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
     2788              -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
     2789              -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
     2790              -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
     2791              -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
     2792              -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
     2793              -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
     2794              -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
     2795              -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
     2796              -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
     2797              -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
     2798              -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
     2799              -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
     2800              -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
     2801              -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
     2802              -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
     2803              -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
     2804              -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
     2805              -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
     2806              -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
     2807              -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
     2808              -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
     2809              -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
     2810              -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
     2811              -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
     2812              -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
     2813              -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
     2814              -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
     2815              -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
     2816              -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
     2817              -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
     2818              -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
     2819              -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
     2820              -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
     2821              -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
     2822              -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
     2823              -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
     2824              -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
     2825              -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
     2826              -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
     2827              -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
     2828              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
     2829              -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
     2830              -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
     2831              -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
     2832              -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
     2833              -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
     2834              -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
    22492835              < $(srcdir)/unistd.in.h | \
    22502836          sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
     
    22532839              -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
    22542840              -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
     2841              -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
    22552842              -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
     2843              -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
    22562844              -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
    22572845              -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
    2258               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
    22592846              -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
    22602847              -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
     
    22622849              -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
    22632850              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
    2264               -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
     2851              -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
    22652852              -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
    22662853              -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
    22672854              -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
     2855              -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
    22682856              -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
    22692857              -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
     2858              -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
    22702859              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
    22712860              -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
     2861              -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
    22722862              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
    22732863              -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
     
    22762866              -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
    22772867              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
     2868              -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
     2869              -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
     2870              -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
    22782871              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
     2872              -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
     2873              -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
     2874              -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
     2875              -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
    22792876              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
    22802877              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
    2281               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
     2878          | \
     2879          sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
    22822880              -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
    22832881              -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
    22842882              -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
    2285               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
    22862883              -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
     2884              -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
    22872885              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
     2886              -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
     2887              -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
     2888              -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
    22882889              -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
    22892890              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
     2891              -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
    22902892              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
    22912893              -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
     
    22932895              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
    22942896              -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
     2897              -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
     2898              -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
    22952899              -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
     2900              -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
    22962901              -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
    22972902              -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
    22982903              -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
     2904              -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
     2905              -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
    22992906              -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
    23002907              -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
     
    23082915        } > $@-t && \
    23092916        mv $@-t $@
    2310 # The warn-on-use.h that gets inserted into generated .h files is the same as
    2311 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
    2312 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
    2313         $(AM_V_GEN)rm -f $@-t $@ && \
    2314         sed -n -e '/^.ifndef/,$$p' \
    2315           < $(top_srcdir)/build-aux/warn-on-use.h \
    2316           > $@-t && \
    2317         mv $@-t $@
    23182917
    23192918# We need the following in order to create <wchar.h> when the system
    23202919# version does not work standalone.
    2321 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
     2920wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
    23222921        $(AM_V_GEN)rm -f $@-t $@ && \
    23232922        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2324           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
     2923          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     2924              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    23252925              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     2926              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
     2927              -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
    23262928              -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
    23272929              -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
    2328               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
    2329               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
    2330               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
    2331               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
    2332               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
    2333               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
    2334               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
    2335               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
    2336               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
    2337               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
    2338               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
    2339               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
     2930              -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
     2931              -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
     2932              -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
     2933              -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
     2934              -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
     2935              -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
     2936              -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
     2937              -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
     2938              -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
     2939              -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
     2940              -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
     2941              -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
     2942              -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
     2943              -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
     2944              -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
     2945              -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
     2946              -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
     2947              -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
     2948              -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
     2949              -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
     2950              -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
     2951              -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
     2952              -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
     2953              -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
     2954              -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
     2955              -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
     2956              -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
     2957              -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
     2958              -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
     2959              -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
     2960              -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
     2961              -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
     2962              -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
     2963              -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
     2964              -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
     2965              -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
     2966              -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
     2967              -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
     2968              -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
     2969              < $(srcdir)/wchar.in.h | \
     2970          sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
    23402971              -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
    23412972              -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
     
    23472978              -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
    23482979              -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
     2980              -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
     2981              -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
     2982              -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
     2983              -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
     2984              -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
     2985              -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
     2986              -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
     2987              -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
     2988              -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
     2989              -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
     2990              -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
     2991              -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
     2992              -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
     2993              -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
     2994              -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
     2995              -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
     2996              -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
     2997              -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
     2998              -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
     2999              -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
     3000              -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
     3001              -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
     3002              -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
     3003              -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
     3004              -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
     3005              -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
     3006              -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
     3007              -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
    23493008              -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
    23503009              -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
    2351               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
     3010          | \
     3011          sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
    23523012              -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
    23533013              -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
     
    23613021              -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
    23623022              -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
     3023              -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
    23633024              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    23643025              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
    2365               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
    2366             < $(srcdir)/wchar.in.h; \
     3026              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
    23673027        } > $@-t && \
    23683028        mv $@-t $@
     
    23703030# We need the following in order to create <wctype.h> when the system
    23713031# doesn't have one that works with the given compiler.
    2372 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
     3032wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
    23733033        $(AM_V_GEN)rm -f $@-t $@ && \
    23743034        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    2375           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
     3035          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
     3036              -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
    23763037              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
    23773038              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
     3039              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
    23783040              -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
     3041              -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
     3042              -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
     3043              -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
     3044              -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
     3045              -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
     3046              -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
    23793047              -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
     3048              -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
     3049              -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
    23803050              -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
     3051              -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
    23813052              -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
     3053              -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
    23823054              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
    23833055              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
Note: See TracChangeset for help on using the changeset viewer.