Error in fink selfupdate on Mojave 10.14.6

Joe Borzellino via Fink-users <[email protected]>
Newsgroups gmane.os.apple.fink.general
Message-ID <[email protected]>
Trying to a selfupdate to fink and get an error that:

parsetexi/api.c:28:10: fatal error: 'libintl.h' file not found

I tried a few things but nothing resolved the issue.

Thanks in advance for any help.

Joe

I am attaching the entire log below.

[MacPro-LAN:~] % fink selfupdate

I will now run the git command to retrieve the latest package descriptions. The 'su' command will be used to run the
git command as the user 'joe'. After that, the core packages will be updated right away; you should then update the
other packages using commands like 'fink update-all'.

/usr/bin/su joe -c '/usr/bin/git fetch --quiet origin'
/usr/bin/su joe -c '/usr/bin/git checkout --quiet master'
/usr/bin/su joe -c '/usr/bin/git merge --ff-only --quiet origin/master'
Scanning package description files..........
Information about 15910 packages read in 2 seconds.
The following package will be installed or updated:
 install-info
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-texinfo-6.8-201 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-texinfo-6.8-201' in `/sw/src/fink.build/fink-buildlock-texinfo-6.8-201_2021.12.18-17.53.42_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-texinfo-6.8-201_2021.12.18-17.53.42_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-texinfo-6.8-201.
(Reading database ... 85884 files and directories currently installed.)
Unpacking fink-buildlock-texinfo-6.8-201 (from .../fink-buildlock-texinfo-6.8-201_2021.12.18-17.53.42_darwin-x86_64.deb) ...
Setting up fink-buildlock-texinfo-6.8-201 (2021.12.18-17.53.42) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.12MRg
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf /sw/src/texinfo-6.8.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.R8Z2s
[ -r /sw/fink/dists/stable/main/finkinfo/text/texinfo.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.X2sEb
sed -e 's,@FINKPREFIX@,/sw,g' /sw/fink/dists/stable/main/finkinfo/text/texinfo.patch | patch -p1
patching file fink/info.menu
patching file fink/info.mime
patching file fink/install-info.1
patching file fink/install-info.sh
patching file fink/install-info.triggers
patching file fink/patches/dont_build_info
patching file fink/patches/numerical-signal-names
patching file fink/patches/warn_missing_tex
patching file fink/texi2pdf.man
patching file fink/transition-plan.txt
patching file fink/update-info-dir
patching file fink/update-info-dir.8
patch -p1 < fink/patches/warn_missing_tex
patching file util/texi2dvi
Hunk #1 succeeded at 1870 (offset -35 lines).
patch -p1 < fink/patches/numerical-signal-names
patching file util/texi2dvi
Hunk #1 succeeded at 1948 (offset -37 lines).
patching file contrib/fix-info-dir
Hunk #1 succeeded at 254 (offset -1 lines).
patching file contrib/fixfonts
patch -p1 < fink/patches/dont_build_info
patching file doc/Makefile.in
Hunk #1 succeeded at 276 (offset 17 lines).
Hunk #2 succeeded at 1392 (offset 252 lines).
perl -pi -e 's,help2man,true,g' configure
perl -pi -e 's/mknod\s+(\S+)\s+p/mkfifo \1/g' info/t/Init-inter.inc
Can't open info/t/Init-inter.inc: No such file or directory.
sudo -u fink-bld [ENV] sh -c /tmp/fink.LNefD
/tmp/fink.P2IWM
#!/bin/sh -ev
	./configure --prefix=/sw 	--mandir=/sw/share/man \
	--infodir=/sw/share/info \
	--with-external-Text-Unidecode=yes \
	--with-external-libintl-perl=yes \
	--disable-tp-tests \
	PERL=/usr/bin/perl \
	AWK=awk
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /sw/bin/gmkdir -p
checking for gawk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '600' is supported by ustar format... yes
checking whether GID '601' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for perl... /usr/bin/perl
checking Perl version and modules... yes
checking for awk... awk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for limits.h... yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for threads.h... no
checking for sys/mman.h... yes
checking for malloc.h... no
checking for features.h... no
checking for sys/socket.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-apple-darwin18.7.0
checking host system type... x86_64-apple-darwin18.7.0
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict__
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for complete errno.h... yes
checking for gcc options needed to detect all undeclared functions... -fno-builtin
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking for symlink... yes
checking for getprogname... yes
checking for getexecname... no
checking for iswcntrl... yes
checking for iswblank... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for lstat... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcwidth... yes
checking for btowc... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for getdtablesize... yes
checking for nl_langinfo... yes
checking for strndup... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for wcrtomb... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for pid_t... yes
checking for mode_t... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking whether iconv is compatible with its POSIX signature... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR.ISO8859-1
checking for a traditional japanese locale... ja_JP.eucJP
checking for a french Unicode locale... fr_FR.UTF-8
checking for a transitional chinese locale... zh_CN.GB18030
checking for GNU libc compatible malloc... yes
checking for mbstate_t... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking whether POSIX threads API is available... yes
checking for inline... inline
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... no
checking for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking whether alarm is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether fcloseall is declared... no
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking for strcasestr... yes
checking whether strcasestr works... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... no
checking whether strnlen is declared... yes
checking whether execvpe is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether getdtablesize is declared... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... no
checking whether setlocale (category, NULL) is multithread-safe... yes
checking whether imported symbols can be declared weak... no
checking whether locale.h defines locale_t... no
checking whether imported symbols can be declared weak... (cached) no
checking for multithread API to use... posix
checking whether strndup is declared... yes
checking whether strstr works... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking for alloca as a compiler built-in... yes
checking for argz.h... no
checking for error_t... no
checking for argz_replace... no
checking whether // is distinct from /... no
checking for error_at_line... no
checking whether conversion from 'int' to 'long double' works... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether __argv is declared... no
checking whether __progname is defined in default libraries... yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... yes
checking whether iswxdigit is ISO C compliant... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc stores incomplete characters... no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for memrchr... no
checking whether open recognizes a trailing slash... no
checking for working re_compile_pattern... no
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for ssize_t... yes
checking for va_copy... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether strcasestr works in linear time... no
checking for strcasestr... (cached) yes
checking whether strcasestr works... (cached) yes
checking for working strnlen... yes
checking for vasprintf... yes
checking whether wcsdup is declared... yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for mempcpy... no
checking for stpcpy... yes
checking for working strndup... yes
checking whether strstr works in linear time... no
checking whether strstr works... (cached) yes
checking for __builtin_expect... yes
checking whether dup2 works... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking for nlink_t... (cached) yes
checking whether stat handles trailing slashes on files... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking whether the compiler supports the __inline keyword... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... no
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes
checking whether YESEXPR works... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether diff accepts -u... yes
checking whether diff accepts -a... yes
checking for io.h... no
checking for pwd.h... yes
checking for termcap.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking for sys/wait.h... yes
checking POSIX termios... yes
checking for off_t... yes
checking for setlocale... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for posix_openpt... yes
checking for tgetent in -ltinfo... no
checking for tgetent in -lncurses... yes
checking for library with termcap variables... 
checking for ncurses/termcap.h... no
checking for a sed that does not truncate output... /sw/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /sw/bin/xgettext
checking for msgmerge... /sw/bin/msgmerge
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
=== configuring in tp/Texinfo/XS (/sw/src/fink.build/texinfo-6.8-201/texinfo-6.8/tp/Texinfo/XS)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/sw'  '--mandir=/sw/share/man' '--infodir=/sw/share/info' '--with-external-Text-Unidecode=yes' '--with-external-libintl-perl=yes' '--disable-tp-tests' 'PERL=/usr/bin/perl' 'AWK=awk' 'LDFLAGS=-L/sw/lib' 'CPPFLAGS=-I/sw/include' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /sw/bin/gmkdir -p
checking for gawk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for perl... /usr/bin/perl
checking Perl configuration value cc... cc
checking Perl configuration value ccflags...  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector
checking Perl configuration value cccdlflags...  
checking Perl configuration value optimize... -Os
checking Perl configuration value ccdlflags...  
checking Perl configuration value libperl... libperl.dylib
checking Perl configuration value archlibexp... /System/Library/Perl/5.18/darwin-thread-multi-2level
checking Perl configuration value privlibexp... /System/Library/Perl/5.18
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking whether cc understands -c and -o together... rm: conftest.dSYM: is a directory
yes
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking whether make supports the include directive... yes (GNU style)
checking dependency style of cc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for limits.h... yes
checking for sys/mman.h... yes
checking for features.h... no
checking for crtdefs.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-apple-darwin18.7.0
checking host system type... x86_64-apple-darwin18.7.0
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for a sed that does not truncate output... /sw/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /sw/bin/xgettext
checking for msgmerge... /sw/bin/msgmerge
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -L/sw/lib -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -L/sw/lib -lintl -Wl,-framework -Wl,CoreFoundation
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for complete errno.h... yes
checking for cc options needed to detect all undeclared functions... -fno-builtin
checking whether getdelim is declared... yes
checking for getdelim... yes
checking for mprotect... yes
checking for strndup... yes
checking for vasnprintf... no
checking for snprintf... yes
checking whether getline is declared... yes
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... -L/sw/lib -liconv
checking whether iconv is compatible with its POSIX signature... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking for C/C++ restrict keyword... __restrict__
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for wchar_t... yes
checking whether fcloseall is declared... no
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for pid_t... yes
checking for mode_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking for rawmemchr... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for ssize_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for strchrnul... no
checking for working strndup... yes
checking for working strnlen... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking whether wcsdup is declared... yes
checking for stdint.h... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /sw/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: executing libtool commands
checking whether we can build Perl extension (XS) modules... 
Making clean in gnulib/lib
test -z "" || rm -f 
rm -rf .libs _libs
test -z "" || rm -f 
test -z "libgnu.la" || rm -f libgnu.la
rm -f ./so_locations
rm -f *.o
test -z "core *.stackdump alloca.h alloca.h-t errno.h errno.h-t float.h float.h-t inttypes.h inttypes.h-t limits.h limits.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t string.h string.h-t sys/types.h sys/types.h-t wchar.h wchar.h-t" || rm -f core *.stackdump alloca.h alloca.h-t errno.h errno.h-t float.h float.h-t inttypes.h inttypes.h-t limits.h limits.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t string.h string.h-t sys/types.h sys/types.h-t wchar.h wchar.h-t
rm -f *.lo
test -z "" || rm -f 
rm -rf .libs _libs
rm -rf parsetexi/.libs parsetexi/_libs
test -z "XSParagraph.la TestXS.la MiscXS.la Parsetexi.la" || rm -f XSParagraph.la TestXS.la MiscXS.la Parsetexi.la
rm -f ./so_locations
rm -f *.o
rm -f parsetexi/*.o
rm -f parsetexi/*.lo
rm -f *.lo
depbase=`echo TestXS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT TestXS.lo -MD -MP -MF $depbase.Tpo -c -o TestXS.lo TestXS.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT TestXS.lo -MD -MP -MF .deps/TestXS.Tpo -c TestXS.c  -fno-common -DPIC -o .libs/TestXS.o
/bin/sh ./libtool  --tag=CC   --mode=link cc -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -avoid-version -module    -o TestXS.la -rpath /sw/lib/texinfo TestXS.lo  
libtool: link: cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/TestXS.so -bundle  .libs/TestXS.o    -g -fstack-protector -Os  
libtool: link: ( cd ".libs" && rm -f "TestXS.la" && ln -s "../TestXS.la" "TestXS.la" )
checking ./TestXS.la
found ./TestXS.la
./.libs/TestXS.so loaded
looking for boot_TestXS
trying to call boot_TestXS...
  ...succeeded
message from XS module
checking whether we can build Perl extension (XS) modules... yes
checking for eslint... no
checking for tsc... no
checking for uglifyjs... no
checking for modernizr... no
checking for prove... prove
checking parser tests requirements... no
checking Perl Texinfo API texinfo documentation build requirements... yes
checking Pod::Simple::Texinfo tests requirements... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating install-info/tests/defs
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/tp_api/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating info/Makefile
config.status: creating install-info/Makefile
config.status: creating install-info/tests/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating po_document/Makefile.in
config.status: creating util/Makefile
config.status: creating texindex/Makefile
config.status: creating tp/Makefile
config.status: creating tp/tests/Makefile
config.status: creating tp/tests/many_input_files/Makefile
config.status: creating tp/tests/sectioning/Makefile
config.status: creating tp/tests/formatting/Makefile
config.status: creating tp/tests/indices/Makefile
config.status: creating tp/tests/contents/Makefile
config.status: creating tp/tests/nested_formats/Makefile
config.status: creating tp/tests/layout/Makefile
config.status: creating tp/tests/tex_html/Makefile
config.status: creating tp/defs
config.status: creating js/Makefile
config.status: creating Pod-Simple-Texinfo/Makefile
config.status: creating pre-inst-env
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating po_document/POTFILES
config.status: creating po_document/Makefile
	echo '#define DEFAULT_INFOPATH "/sw/share/info:/sw/info:/usr/local/share/info:/usr/local/lib/info:/usr/local/info:/usr/share/info:."' >>config.h
	cp man/texi2dvi.1 fink
	make
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in gnulib/lib
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''HAVE_ALLOCA_H''@|1|g' < ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f argz.h-t argz.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./argz.in.h; \
	} > argz.h-t && \
	mv -f argz.h-t argz.h
rm -f fcntl.h-t fcntl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_CREAT''@/0/g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/0/g' \
	      -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
	      -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
	      -e 's|@''HAVE_FCNTL''@|1|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_CREAT''@|0|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./fcntl.in.h; \
	} > fcntl.h-t && \
	mv fcntl.h-t fcntl.h
rm -f getopt.h-t getopt.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_GETOPT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      < ./getopt.in.h; \
	} > getopt.h-t && \
	mv -f getopt.h-t getopt.h
rm -f getopt-cdefs.h-t getopt-cdefs.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
	      < ./getopt-cdefs.in.h; \
	} > getopt-cdefs.h-t && \
	mv -f getopt-cdefs.h-t getopt-cdefs.h
rm -f inttypes.h-t inttypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
	      -e 's/@''GNULIB_IMAXABS''@/0/g' \
	      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
	      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
	      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
	      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
	      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
	      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
	      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./inttypes.in.h; \
	} > inttypes.h-t && \
	mv inttypes.h-t inttypes.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_ALTMON''@|0|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
rm -f limits.h-t limits.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
	      < ./limits.in.h; \
	} > limits.h-t && \
	mv limits.h-t limits.h
rm -f locale.h-t locale.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
	      -e 's/@''GNULIB_LOCALECONV''@/1/g' \
	      -e 's/@''GNULIB_SETLOCALE''@/0/g' \
	      -e 's/@''GNULIB_SETLOCALE_NULL''@/0/g' \
	      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
	      -e 's/@''GNULIB_LOCALENAME''@/0/g' \
	      -e 's|@''HAVE_NEWLOCALE''@|1|g' \
	      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
	      -e 's|@''HAVE_FREELOCALE''@|1|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
	      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
	      -e 's|@''REPLACE_SETLOCALE''@|0|g' \
	      -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
	      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
	      -e 's|@''REPLACE_FREELOCALE''@|0|g' \
	      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
	      -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./locale.in.h; \
	} > locale.h-t && \
	mv locale.h-t locale.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
	      -e 's/@''SIZE_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/0/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/0/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/0/g' \
	      -e 's/@''GNULIB_FTELLO''@/0/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/0/g' \
	      -e 's/@''GNULIB_GETLINE''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
	      -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
	      -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
	      -e 's/@''GNULIB_MDA_GETW''@/1/g' \
	      -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
	      -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FCLOSEALL''@|0|g' \
	      -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/0/g' \
	      -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
	      -e 's/@''GNULIB_ATOLL''@/0/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
	      -e 's/@''GNULIB_FREE_POSIX''@/0/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
	      -e 's/@''GNULIB_GRANTPT''@/0/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_MBTOWC''@/0/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME''@/0/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
	      -e 's/@''GNULIB_PUTENV''@/0/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/0/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
	      -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
	      -e 's/@''GNULIB_REALPATH''@/0/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
	      -e 's/@''GNULIB_SETENV''@/0/g' \
	      -e 's/@''GNULIB_STRTOD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLD''@/0/g' \
	      -e 's/@''GNULIB_STRTOLL''@/0/g' \
	      -e 's/@''GNULIB_STRTOULL''@/0/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
	      -e 's/@''GNULIB_UNSETENV''@/0/g' \
	      -e 's/@''GNULIB_WCTOMB''@/0/g' \
	      -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
	      -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
	      -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
	      -e 's|@''HAVE_DECL_ECVT''@|1|g' \
	      -e 's|@''HAVE_DECL_FCVT''@|1|g' \
	      -e 's|@''HAVE_DECL_GCVT''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_INITSTATE''@|1|g' \
	      -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
	      -e 's|@''HAVE_MBTOWC''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_QSORT_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|1|g' \
	      -e 's|@''HAVE_RANDOM_R''@|1|g' \
	      -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|1|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
	      -e 's|@''HAVE_SETSTATE''@|1|g' \
	      -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
	      -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_FREE''@|0|g' \
	      -e 's|@''REPLACE_INITSTATE''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|0|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
	      -e 's|@''REPLACE_PUTENV''@|0|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|0|g' \
	      -e 's|@''REPLACE_REALPATH''@|0|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_SETSTATE''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_STRTOLD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _Noreturn/r ./_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/1/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/1/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/1/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/1/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_STPCPY''@/1/g' \
	      -e 's/@''GNULIB_STPNCPY''@/0/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
	      -e 's/@''GNULIB_STRDUP''@/1/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/1/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/0/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/1/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/1/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
	      -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
	      -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|0|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
	      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
	      -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_FFSLL''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|1|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|1|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
rm -f strings.h-t strings.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_STRINGS_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
	      -e 's/@''GNULIB_FFS''@/0/g' \
	      -e 's|@''HAVE_FFS''@|1|g' \
	      -e 's|@''HAVE_STRCASECMP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./strings.in.h; \
	} > strings.h-t && \
	mv strings.h-t strings.h
/sw/bin/gmkdir -p sys
/sw/bin/gmkdir -p sys
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_CTIME''@/0/g' \
	      -e 's/@''GNULIB_LOCALTIME''@/0/g' \
	      -e 's/@''GNULIB_MKTIME''@/0/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
	      -e 's/@''GNULIB_STRFTIME''@/0/g' \
	      -e 's/@''GNULIB_STRPTIME''@/0/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/0/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's/@''GNULIB_TZSET''@/0/g' \
	      -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
	      -e 's/@''GNULIB_FSTAT''@/1/g' \
	      -e 's/@''GNULIB_FSTATAT''@/0/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
	      -e 's/@''GNULIB_GETUMASK''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/0/g' \
	      -e 's/@''GNULIB_LSTAT''@/0/g' \
	      -e 's/@''GNULIB_MKDIR''@/0/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
	      -e 's/@''GNULIB_MKFIFO''@/0/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
	      -e 's/@''GNULIB_MKNOD''@/0/g' \
	      -e 's/@''GNULIB_MKNODAT''@/0/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
	      -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
	      -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
	      -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_GETUMASK''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|1|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|1|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FCHMODAT''@|0|g' \
	      -e 's|@''REPLACE_FSTAT''@|0|g' \
	      -e 's|@''REPLACE_FSTATAT''@|0|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
	      -e 's|@''REPLACE_LSTAT''@|0|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|0|g' \
	      -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
	      -e 's|@''REPLACE_MKNOD''@|0|g' \
	      -e 's|@''REPLACE_MKNODAT''@|0|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_ACCESS''@/0/g' \
	      -e 's/@''GNULIB_CHDIR''@/0/g' \
	      -e 's/@''GNULIB_CHOWN''@/0/g' \
	      -e 's/@''GNULIB_CLOSE''@/0/g' \
	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
	      -e 's/@''GNULIB_DUP''@/0/g' \
	      -e 's/@''GNULIB_DUP2''@/1/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/0/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
	      -e 's/@''GNULIB_EXECL''@/0/g' \
	      -e 's/@''GNULIB_EXECLE''@/0/g' \
	      -e 's/@''GNULIB_EXECLP''@/0/g' \
	      -e 's/@''GNULIB_EXECV''@/0/g' \
	      -e 's/@''GNULIB_EXECVE''@/0/g' \
	      -e 's/@''GNULIB_EXECVP''@/0/g' \
	      -e 's/@''GNULIB_EXECVPE''@/0/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
	      -e 's/@''GNULIB_FCHDIR''@/0/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
	      -e 's/@''GNULIB_FSYNC''@/0/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_GETCWD''@/0/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
	      -e 's/@''GNULIB_GETENTROPY''@/0/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
	      -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
	      -e 's/@''GNULIB_GETPASS''@/0/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
	      -e 's/@''GNULIB_ISATTY''@/0/g' \
	      -e 's/@''GNULIB_LCHOWN''@/0/g' \
	      -e 's/@''GNULIB_LINK''@/0/g' \
	      -e 's/@''GNULIB_LINKAT''@/0/g' \
	      -e 's/@''GNULIB_LSEEK''@/0/g' \
	      -e 's/@''GNULIB_PIPE''@/0/g' \
	      -e 's/@''GNULIB_PIPE2''@/0/g' \
	      -e 's/@''GNULIB_PREAD''@/0/g' \
	      -e 's/@''GNULIB_PWRITE''@/0/g' \
	      -e 's/@''GNULIB_READ''@/0/g' \
	      -e 's/@''GNULIB_READLINK''@/0/g' \
	      -e 's/@''GNULIB_READLINKAT''@/0/g' \
	      -e 's/@''GNULIB_RMDIR''@/0/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/0/g' \
	      -e 's/@''GNULIB_SYMLINK''@/0/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
	      -e 's/@''GNULIB_TRUNCATE''@/0/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
	      -e 's/@''GNULIB_UNLINK''@/0/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
	      -e 's/@''GNULIB_USLEEP''@/0/g' \
	      -e 's/@''GNULIB_WRITE''@/0/g' \
	      -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
	      -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
	      -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_MDA_DUP''@/1/g' \
	      -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
	      -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
	      -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
	      -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
	      -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
	      -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
	      -e 's/@''GNULIB_MDA_READ''@/1/g' \
	      -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
	      -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
	      -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
	      -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
	      -e 's|@''HAVE_EXECVPE''@|1|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
	      -e 's|@''HAVE_GETENTROPY''@|1|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GETPASS''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|1|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|1|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|1|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
	      -e 's|@''HAVE_DECL_EXECVPE''@|0|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_ACCESS''@|0|g' \
	      -e 's|@''REPLACE_CHOWN''@|0|g' \
	      -e 's|@''REPLACE_CLOSE''@|0|g' \
	      -e 's|@''REPLACE_DUP''@|0|g' \
	      -e 's|@''REPLACE_DUP2''@|0|g' \
	      -e 's|@''REPLACE_EXECL''@|0|g' \
	      -e 's|@''REPLACE_EXECLE''@|0|g' \
	      -e 's|@''REPLACE_EXECLP''@|0|g' \
	      -e 's|@''REPLACE_EXECV''@|0|g' \
	      -e 's|@''REPLACE_EXECVE''@|0|g' \
	      -e 's|@''REPLACE_EXECVP''@|0|g' \
	      -e 's|@''REPLACE_EXECVPE''@|0|g' \
	      -e 's|@''REPLACE_FACCESSAT''@|0|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|0|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETPASS''@|0|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|0|g' \
	      -e 's|@''REPLACE_LINK''@|0|g' \
	      -e 's|@''REPLACE_LINKAT''@|0|g' \
	      -e 's|@''REPLACE_LSEEK''@|0|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|0|g' \
	      -e 's|@''REPLACE_READLINK''@|0|g' \
	      -e 's|@''REPLACE_READLINKAT''@|0|g' \
	      -e 's|@''REPLACE_RMDIR''@|0|g' \
	      -e 's|@''REPLACE_SLEEP''@|0|g' \
	      -e 's|@''REPLACE_SYMLINK''@|0|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
	      -e 's|@''REPLACE_TRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|0|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f unitypes.h-t unitypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unitypes.in.h; \
	} > unitypes.h-t && \
	mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniwidth.in.h; \
	} > uniwidth.h-t && \
	mv -f uniwidth.h-t uniwidth.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      -e 's/@''GNULIB_BTOWC''@/1/g' \
	      -e 's/@''GNULIB_WCTOB''@/0/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/1/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
	      -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMPCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_WCSFTIME''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
	      -e 's|@''REPLACE_WCSTOK''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
	      -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/0/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
	      -e 's/@''GNULIB_WCTRANS''@/0/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
	      -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o basename-lgpl.o basename-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT cloexec.o -MD -MP -MF $depbase.Tpo -c -o cloexec.o cloexec.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT exitfail.o -MD -MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getprogname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT getprogname.o -MD -MP -MF $depbase.Tpo -c -o getprogname.o getprogname.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbchar.o -MD -MP -MF $depbase.Tpo -c -o mbchar.o mbchar.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbiter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbiter.o -MD -MP -MF $depbase.Tpo -c -o mbiter.o mbiter.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbscasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbscasecmp.o -MD -MP -MF $depbase.Tpo -c -o mbscasecmp.o mbscasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbschr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbschr.o -MD -MP -MF $depbase.Tpo -c -o mbschr.o mbschr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbslen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbslen.o -MD -MP -MF $depbase.Tpo -c -o mbslen.o mbslen.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbsncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbsncasecmp.o -MD -MP -MF $depbase.Tpo -c -o mbsncasecmp.o mbsncasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbsstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbsstr.o -MD -MP -MF $depbase.Tpo -c -o mbsstr.o mbsstr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbswidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbswidth.o -MD -MP -MF $depbase.Tpo -c -o mbswidth.o mbswidth.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbuiter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mbuiter.o -MD -MP -MF $depbase.Tpo -c -o mbuiter.o mbuiter.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo stat-time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT stat-time.o -MD -MP -MF $depbase.Tpo -c -o stat-time.o stat-time.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT strnlen1.o -MD -MP -MF $depbase.Tpo -c -o strnlen1.o strnlen1.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT glthread/threadlib.o -MD -MP -MF $depbase.Tpo -c -o glthread/threadlib.o glthread/threadlib.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT unistd.o -MD -MP -MF $depbase.Tpo -c -o unistd.o unistd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT wctype-h.o -MD -MP -MF $depbase.Tpo -c -o wctype-h.o wctype-h.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o xalloc-die.o xalloc-die.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo argz.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT argz.o -MD -MP -MF $depbase.Tpo -c -o argz.o argz.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o getopt.o getopt.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o getopt1.o getopt1.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mempcpy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT mempcpy.o -MD -MP -MF $depbase.Tpo -c -o mempcpy.o mempcpy.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo memrchr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT memrchr.o -MD -MP -MF $depbase.Tpo -c -o memrchr.o memrchr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo nl_langinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT nl_langinfo.o -MD -MP -MF $depbase.Tpo -c -o nl_langinfo.o nl_langinfo.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo open.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT open.o -MD -MP -MF $depbase.Tpo -c -o open.o open.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo regex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT regex.o -MD -MP -MF $depbase.Tpo -c -o regex.o regex.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT stat.o -MD -MP -MF $depbase.Tpo -c -o stat.o stat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strcasestr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT strcasestr.o -MD -MP -MF $depbase.Tpo -c -o strcasestr.o strcasestr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT strerror.o -MD -MP -MF $depbase.Tpo -c -o strerror.o strerror.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strerror-override.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT strerror-override.o -MD -MP -MF $depbase.Tpo -c -o strerror-override.o strerror-override.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT strstr.o -MD -MP -MF $depbase.Tpo -c -o strstr.o strstr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wcwidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT wcwidth.o -MD -MP -MF $depbase.Tpo -c -o wcwidth.o wcwidth.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_at_failure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloc/dynarray_at_failure.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_at_failure.o malloc/dynarray_at_failure.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_emplace_enlarge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloc/dynarray_emplace_enlarge.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_emplace_enlarge.o malloc/dynarray_emplace_enlarge.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_finalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloc/dynarray_finalize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_finalize.o malloc/dynarray_finalize.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_resize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloc/dynarray_resize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize.o malloc/dynarray_resize.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/dynarray_resize_clear.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT malloc/dynarray_resize_clear.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize_clear.o malloc/dynarray_resize_clear.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT glthread/lock.o -MD -MP -MF $depbase.Tpo -c -o glthread/lock.o glthread/lock.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I../..   -I/sw/include  -g -O2 -MT uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o uniwidth/width.o uniwidth/width.c &&\
	mv -f $depbase.Tpo $depbase.Po
rm -f libgnu.a
ar cr libgnu.a basename-lgpl.o cloexec.o malloc/dynarray_at_failure.o malloc/dynarray_emplace_enlarge.o malloc/dynarray_finalize.o malloc/dynarray_resize.o malloc/dynarray_resize_clear.o exitfail.o  getprogname.o  localcharset.o glthread/lock.o malloca.o mbchar.o mbiter.o mbscasecmp.o mbschr.o mbslen.o mbsncasecmp.o mbsstr.o mbswidth.o mbuiter.o   stat-time.o strnlen1.o glthread/threadlib.o unistd.o uniwidth/width.o wctype-h.o xmalloc.o xalloc-die.o  argz.o error.o getopt.o getopt1.o mempcpy.o memrchr.o nl_langinfo.o open.o regex.o stat.o strcasestr.o strerror.o strerror-override.o strstr.o wcwidth.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(getprogname.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(mbiter.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(mbuiter.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(stat-time.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(threadlib.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(wctype-h.o) has no symbols
ranlib libgnu.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(getprogname.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(mbiter.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(mbuiter.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(stat-time.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(threadlib.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libgnu.a(wctype-h.o) has no symbols
Making all in info
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT makedoc.o -MD -MP -MF .deps/makedoc.Tpo -c -o makedoc.o makedoc.c
mv -f .deps/makedoc.Tpo .deps/makedoc.Po
gcc  -g -O2  -L/sw/lib -o makedoc makedoc.o ../gnulib/lib/libgnu.a -lncurses -lintl -Wl,-framework -Wl,CoreFoundation -liconv  
rm -f doc.c funs.h
..//info/makedoc ./session.c ./echo-area.c ./infodoc.c ./m-x.c ./indices.c ./nodemenu.c ./footnotes.c ./variables.c
/Library/Developer/CommandLineTools/usr/bin/make  all-am
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT dir.o -MD -MP -MF .deps/dir.Tpo -c -o dir.o dir.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT dribble.o -MD -MP -MF .deps/dribble.Tpo -c -o dribble.o dribble.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT echo-area.o -MD -MP -MF .deps/echo-area.Tpo -c -o echo-area.o echo-area.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT filesys.o -MD -MP -MF .deps/filesys.Tpo -c -o filesys.o filesys.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT footnotes.o -MD -MP -MF .deps/footnotes.Tpo -c -o footnotes.o footnotes.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT indices.o -MD -MP -MF .deps/indices.Tpo -c -o indices.o indices.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT info-utils.o -MD -MP -MF .deps/info-utils.Tpo -c -o info-utils.o info-utils.c
filesys.c:102:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
      || partial[0] == '.' && IS_SLASH(partial[1]))
      ~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
filesys.c:102:28: note: place parentheses around the '&&' expression to silence this warning
      || partial[0] == '.' && IS_SLASH(partial[1]))
         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/dribble.Tpo .deps/dribble.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
mv -f .deps/footnotes.Tpo .deps/footnotes.Po
mv -f .deps/dir.Tpo .deps/dir.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT infodoc.o -MD -MP -MF .deps/infodoc.Tpo -c -o infodoc.o infodoc.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT infokey.o -MD -MP -MF .deps/infokey.Tpo -c -o infokey.o infokey.c
1 warning generated.
mv -f .deps/filesys.Tpo .deps/filesys.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT infomap.o -MD -MP -MF .deps/infomap.Tpo -c -o infomap.o infomap.c
infokey.c:380:7: warning: result of comparison of constant 271 with expression of type 'char' is always true
      [-Wtautological-constant-out-of-range-compare]
                    To_seq (oval);
                    ^~~~~~~~~~~~~
infokey.c:223:30: note: expanded from macro 'To_seq'
                      seq[slen++] = meta ? KEYMAP_META(c) : (c); \
                                           ^~~~~~~~~~~~~~
./infomap.h:105:29: note: expanded from macro 'KEYMAP_META'
#define KEYMAP_META(k) ((k) < KEYMAP_META_BASE ? (k) + KEYMAP_META_BASE : (k))
                        ~~~ ^ ~~~~~~~~~~~~~~~~
mv -f .deps/indices.Tpo .deps/indices.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT infopath.o -MD -MP -MF .deps/infopath.Tpo -c -o infopath.o infopath.c
mv -f .deps/infomap.Tpo .deps/infomap.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT m-x.o -MD -MP -MF .deps/m-x.Tpo -c -o m-x.o m-x.c
1 warning generated.
infopath.c:201:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  while (dirname = extract_colon_unit (path, &idx))
         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
infopath.c:201:18: note: place parentheses around the assignment to silence this warning
  while (dirname = extract_colon_unit (path, &idx))
                 ^
         (                                        )
infopath.c:201:18: note: use '==' to turn this assignment into an equality comparison
  while (dirname = extract_colon_unit (path, &idx))
                 ^
                 ==
mv -f .deps/infokey.Tpo .deps/infokey.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT man.o -MD -MP -MF .deps/man.Tpo -c -o man.o man.c
mv -f .deps/infodoc.Tpo .deps/infodoc.Po
mv -f .deps/display.Tpo .deps/display.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT nodemenu.o -MD -MP -MF .deps/nodemenu.Tpo -c -o nodemenu.o nodemenu.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT nodes.o -MD -MP -MF .deps/nodes.Tpo -c -o nodes.o nodes.c
mv -f .deps/info.Tpo .deps/info.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c
1 warning generated.
mv -f .deps/infopath.Tpo .deps/infopath.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT session.o -MD -MP -MF .deps/session.Tpo -c -o session.o session.c
nodes.c:565:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
                || filename[0] == '.' && IS_SLASH(filename[1]);
                ~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
nodes.c:565:39: note: place parentheses around the '&&' expression to silence this warning
                || filename[0] == '.' && IS_SLASH(filename[1]);
                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
nodes.c:630:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
                || filename[0] == '.' && IS_SLASH(filename[1]);
                ~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
nodes.c:630:39: note: place parentheses around the '&&' expression to silence this warning
                || filename[0] == '.' && IS_SLASH(filename[1]);
                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/m-x.Tpo .deps/m-x.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT signals.o -MD -MP -MF .deps/signals.Tpo -c -o signals.o signals.c
mv -f .deps/echo-area.Tpo .deps/echo-area.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT tag.o -MD -MP -MF .deps/tag.Tpo -c -o tag.o tag.c
session.c:2214:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  if (entry = select_menu_digit (window, key))
      ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:2214:13: note: place parentheses around the assignment to silence this warning
  if (entry = select_menu_digit (window, key))
            ^
      (                                      )
session.c:2214:13: note: use '==' to turn this assignment into an equality comparison
  if (entry = select_menu_digit (window, key))
            ^
            ==
session.c:2311:43: warning: '&&' within '||' [-Wlogical-op-parentheses]
      if (refs[which]->start >= this_line && refs[which]->start < next_line
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:2311:43: note: place parentheses around the '&&' expression to silence this warning
      if (refs[which]->start >= this_line && refs[which]->start < next_line
                                          ^
          (                                                                )
session.c:2312:45: warning: '&&' within '||' [-Wlogical-op-parentheses]
          || refs[which]->start < this_line && refs[which]->end > this_line)
          ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:2312:45: note: place parentheses around the '&&' expression to silence this warning
          || refs[which]->start < this_line && refs[which]->end > this_line)
                                            ^
             (                                                             )
session.c:2411:30: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type
      'int' which may cause truncation of value [-Wabsolute-value]
                  int dist = abs (window->point - ref->end);
                             ^
session.c:2411:30: note: use function 'labs' instead
                  int dist = abs (window->point - ref->end);
                             ^~~
                             labs
session.c:3095:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
            if (entry = select_menu_digit (window, '1'))
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:3095:23: note: place parentheses around the assignment to silence this warning
            if (entry = select_menu_digit (window, '1'))
                      ^
                (                                      )
session.c:3095:23: note: use '==' to turn this assignment into an equality comparison
            if (entry = select_menu_digit (window, '1'))
                      ^
                      ==
mv -f .deps/nodemenu.Tpo .deps/nodemenu.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT terminal.o -MD -MP -MF .deps/terminal.Tpo -c -o terminal.o terminal.c
session.c:5127:40: warning: '&&' within '||' [-Wlogical-op-parentheses]
          if (func == &isearch_forward && dir > 0
              ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
session.c:5127:40: note: place parentheses around the '&&' expression to silence this warning
          if (func == &isearch_forward && dir > 0
                                       ^
              (                                  )
session.c:5128:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
              || func == &isearch_backward && dir < 0)
              ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
session.c:5128:44: note: place parentheses around the '&&' expression to silence this warning
              || func == &isearch_backward && dir < 0)
                                           ^
                 (                                   )
session.c:5539:22: warning: '&&' within '||' [-Wlogical-op-parentheses]
      && (key >= 040 && key < 0200
          ~~~~~~~~~~~^~~~~~~~~~~~~
session.c:5539:22: note: place parentheses around the '&&' expression to silence this warning
      && (key >= 040 && key < 0200
                     ^
          (                       )
session.c:5540:41: warning: '&&' within '||' [-Wlogical-op-parentheses]
          || ISO_Latin_p && key >= 0200 && key < 0400))
          ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
session.c:5540:41: note: place parentheses around the '&&' expression to silence this warning
          || ISO_Latin_p && key >= 0200 && key < 0400))
                                        ^
             (                                       )
mv -f .deps/signals.Tpo .deps/signals.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT tilde.o -MD -MP -MF .deps/tilde.Tpo -c -o tilde.o tilde.c
mv -f .deps/man.Tpo .deps/man.Po
mv -f .deps/tag.Tpo .deps/tag.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT variables.o -MD -MP -MF .deps/variables.Tpo -c -o variables.o variables.c
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
mv -f .deps/info-utils.Tpo .deps/info-utils.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -DINFODIR=\"/sw/share/info\" -DINFODIR2=\"/sw/share/info\" -I/sw/include  -g -O2 -MT doc.o -MD -MP -MF .deps/doc.Tpo -c -o doc.o doc.c
terminal.c:648:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
  else if (!(new & COLOUR_MASK) && (old & COLOUR_MASK)
           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
terminal.c:648:33: note: place parentheses around the '&&' expression to silence this warning
  else if (!(new & COLOUR_MASK) && (old & COLOUR_MASK)
                                ^
           (                                          )
terminal.c:649:38: warning: '&&' within '||' [-Wlogical-op-parentheses]
           || !(new & BGCOLOUR_MASK) && (old & BGCOLOUR_MASK))
           ~~ ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
terminal.c:649:38: note: place parentheses around the '&&' expression to silence this warning
           || !(new & BGCOLOUR_MASK) && (old & BGCOLOUR_MASK))
                                     ^
              (                                              )
mv -f .deps/search.Tpo .deps/search.Po
2 warnings generated.
mv -f .deps/tilde.Tpo .deps/tilde.Po
mv -f .deps/nodes.Tpo .deps/nodes.Po
mv -f .deps/doc.Tpo .deps/doc.Po
2 warnings generated.
mv -f .deps/terminal.Tpo .deps/terminal.Po
mv -f .deps/variables.Tpo .deps/variables.Po
mv -f .deps/window.Tpo .deps/window.Po
9 warnings generated.
mv -f .deps/session.Tpo .deps/session.Po
gcc  -g -O2  -L/sw/lib -o ginfo dir.o display.o dribble.o echo-area.o filesys.o footnotes.o indices.o info-utils.o info.o infodoc.o infokey.o infomap.o infopath.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o tag.o terminal.o tilde.o variables.o window.o doc.o ../gnulib/lib/libgnu.a -lncurses -lintl -Wl,-framework -Wl,CoreFoundation -liconv  
Making all in install-info
Making all in .
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/sw/share/locale\" -I/sw/include  -g -O2 -MT install-info.o -MD -MP -MF .deps/install-info.Tpo -c -o install-info.o install-info.c
mv -f .deps/install-info.Tpo .deps/install-info.Po
gcc  -g -O2  -L/sw/lib -o ginstall-info install-info.o ../gnulib/lib/libgnu.a -lintl -Wl,-framework -Wl,CoreFoundation  
Making all in tests
make[3]: Nothing to be done for `all'.
Making all in po
make[2]: Nothing to be done for `all'.
Making all in po_document
make[2]: Nothing to be done for `all'.
Making all in tp
Making all in Texinfo/XS
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in gnulib/lib
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''HAVE_ALLOCA_H''@|1|g' < ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
rm -f inttypes.h-t inttypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
	      -e 's/@''GNULIB_IMAXABS''@/0/g' \
	      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
	      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
	      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
	      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
	      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
	      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
	      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./inttypes.in.h; \
	} > inttypes.h-t && \
	mv inttypes.h-t inttypes.h
rm -f limits.h-t limits.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
	      < ./limits.in.h; \
	} > limits.h-t && \
	mv limits.h-t limits.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
	      -e 's/@''SIZE_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/0/g' \
	      -e 's/@''GNULIB_FCLOSE''@/0/g' \
	      -e 's/@''GNULIB_FDOPEN''@/0/g' \
	      -e 's/@''GNULIB_FFLUSH''@/0/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/0/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_FPURGE''@/0/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/0/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/0/g' \
	      -e 's/@''GNULIB_FSEEKO''@/0/g' \
	      -e 's/@''GNULIB_FTELL''@/0/g' \
	      -e 's/@''GNULIB_FTELLO''@/0/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/0/g' \
	      -e 's/@''GNULIB_PERROR''@/0/g' \
	      -e 's/@''GNULIB_POPEN''@/0/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/0/g' \
	      -e 's/@''GNULIB_RENAME''@/0/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
	      -e 's/@''GNULIB_TMPFILE''@/0/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VFSCANF''@/0/g' \
	      -e 's/@''GNULIB_VSCANF''@/0/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
	      -e 's/@''GNULIB_MDA_FDOPEN''@/0/g' \
	      -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
	      -e 's/@''GNULIB_MDA_GETW''@/1/g' \
	      -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
	      -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FCLOSEALL''@|0|g' \
	      -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FCLOSE''@|0|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|0|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|0|g' \
	      -e 's|@''REPLACE_FPURGE''@|0|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|0|g' \
	      -e 's|@''REPLACE_FSEEKO''@|0|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|0|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_REMOVE''@|0|g' \
	      -e 's|@''REPLACE_RENAME''@|0|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_SPRINTF''@|0|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_STPCPY''@/0/g' \
	      -e 's/@''GNULIB_STPNCPY''@/0/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
	      -e 's/@''GNULIB_STRDUP''@/0/g' \
	      -e 's/@''GNULIB_STRNCAT''@/0/g' \
	      -e 's/@''GNULIB_STRNDUP''@/1/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/0/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/0/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
	      -e 's/@''GNULIB_STRERROR''@/0/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
	      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
	      -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
	      -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|1|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
	      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
	      -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_FFSLL''@|0|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|0|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''REPLACE_STRERROR''@|0|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
	      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
/sw/bin/gmkdir -p sys
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      -e 's/@''GNULIB_BTOWC''@/0/g' \
	      -e 's/@''GNULIB_WCTOB''@/0/g' \
	      -e 's/@''GNULIB_MBSINIT''@/0/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/0/g' \
	      -e 's/@''GNULIB_MBRLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
	      -e 's/@''GNULIB_WMEMPCPY''@/0/g' \
	      -e 's/@''GNULIB_WMEMSET''@/0/g' \
	      -e 's/@''GNULIB_WCSLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
	      -e 's/@''GNULIB_WCSCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
	      -e 's/@''GNULIB_WCSCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
	      -e 's/@''GNULIB_WCSCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
	      -e 's/@''GNULIB_WCSDUP''@/0/g' \
	      -e 's/@''GNULIB_WCSCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSSPN''@/0/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
	      -e 's/@''GNULIB_WCSSTR''@/0/g' \
	      -e 's/@''GNULIB_WCSTOK''@/0/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
	      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
	      -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMPCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_WCSFTIME''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
	      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
	      -e 's|@''REPLACE_WCSTOK''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT xsize.lo -MD -MP -MF .deps/xsize.Tpo -c -o xsize.lo xsize.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.lo printf-args.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.lo printf-parse.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT rawmemchr.lo -MD -MP -MF .deps/rawmemchr.Tpo -c -o rawmemchr.lo rawmemchr.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT strchrnul.lo -MD -MP -MF .deps/strchrnul.Tpo -c -o strchrnul.lo strchrnul.c
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I../..      -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT xsize.lo -MD -MP -MF .deps/xsize.Tpo -c xsize.c  -fno-common -DPIC -o .libs/xsize.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT strchrnul.lo -MD -MP -MF .deps/strchrnul.Tpo -c strchrnul.c  -fno-common -DPIC -o .libs/strchrnul.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT rawmemchr.lo -MD -MP -MF .deps/rawmemchr.Tpo -c rawmemchr.c  -fno-common -DPIC -o .libs/rawmemchr.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c  -fno-common -DPIC -o .libs/asnprintf.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c  -fno-common -DPIC -o .libs/printf-args.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c  -fno-common -DPIC -o .libs/vasnprintf.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c  -fno-common -DPIC -o .libs/printf-parse.o
mv -f .deps/xsize.Tpo .deps/xsize.Plo
mv -f .deps/rawmemchr.Tpo .deps/rawmemchr.Plo
mv -f .deps/strchrnul.Tpo .deps/strchrnul.Plo
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo
mv -f .deps/printf-args.Tpo .deps/printf-args.Plo
mv -f .deps/printf-parse.Tpo .deps/printf-parse.Plo
mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link cc    -no-undefined -L/sw/lib -liconv -R/sw/lib  -o libgnu.la  xsize.lo asnprintf.lo printf-args.lo printf-parse.lo rawmemchr.lo strchrnul.lo vasnprintf.lo 
libtool: link: ar cru .libs/libgnu.a .libs/xsize.o .libs/asnprintf.o .libs/printf-args.o .libs/printf-parse.o .libs/rawmemchr.o .libs/strchrnul.o .libs/vasnprintf.o 
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
depbase=`echo XSParagraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT XSParagraph.lo -MD -MP -MF $depbase.Tpo -c -o XSParagraph.lo XSParagraph.c &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo xspara.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT xspara.lo -MD -MP -MF $depbase.Tpo -c -o xspara.lo xspara.c &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo text.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT text.lo -MD -MP -MF $depbase.Tpo -c -o text.lo text.c &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo MiscXS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT MiscXS.lo -MD -MP -MF $depbase.Tpo -c -o MiscXS.lo MiscXS.c &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo misc.c &&\
	mv -f $depbase.Tpo $depbase.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT parsetexi/Parsetexi_la-Parsetexi.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-Parsetexi.Tpo -c -o parsetexi/Parsetexi_la-Parsetexi.lo `test -f 'parsetexi/Parsetexi.c' || echo './'`parsetexi/Parsetexi.c
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT parsetexi/Parsetexi_la-api.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-api.Tpo -c -o parsetexi/Parsetexi_la-api.lo `test -f 'parsetexi/api.c' || echo './'`parsetexi/api.c
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT parsetexi/Parsetexi_la-parser.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-parser.Tpo -c -o parsetexi/Parsetexi_la-parser.lo `test -f 'parsetexi/parser.c' || echo './'`parsetexi/parser.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT xspara.lo -MD -MP -MF .deps/xspara.Tpo -c xspara.c  -fno-common -DPIC -o .libs/xspara.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT text.lo -MD -MP -MF .deps/text.Tpo -c text.c  -fno-common -DPIC -o .libs/text.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT XSParagraph.lo -MD -MP -MF .deps/XSParagraph.Tpo -c XSParagraph.c  -fno-common -DPIC -o .libs/XSParagraph.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT MiscXS.lo -MD -MP -MF .deps/MiscXS.Tpo -c MiscXS.c  -fno-common -DPIC -o .libs/MiscXS.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c  -fno-common -DPIC -o .libs/misc.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT parsetexi/Parsetexi_la-parser.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-parser.Tpo -c parsetexi/parser.c  -fno-common -DPIC -o parsetexi/.libs/Parsetexi_la-parser.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT parsetexi/Parsetexi_la-api.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-api.Tpo -c parsetexi/api.c  -fno-common -DPIC -o parsetexi/.libs/Parsetexi_la-api.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT parsetexi/Parsetexi_la-Parsetexi.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-Parsetexi.Tpo -c parsetexi/Parsetexi.c  -fno-common -DPIC -o parsetexi/.libs/Parsetexi_la-Parsetexi.o
/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\"  -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE  -MT parsetexi/Parsetexi_la-element_types.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-element_types.Tpo -c -o parsetexi/Parsetexi_la-element_types.lo `test -f 'parsetexi/element_types.c' || echo './'`parsetexi/element_types.c
parsetexi/parser.c:921:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
                 && command_data(outer).data == BRACE_style
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parsetexi/parser.c:921:18: note: place parentheses around the '&&' expression to silence this warning
                 && command_data(outer).data == BRACE_style
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parsetexi/parser.c:1619:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
                  && cmd != CM_subentry))
                  ^~~~~~~~~~~~~~~~~~~~~
parsetexi/parser.c:1619:19: note: place parentheses around the '&&' expression to silence this warning
                  && cmd != CM_subentry))
                  ^
                                       )
parsetexi/parser.c:1885:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
             && (command_data(current->cmd).data == BLOCK_raw
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parsetexi/parser.c:1885:14: note: place parentheses around the '&&' expression to silence this warning
             && (command_data(current->cmd).data == BLOCK_raw
             ^
parsetexi/parser.c:1887:32: warning: '&&' within '||' [-Wlogical-op-parentheses]
            || current->parent && current->parent->cmd == CM_verb)
            ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parsetexi/parser.c:1887:32: note: place parentheses around the '&&' expression to silence this warning
            || current->parent && current->parent->cmd == CM_verb)
                               ^
               (                                                 )
xspara.c:263:16: warning: '&&' within '||' [-Wlogical-op-parentheses]
  if (len >= 6 && !memcmp (".UTF-8", cur + len - 6, 6)
      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xspara.c:263:16: note: place parentheses around the '&&' expression to silence this warning
  if (len >= 6 && !memcmp (".UTF-8", cur + len - 6, 6)
               ^
      (                                               )
xspara.c:264:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
      || len >= 5 && !memcmp (".utf8", cur + len - 5, 5)
      ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xspara.c:264:19: note: place parentheses around the '&&' expression to silence this warning
      || len >= 5 && !memcmp (".utf8", cur + len - 5, 5)
                  ^
         (                                              )
xspara.c:265:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
      || len >= 6 && !memcmp (".utf-8", cur + len - 6, 6)
      ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xspara.c:265:19: note: place parentheses around the '&&' expression to silence this warning
      || len >= 6 && !memcmp (".utf-8", cur + len - 6, 6)
                  ^
         (                                               )
xspara.c:266:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
      || len >= 5 && !memcmp (".UTF8", cur + len - 5, 5))
      ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xspara.c:266:19: note: place parentheses around the '&&' expression to silence this warning
      || len >= 5 && !memcmp (".UTF8", cur + len - 5, 5))
                  ^
         (                                              )
parsetexi/api.c:28:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
         ^~~~~~~~~~~
misc.c:75:39: warning: passing 'char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between
      pointers to integer types with different sign [-Wpointer-sign]
          new_string = bytes_to_utf8 (additional_spaces, &len);
                                      ^~~~~~~~~~~~~~~~~
/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/embed.h:65:53: note: expanded from macro 'bytes_to_utf8'
#define bytes_to_utf8(a,b)      Perl_bytes_to_utf8(aTHX_ a,b)
                                                         ^
/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/proto.h:289:54: note: passing argument to parameter 's' here
PERL_CALLCONV U8*       Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len)
                                                           ^
misc.c:75:22: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer
      types with different sign [-Wpointer-sign]
          new_string = bytes_to_utf8 (additional_spaces, &len);
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.c:262:37: warning: passing 'char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts
      between pointers to integer types with different sign [-Wpointer-sign]
        new_string = bytes_to_utf8 (text, &len);
                                    ^~~~
/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/embed.h:65:53: note: expanded from macro 'bytes_to_utf8'
#define bytes_to_utf8(a,b)      Perl_bytes_to_utf8(aTHX_ a,b)
                                                         ^
/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE/proto.h:289:54: note: passing argument to parameter 's' here
PERL_CALLCONV U8*       Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len)
                                                           ^
misc.c:262:20: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer
      types with different sign [-Wpointer-sign]
        new_string = bytes_to_utf8 (text, &len);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[5]: *** [parsetexi/Parsetexi_la-api.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
4 warnings generated.
4 warnings generated.
mv -f parsetexi/.deps/Parsetexi_la-Parsetexi.Tpo parsetexi/.deps/Parsetexi_la-Parsetexi.Plo
4 warnings generated.
mv -f parsetexi/.deps/Parsetexi_la-parser.Tpo parsetexi/.deps/Parsetexi_la-parser.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I./parsetexi -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=\"/sw/share\" -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0\" -DXS_VERSION=\"0\" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -MT parsetexi/Parsetexi_la-element_types.lo -MD -MP -MF parsetexi/.deps/Parsetexi_la-element_types.Tpo -c parsetexi/element_types.c  -fno-common -DPIC -o parsetexi/.libs/Parsetexi_la-element_types.o
mv -f parsetexi/.deps/Parsetexi_la-element_types.Tpo parsetexi/.deps/Parsetexi_la-element_types.Plo
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /tmp/fink.P2IWM failed, exit code 2
### execution of /tmp/fink.LNefD failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-texinfo-6.8-201
(Reading database ... 85885 files and directories currently installed.)
Removing fink-buildlock-texinfo-6.8-201 ...
Failed: phase compiling: texinfo-6.8-201 failed

Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

	The Fink Users List <[email protected]>
	The Fink Beginners List <[email protected]>.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.45.4
Distribution version: selfupdate-git Sat Dec 18 17:53:40 2021, 10.14.5, x86_64
Trees: local/main stable/main local/injected
No recognized Xcode.app installed
Xcode command-line tools: 10.3.0.0.1.1562985497
Max. Fink build jobs:  8

_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.