Skip to content

Instantly share code, notes, and snippets.

@iceequal
Created January 23, 2014 08:20
Show Gist options
  • Save iceequal/8574849 to your computer and use it in GitHub Desktop.
Save iceequal/8574849 to your computer and use it in GitHub Desktop.
ifuse not working with osxfuse
Making install in docs
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/ifuse/1.1.2/share/man/man1" || .././install-sh -c -d "/usr/local/Cellar/ifuse/1.1.2/share/man/man1"
/usr/bin/install -c -m 644 ifuse.1 '/usr/local/Cellar/ifuse/1.1.2/share/man/man1'
Making install in src
clang -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/Cellar/osxfuse/2.6.2/include/osxfuse/fuse -I/usr/local/Cellar/libplist/1.10/include -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libimobiledevice/1.1.5/include -I/usr/include/libxml2 -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -g -g -O2 -c ifuse.c
clang -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/Cellar/osxfuse/2.6.2/include/osxfuse/fuse -I/usr/local/Cellar/libplist/1.10/include -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libimobiledevice/1.1.5/include -I/usr/include/libxml2 -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -g -g -O2 -L/usr/local/Cellar/osxfuse/2.6.2/lib -losxfuse -pthread -liconv -L/usr/local/Cellar/libplist/1.10/lib -L/usr/local/Cellar/usbmuxd/1.0.8/lib -L/usr/local/Cellar/libimobiledevice/1.1.5/lib -limobiledevice -lplist -lusbmuxd -lssl -lcrypto -lz -L/usr/local/Cellar/libplist/1.10/lib -lplist -o ifuse ifuse.o -L/usr/local/Cellar/osxfuse/2.6.2/lib -losxfuse -pthread -liconv -L/usr/local/Cellar/libplist/1.10/lib -L/usr/local/Cellar/usbmuxd/1.0.8/lib -L/usr/local/Cellar/libimobiledevice/1.1.5/lib -limobiledevice -lplist -lusbmuxd -lssl -lcrypto -lz -L/usr/local/Cellar/libplist/1.10/lib -lplist
test -z "/usr/local/Cellar/ifuse/1.1.2/bin" || .././install-sh -c -d "/usr/local/Cellar/ifuse/1.1.2/bin"
/usr/bin/install -c ifuse '/usr/local/Cellar/ifuse/1.1.2/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in docs
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/ifuse/1.1.2/share/man/man1" || .././install-sh -c -d "/usr/local/Cellar/ifuse/1.1.2/share/man/man1"
/usr/bin/install -c -m 644 ifuse.1 '/usr/local/Cellar/ifuse/1.1.2/share/man/man1'
Making install in src
clang -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/Cellar/osxfuse/2.6.2/include/osxfuse/fuse -I/usr/local/Cellar/libplist/1.10/include -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libimobiledevice/1.1.5/include -I/usr/include/libxml2 -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -g -g -O2 -c ifuse.c
clang -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/Cellar/osxfuse/2.6.2/include/osxfuse/fuse -I/usr/local/Cellar/libplist/1.10/include -I/usr/local/Cellar/usbmuxd/1.0.8/include -I/usr/local/Cellar/libimobiledevice/1.1.5/include -I/usr/include/libxml2 -I/usr/local/Cellar/libplist/1.10/include -I/usr/include/libxml2 -g -g -O2 -L/usr/local/Cellar/osxfuse/2.6.2/lib -losxfuse -pthread -liconv -L/usr/local/Cellar/libplist/1.10/lib -L/usr/local/Cellar/usbmuxd/1.0.8/lib -L/usr/local/Cellar/libimobiledevice/1.1.5/lib -limobiledevice -lplist -lusbmuxd -lssl -lcrypto -lz -L/usr/local/Cellar/libplist/1.10/lib -lplist -o ifuse ifuse.o -L/usr/local/Cellar/osxfuse/2.6.2/lib -losxfuse -pthread -liconv -L/usr/local/Cellar/libplist/1.10/lib -L/usr/local/Cellar/usbmuxd/1.0.8/lib -L/usr/local/Cellar/libimobiledevice/1.1.5/lib -limobiledevice -lplist -lusbmuxd -lssl -lcrypto -lz -L/usr/local/Cellar/libplist/1.10/lib -lplist
test -z "/usr/local/Cellar/ifuse/1.1.2/bin" || .././install-sh -c -d "/usr/local/Cellar/ifuse/1.1.2/bin"
/usr/bin/install -c ifuse '/usr/local/Cellar/ifuse/1.1.2/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
ua-unistudent-ten-9-190-201:~ coolridge$ HOMEBREW_MAKE_JOBS=1 brew install -v ifuse 2>&1
==> Installing dependencies for ifuse: pkg-config, xz, gettext, libffi, glib, libtasn1, cmake, libplist, libusb, usbmuxd, p11-kit, gmp, nettle, gnutls, libgpg-error, libgcrypt, libimobiledevice, osxfuse
==> Installing ifuse dependency: pkg-config
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mavericks.bottle.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/pkg-config-0.28.mavericks.bottle.2.tar.gz
==> Verifying pkg-config-0.28.mavericks.bottle.2.tar.gz checksum
==> Pouring pkg-config-0.28.mavericks.bottle.2.tar.gz
tar xf /Library/Caches/Homebrew/pkg-config-0.28.mavericks.bottle.2.tar.gz
==> Finishing up
ln -s ../Cellar/pkg-config/0.28/bin/pkg-config pkg-config
ln -s ../../../Cellar/pkg-config/0.28/share/man/man1/pkg-config.1 pkg-config.1
ln -s ../../Cellar/pkg-config/0.28/share/doc/pkg-config pkg-config
ln -s ../../Cellar/pkg-config/0.28/share/aclocal/pkg.m4 pkg.m4
ln -s ../../Cellar/pkg-config/0.28 pkg-config
ln -s ../Cellar/pkg-config/0.28 pkg-config
==> Summary
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 604K
==> Installing ifuse dependency: xz
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/xz-5.0.5.mavericks.bottle.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/xz-5.0.5.mavericks.bottle.2.tar.gz
==> Verifying xz-5.0.5.mavericks.bottle.2.tar.gz checksum
==> Pouring xz-5.0.5.mavericks.bottle.2.tar.gz
tar xf /Library/Caches/Homebrew/xz-5.0.5.mavericks.bottle.2.tar.gz
==> Finishing up
ln -s ../Cellar/xz/5.0.5/bin/xzmore xzmore
ln -s ../Cellar/xz/5.0.5/bin/xzless xzless
ln -s ../Cellar/xz/5.0.5/bin/xzgrep xzgrep
ln -s ../Cellar/xz/5.0.5/bin/xzfgrep xzfgrep
ln -s ../Cellar/xz/5.0.5/bin/xzegrep xzegrep
ln -s ../Cellar/xz/5.0.5/bin/xzdiff xzdiff
ln -s ../Cellar/xz/5.0.5/bin/xzdec xzdec
ln -s ../Cellar/xz/5.0.5/bin/xzcmp xzcmp
ln -s ../Cellar/xz/5.0.5/bin/xzcat xzcat
ln -s ../Cellar/xz/5.0.5/bin/xz xz
ln -s ../Cellar/xz/5.0.5/bin/unxz unxz
ln -s ../Cellar/xz/5.0.5/bin/unlzma unlzma
ln -s ../Cellar/xz/5.0.5/bin/lzmore lzmore
ln -s ../Cellar/xz/5.0.5/bin/lzmainfo lzmainfo
ln -s ../Cellar/xz/5.0.5/bin/lzmadec lzmadec
ln -s ../Cellar/xz/5.0.5/bin/lzma lzma
ln -s ../Cellar/xz/5.0.5/bin/lzless lzless
ln -s ../Cellar/xz/5.0.5/bin/lzgrep lzgrep
ln -s ../Cellar/xz/5.0.5/bin/lzfgrep lzfgrep
ln -s ../Cellar/xz/5.0.5/bin/lzegrep lzegrep
ln -s ../Cellar/xz/5.0.5/bin/lzdiff lzdiff
ln -s ../Cellar/xz/5.0.5/bin/lzcmp lzcmp
ln -s ../Cellar/xz/5.0.5/bin/lzcat lzcat
ln -s ../Cellar/xz/5.0.5/include/lzma.h lzma.h
ln -s ../Cellar/xz/5.0.5/include/lzma lzma
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzmore.1 xzmore.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzless.1 xzless.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzgrep.1 xzgrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzfgrep.1 xzfgrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzegrep.1 xzegrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzdiff.1 xzdiff.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzdec.1 xzdec.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzcmp.1 xzcmp.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xzcat.1 xzcat.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/xz.1 xz.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/unxz.1 unxz.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/unlzma.1 unlzma.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzmore.1 lzmore.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzmainfo.1 lzmainfo.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzmadec.1 lzmadec.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzma.1 lzma.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzless.1 lzless.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzgrep.1 lzgrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzfgrep.1 lzfgrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzegrep.1 lzegrep.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzdiff.1 lzdiff.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzcmp.1 lzcmp.1
ln -s ../../../Cellar/xz/5.0.5/share/man/man1/lzcat.1 lzcat.1
ln -s ../../Cellar/xz/5.0.5/share/doc/xz xz
ln -s ../../Cellar/xz/5.0.5/lib/pkgconfig/liblzma.pc liblzma.pc
ln -s ../Cellar/xz/5.0.5/lib/liblzma.dylib liblzma.dylib
ln -s ../Cellar/xz/5.0.5/lib/liblzma.a liblzma.a
ln -s ../Cellar/xz/5.0.5/lib/liblzma.5.dylib liblzma.5.dylib
ln -s ../../Cellar/xz/5.0.5 xz
ln -s ../Cellar/xz/5.0.5 xz
==> Summary
🍺 /usr/local/Cellar/xz/5.0.5: 58 files, 1.5M
==> Installing ifuse dependency: gettext
==> Downloading http://ftpmirror.gnu.org/gettext/gettext-0.18.3.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/gettext-0.18.3.2.tar.gz
==> Verifying gettext-0.18.3.2.tar.gz checksum
tar xf /Library/Caches/Homebrew/gettext-0.18.3.2.tar.gz
==> ./configure --disable-dependency-tracking --disable-debug --prefix=/usr/local/Cellar/gettext/0.18.3.2 --with-included-gettext --with-included-glib --with-included-libcroco --with-included-libunistring --with-emacs --disable-java --disable-csharp --without-git --without-cvs
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib-local/Makefile
=== configuring in gettext-runtime (/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-runtime)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gettext/0.18.3.2' '--disable-dependency-tracking' '--disable-debug' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' '--with-emacs' '--disable-java' '--disable-csharp' '--without-git' '--without-cvs' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... clang
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 we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking for bison... bison -y
checking whether to use Java... no
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Java compiler... javac -target 1.1 -source 1.3
checking for jar... jar
checking for preferred C# implementation... no
checking for C# compiler... no
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
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 output from clang object... ok
checking for sysroot... no
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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.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... yes
checking for windres... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for string.h... (cached) yes
checking for getopt.h... yes
checking for iconv.h... yes
checking for wctype.h... yes
checking for xlocale.h... yes
checking for sys/mman.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... yes
checking for features.h... no
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking for bison... bison
checking version of bison... 2.3, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for canonicalize_file_name... no
checking for getcwd... (cached) yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... no
checking for iswcntrl... yes
checking for iswblank... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for mprotect... yes
checking for _set_invalid_parameter_handler... no
checking for setenv... yes
checking for wcwidth... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for ptrdiff_t... yes
checking for features.h... (cached) no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) yes
checking for CFLocaleCopyCurrent... (cached) yes
checking whether included gettext is requested... yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether to use C++... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking if environ is properly declared... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether getc_unlocked is declared... (cached) yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether lstat correctly handles trailing slash... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for shared library path variable... DYLD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking whether setenv is declared... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker level... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking whether strerror(0) succeeds... no
checking for C/C++ restrict keyword... __restrict
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether strnlen is declared... (cached) yes
checking whether stat file-mode macros are broken... no
checking for mode_t... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether the C++ compiler (clang++ ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of clang++... none
checking for atexit... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... no
checking whether the compiler generally respects inline... yes
checking whether iswblank is declared... yes
checking whether to use Java... no
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... no
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for pthread_rwlock_t... (cached) 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 handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking for memmove... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for raise... yes
checking for sigprocmask... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... (cached) yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... no
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for working strnlen... yes
checking for strtoul... (cached) yes
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... no
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... no
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... no
checking whether fdatasync is declared without a macro... no
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... 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 wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for size_t... (cached) yes
checking for setlocale... (cached) yes
checking for perl... /usr/bin/perl
checking whether the C++ compiler (clang++ ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of clang++... (cached) none
checking for sched_yield in -lrt... no
checking for sched_yield in -lposix4... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating csharpcomp.sh
config.status: creating javacomp.sh
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating intl-java/Makefile
config.status: creating intl-csharp/Makefile
config.status: creating gnulib-lib/Makefile
config.status: creating src/Makefile
config.status: creating src/gettext.sh
config.status: creating po/Makefile.in
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libasprintf (/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-runtime/libasprintf)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gettext/0.18.3.2' '--disable-dependency-tracking' '--disable-debug' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' '--with-emacs' '--disable-java' '--disable-csharp' '--without-git' '--without-cvs' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... clang
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 we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking how to run the C preprocessor... clang -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 how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
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 output from clang object... ok
checking for sysroot... no
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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.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... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking for inline... inline
checking for size_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for mbstate_t... yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for stdint.h... (cached) yes
checking for snprintf... yes
checking for vasprintf... 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 printf() supports POSIX/XSI format strings... yes
checking for dvips... /private/tmp/gettext-eJqY/gettext-0.18.3.2/build-aux/missing dvips
checking for texi2pdf... /usr/bin/texi2pdf
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gettext-tools (/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gettext/0.18.3.2' '--disable-dependency-tracking' '--disable-debug' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' '--with-emacs' '--disable-java' '--disable-csharp' '--without-git' '--without-cvs' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... clang
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 we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... none
checking for bison... bison -y
checking whether to use Java... no
checking for Java to native code compiler... none
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Java virtual machine... java
checking for Java compiler... javac -source 1.3
checking for jar... jar
checking for preferred C# implementation... no
checking for C# compiler... no
checking for C# program execution engine... no
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
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 output from clang object... ok
checking for sysroot... no
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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.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... yes
checking for windres... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for string.h... (cached) yes
checking for sys/socket.h... yes
checking for utime.h... yes
checking for dirent.h... yes
checking for wctype.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for iconv.h... yes
checking for libcroco-0.6/libcroco/libcroco-config.h... no
checking for libxml2/libxml/xmlexports.h... yes
checking for libxml2/libxml/xmlversion.h... yes
checking for xlocale.h... yes
checking for wchar.h... yes
checking for sys/mman.h... yes
checking for sched.h... yes
checking for spawn.h... yes
checking for stdint.h... (cached) yes
checking for sys/select.h... yes
checking for sys/wait.h... yes
checking for features.h... no
checking for inttypes.h... (cached) yes
checking for langinfo.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking for bison... bison
checking version of bison... 2.3, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for symlink... yes
checking for canonicalize_file_name... no
checking for getcwd... (cached) yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... no
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for btowc... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for mempcpy... (cached) no
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... no
checking for getdelim... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for select... yes
checking for pipe2... no
checking for posix_spawn... yes
checking for setenv... yes
checking for secure_getenv... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for snprintf... yes
checking for stpncpy... yes
checking for pipe... yes
checking for vasnprintf... no
checking for wcwidth... yes
checking for newlocale... yes
checking for sleep... yes
checking for wcrtomb... yes
checking for wctob... yes
checking for mbrlen... yes
checking for nl_langinfo... yes
checking for wcscoll... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for uselocale... (cached) yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for ptrdiff_t... yes
checking for features.h... (cached) no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... (cached) yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... 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 whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) yes
checking for CFLocaleCopyCurrent... (cached) yes
checking whether included gettext is requested... yes
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking whether to use C++... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for pid_t... yes
checking for eaccess... no
checking for mbstate_t... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... no
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether getdelim is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking whether included glib is requested... yes
checking whether to use the included glib... yes
checking for unistd.h... (cached) yes
checking whether included libunistring is requested... yes
checking whether getc_unlocked is declared... (cached) yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether lstat correctly handles trailing slash... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for a traditional french locale... fr_FR.ISO8859-1
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for promoted mode_t type... int
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... no
checking whether posix_spawnattr_setschedparam is supported... no
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for shared library path variable... DYLD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking whether setenv is declared... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker level... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking whether stpncpy is declared... yes
checking whether strerror(0) succeeds... no
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking whether strnlen is declared... (cached) yes
checking whether strstr works... yes
checking whether curses libraries may be used... yes
checking where terminfo library functions come from... libncurses
checking for tparam... no
checking for tparm... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... (cached) yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... (cached) no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether unsetenv is declared... yes
checking for intmax_t... (cached) yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for snprintf... (cached) yes
checking for strnlen... (cached) yes
checking for wcslen... (cached) yes
checking for wcsnlen... (cached) yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... (cached) no
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether alarm is declared... yes
checking whether stdin defaults to large file offsets... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether ungetc works on arbitrary bytes... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking whether the C++ compiler (clang++ ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of clang++... none
checking for atexit... yes
checking for dirent.h... (cached) yes
checking for string.h... (cached) yes
checking for long file names... yes
checking for pathconf... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for closedir... yes
checking for chown... yes
checking for utime... yes
checking for utimes... yes
checking whether alphasort is declared without a macro... yes
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... no
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... no
checking whether conversion from 'int' to 'long double' works... yes
checking for working POSIX fnmatch... no
checking whether isblank is declared... yes
checking whether fopen recognizes a trailing slash... yes
checking for Java to native code compiler... none
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler generally respects inline... yes
checking whether iswblank is declared... yes
checking whether to use Java... no
checking whether included libcroco is requested... yes
checking whether to use the included libcroco... yes
checking whether included glib is requested... yes
checking whether to use the included glib... yes
checking for unistd.h... (cached) yes
checking whether to use the included libunistring... yes
checking whether included libxml is requested... no
checking for libxml... yes
checking whether to use the included libxml... no
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... no
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking for pthread_rwlock_t... (cached) 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 handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsrtowcs works... yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for memmove... yes
checking for memset... yes
checking for mkdtemp... yes
checking whether the C compiler is actually a C++ compiler... no
checking for obstacks... no
checking whether open recognizes a trailing slash... no
checking for opendir... yes
checking for clang option to support OpenMP... unsupported
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... no
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... (cached) yes
checking whether rmdir works... yes
checking for struct sched_param... yes
checking for __secure_getenv... no
checking for issetugid... yes
checking whether setenv validates arguments... no
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking whether posix_spawn is declared without a macro... yes
checking whether posix_spawnp is declared without a macro... yes
checking whether posix_spawnattr_init is declared without a macro... yes
checking whether posix_spawnattr_destroy is declared without a macro... yes
checking whether posix_spawnattr_getsigdefault is declared without a macro... yes
checking whether posix_spawnattr_setsigdefault is declared without a macro... yes
checking whether posix_spawnattr_getsigmask is declared without a macro... yes
checking whether posix_spawnattr_setsigmask is declared without a macro... yes
checking whether posix_spawnattr_getflags is declared without a macro... yes
checking whether posix_spawnattr_setflags is declared without a macro... yes
checking whether posix_spawnattr_getpgroup is declared without a macro... yes
checking whether posix_spawnattr_setpgroup is declared without a macro... yes
checking whether posix_spawnattr_getschedpolicy is declared without a macro... no
checking whether posix_spawnattr_setschedpolicy is declared without a macro... no
checking whether posix_spawnattr_getschedparam is declared without a macro... no
checking whether posix_spawnattr_setschedparam is declared without a macro... no
checking whether posix_spawn_file_actions_init is declared without a macro... yes
checking whether posix_spawn_file_actions_destroy is declared without a macro... yes
checking whether posix_spawn_file_actions_addopen is declared without a macro... yes
checking whether posix_spawn_file_actions_addclose is declared without a macro... yes
checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
checking for va_copy... yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... yes
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... no
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for stpcpy... (cached) yes
checking for working stpncpy... yes
checking for strchrnul... no
checking for strcspn... yes
checking for working strnlen... yes
checking for strpbrk... yes
checking whether strstr works in linear time... no
checking whether strstr works... (cached) yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking whether <sys/select.h> is self-contained... yes
checking whether pselect is declared without a macro... yes
checking whether select is declared without a macro... yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) no
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) no
checking whether futimens is declared without a macro... (cached) no
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) no
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
checking whether waitpid is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... no
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... no
checking whether fdatasync is declared without a macro... no
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... no
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... (cached) yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for waitid... yes
checking for waitpid... yes
checking for union wait... no
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... 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 wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for stdint.h... (cached) yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a turkish Unicode locale... none
checking whether fdopen sets errno... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... (cached) yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether lseek detects pipes... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether sleep is declared... (cached) yes
checking for working sleep... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... no
checking for pthread_atfork... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether wctob works... yes
checking whether wctob is declared... (cached) yes
checking for sched_yield in -lrt... no
checking for sched_yield in -lposix4... no
checking whether btowc(0) is correct... (cached) yes
checking whether btowc(EOF) is correct... (cached) yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether YESEXPR works... yes
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking whether isblank is declared... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... (cached) yes
checking for error_at_line... (cached) no
checking whether fcntl is declared without a macro... (cached) yes
checking whether openat is declared without a macro... (cached) no
checking whether conversion from 'int' to 'long double' works... (cached) yes
checking whether fopen recognizes a trailing slash... (cached) yes
checking for working getdelim function... (cached) yes
checking for getline... (cached) yes
checking for working getline function... (cached) yes
checking whether the compiler generally respects inline... (cached) yes
checking whether to use the included libunistring... yes
checking for pthread_rwlock_t... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles a NULL pwc argument... (cached) yes
checking whether mbrtowc handles a NULL string argument... (cached) yes
checking whether mbrtowc has a correct return value... (cached) yes
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) 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>... (cached) no
checking for mbstate_t... (cached) yes
checking whether the C compiler is actually a C++ compiler... (cached) no
checking for obstacks... (cached) no
checking whether open recognizes a trailing slash... (cached) no
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... (cached) no
checking for raise... (cached) yes
checking for sigprocmask... (cached) yes
checking for rawmemchr... (cached) no
checking for volatile sig_atomic_t... (cached) yes
checking for sighandler_t... (cached) no
checking whether pthread_sigmask is declared without a macro... (cached) yes
checking whether sigaction is declared without a macro... (cached) yes
checking whether sigaddset is declared without a macro... (cached) yes
checking whether sigdelset is declared without a macro... (cached) yes
checking whether sigemptyset is declared without a macro... (cached) yes
checking whether sigfillset is declared without a macro... (cached) yes
checking whether sigismember is declared without a macro... (cached) yes
checking whether sigpending is declared without a macro... (cached) yes
checking whether sigprocmask is declared without a macro... (cached) yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... (cached) yes
checking whether stat handles trailing slashes on files... (cached) no
checking for va_copy... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether dprintf is declared without a macro... (cached) yes
checking whether fpurge is declared without a macro... (cached) yes
checking whether fseeko is declared without a macro... (cached) yes
checking whether ftello is declared without a macro... (cached) yes
checking whether getdelim is declared without a macro... (cached) yes
checking whether getline is declared without a macro... (cached) yes
checking whether gets is declared without a macro... (cached) yes
checking whether pclose is declared without a macro... (cached) yes
checking whether popen is declared without a macro... (cached) yes
checking whether renameat is declared without a macro... (cached) no
checking whether snprintf is declared without a macro... (cached) yes
checking whether tmpfile is declared without a macro... (cached) yes
checking whether vdprintf is declared without a macro... (cached) yes
checking whether vsnprintf is declared without a macro... (cached) yes
checking whether _Exit is declared without a macro... (cached) yes
checking whether atoll is declared without a macro... (cached) yes
checking whether canonicalize_file_name is declared without a macro... (cached) no
checking whether getloadavg is declared without a macro... (cached) yes
checking whether getsubopt is declared without a macro... (cached) yes
checking whether grantpt is declared without a macro... (cached) yes
checking whether initstate is declared without a macro... (cached) yes
checking whether initstate_r is declared without a macro... (cached) no
checking whether mkdtemp is declared without a macro... (cached) no
checking whether mkostemp is declared without a macro... (cached) no
checking whether mkostemps is declared without a macro... (cached) no
checking whether mkstemp is declared without a macro... (cached) yes
checking whether mkstemps is declared without a macro... (cached) no
checking whether posix_openpt is declared without a macro... (cached) yes
checking whether ptsname is declared without a macro... (cached) yes
checking whether ptsname_r is declared without a macro... (cached) no
checking whether random is declared without a macro... (cached) yes
checking whether random_r is declared without a macro... (cached) no
checking whether realpath is declared without a macro... (cached) yes
checking whether rpmatch is declared without a macro... (cached) no
checking whether secure_getenv is declared without a macro... (cached) no
checking whether setenv is declared without a macro... (cached) yes
checking whether setstate is declared without a macro... (cached) yes
checking whether setstate_r is declared without a macro... (cached) no
checking whether srandom is declared without a macro... (cached) yes
checking whether srandom_r is declared without a macro... (cached) no
checking whether strtod is declared without a macro... (cached) yes
checking whether strtoll is declared without a macro... (cached) yes
checking whether strtoull is declared without a macro... (cached) yes
checking whether unlockpt is declared without a macro... (cached) yes
checking whether unsetenv is declared without a macro... (cached) yes
checking for stpcpy... (cached) yes
checking for strchrnul... (cached) no
checking whether strstr works... (cached) yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) no
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) no
checking whether futimens is declared without a macro... (cached) no
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) no
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
checking whether chdir is declared without a macro... (cached) yes
checking whether chown is declared without a macro... (cached) yes
checking whether dup is declared without a macro... (cached) yes
checking whether dup2 is declared without a macro... (cached) yes
checking whether dup3 is declared without a macro... (cached) no
checking whether environ is declared without a macro... (cached) no
checking whether euidaccess is declared without a macro... (cached) no
checking whether faccessat is declared without a macro... (cached) no
checking whether fchdir is declared without a macro... (cached) yes
checking whether fchownat is declared without a macro... (cached) no
checking whether fdatasync is declared without a macro... (cached) no
checking whether fsync is declared without a macro... (cached) yes
checking whether ftruncate is declared without a macro... (cached) yes
checking whether getcwd is declared without a macro... (cached) yes
checking whether getdomainname is declared without a macro... (cached) yes
checking whether getdtablesize is declared without a macro... (cached) yes
checking whether getgroups is declared without a macro... (cached) yes
checking whether gethostname is declared without a macro... (cached) yes
checking whether getlogin is declared without a macro... (cached) yes
checking whether getlogin_r is declared without a macro... (cached) yes
checking whether getpagesize is declared without a macro... (cached) yes
checking whether getusershell is declared without a macro... (cached) yes
checking whether setusershell is declared without a macro... (cached) yes
checking whether endusershell is declared without a macro... (cached) yes
checking whether group_member is declared without a macro... (cached) no
checking whether isatty is declared without a macro... (cached) yes
checking whether lchown is declared without a macro... (cached) yes
checking whether link is declared without a macro... (cached) yes
checking whether linkat is declared without a macro... (cached) no
checking whether lseek is declared without a macro... (cached) yes
checking whether pipe is declared without a macro... (cached) yes
checking whether pipe2 is declared without a macro... (cached) no
checking whether pread is declared without a macro... (cached) yes
checking whether pwrite is declared without a macro... (cached) yes
checking whether readlink is declared without a macro... (cached) yes
checking whether readlinkat is declared without a macro... (cached) no
checking whether rmdir is declared without a macro... (cached) yes
checking whether sethostname is declared without a macro... (cached) yes
checking whether sleep is declared without a macro... (cached) yes
checking whether symlink is declared without a macro... (cached) yes
checking whether symlinkat is declared without a macro... (cached) no
checking whether ttyname_r is declared without a macro... (cached) yes
checking whether unlink is declared without a macro... (cached) yes
checking whether unlinkat is declared without a macro... (cached) no
checking whether usleep is declared without a macro... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for vasprintf... (cached) yes
checking whether btowc is declared without a macro... (cached) yes
checking whether wctob is declared without a macro... (cached) yes
checking whether mbsinit is declared without a macro... (cached) yes
checking whether mbrtowc is declared without a macro... (cached) yes
checking whether mbrlen is declared without a macro... (cached) yes
checking whether mbsrtowcs is declared without a macro... (cached) yes
checking whether mbsnrtowcs is declared without a macro... (cached) yes
checking whether wcrtomb is declared without a macro... (cached) yes
checking whether wcsrtombs is declared without a macro... (cached) yes
checking whether wcsnrtombs is declared without a macro... (cached) yes
checking whether wcwidth is declared without a macro... (cached) yes
checking whether wmemchr is declared without a macro... (cached) yes
checking whether wmemcmp is declared without a macro... (cached) yes
checking whether wmemcpy is declared without a macro... (cached) yes
checking whether wmemmove is declared without a macro... (cached) yes
checking whether wmemset is declared without a macro... (cached) yes
checking whether wcslen is declared without a macro... (cached) yes
checking whether wcsnlen is declared without a macro... (cached) yes
checking whether wcscpy is declared without a macro... (cached) yes
checking whether wcpcpy is declared without a macro... (cached) yes
checking whether wcsncpy is declared without a macro... (cached) yes
checking whether wcpncpy is declared without a macro... (cached) yes
checking whether wcscat is declared without a macro... (cached) yes
checking whether wcsncat is declared without a macro... (cached) yes
checking whether wcscmp is declared without a macro... (cached) yes
checking whether wcsncmp is declared without a macro... (cached) yes
checking whether wcscasecmp is declared without a macro... (cached) yes
checking whether wcsncasecmp is declared without a macro... (cached) yes
checking whether wcscoll is declared without a macro... (cached) yes
checking whether wcsxfrm is declared without a macro... (cached) yes
checking whether wcsdup is declared without a macro... (cached) yes
checking whether wcschr is declared without a macro... (cached) yes
checking whether wcsrchr is declared without a macro... (cached) yes
checking whether wcscspn is declared without a macro... (cached) yes
checking whether wcsspn is declared without a macro... (cached) yes
checking whether wcspbrk is declared without a macro... (cached) yes
checking whether wcsstr is declared without a macro... (cached) yes
checking whether wcstok is declared without a macro... (cached) yes
checking whether wcswidth is declared without a macro... (cached) 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 wctype is declared without a macro... (cached) yes
checking whether iswctype is declared without a macro... (cached) yes
checking whether wctrans is declared without a macro... (cached) yes
checking whether towctrans is declared without a macro... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... (cached) no
checking for stdint.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for inline... (cached) inline
checking for unsigned long long int... (cached) yes
checking for size_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for ssize_t... (cached) yes
checking for pid_t... (cached) yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no
checking for select... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for signal handlers with siginfo_t... yes
checking for setlocale declaration...
extern char *setlocale (int category, const char *locale);
checking whether byte ordering is bigendian... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for inet_ntop... yes
checking for IPv6 sockets... yes
checking for libexpat... yes
checking how to link with libexpat... -lexpat
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... (cached) BSD nm
checking whether Emacs support is requested... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for dvips... /private/tmp/gettext-eJqY/gettext-0.18.3.2/build-aux/missing dvips
checking for texi2pdf... /usr/bin/texi2pdf
checking for perl... /usr/bin/perl
checking whether the C++ compiler (clang++ ) works... yes
checking whether the C++ compiler supports namespaces... yes
checking dependency style of clang++... (cached) none
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... (cached) none
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating csharpcomp.sh
config.status: creating csharpexec.sh
config.status: creating javacomp.sh
config.status: creating javaexec.sh
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating gnulib-lib/Makefile
config.status: creating libgrep/Makefile
config.status: creating src/Makefile
config.status: creating src/user-email
config.status: creating libgettextpo/Makefile
config.status: creating libgettextpo/exported.sh
config.status: creating po/Makefile.in
config.status: creating projects/Makefile
config.status: creating styles/Makefile
config.status: creating misc/Makefile
config.status: creating misc/gettextize
config.status: creating misc/autopoint
config.status: creating misc/convert-archive
config.status: creating man/Makefile
config.status: creating man/x-to-1
config.status: creating m4/Makefile
config.status: creating tests/Makefile
config.status: creating gnulib-tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in examples (/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/examples)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gettext/0.18.3.2' '--disable-dependency-tracking' '--disable-debug' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' '--with-emacs' '--disable-java' '--disable-csharp' '--without-git' '--without-cvs' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating installpaths
config.status: creating po/Makefile
config.status: executing po-directories commands
==> make
Making all in gnulib-local
make[1]: Nothing to be done for `all'.
Making all in gettext-runtime
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in doc
make[3]: Nothing to be done for `all'.
Making all in intl
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_NEWLOCALE''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ./libgnuintl.in.h \
| if test 'no' = yes; then \
sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
else \
cat; \
fi \
| sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
-e "/#define _LIBINTL_H/r ./export.h" \
| sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
> libgnuintl.h
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c -fno-common -DPIC -o .libs/bindtextdom.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./bindtextdom.c -o bindtextdom.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c -fno-common -DPIC -o .libs/dcgettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcgettext.c -o dcgettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dgettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dgettext.c -fno-common -DPIC -o .libs/dgettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dgettext.c -o dgettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./gettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./gettext.c -fno-common -DPIC -o .libs/gettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./gettext.c -o gettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./finddomain.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./finddomain.c -fno-common -DPIC -o .libs/finddomain.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./finddomain.c -o finddomain.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./hash-string.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./hash-string.c -fno-common -DPIC -o .libs/hash-string.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./hash-string.c -o hash-string.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./loadmsgcat.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./loadmsgcat.c -fno-common -DPIC -o .libs/loadmsgcat.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localealias.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localealias.c -fno-common -DPIC -o .libs/localealias.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localealias.c -o localealias.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./textdomain.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./textdomain.c -fno-common -DPIC -o .libs/textdomain.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./textdomain.c -o textdomain.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./l10nflist.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./l10nflist.c -fno-common -DPIC -o .libs/l10nflist.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./l10nflist.c -o l10nflist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./explodename.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./explodename.c -fno-common -DPIC -o .libs/explodename.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./explodename.c -o explodename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcigettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcigettext.c -fno-common -DPIC -o .libs/dcigettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcigettext.c -o dcigettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcngettext.c -fno-common -DPIC -o .libs/dcngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dcngettext.c -o dcngettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dngettext.c -fno-common -DPIC -o .libs/dngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./dngettext.c -o dngettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./ngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./ngettext.c -fno-common -DPIC -o .libs/ngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./ngettext.c -o ngettext.o >/dev/null 2>&1
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_NEWLOCALE''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ./libgnuintl.in.h > libintl.h
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural.c -fno-common -DPIC -o .libs/plural.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural.c -o plural.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural-exp.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural-exp.c -fno-common -DPIC -o .libs/plural-exp.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./plural-exp.c -o plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localcharset.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localcharset.c -fno-common -DPIC -o .libs/localcharset.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./threadlib.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./threadlib.c -fno-common -DPIC -o .libs/threadlib.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./threadlib.c -o threadlib.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./lock.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./lock.c -fno-common -DPIC -o .libs/lock.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./lock.c -o lock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./relocatable.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./relocatable.c -fno-common -DPIC -o .libs/relocatable.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./relocatable.c -o relocatable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./langprefs.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./langprefs.c -fno-common -DPIC -o .libs/langprefs.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./langprefs.c -o langprefs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localename.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localename.c -fno-common -DPIC -o .libs/localename.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./log.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./log.c -fno-common -DPIC -o .libs/log.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./log.c -o log.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./printf.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./printf.c -fno-common -DPIC -o .libs/printf.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./printf.c -o printf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./setlocale.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./setlocale.c -fno-common -DPIC -o .libs/setlocale.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./setlocale.c -o setlocale.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./version.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./version.c -fno-common -DPIC -o .libs/version.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./version.c -o version.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./xsize.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./osdep.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./osdep.c -fno-common -DPIC -o .libs/osdep.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./osdep.c -o osdep.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./intl-compat.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./intl-compat.c -fno-common -DPIC -o .libs/intl-compat.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden ./intl-compat.c -o intl-compat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link \
clang -g -O2 -fvisibility=hidden -o libintl.la \
bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -liconv -Wl,-framework -Wl,CoreFoundation -lc \
\
-version-info 9:2:1 \
-rpath /usr/local/Cellar/gettext/0.18.3.2/lib \
-no-undefined
libtool: link: clang -dynamiclib -o .libs/libintl.8.dylib .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o -liconv -lc -O2 -Wl,-framework -Wl,CoreFoundation -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib -compatibility_version 10 -current_version 10.2 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libintl.dylib" && ln -s "libintl.8.dylib" "libintl.dylib")
libtool: link: ar cru .libs/libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ranlib .libs/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" )
/bin/sh ./config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ./ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in intl-java
make[3]: Nothing to be done for `all'.
Making all in intl-csharp
make[3]: Nothing to be done for `all'.
Making all in gnulib-lib
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define EXEC_PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define BINDIR "/usr/local/Cellar/gettext/0.18.3.2/bin"'; \
echo '#define SBINDIR "/usr/local/Cellar/gettext/0.18.3.2/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define DATADIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define SYSCONFDIR "/usr/local/Cellar/gettext/0.18.3.2/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/var"'; \
echo '#define INCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define INFODIR "/usr/local/Cellar/gettext/0.18.3.2/share/info"'; \
echo '#define HTMLDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define DVIDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PDFDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PSDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define LIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib"'; \
echo '#define LISPDIR "/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/usr/local/Cellar/gettext/0.18.3.2/share/locale"'; \
echo '#define MANDIR "/usr/local/Cellar/gettext/0.18.3.2/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/Cellar/gettext/0.18.3.2/share/gettext-runtime"'; \
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include/gettext-runtime"'; \
echo '#define PKGLIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib/gettext-runtime"'; \
echo '#define PKGLIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec/gettext-runtime"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.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 c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f iconv.h-t iconv.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_ICONV_H''@|<iconv.h>|g' \
-e 's/@''GNULIB_ICONV''@/1/g' \
-e 's|@''ICONV_CONST''@||g' \
-e 's|@''REPLACE_ICONV''@|0|g' \
-e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
-e 's|@''REPLACE_ICONV_UTF''@|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' \
< ./iconv.in.h; \
} > iconv.h-t && \
mv iconv.h-t iconv.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''@/0/g' \
-e 's/@''GNULIB_SETLOCALE''@/1/g' \
-e 's/@''GNULIB_DUPLOCALE''@/0/g' \
-e 's|@''HAVE_DUPLOCALE''@|1|g' \
-e 's|@''HAVE_XLOCALE_H''@|1|g' \
-e 's|@''REPLACE_LOCALECONV''@|0|g' \
-e 's|@''REPLACE_SETLOCALE''@|0|g' \
-e 's|@''REPLACE_DUPLOCALE''@|0|g' \
-e 's|@''REPLACE_STRUCT_LCONV''@|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 signal.h-t signal.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_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''GNULIB_RAISE''@|1|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
-e 's/@''GNULIB_SIGACTION''@/0/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|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' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.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_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/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//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''@/1/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/0/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' \
< ./stdio.in.h | \
sed -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_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/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_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_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/1/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_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' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|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_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_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_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_STRTOD''@|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_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|1|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|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 ../../build-aux/snippet/_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_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''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/1/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''@/0/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/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''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|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''@|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_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|1|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|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
../../build-aux/install-sh -c -d sys
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/@''GNULIB_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/0/g' \
-e 's/@''GNULIB_FSTATAT''@/0/g' \
-e 's/@''GNULIB_FUTIMENS''@/0/g' \
-e 's/@''GNULIB_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/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|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|1|g' \
-e 's|@''HAVE_FUTIMENS''@|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_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|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
../../build-aux/install-sh -c -d sys
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' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
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_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/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|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|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 '/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 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_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/0/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/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_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_GETPAGESIZE''@/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''@/1/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_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''@/1/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' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|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_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|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''@|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_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_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -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_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|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''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|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_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 unistr.h-t unistr.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./unistr.in.h; \
} > unistr.h-t && \
mv -f unistr.h-t unistr.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/@''GNULIB_BTOWC''@/0/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''@/0/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_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' \
< ./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_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_DECL_WCTOB''@|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 '/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/@''GNULIB_ISWBLANK''@/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_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
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o allocator.o allocator.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o areadlink.o areadlink.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o basename.o basename.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o c-ctype.o c-ctype.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o c-strcasecmp.o c-strcasecmp.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o c-strncasecmp.o c-strncasecmp.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o careadlinkat.o careadlinkat.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o closeout.o closeout.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o fwriteerror.o fwriteerror.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o localcharset.o localcharset.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o localename.o localename.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o glthread/lock.o glthread/lock.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o malloca.o malloca.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o mbchar.o mbchar.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o mbiter.o mbiter.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o mbslen.o mbslen.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o mbsstr.o mbsstr.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o mbuiter.o mbuiter.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o progname.o progname.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o propername.o propername.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o striconv.o striconv.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o strnlen1.o strnlen1.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o glthread/threadlib.o glthread/threadlib.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o trim.o trim.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o unistd.o unistd.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o uniwidth/width.o uniwidth/width.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o wctype-h.o wctype-h.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o xmalloc.o xmalloc.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o xstrdup.o xstrdup.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o xreadlink.o xreadlink.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o xstriconv.o xstriconv.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o canonicalize-lgpl.o canonicalize-lgpl.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o error.o error.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o getopt.o getopt.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o getopt1.o getopt1.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o lstat.o lstat.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o readlink.o readlink.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o stat.o stat.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o strerror.o strerror.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o strerror-override.o strerror-override.c
clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -g -O2 -c -o wcwidth.o wcwidth.c
rm -f libgrt.a
ar cru libgrt.a allocator.o areadlink.o basename.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o closeout.o fwriteerror.o localcharset.o localename.o glthread/lock.o malloca.o mbchar.o mbiter.o mbslen.o mbsstr.o mbuiter.o progname.o propername.o striconv.o strnlen1.o glthread/threadlib.o trim.o unistd.o unistr/u8-mbtoucr.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o wctype-h.o xmalloc.o xstrdup.o xreadlink.o xstriconv.o canonicalize-lgpl.o error.o getopt.o getopt1.o lstat.o readlink.o stat.o strerror.o strerror-override.o wcwidth.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(wctype-h.o) has no symbols
ranlib libgrt.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrt.a(wctype-h.o) has no symbols
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
Making all in libasprintf
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
cp ./autosprintf.in.h autosprintf.h
/bin/sh ./libtool --tag=CC --mode=compile clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c -o xsize.lo xsize.c
libtool: compile: clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c -o lib-asprintf.lo lib-asprintf.c
libtool: compile: clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c lib-asprintf.c -fno-common -DPIC -o .libs/lib-asprintf.o
libtool: compile: clang -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c lib-asprintf.c -o lib-asprintf.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile clang++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c -o autosprintf.lo autosprintf.cc
libtool: compile: clang++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c autosprintf.cc -fno-common -DPIC -o .libs/autosprintf.o
libtool: compile: clang++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -g -O2 -c autosprintf.cc -o autosprintf.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=link clang++ -g -O2 -o libasprintf.la -rpath /usr/local/Cellar/gettext/0.18.3.2/lib xsize.lo lib-asprintf.lo autosprintf.lo || \
/bin/sh ./libtool --tag=CC --mode=link clang -g -O2 -o libasprintf.la -rpath /usr/local/Cellar/gettext/0.18.3.2/lib xsize.lo lib-asprintf.lo autosprintf.lo
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libasprintf.0.dylib .libs/xsize.o .libs/lib-asprintf.o .libs/autosprintf.o -O2 -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libasprintf.dylib" && ln -s "libasprintf.0.dylib" "libasprintf.dylib")
libtool: link: ar cru .libs/libasprintf.a xsize.o lib-asprintf.o autosprintf.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(lib-asprintf.o) has no symbols
libtool: link: ranlib .libs/libasprintf.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libasprintf.a(lib-asprintf.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libasprintf.la" && ln -s "../libasprintf.la" "libasprintf.la" )
/bin/sh ./libtool --tag=CC --mode=link clang -g -O2 -no-undefined -o libgnu.la xsize.lo
libtool: link: ar cru .libs/libgnu.a .libs/xsize.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: .libs/libgnu.a the table of contents is empty (no object file members in the library define global symbols)
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
Making all in src
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o gettext-gettext.o `test -f 'gettext.c' || echo './'`gettext.c
/bin/sh ../libtool --tag=CC --mode=link clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o gettext gettext-gettext.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv
libtool: link: clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o .libs/gettext gettext-gettext.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o ngettext-ngettext.o `test -f 'ngettext.c' || echo './'`ngettext.c
/bin/sh ../libtool --tag=CC --mode=link clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o ngettext ngettext-ngettext.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv
libtool: link: clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o .libs/ngettext ngettext-ngettext.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o envsubst-envsubst.o `test -f 'envsubst.c' || echo './'`envsubst.c
/bin/sh ../libtool --tag=CC --mode=link clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o envsubst envsubst-envsubst.o ../gnulib-lib/libgrt.a ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv
libtool: link: clang -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -o .libs/envsubst envsubst-envsubst.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/libgrt.a ../intl/.libs/libintl.dylib -lc -liconv
Making all in po
make[3]: Nothing to be done for `all'.
Making all in man
sed -e 's|@''localedir''@|/usr/local/Cellar/gettext/0.18.3.2/share/locale|g' < `if test -f gettext.1.in; then echo .; else echo .; fi`/gettext.1.in > t-gettext.1
mv t-gettext.1 gettext.1
sed -e 's|@''localedir''@|/usr/local/Cellar/gettext/0.18.3.2/share/locale|g' < `if test -f ngettext.1.in; then echo .; else echo .; fi`/ngettext.1.in > t-ngettext.1
mv t-ngettext.1 ngettext.1
sed -e 's|@''localedir''@|/usr/local/Cellar/gettext/0.18.3.2/share/locale|g' < `if test -f gettext.1.html.in; then echo .; else echo .; fi`/gettext.1.html.in > t-gettext.1.html
mv t-gettext.1.html gettext.1.html
sed -e 's|@''localedir''@|/usr/local/Cellar/gettext/0.18.3.2/share/locale|g' < `if test -f ngettext.1.html.in; then echo .; else echo .; fi`/ngettext.1.html.in > t-ngettext.1.html
mv t-ngettext.1.html ngettext.1.html
Making all in m4
make[3]: Nothing to be done for `all'.
Making all in tests
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I./../intl -g -O2 -c -o test-lock.o test-lock.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I./../intl -g -O2 -c -o lock.o `test -f '../intl/lock.c' || echo './'`../intl/lock.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I./../intl -g -O2 -c -o threadlib.o `test -f '../intl/threadlib.c' || echo './'`../intl/threadlib.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o test-lock test-lock.o lock.o threadlib.o -lpthread
libtool: link: clang -g -O2 -o test-lock test-lock.o lock.o threadlib.o -lpthread
make[3]: Nothing to be done for `all-am'.
Making all in gettext-tools
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in doc
make[3]: Nothing to be done for `all'.
Making all in intl
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_NEWLOCALE''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ../../gettext-runtime/intl/libgnuintl.in.h \
| if test 'no' = yes; then \
sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \
else \
cat; \
fi \
| sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \
-e "/#define _LIBINTL_H/r ../../gettext-runtime/intl/export.h" \
| sed -e 's,@''HAVE_VISIBILITY''@,1,g' \
> libgnuintl.h
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c -fno-common -DPIC -o .libs/bindtextdom.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/bindtextdom.c -o bindtextdom.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c -fno-common -DPIC -o .libs/dcgettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcgettext.c -o dcgettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c -fno-common -DPIC -o .libs/dgettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dgettext.c -o dgettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c -fno-common -DPIC -o .libs/gettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/gettext.c -o gettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c -fno-common -DPIC -o .libs/finddomain.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/finddomain.c -o finddomain.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c -fno-common -DPIC -o .libs/hash-string.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/hash-string.c -o hash-string.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c -fno-common -DPIC -o .libs/loadmsgcat.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/loadmsgcat.c -o loadmsgcat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c -fno-common -DPIC -o .libs/localealias.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localealias.c -o localealias.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c -fno-common -DPIC -o .libs/textdomain.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/textdomain.c -o textdomain.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c -fno-common -DPIC -o .libs/l10nflist.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/l10nflist.c -o l10nflist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c -fno-common -DPIC -o .libs/explodename.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/explodename.c -o explodename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c -fno-common -DPIC -o .libs/dcigettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcigettext.c -o dcigettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c -fno-common -DPIC -o .libs/dcngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dcngettext.c -o dcngettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c -fno-common -DPIC -o .libs/dngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/dngettext.c -o dngettext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c -fno-common -DPIC -o .libs/ngettext.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/ngettext.c -o ngettext.o >/dev/null 2>&1
sed -e '/IN_LIBGLOCALE/d' \
-e 's,@''HAVE_POSIX_PRINTF''@,1,g' \
-e 's,@''HAVE_ASPRINTF''@,1,g' \
-e 's,@''HAVE_NEWLOCALE''@,1,g' \
-e 's,@''HAVE_SNPRINTF''@,1,g' \
-e 's,@''HAVE_WPRINTF''@,0,g' \
< ../../gettext-runtime/intl/libgnuintl.in.h > libintl.h
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural.c -fno-common -DPIC -o .libs/plural.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural.c -o plural.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c -fno-common -DPIC -o .libs/plural-exp.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/plural-exp.c -o plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c -fno-common -DPIC -o .libs/localcharset.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c -fno-common -DPIC -o .libs/threadlib.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/threadlib.c -o threadlib.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c -fno-common -DPIC -o .libs/lock.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/lock.c -o lock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c -fno-common -DPIC -o .libs/relocatable.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/relocatable.c -o relocatable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c -fno-common -DPIC -o .libs/langprefs.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/langprefs.c -o langprefs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c -fno-common -DPIC -o .libs/localename.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c -fno-common -DPIC -o .libs/log.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/log.c -o log.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c -fno-common -DPIC -o .libs/printf.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/printf.c -o printf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c -fno-common -DPIC -o .libs/setlocale.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/setlocale.c -o setlocale.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c -fno-common -DPIC -o .libs/version.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/version.c -o version.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c -fno-common -DPIC -o .libs/osdep.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/osdep.c -o osdep.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c -fno-common -DPIC -o .libs/intl-compat.o
libtool: compile: clang -c -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -g -O2 -fvisibility=hidden ../../gettext-runtime/intl/intl-compat.c -o intl-compat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link \
clang -g -O2 -fvisibility=hidden -o libintl.la \
bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo -liconv -Wl,-framework -Wl,CoreFoundation -lc \
\
-version-info 9:2:1 \
-rpath /usr/local/Cellar/gettext/0.18.3.2/lib \
-no-undefined
libtool: link: clang -dynamiclib -o .libs/libintl.8.dylib .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o -liconv -lc -O2 -Wl,-framework -Wl,CoreFoundation -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib -compatibility_version 10 -current_version 10.2 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libintl.dylib" && ln -s "libintl.8.dylib" "libintl.dylib")
libtool: link: ar cru .libs/libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ranlib .libs/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libintl.a(osdep.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" )
/bin/sh ../../gettext-runtime/intl/config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ../../gettext-runtime/intl/ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ../../gettext-runtime/intl/ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in gnulib-lib
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f byteswap.h-t byteswap.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./byteswap.in.h; \
} > byteswap.h-t && \
mv -f byteswap.h-t byteswap.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define EXEC_PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define BINDIR "/usr/local/Cellar/gettext/0.18.3.2/bin"'; \
echo '#define SBINDIR "/usr/local/Cellar/gettext/0.18.3.2/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define DATADIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define SYSCONFDIR "/usr/local/Cellar/gettext/0.18.3.2/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/var"'; \
echo '#define INCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define INFODIR "/usr/local/Cellar/gettext/0.18.3.2/share/info"'; \
echo '#define HTMLDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define DVIDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PDFDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PSDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define LIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib"'; \
echo '#define LISPDIR "/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/usr/local/Cellar/gettext/0.18.3.2/share/locale"'; \
echo '#define MANDIR "/usr/local/Cellar/gettext/0.18.3.2/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/Cellar/gettext/0.18.3.2/share/gettext"'; \
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include/gettext-tools"'; \
echo '#define PKGLIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib/gettext-tools"'; \
echo '#define PKGLIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec/gettext-tools"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_DIRENT_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_DIRENT_H''@|<dirent.h>|g' \
-e 's/@''GNULIB_OPENDIR''@/1/g' \
-e 's/@''GNULIB_READDIR''@/1/g' \
-e 's/@''GNULIB_REWINDDIR''@/0/g' \
-e 's/@''GNULIB_CLOSEDIR''@/1/g' \
-e 's/@''GNULIB_DIRFD''@/0/g' \
-e 's/@''GNULIB_FDOPENDIR''@/0/g' \
-e 's/@''GNULIB_SCANDIR''@/0/g' \
-e 's/@''GNULIB_ALPHASORT''@/0/g' \
-e 's/@''HAVE_OPENDIR''@/1/g' \
-e 's/@''HAVE_READDIR''@/1/g' \
-e 's/@''HAVE_REWINDDIR''@/1/g' \
-e 's/@''HAVE_CLOSEDIR''@/1/g' \
-e 's|@''HAVE_DECL_DIRFD''@|1|g' \
-e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
-e 's|@''HAVE_FDOPENDIR''@|1|g' \
-e 's|@''HAVE_SCANDIR''@|1|g' \
-e 's|@''HAVE_ALPHASORT''@|1|g' \
-e 's|@''REPLACE_OPENDIR''@|0|g' \
-e 's|@''REPLACE_CLOSEDIR''@|0|g' \
-e 's|@''REPLACE_DIRFD''@|0|g' \
-e 's|@''REPLACE_FDOPENDIR''@|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' \
< ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.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_FCNTL''@/1/g' \
-e 's/@''GNULIB_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_OPEN''@/1/g' \
-e 's/@''GNULIB_OPENAT''@/0/g' \
-e 's|@''HAVE_FCNTL''@|1|g' \
-e 's|@''HAVE_OPENAT''@|1|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 fnmatch.h-t fnmatch.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./fnmatch.in.h; \
} > fnmatch.h-t && \
mv -f fnmatch.h-t fnmatch.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 iconv.h-t iconv.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_ICONV_H''@|<iconv.h>|g' \
-e 's/@''GNULIB_ICONV''@/1/g' \
-e 's|@''ICONV_CONST''@||g' \
-e 's|@''REPLACE_ICONV''@|0|g' \
-e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
-e 's|@''REPLACE_ICONV_UTF''@|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' \
< ./iconv.in.h; \
} > iconv.h-t && \
mv iconv.h-t iconv.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib.in.h; \
} > glib.h-t
mv -f glib.h-t glib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glibconfig.in.h; \
} > glibconfig.h-t
mv -f glibconfig.h-t glibconfig.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/ghash.in.h; \
} > glib/ghash.h-t
mv -f glib/ghash.h-t glib/ghash.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/glist.in.h; \
} > glib/glist.h-t
mv -f glib/glist.h-t glib/glist.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/gprimes.in.h; \
} > glib/gprimes.h-t
mv -f glib/gprimes.h-t glib/gprimes.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/gstrfuncs.in.h; \
} > glib/gstrfuncs.h-t
mv -f glib/gstrfuncs.h-t glib/gstrfuncs.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/gstring.in.h; \
} > glib/gstring.h-t
mv -f glib/gstring.h-t glib/gstring.h
test -d glib || ../../build-aux/install-sh -c -d glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./glib/gtypes.in.h; \
} > glib/gtypes.h-t
mv -f glib/gtypes.h-t glib/gtypes.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''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
-e 's/@''GNULIB_SETLOCALE''@/1/g' \
-e 's/@''GNULIB_DUPLOCALE''@/0/g' \
-e 's|@''HAVE_DUPLOCALE''@|1|g' \
-e 's|@''HAVE_XLOCALE_H''@|1|g' \
-e 's|@''REPLACE_LOCALECONV''@|0|g' \
-e 's|@''REPLACE_SETLOCALE''@|0|g' \
-e 's|@''REPLACE_DUPLOCALE''@|0|g' \
-e 's|@''REPLACE_STRUCT_LCONV''@|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 sched.h-t sched.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_SCHED_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_SCHED_H''@|<sched.h>|g' \
-e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
< ./sched.in.h; \
} > sched.h-t && \
mv sched.h-t sched.h
rm -f signal.h-t signal.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_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''GNULIB_RAISE''@|1|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
-e 's/@''GNULIB_SIGACTION''@/1/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|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' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
rm -f spawn.h-t spawn.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_SPAWN_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_SPAWN_H''@|<spawn.h>|g' \
-e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
-e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
-e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
-e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|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' \
< ./spawn.in.h; \
} > spawn.h-t && \
mv spawn.h-t spawn.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_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/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/1/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FTELLO''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/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''@/1/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/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''@/1/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./stdio.in.h | \
sed -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_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
-e 's/@''GNULIB_MKDTEMP''@/1/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_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_REALPATH''@/1/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
-e 's/@''GNULIB_SETENV''@/1/g' \
-e 's/@''GNULIB_STRTOD''@/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''@/1/g' \
-e 's/@''GNULIB_WCTOMB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|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_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_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_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|0|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|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_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|1|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|1|g' \
-e 's|@''REPLACE_SETENV''@|1|g' \
-e 's|@''REPLACE_STRTOD''@|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 ../../build-aux/snippet/_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_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''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/1/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''@/1/g' \
-e 's/@''GNULIB_STPNCPY''@/1/g' \
-e 's/@''GNULIB_STRCHRNUL''@/1/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/g' \
-e 's/@''GNULIB_STRNLEN''@/1/g' \
-e 's/@''GNULIB_STRPBRK''@/1/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/1/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|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_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|1|g' \
-e 's|@''REPLACE_STRERROR''@|1|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|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
../../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.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_SELECT_H''@|<sys/select.h>|g' \
-e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
-e 's/@''GNULIB_PSELECT''@/0/g' \
-e 's/@''GNULIB_SELECT''@/0/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_PSELECT''@|1|g' \
-e 's|@''REPLACE_PSELECT''@|0|g' \
-e 's|@''REPLACE_SELECT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_select.in.h; \
} > sys/select.h-t && \
mv sys/select.h-t sys/select.h
../../build-aux/install-sh -c -d sys
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/@''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_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/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|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|1|g' \
-e 's|@''HAVE_FUTIMENS''@|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_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|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
../../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_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_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/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_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
../../build-aux/install-sh -c -d sys
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' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
../../build-aux/install-sh -c -d sys
rm -f sys/wait.h-t sys/wait.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_WAIT_H''@|<sys/wait.h>|g' \
-e 's/@''GNULIB_WAITPID''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_wait.in.h; \
} > sys/wait.h-t && \
mv sys/wait.h-t sys/wait.h
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_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/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|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|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 '/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 uniconv.h-t uniconv.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./uniconv.in.h; \
} > uniconv.h-t && \
mv -f uniconv.h-t uniconv.h
rm -f unilbrk.h-t unilbrk.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./unilbrk.in.h; \
} > unilbrk.h-t && \
mv -f unilbrk.h-t unilbrk.h
rm -f uniname.h-t uniname.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./uniname.in.h; \
} > uniname.h-t && \
mv -f uniname.h-t uniname.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_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_DUP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/1/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_GETPAGESIZE''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/1/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/1/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/1/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINKAT''@/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''@/1/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/1/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|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_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|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''@|0|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''@|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_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_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -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_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|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''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|1|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_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 unistr.h-t unistr.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./unistr.in.h; \
} > unistr.h-t && \
mv -f unistr.h-t unistr.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/@''GNULIB_BTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
-e 's/@''GNULIB_WCTOB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/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_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' \
< ./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_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_DECL_WCTOB''@|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 '/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/@''GNULIB_ISWBLANK''@/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_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
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o copy-acl.lo copy-acl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c copy-acl.c -fno-common -DPIC -o .libs/copy-acl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c copy-acl.c -o copy-acl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o set-acl.lo set-acl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c set-acl.c -fno-common -DPIC -o .libs/set-acl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c set-acl.c -o set-acl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o allocator.lo allocator.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c allocator.c -fno-common -DPIC -o .libs/allocator.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c allocator.c -o allocator.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o areadlink.lo areadlink.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c areadlink.c -fno-common -DPIC -o .libs/areadlink.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c areadlink.c -o areadlink.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o argmatch.lo argmatch.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c argmatch.c -fno-common -DPIC -o .libs/argmatch.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c argmatch.c -o argmatch.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o gl_array_list.lo gl_array_list.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_array_list.c -fno-common -DPIC -o .libs/gl_array_list.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_array_list.c -o gl_array_list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o backupfile.lo backupfile.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c backupfile.c -fno-common -DPIC -o .libs/backupfile.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c backupfile.c -o backupfile.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o addext.lo addext.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c addext.c -fno-common -DPIC -o .libs/addext.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c addext.c -o addext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o basename.lo basename.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c basename.c -fno-common -DPIC -o .libs/basename.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c basename.c -o basename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o binary-io.lo binary-io.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c binary-io.c -fno-common -DPIC -o .libs/binary-io.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c binary-io.c -o binary-io.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o c-ctype.lo c-ctype.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-ctype.c -fno-common -DPIC -o .libs/c-ctype.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-ctype.c -o c-ctype.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o c-strcasecmp.lo c-strcasecmp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strcasecmp.c -fno-common -DPIC -o .libs/c-strcasecmp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strcasecmp.c -o c-strcasecmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o c-strncasecmp.lo c-strncasecmp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strncasecmp.c -fno-common -DPIC -o .libs/c-strncasecmp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strncasecmp.c -o c-strncasecmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o c-strcasestr.lo c-strcasestr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strcasestr.c -fno-common -DPIC -o .libs/c-strcasestr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strcasestr.c -o c-strcasestr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o c-strstr.lo c-strstr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strstr.c -fno-common -DPIC -o .libs/c-strstr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c c-strstr.c -o c-strstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o careadlinkat.lo careadlinkat.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c careadlinkat.c -fno-common -DPIC -o .libs/careadlinkat.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c careadlinkat.c -o careadlinkat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o classpath.lo classpath.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c classpath.c -fno-common -DPIC -o .libs/classpath.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c classpath.c -o classpath.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o clean-temp.lo clean-temp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c clean-temp.c -fno-common -DPIC -o .libs/clean-temp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c clean-temp.c -o clean-temp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o cloexec.lo cloexec.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c cloexec.c -fno-common -DPIC -o .libs/cloexec.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c cloexec.c -o cloexec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o closeout.lo closeout.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c closeout.c -fno-common -DPIC -o .libs/closeout.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c closeout.c -o closeout.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o concat-filename.lo concat-filename.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c concat-filename.c -fno-common -DPIC -o .libs/concat-filename.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c concat-filename.c -o concat-filename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o copy-file.lo copy-file.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c copy-file.c -fno-common -DPIC -o .libs/copy-file.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c copy-file.c -o copy-file.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o csharpcomp.lo csharpcomp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c csharpcomp.c -fno-common -DPIC -o .libs/csharpcomp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c csharpcomp.c -o csharpcomp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o csharpexec.lo csharpexec.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c csharpexec.c -fno-common -DPIC -o .libs/csharpexec.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c csharpexec.c -o csharpexec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o error-progname.lo error-progname.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c error-progname.c -fno-common -DPIC -o .libs/error-progname.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c error-progname.c -o error-progname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o execute.lo execute.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c execute.c -fno-common -DPIC -o .libs/execute.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c execute.c -o execute.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o exitfail.lo exitfail.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c exitfail.c -fno-common -DPIC -o .libs/exitfail.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c exitfail.c -o exitfail.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fatal-signal.lo fatal-signal.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fatal-signal.c -fno-common -DPIC -o .libs/fatal-signal.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fatal-signal.c -o fatal-signal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fd-hook.lo fd-hook.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-hook.c -fno-common -DPIC -o .libs/fd-hook.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-hook.c -o fd-hook.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fd-ostream.lo fd-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-ostream.c -fno-common -DPIC -o .libs/fd-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-ostream.c -o fd-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fd-safer-flag.lo fd-safer-flag.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-safer-flag.c -fno-common -DPIC -o .libs/fd-safer-flag.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-safer-flag.c -o fd-safer-flag.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o dup-safer-flag.lo dup-safer-flag.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c dup-safer-flag.c -fno-common -DPIC -o .libs/dup-safer-flag.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c dup-safer-flag.c -o dup-safer-flag.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o file-ostream.lo file-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c file-ostream.c -fno-common -DPIC -o .libs/file-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c file-ostream.c -o file-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o findprog.lo findprog.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c findprog.c -fno-common -DPIC -o .libs/findprog.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c findprog.c -o findprog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fstrcmp.lo fstrcmp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fstrcmp.c -fno-common -DPIC -o .libs/fstrcmp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fstrcmp.c -o fstrcmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o full-write.lo full-write.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c full-write.c -fno-common -DPIC -o .libs/full-write.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c full-write.c -o full-write.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fwriteerror.lo fwriteerror.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fwriteerror.c -fno-common -DPIC -o .libs/fwriteerror.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fwriteerror.c -o fwriteerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o gcd.lo gcd.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gcd.c -fno-common -DPIC -o .libs/gcd.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o hash.lo hash.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c hash.c -fno-common -DPIC -o .libs/hash.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c hash.c -o hash.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o html-ostream.lo html-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c html-ostream.c -fno-common -DPIC -o .libs/html-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c html-ostream.c -o html-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o html-styled-ostream.lo html-styled-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c html-styled-ostream.c -fno-common -DPIC -o .libs/html-styled-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c html-styled-ostream.c -o html-styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o javacomp.lo javacomp.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javacomp.c -fno-common -DPIC -o .libs/javacomp.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javacomp.c -o javacomp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o javaexec.lo javaexec.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javaexec.c -fno-common -DPIC -o .libs/javaexec.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javaexec.c -o javaexec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o javaversion.lo javaversion.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javaversion.c -fno-common -DPIC -o .libs/javaversion.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c javaversion.c -o javaversion.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o gl_linkedhash_list.lo gl_linkedhash_list.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_linkedhash_list.c -fno-common -DPIC -o .libs/gl_linkedhash_list.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_linkedhash_list.c -o gl_linkedhash_list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o gl_list.lo gl_list.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_list.c -fno-common -DPIC -o .libs/gl_list.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_list.c -o gl_list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o localcharset.lo localcharset.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c localcharset.c -fno-common -DPIC -o .libs/localcharset.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o localename.lo localename.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c localename.c -fno-common -DPIC -o .libs/localename.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c localename.c -o localename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glthread/lock.lo glthread/lock.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/lock.c -fno-common -DPIC -o glthread/.libs/lock.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/lock.c -o glthread/lock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o malloca.lo malloca.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c malloca.c -fno-common -DPIC -o .libs/malloca.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c malloca.c -o malloca.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbchar.lo mbchar.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbchar.c -fno-common -DPIC -o .libs/mbchar.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbchar.c -o mbchar.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbiter.lo mbiter.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbiter.c -fno-common -DPIC -o .libs/mbiter.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbiter.c -o mbiter.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbslen.lo mbslen.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbslen.c -fno-common -DPIC -o .libs/mbslen.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbslen.c -o mbslen.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbsstr.lo mbsstr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbsstr.c -fno-common -DPIC -o .libs/mbsstr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbsstr.c -o mbsstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbswidth.lo mbswidth.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbswidth.c -fno-common -DPIC -o .libs/mbswidth.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o mbuiter.lo mbuiter.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbuiter.c -fno-common -DPIC -o .libs/mbuiter.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c mbuiter.c -o mbuiter.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o ostream.lo ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c ostream.c -fno-common -DPIC -o .libs/ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c ostream.c -o ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o pipe-filter-ii.lo pipe-filter-ii.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-filter-ii.c -fno-common -DPIC -o .libs/pipe-filter-ii.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-filter-ii.c -o pipe-filter-ii.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o pipe-filter-aux.lo pipe-filter-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-filter-aux.c -fno-common -DPIC -o .libs/pipe-filter-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-filter-aux.c -o pipe-filter-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o pipe2.lo pipe2.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe2.c -fno-common -DPIC -o .libs/pipe2.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe2.c -o pipe2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o pipe2-safer.lo pipe2-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe2-safer.c -fno-common -DPIC -o .libs/pipe2-safer.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe2-safer.c -o pipe2-safer.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o progname.lo progname.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c progname.c -fno-common -DPIC -o .libs/progname.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c progname.c -o progname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o propername.lo propername.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c propername.c -fno-common -DPIC -o .libs/propername.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c propername.c -o propername.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o acl-errno-valid.lo acl-errno-valid.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c acl-errno-valid.c -fno-common -DPIC -o .libs/acl-errno-valid.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c acl-errno-valid.c -o acl-errno-valid.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o file-has-acl.lo file-has-acl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c file-has-acl.c -fno-common -DPIC -o .libs/file-has-acl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c file-has-acl.c -o file-has-acl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o qcopy-acl.lo qcopy-acl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c qcopy-acl.c -fno-common -DPIC -o .libs/qcopy-acl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c qcopy-acl.c -o qcopy-acl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o qset-acl.lo qset-acl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c qset-acl.c -fno-common -DPIC -o .libs/qset-acl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c qset-acl.c -o qset-acl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o quotearg.lo quotearg.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c quotearg.c -fno-common -DPIC -o .libs/quotearg.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c quotearg.c -o quotearg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o safe-read.lo safe-read.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c safe-read.c -fno-common -DPIC -o .libs/safe-read.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c safe-read.c -o safe-read.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o safe-write.lo safe-write.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c safe-write.c -fno-common -DPIC -o .libs/safe-write.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c safe-write.c -o safe-write.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o sh-quote.lo sh-quote.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c sh-quote.c -fno-common -DPIC -o .libs/sh-quote.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c sh-quote.c -o sh-quote.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o sig-handler.lo sig-handler.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c sig-handler.c -fno-common -DPIC -o .libs/sig-handler.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c sig-handler.c -o sig-handler.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o spawn-pipe.lo spawn-pipe.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c spawn-pipe.c -fno-common -DPIC -o .libs/spawn-pipe.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c spawn-pipe.c -o spawn-pipe.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o striconv.lo striconv.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconv.c -fno-common -DPIC -o .libs/striconv.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconv.c -o striconv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o striconveh.lo striconveh.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconveh.c -fno-common -DPIC -o .libs/striconveh.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconveh.c -o striconveh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o striconveha.lo striconveha.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconveha.c -fno-common -DPIC -o .libs/striconveha.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c striconveha.c -o striconveha.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o strnlen1.lo strnlen1.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strnlen1.c -fno-common -DPIC -o .libs/strnlen1.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strnlen1.c -o strnlen1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o styled-ostream.lo styled-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c styled-ostream.c -fno-common -DPIC -o .libs/styled-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c styled-ostream.c -o styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o tempname.lo tempname.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c tempname.c -fno-common -DPIC -o .libs/tempname.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c tempname.c -o tempname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o term-ostream.lo term-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c term-ostream.c -fno-common -DPIC -o .libs/term-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c term-ostream.c -o term-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o term-styled-ostream.lo term-styled-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c term-styled-ostream.c -fno-common -DPIC -o .libs/term-styled-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c term-styled-ostream.c -o term-styled-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glthread/threadlib.lo glthread/threadlib.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/threadlib.c -fno-common -DPIC -o glthread/.libs/threadlib.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/threadlib.c -o glthread/threadlib.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glthread/tls.lo glthread/tls.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/tls.c -fno-common -DPIC -o glthread/.libs/tls.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glthread/tls.c -o glthread/tls.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o tmpdir.lo tmpdir.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c tmpdir.c -fno-common -DPIC -o .libs/tmpdir.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c tmpdir.c -o tmpdir.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o trim.lo trim.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c trim.c -fno-common -DPIC -o .libs/trim.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c trim.c -o trim.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o uniconv/u8-conv-from-enc.lo uniconv/u8-conv-from-enc.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniconv/u8-conv-from-enc.c -fno-common -DPIC -o uniconv/.libs/u8-conv-from-enc.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniconv/u8-conv-from-enc.c -o uniconv/u8-conv-from-enc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unilbrk/lbrktables.lo unilbrk/lbrktables.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/lbrktables.c -fno-common -DPIC -o unilbrk/.libs/lbrktables.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/lbrktables.c -o unilbrk/lbrktables.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unilbrk/u8-possible-linebreaks.lo unilbrk/u8-possible-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/u8-possible-linebreaks.c -fno-common -DPIC -o unilbrk/.libs/u8-possible-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/u8-possible-linebreaks.c -o unilbrk/u8-possible-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unilbrk/u8-width-linebreaks.lo unilbrk/u8-width-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/u8-width-linebreaks.c -fno-common -DPIC -o unilbrk/.libs/u8-width-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/u8-width-linebreaks.c -o unilbrk/u8-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unilbrk/ulc-common.lo unilbrk/ulc-common.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/ulc-common.c -fno-common -DPIC -o unilbrk/.libs/ulc-common.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/ulc-common.c -o unilbrk/ulc-common.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unilbrk/ulc-width-linebreaks.lo unilbrk/ulc-width-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/ulc-width-linebreaks.c -fno-common -DPIC -o unilbrk/.libs/ulc-width-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unilbrk/ulc-width-linebreaks.c -o unilbrk/ulc-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o uniname/uniname.lo uniname/uniname.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniname/uniname.c -fno-common -DPIC -o uniname/.libs/uniname.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniname/uniname.c -o uniname/uniname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistd.lo unistd.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistd.c -fno-common -DPIC -o .libs/unistd.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistd.c -o unistd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o dup-safer.lo dup-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c dup-safer.c -fno-common -DPIC -o .libs/dup-safer.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c dup-safer.c -o dup-safer.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fd-safer.lo fd-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-safer.c -fno-common -DPIC -o .libs/fd-safer.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fd-safer.c -o fd-safer.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o pipe-safer.lo pipe-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-safer.c -fno-common -DPIC -o .libs/pipe-safer.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c pipe-safer.c -o pipe-safer.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u16-mbtouc.lo unistr/u16-mbtouc.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u16-mbtouc.c -fno-common -DPIC -o unistr/.libs/u16-mbtouc.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u16-mbtouc.c -o unistr/u16-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u16-mbtouc-aux.lo unistr/u16-mbtouc-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u16-mbtouc-aux.c -fno-common -DPIC -o unistr/.libs/u16-mbtouc-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u16-mbtouc-aux.c -o unistr/u16-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-check.lo unistr/u8-check.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-check.c -fno-common -DPIC -o unistr/.libs/u8-check.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-check.c -o unistr/u8-check.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mblen.lo unistr/u8-mblen.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mblen.c -fno-common -DPIC -o unistr/.libs/u8-mblen.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mblen.c -o unistr/u8-mblen.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mbtouc.lo unistr/u8-mbtouc.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc.c -fno-common -DPIC -o unistr/.libs/u8-mbtouc.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc.c -o unistr/u8-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-aux.c -fno-common -DPIC -o unistr/.libs/u8-mbtouc-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-aux.c -o unistr/u8-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe.c -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe.c -o unistr/u8-mbtouc-unsafe.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtouc-unsafe-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -fno-common -DPIC -o unistr/.libs/u8-mbtouc-unsafe-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -o unistr/u8-mbtouc-unsafe-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-mbtoucr.lo unistr/u8-mbtoucr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtoucr.c -fno-common -DPIC -o unistr/.libs/u8-mbtoucr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-mbtoucr.c -o unistr/u8-mbtoucr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-prev.lo unistr/u8-prev.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-prev.c -fno-common -DPIC -o unistr/.libs/u8-prev.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-prev.c -o unistr/u8-prev.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-uctomb.lo unistr/u8-uctomb.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-uctomb.c -fno-common -DPIC -o unistr/.libs/u8-uctomb.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-uctomb.c -o unistr/u8-uctomb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o unistr/u8-uctomb-aux.lo unistr/u8-uctomb-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-uctomb-aux.c -fno-common -DPIC -o unistr/.libs/u8-uctomb-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c unistr/u8-uctomb-aux.c -o unistr/u8-uctomb-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o uniwidth/width.lo uniwidth/width.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniwidth/width.c -fno-common -DPIC -o uniwidth/.libs/width.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o wait-process.lo wait-process.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wait-process.c -fno-common -DPIC -o .libs/wait-process.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wait-process.c -o wait-process.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o wctype-h.lo wctype-h.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wctype-h.c -fno-common -DPIC -o .libs/wctype-h.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xmalloc.lo xmalloc.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xmalloc.c -fno-common -DPIC -o .libs/xmalloc.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xstrdup.lo xstrdup.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstrdup.c -fno-common -DPIC -o .libs/xstrdup.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstrdup.c -o xstrdup.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xconcat-filename.lo xconcat-filename.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xconcat-filename.c -fno-common -DPIC -o .libs/xconcat-filename.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xconcat-filename.c -o xconcat-filename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xerror.lo xerror.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xerror.c -fno-common -DPIC -o .libs/xerror.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xerror.c -o xerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o gl_xlist.lo gl_xlist.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_xlist.c -fno-common -DPIC -o .libs/gl_xlist.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c gl_xlist.c -o gl_xlist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xmalloca.lo xmalloca.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xmalloca.c -fno-common -DPIC -o .libs/xmalloca.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xmalloca.c -o xmalloca.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xreadlink.lo xreadlink.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xreadlink.c -fno-common -DPIC -o .libs/xreadlink.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xreadlink.c -o xreadlink.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xsetenv.lo xsetenv.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xsetenv.c -fno-common -DPIC -o .libs/xsetenv.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xsetenv.c -o xsetenv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xsize.lo xsize.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xstriconv.lo xstriconv.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstriconv.c -fno-common -DPIC -o .libs/xstriconv.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstriconv.c -o xstriconv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xstriconveh.lo xstriconveh.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstriconveh.c -fno-common -DPIC -o .libs/xstriconveh.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xstriconveh.c -o xstriconveh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xvasprintf.lo xvasprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xvasprintf.c -fno-common -DPIC -o .libs/xvasprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xvasprintf.c -o xvasprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o xasprintf.lo xasprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xasprintf.c -fno-common -DPIC -o .libs/xasprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c xasprintf.c -o xasprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o acl_entries.lo acl_entries.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c acl_entries.c -fno-common -DPIC -o .libs/acl_entries.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c acl_entries.c -o acl_entries.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o asnprintf.lo asnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c asnprintf.c -fno-common -DPIC -o .libs/asnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o canonicalize-lgpl.lo canonicalize-lgpl.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c canonicalize-lgpl.c -fno-common -DPIC -o .libs/canonicalize-lgpl.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c canonicalize-lgpl.c -o canonicalize-lgpl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o error.lo error.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c error.c -fno-common -DPIC -o .libs/error.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c error.c -o error.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o fnmatch.lo fnmatch.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fnmatch.c -fno-common -DPIC -o .libs/fnmatch.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c fnmatch.c -o fnmatch.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o getopt.lo getopt.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c getopt.c -fno-common -DPIC -o .libs/getopt.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c getopt.c -o getopt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o getopt1.lo getopt1.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c getopt1.c -fno-common -DPIC -o .libs/getopt1.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c getopt1.c -o getopt1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o lstat.lo lstat.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c lstat.c -fno-common -DPIC -o .libs/lstat.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c lstat.c -o lstat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o obstack.lo obstack.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c obstack.c -fno-common -DPIC -o .libs/obstack.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c obstack.c -o obstack.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o open.lo open.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c open.c -fno-common -DPIC -o .libs/open.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c open.c -o open.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o printf-args.lo printf-args.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c printf-args.c -fno-common -DPIC -o .libs/printf-args.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c printf-args.c -o printf-args.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o printf-parse.lo printf-parse.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c printf-parse.c -fno-common -DPIC -o .libs/printf-parse.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c printf-parse.c -o printf-parse.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o rawmemchr.lo rawmemchr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c rawmemchr.c -fno-common -DPIC -o .libs/rawmemchr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c rawmemchr.c -o rawmemchr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o readlink.lo readlink.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c readlink.c -fno-common -DPIC -o .libs/readlink.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c readlink.c -o readlink.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o secure_getenv.lo secure_getenv.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c secure_getenv.c -fno-common -DPIC -o .libs/secure_getenv.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c secure_getenv.c -o secure_getenv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o setenv.lo setenv.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c setenv.c -fno-common -DPIC -o .libs/setenv.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c setenv.c -o setenv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o stat.lo stat.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c stat.c -fno-common -DPIC -o .libs/stat.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o strchrnul.lo strchrnul.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strchrnul.c -fno-common -DPIC -o .libs/strchrnul.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strchrnul.c -o strchrnul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o strerror.lo strerror.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strerror.c -fno-common -DPIC -o .libs/strerror.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o strerror-override.lo strerror-override.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strerror-override.c -fno-common -DPIC -o .libs/strerror-override.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strerror-override.c -o strerror-override.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o strstr.lo strstr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strstr.c -fno-common -DPIC -o .libs/strstr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c strstr.c -o strstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o vasnprintf.lo vasnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c vasnprintf.c -fno-common -DPIC -o .libs/vasnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o wcwidth.lo wcwidth.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wcwidth.c -fno-common -DPIC -o .libs/wcwidth.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c wcwidth.c -o wcwidth.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-additional-sel.lo `test -f 'libcroco/cr-additional-sel.c' || echo './'`libcroco/cr-additional-sel.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-additional-sel.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-additional-sel.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-additional-sel.c -o libcroco/libcroco_rpl_la-cr-additional-sel.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-attr-sel.lo `test -f 'libcroco/cr-attr-sel.c' || echo './'`libcroco/cr-attr-sel.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-attr-sel.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-attr-sel.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-attr-sel.c -o libcroco/libcroco_rpl_la-cr-attr-sel.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-cascade.lo `test -f 'libcroco/cr-cascade.c' || echo './'`libcroco/cr-cascade.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-cascade.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-cascade.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-cascade.c -o libcroco/libcroco_rpl_la-cr-cascade.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-declaration.lo `test -f 'libcroco/cr-declaration.c' || echo './'`libcroco/cr-declaration.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-declaration.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-declaration.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-declaration.c -o libcroco/libcroco_rpl_la-cr-declaration.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-doc-handler.lo `test -f 'libcroco/cr-doc-handler.c' || echo './'`libcroco/cr-doc-handler.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-doc-handler.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-doc-handler.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-doc-handler.c -o libcroco/libcroco_rpl_la-cr-doc-handler.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-enc-handler.lo `test -f 'libcroco/cr-enc-handler.c' || echo './'`libcroco/cr-enc-handler.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-enc-handler.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-enc-handler.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-enc-handler.c -o libcroco/libcroco_rpl_la-cr-enc-handler.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-fonts.lo `test -f 'libcroco/cr-fonts.c' || echo './'`libcroco/cr-fonts.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-fonts.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-fonts.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-fonts.c -o libcroco/libcroco_rpl_la-cr-fonts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-input.lo `test -f 'libcroco/cr-input.c' || echo './'`libcroco/cr-input.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-input.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-input.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-input.c -o libcroco/libcroco_rpl_la-cr-input.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-num.lo `test -f 'libcroco/cr-num.c' || echo './'`libcroco/cr-num.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-num.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-num.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-num.c -o libcroco/libcroco_rpl_la-cr-num.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-om-parser.lo `test -f 'libcroco/cr-om-parser.c' || echo './'`libcroco/cr-om-parser.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-om-parser.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-om-parser.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-om-parser.c -o libcroco/libcroco_rpl_la-cr-om-parser.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-parser.lo `test -f 'libcroco/cr-parser.c' || echo './'`libcroco/cr-parser.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-parser.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-parser.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-parser.c -o libcroco/libcroco_rpl_la-cr-parser.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-parsing-location.lo `test -f 'libcroco/cr-parsing-location.c' || echo './'`libcroco/cr-parsing-location.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-parsing-location.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-parsing-location.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-parsing-location.c -o libcroco/libcroco_rpl_la-cr-parsing-location.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-prop-list.lo `test -f 'libcroco/cr-prop-list.c' || echo './'`libcroco/cr-prop-list.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-prop-list.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-prop-list.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-prop-list.c -o libcroco/libcroco_rpl_la-cr-prop-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-pseudo.lo `test -f 'libcroco/cr-pseudo.c' || echo './'`libcroco/cr-pseudo.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-pseudo.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-pseudo.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-pseudo.c -o libcroco/libcroco_rpl_la-cr-pseudo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-rgb.lo `test -f 'libcroco/cr-rgb.c' || echo './'`libcroco/cr-rgb.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-rgb.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-rgb.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-rgb.c -o libcroco/libcroco_rpl_la-cr-rgb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-sel-eng.lo `test -f 'libcroco/cr-sel-eng.c' || echo './'`libcroco/cr-sel-eng.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-sel-eng.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-sel-eng.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-sel-eng.c -o libcroco/libcroco_rpl_la-cr-sel-eng.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-selector.lo `test -f 'libcroco/cr-selector.c' || echo './'`libcroco/cr-selector.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-selector.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-selector.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-selector.c -o libcroco/libcroco_rpl_la-cr-selector.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-simple-sel.lo `test -f 'libcroco/cr-simple-sel.c' || echo './'`libcroco/cr-simple-sel.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-simple-sel.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-simple-sel.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-simple-sel.c -o libcroco/libcroco_rpl_la-cr-simple-sel.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-statement.lo `test -f 'libcroco/cr-statement.c' || echo './'`libcroco/cr-statement.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-statement.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-statement.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-statement.c -o libcroco/libcroco_rpl_la-cr-statement.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-string.lo `test -f 'libcroco/cr-string.c' || echo './'`libcroco/cr-string.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-string.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-string.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-string.c -o libcroco/libcroco_rpl_la-cr-string.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-style.lo `test -f 'libcroco/cr-style.c' || echo './'`libcroco/cr-style.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-style.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-style.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-style.c -o libcroco/libcroco_rpl_la-cr-style.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-stylesheet.lo `test -f 'libcroco/cr-stylesheet.c' || echo './'`libcroco/cr-stylesheet.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-stylesheet.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-stylesheet.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-stylesheet.c -o libcroco/libcroco_rpl_la-cr-stylesheet.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-term.lo `test -f 'libcroco/cr-term.c' || echo './'`libcroco/cr-term.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-term.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-term.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-term.c -o libcroco/libcroco_rpl_la-cr-term.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-tknzr.lo `test -f 'libcroco/cr-tknzr.c' || echo './'`libcroco/cr-tknzr.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-tknzr.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-tknzr.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-tknzr.c -o libcroco/libcroco_rpl_la-cr-tknzr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-token.lo `test -f 'libcroco/cr-token.c' || echo './'`libcroco/cr-token.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-token.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-token.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-token.c -o libcroco/libcroco_rpl_la-cr-token.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o libcroco/libcroco_rpl_la-cr-utils.lo `test -f 'libcroco/cr-utils.c' || echo './'`libcroco/cr-utils.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-utils.c -fno-common -DPIC -o libcroco/.libs/libcroco_rpl_la-cr-utils.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c libcroco/cr-utils.c -o libcroco/libcroco_rpl_la-cr-utils.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o libcroco_rpl.la libcroco/libcroco_rpl_la-cr-additional-sel.lo libcroco/libcroco_rpl_la-cr-attr-sel.lo libcroco/libcroco_rpl_la-cr-cascade.lo libcroco/libcroco_rpl_la-cr-declaration.lo libcroco/libcroco_rpl_la-cr-doc-handler.lo libcroco/libcroco_rpl_la-cr-enc-handler.lo libcroco/libcroco_rpl_la-cr-fonts.lo libcroco/libcroco_rpl_la-cr-input.lo libcroco/libcroco_rpl_la-cr-num.lo libcroco/libcroco_rpl_la-cr-om-parser.lo libcroco/libcroco_rpl_la-cr-parser.lo libcroco/libcroco_rpl_la-cr-parsing-location.lo libcroco/libcroco_rpl_la-cr-prop-list.lo libcroco/libcroco_rpl_la-cr-pseudo.lo libcroco/libcroco_rpl_la-cr-rgb.lo libcroco/libcroco_rpl_la-cr-sel-eng.lo libcroco/libcroco_rpl_la-cr-selector.lo libcroco/libcroco_rpl_la-cr-simple-sel.lo libcroco/libcroco_rpl_la-cr-statement.lo libcroco/libcroco_rpl_la-cr-string.lo libcroco/libcroco_rpl_la-cr-style.lo libcroco/libcroco_rpl_la-cr-stylesheet.lo libcroco/libcroco_rpl_la-cr-term.lo libcroco/libcroco_rpl_la-cr-tknzr.lo libcroco/libcroco_rpl_la-cr-token.lo libcroco/libcroco_rpl_la-cr-utils.lo
libtool: link: ar cru .libs/libcroco_rpl.a libcroco/.libs/libcroco_rpl_la-cr-additional-sel.o libcroco/.libs/libcroco_rpl_la-cr-attr-sel.o libcroco/.libs/libcroco_rpl_la-cr-cascade.o libcroco/.libs/libcroco_rpl_la-cr-declaration.o libcroco/.libs/libcroco_rpl_la-cr-doc-handler.o libcroco/.libs/libcroco_rpl_la-cr-enc-handler.o libcroco/.libs/libcroco_rpl_la-cr-fonts.o libcroco/.libs/libcroco_rpl_la-cr-input.o libcroco/.libs/libcroco_rpl_la-cr-num.o libcroco/.libs/libcroco_rpl_la-cr-om-parser.o libcroco/.libs/libcroco_rpl_la-cr-parser.o libcroco/.libs/libcroco_rpl_la-cr-parsing-location.o libcroco/.libs/libcroco_rpl_la-cr-prop-list.o libcroco/.libs/libcroco_rpl_la-cr-pseudo.o libcroco/.libs/libcroco_rpl_la-cr-rgb.o libcroco/.libs/libcroco_rpl_la-cr-sel-eng.o libcroco/.libs/libcroco_rpl_la-cr-selector.o libcroco/.libs/libcroco_rpl_la-cr-simple-sel.o libcroco/.libs/libcroco_rpl_la-cr-statement.o libcroco/.libs/libcroco_rpl_la-cr-string.o libcroco/.libs/libcroco_rpl_la-cr-style.o libcroco/.libs/libcroco_rpl_la-cr-stylesheet.o libcroco/.libs/libcroco_rpl_la-cr-term.o libcroco/.libs/libcroco_rpl_la-cr-tknzr.o libcroco/.libs/libcroco_rpl_la-cr-token.o libcroco/.libs/libcroco_rpl_la-cr-utils.o
libtool: link: ranlib .libs/libcroco_rpl.a
libtool: link: ( cd ".libs" && rm -f "libcroco_rpl.la" && ln -s "../libcroco_rpl.la" "libcroco_rpl.la" )
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-ghash.lo `test -f 'glib/ghash.c' || echo './'`glib/ghash.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/ghash.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-ghash.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/ghash.c -o glib/libglib_rpl_la-ghash.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-glist.lo `test -f 'glib/glist.c' || echo './'`glib/glist.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/glist.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-glist.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/glist.c -o glib/libglib_rpl_la-glist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-gmessages.lo `test -f 'glib/gmessages.c' || echo './'`glib/gmessages.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gmessages.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gmessages.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gmessages.c -o glib/libglib_rpl_la-gmessages.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-gprimes.lo `test -f 'glib/gprimes.c' || echo './'`glib/gprimes.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gprimes.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gprimes.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gprimes.c -o glib/libglib_rpl_la-gprimes.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-gstrfuncs.lo `test -f 'glib/gstrfuncs.c' || echo './'`glib/gstrfuncs.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gstrfuncs.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gstrfuncs.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gstrfuncs.c -o glib/libglib_rpl_la-gstrfuncs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c -o glib/libglib_rpl_la-gstring.lo `test -f 'glib/gstring.c' || echo './'`glib/gstring.c
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gstring.c -fno-common -DPIC -o glib/.libs/libglib_rpl_la-gstring.o
libtool: compile: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I./libcroco -g -O2 -c glib/gstring.c -o glib/libglib_rpl_la-gstring.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o libglib_rpl.la glib/libglib_rpl_la-ghash.lo glib/libglib_rpl_la-glist.lo glib/libglib_rpl_la-gmessages.lo glib/libglib_rpl_la-gprimes.lo glib/libglib_rpl_la-gstrfuncs.lo glib/libglib_rpl_la-gstring.lo
libtool: link: ar cru .libs/libglib_rpl.a glib/.libs/libglib_rpl_la-ghash.o glib/.libs/libglib_rpl_la-glist.o glib/.libs/libglib_rpl_la-gmessages.o glib/.libs/libglib_rpl_la-gprimes.o glib/.libs/libglib_rpl_la-gstrfuncs.o glib/.libs/libglib_rpl_la-gstring.o
libtool: link: ranlib .libs/libglib_rpl.a
libtool: link: ( cd ".libs" && rm -f "libglib_rpl.la" && ln -s "../libglib_rpl.la" "libglib_rpl.la" )
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -no-undefined -liconv ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreFoundation -release 0.18.3 -lxml2 -liconv -liconv -liconv -lncurses -o libgettextlib.la -rpath /usr/local/Cellar/gettext/0.18.3.2/lib copy-acl.lo set-acl.lo allocator.lo areadlink.lo argmatch.lo gl_array_list.lo backupfile.lo addext.lo basename.lo binary-io.lo c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo c-strcasestr.lo c-strstr.lo careadlinkat.lo classpath.lo clean-temp.lo cloexec.lo closeout.lo concat-filename.lo copy-file.lo csharpcomp.lo csharpexec.lo error-progname.lo execute.lo exitfail.lo fatal-signal.lo fd-hook.lo fd-ostream.lo fd-safer-flag.lo dup-safer-flag.lo file-ostream.lo findprog.lo fstrcmp.lo full-write.lo fwriteerror.lo gcd.lo hash.lo html-ostream.lo html-styled-ostream.lo javacomp.lo javaexec.lo javaversion.lo gl_linkedhash_list.lo gl_list.lo localcharset.lo localename.lo glthread/lock.lo malloca.lo mbchar.lo mbiter.lo mbslen.lo mbsstr.lo mbswidth.lo mbuiter.lo ostream.lo pipe-filter-ii.lo pipe-filter-aux.lo pipe2.lo pipe2-safer.lo progname.lo propername.lo acl-errno-valid.lo file-has-acl.lo qcopy-acl.lo qset-acl.lo quotearg.lo safe-read.lo safe-write.lo sh-quote.lo sig-handler.lo spawn-pipe.lo striconv.lo striconveh.lo striconveha.lo strnlen1.lo styled-ostream.lo tempname.lo term-ostream.lo term-styled-ostream.lo glthread/threadlib.lo glthread/tls.lo tmpdir.lo trim.lo uniconv/u8-conv-from-enc.lo unilbrk/lbrktables.lo unilbrk/u8-possible-linebreaks.lo unilbrk/u8-width-linebreaks.lo unilbrk/ulc-common.lo unilbrk/ulc-width-linebreaks.lo uniname/uniname.lo unistd.lo dup-safer.lo fd-safer.lo pipe-safer.lo unistr/u16-mbtouc.lo unistr/u16-mbtouc-aux.lo unistr/u8-check.lo unistr/u8-mblen.lo unistr/u8-mbtouc.lo unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtoucr.lo unistr/u8-prev.lo unistr/u8-uctomb.lo unistr/u8-uctomb-aux.lo uniwidth/width.lo wait-process.lo wctype-h.lo xmalloc.lo xstrdup.lo xconcat-filename.lo xerror.lo gl_xlist.lo xmalloca.lo xreadlink.lo xsetenv.lo xsize.lo xstriconv.lo xstriconveh.lo xvasprintf.lo xasprintf.lo acl_entries.lo asnprintf.lo canonicalize-lgpl.lo error.lo fnmatch.lo getopt.lo getopt1.lo lstat.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo readlink.lo secure_getenv.lo setenv.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo libcroco_rpl.la libglib_rpl.la
libtool: link: clang -dynamiclib -o .libs/libgettextlib-0.18.3.dylib .libs/copy-acl.o .libs/set-acl.o .libs/allocator.o .libs/areadlink.o .libs/argmatch.o .libs/gl_array_list.o .libs/backupfile.o .libs/addext.o .libs/basename.o .libs/binary-io.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/c-strcasestr.o .libs/c-strstr.o .libs/careadlinkat.o .libs/classpath.o .libs/clean-temp.o .libs/cloexec.o .libs/closeout.o .libs/concat-filename.o .libs/copy-file.o .libs/csharpcomp.o .libs/csharpexec.o .libs/error-progname.o .libs/execute.o .libs/exitfail.o .libs/fatal-signal.o .libs/fd-hook.o .libs/fd-ostream.o .libs/fd-safer-flag.o .libs/dup-safer-flag.o .libs/file-ostream.o .libs/findprog.o .libs/fstrcmp.o .libs/full-write.o .libs/fwriteerror.o .libs/gcd.o .libs/hash.o .libs/html-ostream.o .libs/html-styled-ostream.o .libs/javacomp.o .libs/javaexec.o .libs/javaversion.o .libs/gl_linkedhash_list.o .libs/gl_list.o .libs/localcharset.o .libs/localename.o glthread/.libs/lock.o .libs/malloca.o .libs/mbchar.o .libs/mbiter.o .libs/mbslen.o .libs/mbsstr.o .libs/mbswidth.o .libs/mbuiter.o .libs/ostream.o .libs/pipe-filter-ii.o .libs/pipe-filter-aux.o .libs/pipe2.o .libs/pipe2-safer.o .libs/progname.o .libs/propername.o .libs/acl-errno-valid.o .libs/file-has-acl.o .libs/qcopy-acl.o .libs/qset-acl.o .libs/quotearg.o .libs/safe-read.o .libs/safe-write.o .libs/sh-quote.o .libs/sig-handler.o .libs/spawn-pipe.o .libs/striconv.o .libs/striconveh.o .libs/striconveha.o .libs/strnlen1.o .libs/styled-ostream.o .libs/tempname.o .libs/term-ostream.o .libs/term-styled-ostream.o glthread/.libs/threadlib.o glthread/.libs/tls.o .libs/tmpdir.o .libs/trim.o uniconv/.libs/u8-conv-from-enc.o unilbrk/.libs/lbrktables.o unilbrk/.libs/u8-possible-linebreaks.o unilbrk/.libs/u8-width-linebreaks.o unilbrk/.libs/ulc-common.o unilbrk/.libs/ulc-width-linebreaks.o uniname/.libs/uniname.o .libs/unistd.o .libs/dup-safer.o .libs/fd-safer.o .libs/pipe-safer.o unistr/.libs/u16-mbtouc.o unistr/.libs/u16-mbtouc-aux.o unistr/.libs/u8-check.o unistr/.libs/u8-mblen.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o unistr/.libs/u8-mbtouc-unsafe.o unistr/.libs/u8-mbtouc-unsafe-aux.o unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-prev.o unistr/.libs/u8-uctomb.o unistr/.libs/u8-uctomb-aux.o uniwidth/.libs/width.o .libs/wait-process.o .libs/wctype-h.o .libs/xmalloc.o .libs/xstrdup.o .libs/xconcat-filename.o .libs/xerror.o .libs/gl_xlist.o .libs/xmalloca.o .libs/xreadlink.o .libs/xsetenv.o .libs/xsize.o .libs/xstriconv.o .libs/xstriconveh.o .libs/xvasprintf.o .libs/xasprintf.o .libs/acl_entries.o .libs/asnprintf.o .libs/canonicalize-lgpl.o .libs/error.o .libs/fnmatch.o .libs/getopt.o .libs/getopt1.o .libs/lstat.o .libs/obstack.o .libs/open.o .libs/printf-args.o .libs/printf-parse.o .libs/rawmemchr.o .libs/readlink.o .libs/secure_getenv.o .libs/setenv.o .libs/stat.o .libs/strchrnul.o .libs/strerror.o .libs/strerror-override.o .libs/strstr.o .libs/vasnprintf.o .libs/wcwidth.o -Wl,-force_load,./.libs/libcroco_rpl.a -Wl,-force_load,./.libs/libglib_rpl.a ../intl/.libs/libintl.dylib -lc -lxml2 -liconv -lncurses -O2 -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreFoundation -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib-0.18.3.dylib -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextlib.dylib" && ln -s "libgettextlib-0.18.3.dylib" "libgettextlib.dylib")
libtool: link: (cd .libs/libgettextlib.lax/libcroco_rpl.a && ar x "/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/./.libs/libcroco_rpl.a")
libtool: link: (cd .libs/libgettextlib.lax/libglib_rpl.a && ar x "/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/./.libs/libglib_rpl.a")
libtool: link: ar cru .libs/libgettextlib.a copy-acl.o set-acl.o allocator.o areadlink.o argmatch.o gl_array_list.o backupfile.o addext.o basename.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o c-strcasestr.o c-strstr.o careadlinkat.o classpath.o clean-temp.o cloexec.o closeout.o concat-filename.o copy-file.o csharpcomp.o csharpexec.o error-progname.o execute.o exitfail.o fatal-signal.o fd-hook.o fd-ostream.o fd-safer-flag.o dup-safer-flag.o file-ostream.o findprog.o fstrcmp.o full-write.o fwriteerror.o gcd.o hash.o html-ostream.o html-styled-ostream.o javacomp.o javaexec.o javaversion.o gl_linkedhash_list.o gl_list.o localcharset.o localename.o glthread/lock.o malloca.o mbchar.o mbiter.o mbslen.o mbsstr.o mbswidth.o mbuiter.o ostream.o pipe-filter-ii.o pipe-filter-aux.o pipe2.o pipe2-safer.o progname.o propername.o acl-errno-valid.o file-has-acl.o qcopy-acl.o qset-acl.o quotearg.o safe-read.o safe-write.o sh-quote.o sig-handler.o spawn-pipe.o striconv.o striconveh.o striconveha.o strnlen1.o styled-ostream.o tempname.o term-ostream.o term-styled-ostream.o glthread/threadlib.o glthread/tls.o tmpdir.o trim.o uniconv/u8-conv-from-enc.o unilbrk/lbrktables.o unilbrk/u8-possible-linebreaks.o unilbrk/u8-width-linebreaks.o unilbrk/ulc-common.o unilbrk/ulc-width-linebreaks.o uniname/uniname.o unistd.o dup-safer.o fd-safer.o pipe-safer.o unistr/u16-mbtouc.o unistr/u16-mbtouc-aux.o unistr/u8-check.o unistr/u8-mblen.o unistr/u8-mbtouc.o unistr/u8-mbtouc-aux.o unistr/u8-mbtouc-unsafe.o unistr/u8-mbtouc-unsafe-aux.o unistr/u8-mbtoucr.o unistr/u8-prev.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o wait-process.o wctype-h.o xmalloc.o xstrdup.o xconcat-filename.o xerror.o gl_xlist.o xmalloca.o xreadlink.o xsetenv.o xsize.o xstriconv.o xstriconveh.o xvasprintf.o xasprintf.o acl_entries.o asnprintf.o canonicalize-lgpl.o error.o fnmatch.o getopt.o getopt1.o lstat.o obstack.o open.o printf-args.o printf-parse.o rawmemchr.o readlink.o secure_getenv.o setenv.o stat.o strchrnul.o strerror.o strerror-override.o strstr.o vasnprintf.o wcwidth.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-additional-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-attr-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-cascade.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-declaration.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-doc-handler.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-enc-handler.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-fonts.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-input.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-num.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-om-parser.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-parser.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-parsing-location.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-prop-list.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-pseudo.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-rgb.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-sel-eng.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-selector.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-simple-sel.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-statement.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-string.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-style.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-stylesheet.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-term.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-tknzr.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-token.o .libs/libgettextlib.lax/libcroco_rpl.a/libcroco_rpl_la-cr-utils.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-ghash.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-glist.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gmessages.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gprimes.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gstrfuncs.o .libs/libgettextlib.lax/libglib_rpl.a/libglib_rpl_la-gstring.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgettextlib.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextlib.a(xsize.o) has no symbols
libtool: link: rm -fr .libs/libgettextlib.lax
libtool: link: ( cd ".libs" && rm -f "libgettextlib.la" && ln -s "../libgettextlib.la" "libgettextlib.la" )
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
Making all in libgrep
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f langinfo.h-t langinfo.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GRGL|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''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
-e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
-e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|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''@|0|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
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1 -g -O2 -c -o dummy.o dummy.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1 -g -O2 -c -o kwset.o kwset.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1 -g -O2 -c -o m-fgrep.o m-fgrep.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1 -g -O2 -c -o m-regex.o m-regex.c
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DIN_GETTEXT_TOOLS_LIBGREP=1 -g -O2 -c -o regex.o regex.c
rm -f libgrep.a
ar cru libgrep.a dummy.o kwset.o m-fgrep.o m-regex.o regex.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrep.a(dummy.o) has no symbols
ranlib libgrep.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgrep.a(dummy.o) has no symbols
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-message.lo `test -f 'message.c' || echo './'`message.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c message.c -fno-common -DPIC -o .libs/libgettextsrc_la-message.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c message.c -o libgettextsrc_la-message.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-error.lo `test -f 'po-error.c' || echo './'`po-error.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-error.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-error.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-error.c -o libgettextsrc_la-po-error.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-xerror.lo `test -f 'po-xerror.c' || echo './'`po-xerror.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-xerror.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-xerror.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-xerror.c -o libgettextsrc_la-po-xerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-read-catalog-abstract.lo `test -f 'read-catalog-abstract.c' || echo './'`read-catalog-abstract.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-catalog-abstract.c -fno-common -DPIC -o .libs/libgettextsrc_la-read-catalog-abstract.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-catalog-abstract.c -o libgettextsrc_la-read-catalog-abstract.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-lex.lo `test -f 'po-lex.c' || echo './'`po-lex.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-lex.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-lex.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-lex.c -o libgettextsrc_la-po-lex.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-gram-gen.lo `test -f 'po-gram-gen.c' || echo './'`po-gram-gen.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-gram-gen.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-gram-gen.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-gram-gen.c -o libgettextsrc_la-po-gram-gen.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-charset.lo `test -f 'po-charset.c' || echo './'`po-charset.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-charset.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-charset.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-charset.c -o libgettextsrc_la-po-charset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-read-po.lo `test -f 'read-po.c' || echo './'`read-po.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-po.c -fno-common -DPIC -o .libs/libgettextsrc_la-read-po.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-po.c -o libgettextsrc_la-read-po.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-read-properties.lo `test -f 'read-properties.c' || echo './'`read-properties.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-properties.c -fno-common -DPIC -o .libs/libgettextsrc_la-read-properties.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-properties.c -o libgettextsrc_la-read-properties.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-read-stringtable.lo `test -f 'read-stringtable.c' || echo './'`read-stringtable.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-stringtable.c -fno-common -DPIC -o .libs/libgettextsrc_la-read-stringtable.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-stringtable.c -o libgettextsrc_la-read-stringtable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-open-catalog.lo `test -f 'open-catalog.c' || echo './'`open-catalog.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c open-catalog.c -fno-common -DPIC -o .libs/libgettextsrc_la-open-catalog.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c open-catalog.c -o libgettextsrc_la-open-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-dir-list.lo `test -f 'dir-list.c' || echo './'`dir-list.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c dir-list.c -fno-common -DPIC -o .libs/libgettextsrc_la-dir-list.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c dir-list.c -o libgettextsrc_la-dir-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-str-list.lo `test -f 'str-list.c' || echo './'`str-list.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c str-list.c -fno-common -DPIC -o .libs/libgettextsrc_la-str-list.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c str-list.c -o libgettextsrc_la-str-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-read-catalog.lo `test -f 'read-catalog.c' || echo './'`read-catalog.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-catalog.c -fno-common -DPIC -o .libs/libgettextsrc_la-read-catalog.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c read-catalog.c -o libgettextsrc_la-read-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-color.lo `test -f 'color.c' || echo './'`color.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c color.c -fno-common -DPIC -o .libs/libgettextsrc_la-color.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c color.c -o libgettextsrc_la-color.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-write-catalog.lo `test -f 'write-catalog.c' || echo './'`write-catalog.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-catalog.c -fno-common -DPIC -o .libs/libgettextsrc_la-write-catalog.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-catalog.c -o libgettextsrc_la-write-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-write-properties.lo `test -f 'write-properties.c' || echo './'`write-properties.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-properties.c -fno-common -DPIC -o .libs/libgettextsrc_la-write-properties.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-properties.c -o libgettextsrc_la-write-properties.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-write-stringtable.lo `test -f 'write-stringtable.c' || echo './'`write-stringtable.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-stringtable.c -fno-common -DPIC -o .libs/libgettextsrc_la-write-stringtable.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-stringtable.c -o libgettextsrc_la-write-stringtable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-write-po.lo `test -f 'write-po.c' || echo './'`write-po.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-po.c -fno-common -DPIC -o .libs/libgettextsrc_la-write-po.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c write-po.c -o libgettextsrc_la-write-po.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-ascii.lo `test -f 'msgl-ascii.c' || echo './'`msgl-ascii.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-ascii.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-ascii.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-ascii.c -o libgettextsrc_la-msgl-ascii.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-iconv.lo `test -f 'msgl-iconv.c' || echo './'`msgl-iconv.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-iconv.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-iconv.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-iconv.c -o libgettextsrc_la-msgl-iconv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-equal.lo `test -f 'msgl-equal.c' || echo './'`msgl-equal.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-equal.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-equal.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-equal.c -o libgettextsrc_la-msgl-equal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-cat.lo `test -f 'msgl-cat.c' || echo './'`msgl-cat.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-cat.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-cat.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-cat.c -o libgettextsrc_la-msgl-cat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-header.lo `test -f 'msgl-header.c' || echo './'`msgl-header.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-header.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-header.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-header.c -o libgettextsrc_la-msgl-header.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-english.lo `test -f 'msgl-english.c' || echo './'`msgl-english.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-english.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-english.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-english.c -o libgettextsrc_la-msgl-english.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-check.lo `test -f 'msgl-check.c' || echo './'`msgl-check.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-check.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-check.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-check.c -o libgettextsrc_la-msgl-check.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-file-list.lo `test -f 'file-list.c' || echo './'`file-list.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c file-list.c -fno-common -DPIC -o .libs/libgettextsrc_la-file-list.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c file-list.c -o libgettextsrc_la-file-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-msgl-charset.lo `test -f 'msgl-charset.c' || echo './'`msgl-charset.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-charset.c -fno-common -DPIC -o .libs/libgettextsrc_la-msgl-charset.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c msgl-charset.c -o libgettextsrc_la-msgl-charset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-po-time.lo `test -f 'po-time.c' || echo './'`po-time.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-time.c -fno-common -DPIC -o .libs/libgettextsrc_la-po-time.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c po-time.c -o libgettextsrc_la-po-time.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-plural-exp.lo `test -f 'plural-exp.c' || echo './'`plural-exp.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-exp.c -fno-common -DPIC -o .libs/libgettextsrc_la-plural-exp.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-exp.c -o libgettextsrc_la-plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-plural-eval.lo `test -f 'plural-eval.c' || echo './'`plural-eval.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-eval.c -fno-common -DPIC -o .libs/libgettextsrc_la-plural-eval.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-eval.c -o libgettextsrc_la-plural-eval.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-plural-table.lo `test -f 'plural-table.c' || echo './'`plural-table.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-table.c -fno-common -DPIC -o .libs/libgettextsrc_la-plural-table.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-table.c -o libgettextsrc_la-plural-table.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format.lo `test -f 'format.c' || echo './'`format.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format.c -fno-common -DPIC -o .libs/libgettextsrc_la-format.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format.c -o libgettextsrc_la-format.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-c.lo `test -f 'format-c.c' || echo './'`format-c.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-c.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-c.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-c.c -o libgettextsrc_la-format-c.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-sh.lo `test -f 'format-sh.c' || echo './'`format-sh.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-sh.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-sh.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-sh.c -o libgettextsrc_la-format-sh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-python.lo `test -f 'format-python.c' || echo './'`format-python.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-python.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-python.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-python.c -o libgettextsrc_la-format-python.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-python-brace.lo `test -f 'format-python-brace.c' || echo './'`format-python-brace.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-python-brace.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-python-brace.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-python-brace.c -o libgettextsrc_la-format-python-brace.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-lisp.lo `test -f 'format-lisp.c' || echo './'`format-lisp.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-lisp.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-lisp.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-lisp.c -o libgettextsrc_la-format-lisp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-elisp.lo `test -f 'format-elisp.c' || echo './'`format-elisp.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-elisp.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-elisp.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-elisp.c -o libgettextsrc_la-format-elisp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-librep.lo `test -f 'format-librep.c' || echo './'`format-librep.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-librep.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-librep.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-librep.c -o libgettextsrc_la-format-librep.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-scheme.lo `test -f 'format-scheme.c' || echo './'`format-scheme.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-scheme.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-scheme.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-scheme.c -o libgettextsrc_la-format-scheme.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-java.lo `test -f 'format-java.c' || echo './'`format-java.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-java.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-java.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-java.c -o libgettextsrc_la-format-java.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-csharp.lo `test -f 'format-csharp.c' || echo './'`format-csharp.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-csharp.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-csharp.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-csharp.c -o libgettextsrc_la-format-csharp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-awk.lo `test -f 'format-awk.c' || echo './'`format-awk.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-awk.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-awk.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-awk.c -o libgettextsrc_la-format-awk.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-pascal.lo `test -f 'format-pascal.c' || echo './'`format-pascal.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-pascal.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-pascal.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-pascal.c -o libgettextsrc_la-format-pascal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-ycp.lo `test -f 'format-ycp.c' || echo './'`format-ycp.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-ycp.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-ycp.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-ycp.c -o libgettextsrc_la-format-ycp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-tcl.lo `test -f 'format-tcl.c' || echo './'`format-tcl.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-tcl.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-tcl.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-tcl.c -o libgettextsrc_la-format-tcl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-perl.lo `test -f 'format-perl.c' || echo './'`format-perl.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-perl.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-perl.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-perl.c -o libgettextsrc_la-format-perl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-perl-brace.lo `test -f 'format-perl-brace.c' || echo './'`format-perl-brace.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-perl-brace.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-perl-brace.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-perl-brace.c -o libgettextsrc_la-format-perl-brace.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-php.lo `test -f 'format-php.c' || echo './'`format-php.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-php.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-php.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-php.c -o libgettextsrc_la-format-php.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-gcc-internal.lo `test -f 'format-gcc-internal.c' || echo './'`format-gcc-internal.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-gcc-internal.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-gcc-internal.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-gcc-internal.c -o libgettextsrc_la-format-gcc-internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-gfc-internal.lo `test -f 'format-gfc-internal.c' || echo './'`format-gfc-internal.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-gfc-internal.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-gfc-internal.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-gfc-internal.c -o libgettextsrc_la-format-gfc-internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-qt.lo `test -f 'format-qt.c' || echo './'`format-qt.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-qt.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-qt.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-qt.c -o libgettextsrc_la-format-qt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-qt-plural.lo `test -f 'format-qt-plural.c' || echo './'`format-qt-plural.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-qt-plural.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-qt-plural.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-qt-plural.c -o libgettextsrc_la-format-qt-plural.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-kde.lo `test -f 'format-kde.c' || echo './'`format-kde.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-kde.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-kde.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-kde.c -o libgettextsrc_la-format-kde.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-boost.lo `test -f 'format-boost.c' || echo './'`format-boost.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-boost.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-boost.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-boost.c -o libgettextsrc_la-format-boost.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-lua.lo `test -f 'format-lua.c' || echo './'`format-lua.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-lua.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-lua.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-lua.c -o libgettextsrc_la-format-lua.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c -o libgettextsrc_la-format-javascript.lo `test -f 'format-javascript.c' || echo './'`format-javascript.c
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-javascript.c -fno-common -DPIC -o .libs/libgettextsrc_la-format-javascript.o
libtool: compile: clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -g -O2 -c format-javascript.c -o libgettextsrc_la-format-javascript.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -release 0.18.3 ../gnulib-lib/libgettextlib.la ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv -lc -no-undefined -o libgettextsrc.la -rpath /usr/local/Cellar/gettext/0.18.3.2/lib libgettextsrc_la-message.lo libgettextsrc_la-po-error.lo libgettextsrc_la-po-xerror.lo libgettextsrc_la-read-catalog-abstract.lo libgettextsrc_la-po-lex.lo libgettextsrc_la-po-gram-gen.lo libgettextsrc_la-po-charset.lo libgettextsrc_la-read-po.lo libgettextsrc_la-read-properties.lo libgettextsrc_la-read-stringtable.lo libgettextsrc_la-open-catalog.lo libgettextsrc_la-dir-list.lo libgettextsrc_la-str-list.lo libgettextsrc_la-read-catalog.lo libgettextsrc_la-color.lo libgettextsrc_la-write-catalog.lo libgettextsrc_la-write-properties.lo libgettextsrc_la-write-stringtable.lo libgettextsrc_la-write-po.lo libgettextsrc_la-msgl-ascii.lo libgettextsrc_la-msgl-iconv.lo libgettextsrc_la-msgl-equal.lo libgettextsrc_la-msgl-cat.lo libgettextsrc_la-msgl-header.lo libgettextsrc_la-msgl-english.lo libgettextsrc_la-msgl-check.lo libgettextsrc_la-file-list.lo libgettextsrc_la-msgl-charset.lo libgettextsrc_la-po-time.lo libgettextsrc_la-plural-exp.lo libgettextsrc_la-plural-eval.lo libgettextsrc_la-plural-table.lo libgettextsrc_la-format.lo libgettextsrc_la-format-c.lo libgettextsrc_la-format-sh.lo libgettextsrc_la-format-python.lo libgettextsrc_la-format-python-brace.lo libgettextsrc_la-format-lisp.lo libgettextsrc_la-format-elisp.lo libgettextsrc_la-format-librep.lo libgettextsrc_la-format-scheme.lo libgettextsrc_la-format-java.lo libgettextsrc_la-format-csharp.lo libgettextsrc_la-format-awk.lo libgettextsrc_la-format-pascal.lo libgettextsrc_la-format-ycp.lo libgettextsrc_la-format-tcl.lo libgettextsrc_la-format-perl.lo libgettextsrc_la-format-perl-brace.lo libgettextsrc_la-format-php.lo libgettextsrc_la-format-gcc-internal.lo libgettextsrc_la-format-gfc-internal.lo libgettextsrc_la-format-qt.lo libgettextsrc_la-format-qt-plural.lo libgettextsrc_la-format-kde.lo libgettextsrc_la-format-boost.lo libgettextsrc_la-format-lua.lo libgettextsrc_la-format-javascript.lo
libtool: link: clang -dynamiclib -o .libs/libgettextsrc-0.18.3.dylib .libs/libgettextsrc_la-message.o .libs/libgettextsrc_la-po-error.o .libs/libgettextsrc_la-po-xerror.o .libs/libgettextsrc_la-read-catalog-abstract.o .libs/libgettextsrc_la-po-lex.o .libs/libgettextsrc_la-po-gram-gen.o .libs/libgettextsrc_la-po-charset.o .libs/libgettextsrc_la-read-po.o .libs/libgettextsrc_la-read-properties.o .libs/libgettextsrc_la-read-stringtable.o .libs/libgettextsrc_la-open-catalog.o .libs/libgettextsrc_la-dir-list.o .libs/libgettextsrc_la-str-list.o .libs/libgettextsrc_la-read-catalog.o .libs/libgettextsrc_la-color.o .libs/libgettextsrc_la-write-catalog.o .libs/libgettextsrc_la-write-properties.o .libs/libgettextsrc_la-write-stringtable.o .libs/libgettextsrc_la-write-po.o .libs/libgettextsrc_la-msgl-ascii.o .libs/libgettextsrc_la-msgl-iconv.o .libs/libgettextsrc_la-msgl-equal.o .libs/libgettextsrc_la-msgl-cat.o .libs/libgettextsrc_la-msgl-header.o .libs/libgettextsrc_la-msgl-english.o .libs/libgettextsrc_la-msgl-check.o .libs/libgettextsrc_la-file-list.o .libs/libgettextsrc_la-msgl-charset.o .libs/libgettextsrc_la-po-time.o .libs/libgettextsrc_la-plural-exp.o .libs/libgettextsrc_la-plural-eval.o .libs/libgettextsrc_la-plural-table.o .libs/libgettextsrc_la-format.o .libs/libgettextsrc_la-format-c.o .libs/libgettextsrc_la-format-sh.o .libs/libgettextsrc_la-format-python.o .libs/libgettextsrc_la-format-python-brace.o .libs/libgettextsrc_la-format-lisp.o .libs/libgettextsrc_la-format-elisp.o .libs/libgettextsrc_la-format-librep.o .libs/libgettextsrc_la-format-scheme.o .libs/libgettextsrc_la-format-java.o .libs/libgettextsrc_la-format-csharp.o .libs/libgettextsrc_la-format-awk.o .libs/libgettextsrc_la-format-pascal.o .libs/libgettextsrc_la-format-ycp.o .libs/libgettextsrc_la-format-tcl.o .libs/libgettextsrc_la-format-perl.o .libs/libgettextsrc_la-format-perl-brace.o .libs/libgettextsrc_la-format-php.o .libs/libgettextsrc_la-format-gcc-internal.o .libs/libgettextsrc_la-format-gfc-internal.o .libs/libgettextsrc_la-format-qt.o .libs/libgettextsrc_la-format-qt-plural.o .libs/libgettextsrc_la-format-kde.o .libs/libgettextsrc_la-format-boost.o .libs/libgettextsrc_la-format-lua.o .libs/libgettextsrc_la-format-javascript.o ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc -O2 -Wl,-framework -Wl,CoreFoundation -Wl,-dylib_file -Wl,/usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib:/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc-0.18.3.dylib -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextsrc.dylib" && ln -s "libgettextsrc-0.18.3.dylib" "libgettextsrc.dylib")
libtool: link: ar cru .libs/libgettextsrc.a libgettextsrc_la-message.o libgettextsrc_la-po-error.o libgettextsrc_la-po-xerror.o libgettextsrc_la-read-catalog-abstract.o libgettextsrc_la-po-lex.o libgettextsrc_la-po-gram-gen.o libgettextsrc_la-po-charset.o libgettextsrc_la-read-po.o libgettextsrc_la-read-properties.o libgettextsrc_la-read-stringtable.o libgettextsrc_la-open-catalog.o libgettextsrc_la-dir-list.o libgettextsrc_la-str-list.o libgettextsrc_la-read-catalog.o libgettextsrc_la-color.o libgettextsrc_la-write-catalog.o libgettextsrc_la-write-properties.o libgettextsrc_la-write-stringtable.o libgettextsrc_la-write-po.o libgettextsrc_la-msgl-ascii.o libgettextsrc_la-msgl-iconv.o libgettextsrc_la-msgl-equal.o libgettextsrc_la-msgl-cat.o libgettextsrc_la-msgl-header.o libgettextsrc_la-msgl-english.o libgettextsrc_la-msgl-check.o libgettextsrc_la-file-list.o libgettextsrc_la-msgl-charset.o libgettextsrc_la-po-time.o libgettextsrc_la-plural-exp.o libgettextsrc_la-plural-eval.o libgettextsrc_la-plural-table.o libgettextsrc_la-format.o libgettextsrc_la-format-c.o libgettextsrc_la-format-sh.o libgettextsrc_la-format-python.o libgettextsrc_la-format-python-brace.o libgettextsrc_la-format-lisp.o libgettextsrc_la-format-elisp.o libgettextsrc_la-format-librep.o libgettextsrc_la-format-scheme.o libgettextsrc_la-format-java.o libgettextsrc_la-format-csharp.o libgettextsrc_la-format-awk.o libgettextsrc_la-format-pascal.o libgettextsrc_la-format-ycp.o libgettextsrc_la-format-tcl.o libgettextsrc_la-format-perl.o libgettextsrc_la-format-perl-brace.o libgettextsrc_la-format-php.o libgettextsrc_la-format-gcc-internal.o libgettextsrc_la-format-gfc-internal.o libgettextsrc_la-format-qt.o libgettextsrc_la-format-qt-plural.o libgettextsrc_la-format-kde.o libgettextsrc_la-format-boost.o libgettextsrc_la-format-lua.o libgettextsrc_la-format-javascript.o
libtool: link: ranlib .libs/libgettextsrc.a
libtool: link: ( cd ".libs" && rm -f "libgettextsrc.la" && ln -s "../libgettextsrc.la" "libgettextsrc.la" )
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgcmp-msgcmp.o `test -f 'msgcmp.c' || echo './'`msgcmp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgcmp-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo './'`msgl-fsearch.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgcmp msgcmp-msgcmp.o msgcmp-msgl-fsearch.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgcmp msgcmp-msgcmp.o msgcmp-msgl-fsearch.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-msgfmt.o `test -f 'msgfmt.c' || echo './'`msgfmt.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-mo.o `test -f 'write-mo.c' || echo './'`write-mo.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-java.o `test -f 'write-java.c' || echo './'`write-java.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-csharp.o `test -f 'write-csharp.c' || echo './'`write-csharp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-resources.o `test -f 'write-resources.c' || echo './'`write-resources.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-tcl.o `test -f 'write-tcl.c' || echo './'`write-tcl.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-write-qt.o `test -f 'write-qt.c' || echo './'`write-qt.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfmt-hash-string.o `test -f '../../gettext-runtime/intl/hash-string.c' || echo './'`../../gettext-runtime/intl/hash-string.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgfmt msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-hash-string.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgfmt msgfmt-msgfmt.o msgfmt-write-mo.o msgfmt-write-java.o msgfmt-write-csharp.o msgfmt-write-resources.o msgfmt-write-tcl.o msgfmt-write-qt.o msgfmt-hash-string.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgmerge-msgmerge.o `test -f 'msgmerge.c' || echo './'`msgmerge.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgmerge-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo './'`msgl-fsearch.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgmerge-lang-table.o `test -f 'lang-table.c' || echo './'`lang-table.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgmerge-plural-count.o `test -f 'plural-count.c' || echo './'`plural-count.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgmerge msgmerge-msgmerge.o msgmerge-msgl-fsearch.o msgmerge-lang-table.o msgmerge-plural-count.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgmerge msgmerge-msgmerge.o msgmerge-msgl-fsearch.o msgmerge-lang-table.o msgmerge-plural-count.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-msgunfmt.o `test -f 'msgunfmt.c' || echo './'`msgunfmt.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-read-mo.o `test -f 'read-mo.c' || echo './'`read-mo.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-read-java.o `test -f 'read-java.c' || echo './'`read-java.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-read-csharp.o `test -f 'read-csharp.c' || echo './'`read-csharp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-read-resources.o `test -f 'read-resources.c' || echo './'`read-resources.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgunfmt-read-tcl.o `test -f 'read-tcl.c' || echo './'`read-tcl.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgunfmt msgunfmt-msgunfmt.o msgunfmt-read-mo.o msgunfmt-read-java.o msgunfmt-read-csharp.o msgunfmt-read-resources.o msgunfmt-read-tcl.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgunfmt msgunfmt-msgunfmt.o msgunfmt-read-mo.o msgunfmt-read-java.o msgunfmt-read-csharp.o msgunfmt-read-resources.o msgunfmt-read-tcl.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-xgettext.o `test -f 'xgettext.c' || echo './'`xgettext.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-c.o `test -f 'x-c.c' || echo './'`x-c.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-po.o `test -f 'x-po.c' || echo './'`x-po.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-sh.o `test -f 'x-sh.c' || echo './'`x-sh.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-python.o `test -f 'x-python.c' || echo './'`x-python.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-lisp.o `test -f 'x-lisp.c' || echo './'`x-lisp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-elisp.o `test -f 'x-elisp.c' || echo './'`x-elisp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-librep.o `test -f 'x-librep.c' || echo './'`x-librep.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-scheme.o `test -f 'x-scheme.c' || echo './'`x-scheme.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-smalltalk.o `test -f 'x-smalltalk.c' || echo './'`x-smalltalk.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-java.o `test -f 'x-java.c' || echo './'`x-java.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-csharp.o `test -f 'x-csharp.c' || echo './'`x-csharp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-awk.o `test -f 'x-awk.c' || echo './'`x-awk.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-ycp.o `test -f 'x-ycp.c' || echo './'`x-ycp.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-tcl.o `test -f 'x-tcl.c' || echo './'`x-tcl.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-perl.o `test -f 'x-perl.c' || echo './'`x-perl.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-php.o `test -f 'x-php.c' || echo './'`x-php.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-rst.o `test -f 'x-rst.c' || echo './'`x-rst.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-glade.o `test -f 'x-glade.c' || echo './'`x-glade.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-lua.o `test -f 'x-lua.c' || echo './'`x-lua.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-javascript.o `test -f 'x-javascript.c' || echo './'`x-javascript.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o xgettext-x-vala.o `test -f 'x-vala.c' || echo './'`x-vala.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o xgettext xgettext-xgettext.o xgettext-x-c.o xgettext-x-po.o xgettext-x-sh.o xgettext-x-python.o xgettext-x-lisp.o xgettext-x-elisp.o xgettext-x-librep.o xgettext-x-scheme.o xgettext-x-smalltalk.o xgettext-x-java.o xgettext-x-csharp.o xgettext-x-awk.o xgettext-x-ycp.o xgettext-x-tcl.o xgettext-x-perl.o xgettext-x-php.o xgettext-x-rst.o xgettext-x-glade.o xgettext-x-lua.o xgettext-x-javascript.o xgettext-x-vala.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation -lexpat -liconv
libtool: link: clang -g -O2 -o .libs/xgettext xgettext-xgettext.o xgettext-x-c.o xgettext-x-po.o xgettext-x-sh.o xgettext-x-python.o xgettext-x-lisp.o xgettext-x-elisp.o xgettext-x-librep.o xgettext-x-scheme.o xgettext-x-smalltalk.o xgettext-x-java.o xgettext-x-csharp.o xgettext-x-awk.o xgettext-x-ycp.o xgettext-x-tcl.o xgettext-x-perl.o xgettext-x-php.o xgettext-x-rst.o xgettext-x-glade.o xgettext-x-lua.o xgettext-x-javascript.o xgettext-x-vala.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lc -lexpat -liconv
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgattrib-msgattrib.o `test -f 'msgattrib.c' || echo './'`msgattrib.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgattrib msgattrib-msgattrib.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgattrib msgattrib-msgattrib.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgcat-msgcat.o `test -f 'msgcat.c' || echo './'`msgcat.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgcat msgcat-msgcat.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgcat msgcat-msgcat.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgcomm-msgcomm.o `test -f 'msgcomm.c' || echo './'`msgcomm.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgcomm msgcomm-msgcomm.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgcomm msgcomm-msgcomm.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgconv-msgconv.o `test -f 'msgconv.c' || echo './'`msgconv.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgconv msgconv-msgconv.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgconv msgconv-msgconv.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgen-msgen.o `test -f 'msgen.c' || echo './'`msgen.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgen msgen-msgen.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgen msgen-msgen.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgexec-msgexec.o `test -f 'msgexec.c' || echo './'`msgexec.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgexec msgexec-msgexec.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgexec msgexec-msgexec.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfilter-msgfilter.o `test -f 'msgfilter.c' || echo './'`msgfilter.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msgfilter-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo './'`filter-sr-latin.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msgfilter msgfilter-msgfilter.o msgfilter-filter-sr-latin.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msgfilter msgfilter-msgfilter.o msgfilter-filter-sr-latin.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msggrep-msggrep.o `test -f 'msggrep.c' || echo './'`msggrep.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msggrep msggrep-msggrep.o ../libgrep/libgrep.a libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msggrep msggrep-msggrep.o -Wl,-framework -Wl,CoreFoundation ../libgrep/libgrep.a ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msginit-msginit.o `test -f 'msginit.c' || echo './'`msginit.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msginit-lang-table.o `test -f 'lang-table.c' || echo './'`lang-table.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msginit-plural-count.o `test -f 'plural-count.c' || echo './'`plural-count.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msginit-localealias.o `test -f '../../gettext-runtime/intl/localealias.c' || echo './'`../../gettext-runtime/intl/localealias.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msginit-lock.o `test -f '../../gettext-runtime/intl/lock.c' || echo './'`../../gettext-runtime/intl/lock.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msginit msginit-msginit.o msginit-lang-table.o msginit-plural-count.o msginit-localealias.o msginit-lock.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msginit msginit-msginit.o msginit-lang-table.o msginit-plural-count.o msginit-localealias.o msginit-lock.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o msguniq-msguniq.o `test -f 'msguniq.c' || echo './'`msguniq.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o msguniq msguniq-msguniq.o libgettextsrc.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/msguniq msguniq-msguniq.o -Wl,-framework -Wl,CoreFoundation ./.libs/libgettextsrc.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/gnulib-lib/.libs/libgettextlib.dylib -lxml2 -lncurses /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o recode_sr_latin-recode-sr-latin.o `test -f 'recode-sr-latin.c' || echo './'`recode-sr-latin.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/bin\" -g -O2 -c -o recode_sr_latin-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo './'`filter-sr-latin.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o recode-sr-latin recode_sr_latin-recode-sr-latin.o recode_sr_latin-filter-sr-latin.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/recode-sr-latin recode_sr_latin-recode-sr-latin.o recode_sr_latin-filter-sr-latin.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -g -O2 -c -o hostname-hostname.o `test -f 'hostname.c' || echo './'`hostname.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o hostname hostname-hostname.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/hostname hostname-hostname.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DUSEJAVA=0 -DUSEJEXE=0 -DGETTEXTJEXEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -DGETTEXTJAR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/gettext.jar\" -DLIBDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib\" -DGETTEXTDATADIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext\" -DPROJECTSDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../libgrep -I../gnulib-lib -I../gnulib-lib -I../intl -I../../gettext-runtime/intl -DINSTALLDIR=\"/usr/local/Cellar/gettext/0.18.3.2/lib/gettext\" -g -O2 -c -o urlget-urlget.o `test -f 'urlget.c' || echo './'`urlget.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o urlget urlget-urlget.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/urlget urlget-urlget.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -lc -liconv
Making all in libgettextpo
cp ./gettext-po.in.h gettext-po.h-tmp
mv gettext-po.h-tmp gettext-po.h
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define EXEC_PREFIX "/usr/local/Cellar/gettext/0.18.3.2"'; \
echo '#define BINDIR "/usr/local/Cellar/gettext/0.18.3.2/bin"'; \
echo '#define SBINDIR "/usr/local/Cellar/gettext/0.18.3.2/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define DATADIR "/usr/local/Cellar/gettext/0.18.3.2/share"'; \
echo '#define SYSCONFDIR "/usr/local/Cellar/gettext/0.18.3.2/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/Cellar/gettext/0.18.3.2/var"'; \
echo '#define INCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define INFODIR "/usr/local/Cellar/gettext/0.18.3.2/share/info"'; \
echo '#define HTMLDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define DVIDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PDFDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define PSDIR "/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext"'; \
echo '#define LIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib"'; \
echo '#define LISPDIR "/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/usr/local/Cellar/gettext/0.18.3.2/share/locale"'; \
echo '#define MANDIR "/usr/local/Cellar/gettext/0.18.3.2/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/Cellar/gettext/0.18.3.2/share/gettext-tools"'; \
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/gettext/0.18.3.2/include/gettext-tools"'; \
echo '#define PKGLIBDIR "/usr/local/Cellar/gettext/0.18.3.2/lib/gettext-tools"'; \
echo '#define PKGLIBEXECDIR "/usr/local/Cellar/gettext/0.18.3.2/libexec/gettext-tools"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_FCNTL''@/1/g' \
-e 's/@''GNULIB_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_OPEN''@/1/g' \
-e 's/@''GNULIB_OPENAT''@/0/g' \
-e 's|@''HAVE_FCNTL''@|1|g' \
-e 's|@''HAVE_OPENAT''@|1|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 iconv.h-t iconv.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_ICONV_H''@|<iconv.h>|g' \
-e 's/@''GNULIB_ICONV''@/1/g' \
-e 's|@''ICONV_CONST''@||g' \
-e 's|@''REPLACE_ICONV''@|0|g' \
-e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
-e 's|@''REPLACE_ICONV_UTF''@|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' \
< ./iconv.in.h; \
} > iconv.h-t && \
mv iconv.h-t iconv.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''GNULIB_RAISE''@|1|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
-e 's/@''GNULIB_SIGACTION''@/1/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|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' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
rm -f stdint.h-t stdint.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_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/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//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_GTPO|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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/1/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FTELLO''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/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''@/1/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/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''@/1/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./stdio.in.h | \
sed -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_GTPO|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_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
-e 's/@''GNULIB_MKDTEMP''@/1/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_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_REALPATH''@/1/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
-e 's/@''GNULIB_SETENV''@/1/g' \
-e 's/@''GNULIB_STRTOD''@/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''@/1/g' \
-e 's/@''GNULIB_WCTOMB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|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_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_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_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|0|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|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_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|1|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|1|g' \
-e 's|@''REPLACE_SETENV''@|1|g' \
-e 's|@''REPLACE_STRTOD''@|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 ../../build-aux/snippet/_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_GTPO|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_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''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/1/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''@/1/g' \
-e 's/@''GNULIB_STPNCPY''@/1/g' \
-e 's/@''GNULIB_STRCHRNUL''@/1/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/g' \
-e 's/@''GNULIB_STRNLEN''@/1/g' \
-e 's/@''GNULIB_STRPBRK''@/1/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/1/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|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_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|1|g' \
-e 's|@''REPLACE_STRERROR''@|1|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|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
../../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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/@''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_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/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|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|1|g' \
-e 's|@''HAVE_FUTIMENS''@|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_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|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
../../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/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|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|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 '/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 uniconv.h-t uniconv.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./uniconv.in.h; \
} > uniconv.h-t && \
mv -f uniconv.h-t uniconv.h
rm -f unilbrk.h-t unilbrk.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./unilbrk.in.h; \
} > unilbrk.h-t && \
mv -f unilbrk.h-t unilbrk.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_GTPO|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_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_DUP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/1/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_GETPAGESIZE''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/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''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/1/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/1/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/1/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINK''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/1/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|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_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|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''@|0|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''@|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_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_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -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_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|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''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|1|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_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 unistr.h-t unistr.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./unistr.in.h; \
} > unistr.h-t && \
mv -f unistr.h-t unistr.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_GTPO|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/@''GNULIB_BTOWC''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/g' \
-e 's/@''GNULIB_WCTOB''@/IN_GETTEXT_TOOLS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/IN_GETTEXT_TOOLS_LIBGREP/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/(IN_GETTEXT_TOOLS_GNULIB_TESTS || IN_GETTEXT_TOOLS_LIBGREP)/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_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' \
< ./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_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_DECL_WCTOB''@|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 '/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_GTPO|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/@''GNULIB_ISWBLANK''@/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_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
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
: "Avoid double inclusion, to avoid a warning about redefinition of DLL_VARIABLE."; \
echo '#ifndef GTPO_CONFIG_H'; \
echo '#define GTPO_CONFIG_H'; \
echo; \
echo '#include "../config.h"'; \
: "Turn all gettext() calls into dgettext() calls."; \
echo '#define DEFAULT_TEXT_DOMAIN "gettext-tools"'; \
: "All code is collected in a single library,"; \
: "No references to variables in other libraries exist."; \
echo '#undef DLL_VARIABLE'; \
echo '#define DLL_VARIABLE'; \
echo; \
echo '#endif /* GTPO_CONFIG_H */'; \
} > config.h && \
if test -n "1"; then \
{ \
for f in ../src/str-list.c ../src/dir-list.c ../src/message.c ../src/msgl-ascii.c ../src/po-error.c ../src/po-xerror.c ../src/write-catalog.c ../src/write-po.c ../src/open-catalog.c ../src/po-charset.c ../src/po-lex.c ../src/po-gram-gen.c ../src/read-po.c ../src/read-catalog-abstract.c ../src/read-catalog.c ../src/plural-table.c ../src/format-c.c ../src/format-sh.c ../src/format-python.c ../src/format-python-brace.c ../src/format-lisp.c ../src/format-elisp.c ../src/format-librep.c ../src/format-scheme.c ../src/format-java.c ../src/format-javascript.c ../src/format-csharp.c ../src/format-awk.c ../src/format-pascal.c ../src/format-ycp.c ../src/format-tcl.c ../src/format-perl.c ../src/format-perl-brace.c ../src/format-php.c ../src/format-gcc-internal.c ../src/format-gfc-internal.c ../src/format-qt.c ../src/format-qt-plural.c ../src/format-kde.c ../src/format-boost.c ../src/format-lua.c ../src/format.c ../src/plural-exp.c ../src/plural-eval.c ../src/msgl-check.c basename.h basename.c c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c c-strstr.h c-strstr.c concat-filename.c diffseq.h error-progname.h error-progname.c exitfail.c fd-hook.c file-ostream.c fstrcmp.h fstrcmp.c fwriteerror.h fwriteerror.c gcd.h gcd.c gettext.h hash.h hash.c localcharset.h localcharset.c glthread/lock.h glthread/lock.c malloca.c mbswidth.h mbswidth.c minmax.h ostream.c progname.h progname.c size_max.h striconv.h striconv.c striconveh.h striconveh.c striconveha.h striconveha.c glthread/threadlib.c glthread/tls.h glthread/tls.c uniconv/u8-conv-from-enc.c unilbrk/lbrktables.c unilbrk/u8-possible-linebreaks.c unilbrk/u8-width-linebreaks.c unilbrk/ulc-common.c unilbrk/ulc-width-linebreaks.c unistd.c unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c unistr/u8-check.c unistr/u8-mblen.c unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c unistr/u8-prev.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c uniwidth/width.c wctype-h.c xalloc.h xmalloc.c xstrdup.c xconcat-filename.c xerror.h xerror.c xmalloca.c xsize.h xsize.c xstriconv.h xstriconv.c xvasprintf.h xvasprintf.c xasprintf.c asnprintf.lo error.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo; do \
case $f in \
*.c | *.o | *.lo ) \
sf=`echo "$f" | sed -e 's,\\.[^.]*$,,'`.c; \
test -f $sf || sf=./$sf; \
of=`echo "$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$,,'`.o; \
clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c $sf || { rm -f config.h; exit 1; }; \
sh ./exported.sh $of 1>&5; \
rm -f $of `echo "$of" | sed -e 's,\\.o$,.lo,'`; \
;; \
esac; \
done; \
} 5>&1 \
| sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq \
| sed -e 's,^obstack_free$,__obstack_free,' \
| sed -e 's,^\(.*\)$,#define \1 libgettextpo_\1,' > config.h-t && \
if test -f config.h; then \
cat config.h-t >> config.h; \
rm -f config.h-t; \
else \
rm -f config.h-t; \
exit 1; \
fi \
fi
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: no name list
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o gettext-po.lo gettext-po.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gettext-po.c -fno-common -DPIC -o .libs/gettext-po.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gettext-po.c -o gettext-po.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o str-list.lo `test -f '../src/str-list.c' || echo './'`../src/str-list.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/str-list.c -fno-common -DPIC -o .libs/str-list.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/str-list.c -o str-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o dir-list.lo `test -f '../src/dir-list.c' || echo './'`../src/dir-list.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/dir-list.c -fno-common -DPIC -o .libs/dir-list.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/dir-list.c -o dir-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o message.lo `test -f '../src/message.c' || echo './'`../src/message.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/message.c -fno-common -DPIC -o .libs/message.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/message.c -o message.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o msgl-ascii.lo `test -f '../src/msgl-ascii.c' || echo './'`../src/msgl-ascii.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-ascii.c -fno-common -DPIC -o .libs/msgl-ascii.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-ascii.c -o msgl-ascii.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o po-error.lo `test -f '../src/po-error.c' || echo './'`../src/po-error.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-error.c -fno-common -DPIC -o .libs/po-error.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-error.c -o po-error.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o po-xerror.lo `test -f '../src/po-xerror.c' || echo './'`../src/po-xerror.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-xerror.c -fno-common -DPIC -o .libs/po-xerror.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-xerror.c -o po-xerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o write-catalog.lo `test -f '../src/write-catalog.c' || echo './'`../src/write-catalog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-catalog.c -fno-common -DPIC -o .libs/write-catalog.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-catalog.c -o write-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o write-po.lo `test -f '../src/write-po.c' || echo './'`../src/write-po.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-po.c -fno-common -DPIC -o .libs/write-po.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/write-po.c -o write-po.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o open-catalog.lo `test -f '../src/open-catalog.c' || echo './'`../src/open-catalog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/open-catalog.c -fno-common -DPIC -o .libs/open-catalog.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/open-catalog.c -o open-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o po-charset.lo `test -f '../src/po-charset.c' || echo './'`../src/po-charset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-charset.c -fno-common -DPIC -o .libs/po-charset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-charset.c -o po-charset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o po-lex.lo `test -f '../src/po-lex.c' || echo './'`../src/po-lex.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-lex.c -fno-common -DPIC -o .libs/po-lex.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-lex.c -o po-lex.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o po-gram-gen.lo `test -f '../src/po-gram-gen.c' || echo './'`../src/po-gram-gen.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-gram-gen.c -fno-common -DPIC -o .libs/po-gram-gen.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/po-gram-gen.c -o po-gram-gen.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o read-po.lo `test -f '../src/read-po.c' || echo './'`../src/read-po.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-po.c -fno-common -DPIC -o .libs/read-po.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-po.c -o read-po.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o read-catalog-abstract.lo `test -f '../src/read-catalog-abstract.c' || echo './'`../src/read-catalog-abstract.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog-abstract.c -fno-common -DPIC -o .libs/read-catalog-abstract.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog-abstract.c -o read-catalog-abstract.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o read-catalog.lo `test -f '../src/read-catalog.c' || echo './'`../src/read-catalog.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog.c -fno-common -DPIC -o .libs/read-catalog.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/read-catalog.c -o read-catalog.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o plural-table.lo `test -f '../src/plural-table.c' || echo './'`../src/plural-table.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-table.c -fno-common -DPIC -o .libs/plural-table.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-table.c -o plural-table.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-c.lo `test -f '../src/format-c.c' || echo './'`../src/format-c.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-c.c -fno-common -DPIC -o .libs/format-c.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-c.c -o format-c.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-sh.lo `test -f '../src/format-sh.c' || echo './'`../src/format-sh.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-sh.c -fno-common -DPIC -o .libs/format-sh.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-sh.c -o format-sh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-python.lo `test -f '../src/format-python.c' || echo './'`../src/format-python.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python.c -fno-common -DPIC -o .libs/format-python.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python.c -o format-python.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-python-brace.lo `test -f '../src/format-python-brace.c' || echo './'`../src/format-python-brace.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python-brace.c -fno-common -DPIC -o .libs/format-python-brace.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-python-brace.c -o format-python-brace.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-lisp.lo `test -f '../src/format-lisp.c' || echo './'`../src/format-lisp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lisp.c -fno-common -DPIC -o .libs/format-lisp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lisp.c -o format-lisp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-elisp.lo `test -f '../src/format-elisp.c' || echo './'`../src/format-elisp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-elisp.c -fno-common -DPIC -o .libs/format-elisp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-elisp.c -o format-elisp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-librep.lo `test -f '../src/format-librep.c' || echo './'`../src/format-librep.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-librep.c -fno-common -DPIC -o .libs/format-librep.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-librep.c -o format-librep.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-scheme.lo `test -f '../src/format-scheme.c' || echo './'`../src/format-scheme.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-scheme.c -fno-common -DPIC -o .libs/format-scheme.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-scheme.c -o format-scheme.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-java.lo `test -f '../src/format-java.c' || echo './'`../src/format-java.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-java.c -fno-common -DPIC -o .libs/format-java.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-java.c -o format-java.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-javascript.lo `test -f '../src/format-javascript.c' || echo './'`../src/format-javascript.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-javascript.c -fno-common -DPIC -o .libs/format-javascript.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-javascript.c -o format-javascript.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-csharp.lo `test -f '../src/format-csharp.c' || echo './'`../src/format-csharp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-csharp.c -fno-common -DPIC -o .libs/format-csharp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-csharp.c -o format-csharp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-awk.lo `test -f '../src/format-awk.c' || echo './'`../src/format-awk.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-awk.c -fno-common -DPIC -o .libs/format-awk.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-awk.c -o format-awk.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-pascal.lo `test -f '../src/format-pascal.c' || echo './'`../src/format-pascal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-pascal.c -fno-common -DPIC -o .libs/format-pascal.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-pascal.c -o format-pascal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-ycp.lo `test -f '../src/format-ycp.c' || echo './'`../src/format-ycp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-ycp.c -fno-common -DPIC -o .libs/format-ycp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-ycp.c -o format-ycp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-tcl.lo `test -f '../src/format-tcl.c' || echo './'`../src/format-tcl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-tcl.c -fno-common -DPIC -o .libs/format-tcl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-tcl.c -o format-tcl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-perl.lo `test -f '../src/format-perl.c' || echo './'`../src/format-perl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl.c -fno-common -DPIC -o .libs/format-perl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl.c -o format-perl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-perl-brace.lo `test -f '../src/format-perl-brace.c' || echo './'`../src/format-perl-brace.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl-brace.c -fno-common -DPIC -o .libs/format-perl-brace.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-perl-brace.c -o format-perl-brace.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-php.lo `test -f '../src/format-php.c' || echo './'`../src/format-php.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-php.c -fno-common -DPIC -o .libs/format-php.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-php.c -o format-php.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-gcc-internal.lo `test -f '../src/format-gcc-internal.c' || echo './'`../src/format-gcc-internal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gcc-internal.c -fno-common -DPIC -o .libs/format-gcc-internal.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gcc-internal.c -o format-gcc-internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-gfc-internal.lo `test -f '../src/format-gfc-internal.c' || echo './'`../src/format-gfc-internal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gfc-internal.c -fno-common -DPIC -o .libs/format-gfc-internal.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-gfc-internal.c -o format-gfc-internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-qt.lo `test -f '../src/format-qt.c' || echo './'`../src/format-qt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt.c -fno-common -DPIC -o .libs/format-qt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt.c -o format-qt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-qt-plural.lo `test -f '../src/format-qt-plural.c' || echo './'`../src/format-qt-plural.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt-plural.c -fno-common -DPIC -o .libs/format-qt-plural.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-qt-plural.c -o format-qt-plural.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-kde.lo `test -f '../src/format-kde.c' || echo './'`../src/format-kde.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde.c -fno-common -DPIC -o .libs/format-kde.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-kde.c -o format-kde.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-boost.lo `test -f '../src/format-boost.c' || echo './'`../src/format-boost.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-boost.c -fno-common -DPIC -o .libs/format-boost.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-boost.c -o format-boost.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format-lua.lo `test -f '../src/format-lua.c' || echo './'`../src/format-lua.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lua.c -fno-common -DPIC -o .libs/format-lua.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format-lua.c -o format-lua.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o format.lo `test -f '../src/format.c' || echo './'`../src/format.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format.c -fno-common -DPIC -o .libs/format.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/format.c -o format.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o plural-exp.lo `test -f '../src/plural-exp.c' || echo './'`../src/plural-exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-exp.c -fno-common -DPIC -o .libs/plural-exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-exp.c -o plural-exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o plural-eval.lo `test -f '../src/plural-eval.c' || echo './'`../src/plural-eval.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-eval.c -fno-common -DPIC -o .libs/plural-eval.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/plural-eval.c -o plural-eval.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o msgl-check.lo `test -f '../src/msgl-check.c' || echo './'`../src/msgl-check.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-check.c -fno-common -DPIC -o .libs/msgl-check.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ../src/msgl-check.c -o msgl-check.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o basename.lo basename.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c basename.c -fno-common -DPIC -o .libs/basename.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c basename.c -o basename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o c-ctype.lo c-ctype.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-ctype.c -fno-common -DPIC -o .libs/c-ctype.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-ctype.c -o c-ctype.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o c-strcasecmp.lo c-strcasecmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strcasecmp.c -fno-common -DPIC -o .libs/c-strcasecmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strcasecmp.c -o c-strcasecmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o c-strncasecmp.lo c-strncasecmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strncasecmp.c -fno-common -DPIC -o .libs/c-strncasecmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strncasecmp.c -o c-strncasecmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o c-strstr.lo c-strstr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strstr.c -fno-common -DPIC -o .libs/c-strstr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c c-strstr.c -o c-strstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o concat-filename.lo concat-filename.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c concat-filename.c -fno-common -DPIC -o .libs/concat-filename.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c concat-filename.c -o concat-filename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o error-progname.lo error-progname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error-progname.c -fno-common -DPIC -o .libs/error-progname.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error-progname.c -o error-progname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o exitfail.lo exitfail.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c exitfail.c -fno-common -DPIC -o .libs/exitfail.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c exitfail.c -o exitfail.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o fd-hook.lo fd-hook.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fd-hook.c -fno-common -DPIC -o .libs/fd-hook.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fd-hook.c -o fd-hook.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o file-ostream.lo file-ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c file-ostream.c -fno-common -DPIC -o .libs/file-ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c file-ostream.c -o file-ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o fstrcmp.lo fstrcmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fstrcmp.c -fno-common -DPIC -o .libs/fstrcmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fstrcmp.c -o fstrcmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o fwriteerror.lo fwriteerror.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fwriteerror.c -fno-common -DPIC -o .libs/fwriteerror.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c fwriteerror.c -o fwriteerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o gcd.lo gcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gcd.c -fno-common -DPIC -o .libs/gcd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o hash.lo hash.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hash.c -fno-common -DPIC -o .libs/hash.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c hash.c -o hash.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o localcharset.lo localcharset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c localcharset.c -fno-common -DPIC -o .libs/localcharset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c localcharset.c -o localcharset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o lock.lo `test -f 'glthread/lock.c' || echo './'`glthread/lock.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/lock.c -fno-common -DPIC -o .libs/lock.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/lock.c -o lock.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o malloca.lo malloca.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c malloca.c -fno-common -DPIC -o .libs/malloca.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c malloca.c -o malloca.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o mbswidth.lo mbswidth.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c mbswidth.c -fno-common -DPIC -o .libs/mbswidth.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o ostream.lo ostream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ostream.c -fno-common -DPIC -o .libs/ostream.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c ostream.c -o ostream.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o progname.lo progname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c progname.c -fno-common -DPIC -o .libs/progname.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c progname.c -o progname.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o striconv.lo striconv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconv.c -fno-common -DPIC -o .libs/striconv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconv.c -o striconv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o striconveh.lo striconveh.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveh.c -fno-common -DPIC -o .libs/striconveh.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveh.c -o striconveh.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o striconveha.lo striconveha.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveha.c -fno-common -DPIC -o .libs/striconveha.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c striconveha.c -o striconveha.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o threadlib.lo `test -f 'glthread/threadlib.c' || echo './'`glthread/threadlib.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/threadlib.c -fno-common -DPIC -o .libs/threadlib.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/threadlib.c -o threadlib.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o tls.lo `test -f 'glthread/tls.c' || echo './'`glthread/tls.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/tls.c -fno-common -DPIC -o .libs/tls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c glthread/tls.c -o tls.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-conv-from-enc.lo `test -f 'uniconv/u8-conv-from-enc.c' || echo './'`uniconv/u8-conv-from-enc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniconv/u8-conv-from-enc.c -fno-common -DPIC -o .libs/u8-conv-from-enc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniconv/u8-conv-from-enc.c -o u8-conv-from-enc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o lbrktables.lo `test -f 'unilbrk/lbrktables.c' || echo './'`unilbrk/lbrktables.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/lbrktables.c -fno-common -DPIC -o .libs/lbrktables.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/lbrktables.c -o lbrktables.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-possible-linebreaks.lo `test -f 'unilbrk/u8-possible-linebreaks.c' || echo './'`unilbrk/u8-possible-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-possible-linebreaks.c -fno-common -DPIC -o .libs/u8-possible-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-possible-linebreaks.c -o u8-possible-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-width-linebreaks.lo `test -f 'unilbrk/u8-width-linebreaks.c' || echo './'`unilbrk/u8-width-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-width-linebreaks.c -fno-common -DPIC -o .libs/u8-width-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/u8-width-linebreaks.c -o u8-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o ulc-common.lo `test -f 'unilbrk/ulc-common.c' || echo './'`unilbrk/ulc-common.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-common.c -fno-common -DPIC -o .libs/ulc-common.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-common.c -o ulc-common.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o ulc-width-linebreaks.lo `test -f 'unilbrk/ulc-width-linebreaks.c' || echo './'`unilbrk/ulc-width-linebreaks.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-width-linebreaks.c -fno-common -DPIC -o .libs/ulc-width-linebreaks.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unilbrk/ulc-width-linebreaks.c -o ulc-width-linebreaks.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o unistd.lo unistd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistd.c -fno-common -DPIC -o .libs/unistd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistd.c -o unistd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u16-mbtouc.lo `test -f 'unistr/u16-mbtouc.c' || echo './'`unistr/u16-mbtouc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc.c -fno-common -DPIC -o .libs/u16-mbtouc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc.c -o u16-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u16-mbtouc-aux.lo `test -f 'unistr/u16-mbtouc-aux.c' || echo './'`unistr/u16-mbtouc-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc-aux.c -fno-common -DPIC -o .libs/u16-mbtouc-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u16-mbtouc-aux.c -o u16-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-check.lo `test -f 'unistr/u8-check.c' || echo './'`unistr/u8-check.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-check.c -fno-common -DPIC -o .libs/u8-check.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-check.c -o u8-check.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mblen.lo `test -f 'unistr/u8-mblen.c' || echo './'`unistr/u8-mblen.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mblen.c -fno-common -DPIC -o .libs/u8-mblen.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mblen.c -o u8-mblen.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mbtouc.lo `test -f 'unistr/u8-mbtouc.c' || echo './'`unistr/u8-mbtouc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc.c -fno-common -DPIC -o .libs/u8-mbtouc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc.c -o u8-mbtouc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mbtouc-aux.lo `test -f 'unistr/u8-mbtouc-aux.c' || echo './'`unistr/u8-mbtouc-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-aux.c -fno-common -DPIC -o .libs/u8-mbtouc-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-aux.c -o u8-mbtouc-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mbtouc-unsafe.lo `test -f 'unistr/u8-mbtouc-unsafe.c' || echo './'`unistr/u8-mbtouc-unsafe.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe.c -fno-common -DPIC -o .libs/u8-mbtouc-unsafe.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe.c -o u8-mbtouc-unsafe.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mbtouc-unsafe-aux.lo `test -f 'unistr/u8-mbtouc-unsafe-aux.c' || echo './'`unistr/u8-mbtouc-unsafe-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -fno-common -DPIC -o .libs/u8-mbtouc-unsafe-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtouc-unsafe-aux.c -o u8-mbtouc-unsafe-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-mbtoucr.lo `test -f 'unistr/u8-mbtoucr.c' || echo './'`unistr/u8-mbtoucr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtoucr.c -fno-common -DPIC -o .libs/u8-mbtoucr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-mbtoucr.c -o u8-mbtoucr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-prev.lo `test -f 'unistr/u8-prev.c' || echo './'`unistr/u8-prev.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-prev.c -fno-common -DPIC -o .libs/u8-prev.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-prev.c -o u8-prev.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-uctomb.lo `test -f 'unistr/u8-uctomb.c' || echo './'`unistr/u8-uctomb.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb.c -fno-common -DPIC -o .libs/u8-uctomb.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb.c -o u8-uctomb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o u8-uctomb-aux.lo `test -f 'unistr/u8-uctomb-aux.c' || echo './'`unistr/u8-uctomb-aux.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb-aux.c -fno-common -DPIC -o .libs/u8-uctomb-aux.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c unistr/u8-uctomb-aux.c -o u8-uctomb-aux.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o width.lo `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniwidth/width.c -fno-common -DPIC -o .libs/width.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c uniwidth/width.c -o width.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o wctype-h.lo wctype-h.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wctype-h.c -fno-common -DPIC -o .libs/wctype-h.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wctype-h.c -o wctype-h.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xmalloc.lo xmalloc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloc.c -fno-common -DPIC -o .libs/xmalloc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xstrdup.lo xstrdup.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstrdup.c -fno-common -DPIC -o .libs/xstrdup.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstrdup.c -o xstrdup.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xconcat-filename.lo xconcat-filename.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xconcat-filename.c -fno-common -DPIC -o .libs/xconcat-filename.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xconcat-filename.c -o xconcat-filename.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xerror.lo xerror.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xerror.c -fno-common -DPIC -o .libs/xerror.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xerror.c -o xerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xmalloca.lo xmalloca.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloca.c -fno-common -DPIC -o .libs/xmalloca.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xmalloca.c -o xmalloca.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xsize.lo xsize.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xsize.c -o xsize.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xstriconv.lo xstriconv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstriconv.c -fno-common -DPIC -o .libs/xstriconv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xstriconv.c -o xstriconv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xvasprintf.lo xvasprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xvasprintf.c -fno-common -DPIC -o .libs/xvasprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xvasprintf.c -o xvasprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o xasprintf.lo xasprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xasprintf.c -fno-common -DPIC -o .libs/xasprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c xasprintf.c -o xasprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o asnprintf.lo asnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c asnprintf.c -fno-common -DPIC -o .libs/asnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o error.lo error.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error.c -fno-common -DPIC -o .libs/error.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c error.c -o error.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o obstack.lo obstack.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c obstack.c -fno-common -DPIC -o .libs/obstack.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c obstack.c -o obstack.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o open.lo open.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c open.c -fno-common -DPIC -o .libs/open.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c open.c -o open.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o printf-args.lo printf-args.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-args.c -fno-common -DPIC -o .libs/printf-args.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-args.c -o printf-args.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o printf-parse.lo printf-parse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-parse.c -fno-common -DPIC -o .libs/printf-parse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c printf-parse.c -o printf-parse.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o rawmemchr.lo rawmemchr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c rawmemchr.c -fno-common -DPIC -o .libs/rawmemchr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c rawmemchr.c -o rawmemchr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o stat.lo stat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c stat.c -fno-common -DPIC -o .libs/stat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o strchrnul.lo strchrnul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strchrnul.c -fno-common -DPIC -o .libs/strchrnul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strchrnul.c -o strchrnul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o strerror.lo strerror.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror.c -fno-common -DPIC -o .libs/strerror.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o strerror-override.lo strerror-override.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror-override.c -fno-common -DPIC -o .libs/strerror-override.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strerror-override.c -o strerror-override.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o strstr.lo strstr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strstr.c -fno-common -DPIC -o .libs/strstr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c strstr.c -o strstr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o vasnprintf.lo vasnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c vasnprintf.c -fno-common -DPIC -o .libs/vasnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c -o wcwidth.lo wcwidth.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wcwidth.c -fno-common -DPIC -o .libs/wcwidth.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I.. -I../src -I../src -I../intl -I../../gettext-runtime/intl -g -O2 -c wcwidth.c -o wcwidth.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -no-undefined -liconv ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv -liconv -o libgnu.la basename.lo c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo c-strstr.lo concat-filename.lo error-progname.lo exitfail.lo fd-hook.lo file-ostream.lo fstrcmp.lo fwriteerror.lo gcd.lo hash.lo localcharset.lo lock.lo malloca.lo mbswidth.lo ostream.lo progname.lo striconv.lo striconveh.lo striconveha.lo threadlib.lo tls.lo u8-conv-from-enc.lo lbrktables.lo u8-possible-linebreaks.lo u8-width-linebreaks.lo ulc-common.lo ulc-width-linebreaks.lo unistd.lo u16-mbtouc.lo u16-mbtouc-aux.lo u8-check.lo u8-mblen.lo u8-mbtouc.lo u8-mbtouc-aux.lo u8-mbtouc-unsafe.lo u8-mbtouc-unsafe-aux.lo u8-mbtoucr.lo u8-prev.lo u8-uctomb.lo u8-uctomb-aux.lo width.lo wctype-h.lo xmalloc.lo xstrdup.lo xconcat-filename.lo xerror.lo xmalloca.lo xsize.lo xstriconv.lo xvasprintf.lo xasprintf.lo asnprintf.lo error.lo obstack.lo open.lo printf-args.lo printf-parse.lo rawmemchr.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strstr.lo vasnprintf.lo wcwidth.lo
libtool: link: ar cru .libs/libgnu.a .libs/basename.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/c-strstr.o .libs/concat-filename.o .libs/error-progname.o .libs/exitfail.o .libs/fd-hook.o .libs/file-ostream.o .libs/fstrcmp.o .libs/fwriteerror.o .libs/gcd.o .libs/hash.o .libs/localcharset.o .libs/lock.o .libs/malloca.o .libs/mbswidth.o .libs/ostream.o .libs/progname.o .libs/striconv.o .libs/striconveh.o .libs/striconveha.o .libs/threadlib.o .libs/tls.o .libs/u8-conv-from-enc.o .libs/lbrktables.o .libs/u8-possible-linebreaks.o .libs/u8-width-linebreaks.o .libs/ulc-common.o .libs/ulc-width-linebreaks.o .libs/unistd.o .libs/u16-mbtouc.o .libs/u16-mbtouc-aux.o .libs/u8-check.o .libs/u8-mblen.o .libs/u8-mbtouc.o .libs/u8-mbtouc-aux.o .libs/u8-mbtouc-unsafe.o .libs/u8-mbtouc-unsafe-aux.o .libs/u8-mbtoucr.o .libs/u8-prev.o .libs/u8-uctomb.o .libs/u8-uctomb-aux.o .libs/width.o .libs/wctype-h.o .libs/xmalloc.o .libs/xstrdup.o .libs/xconcat-filename.o .libs/xerror.o .libs/xmalloca.o .libs/xsize.o .libs/xstriconv.o .libs/xvasprintf.o .libs/xasprintf.o .libs/asnprintf.o .libs/error.o .libs/obstack.o .libs/open.o .libs/printf-args.o .libs/printf-parse.o .libs/rawmemchr.o .libs/stat.o .libs/strchrnul.o .libs/strerror.o .libs/strerror-override.o .libs/strstr.o .libs/vasnprintf.o .libs/wcwidth.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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" )
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -version-info 5:2:5 -rpath /usr/local/Cellar/gettext/0.18.3.2/lib ../intl/libintl.la -liconv -Wl,-framework -Wl,CoreFoundation -liconv -lc -no-undefined -o libgettextpo.la -rpath /usr/local/Cellar/gettext/0.18.3.2/lib gettext-po.lo str-list.lo dir-list.lo message.lo msgl-ascii.lo po-error.lo po-xerror.lo write-catalog.lo write-po.lo open-catalog.lo po-charset.lo po-lex.lo po-gram-gen.lo read-po.lo read-catalog-abstract.lo read-catalog.lo plural-table.lo format-c.lo format-sh.lo format-python.lo format-python-brace.lo format-lisp.lo format-elisp.lo format-librep.lo format-scheme.lo format-java.lo format-javascript.lo format-csharp.lo format-awk.lo format-pascal.lo format-ycp.lo format-tcl.lo format-perl.lo format-perl-brace.lo format-php.lo format-gcc-internal.lo format-gfc-internal.lo format-qt.lo format-qt-plural.lo format-kde.lo format-boost.lo format-lua.lo format.lo plural-exp.lo plural-eval.lo msgl-check.lo libgnu.la
libtool: link: clang -dynamiclib -o .libs/libgettextpo.0.dylib .libs/gettext-po.o .libs/str-list.o .libs/dir-list.o .libs/message.o .libs/msgl-ascii.o .libs/po-error.o .libs/po-xerror.o .libs/write-catalog.o .libs/write-po.o .libs/open-catalog.o .libs/po-charset.o .libs/po-lex.o .libs/po-gram-gen.o .libs/read-po.o .libs/read-catalog-abstract.o .libs/read-catalog.o .libs/plural-table.o .libs/format-c.o .libs/format-sh.o .libs/format-python.o .libs/format-python-brace.o .libs/format-lisp.o .libs/format-elisp.o .libs/format-librep.o .libs/format-scheme.o .libs/format-java.o .libs/format-javascript.o .libs/format-csharp.o .libs/format-awk.o .libs/format-pascal.o .libs/format-ycp.o .libs/format-tcl.o .libs/format-perl.o .libs/format-perl-brace.o .libs/format-php.o .libs/format-gcc-internal.o .libs/format-gfc-internal.o .libs/format-qt.o .libs/format-qt-plural.o .libs/format-kde.o .libs/format-boost.o .libs/format-lua.o .libs/format.o .libs/plural-exp.o .libs/plural-eval.o .libs/msgl-check.o -Wl,-force_load,./.libs/libgnu.a ../intl/.libs/libintl.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lc -liconv -O2 -Wl,-framework -Wl,CoreFoundation -install_name /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.0.dylib -compatibility_version 6 -current_version 6.2 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgettextpo.dylib" && ln -s "libgettextpo.0.dylib" "libgettextpo.dylib")
libtool: link: (cd .libs/libgettextpo.lax/libgnu.a && ar x "/private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/libgettextpo/./.libs/libgnu.a")
libtool: link: ar cru .libs/libgettextpo.a gettext-po.o str-list.o dir-list.o message.o msgl-ascii.o po-error.o po-xerror.o write-catalog.o write-po.o open-catalog.o po-charset.o po-lex.o po-gram-gen.o read-po.o read-catalog-abstract.o read-catalog.o plural-table.o format-c.o format-sh.o format-python.o format-python-brace.o format-lisp.o format-elisp.o format-librep.o format-scheme.o format-java.o format-javascript.o format-csharp.o format-awk.o format-pascal.o format-ycp.o format-tcl.o format-perl.o format-perl-brace.o format-php.o format-gcc-internal.o format-gfc-internal.o format-qt.o format-qt-plural.o format-kde.o format-boost.o format-lua.o format.o plural-exp.o plural-eval.o msgl-check.o .libs/libgettextpo.lax/libgnu.a/asnprintf.o .libs/libgettextpo.lax/libgnu.a/basename.o .libs/libgettextpo.lax/libgnu.a/c-ctype.o .libs/libgettextpo.lax/libgnu.a/c-strcasecmp.o .libs/libgettextpo.lax/libgnu.a/c-strncasecmp.o .libs/libgettextpo.lax/libgnu.a/c-strstr.o .libs/libgettextpo.lax/libgnu.a/concat-filename.o .libs/libgettextpo.lax/libgnu.a/error-progname.o .libs/libgettextpo.lax/libgnu.a/error.o .libs/libgettextpo.lax/libgnu.a/exitfail.o .libs/libgettextpo.lax/libgnu.a/fd-hook.o .libs/libgettextpo.lax/libgnu.a/file-ostream.o .libs/libgettextpo.lax/libgnu.a/fstrcmp.o .libs/libgettextpo.lax/libgnu.a/fwriteerror.o .libs/libgettextpo.lax/libgnu.a/gcd.o .libs/libgettextpo.lax/libgnu.a/hash.o .libs/libgettextpo.lax/libgnu.a/lbrktables.o .libs/libgettextpo.lax/libgnu.a/localcharset.o .libs/libgettextpo.lax/libgnu.a/lock.o .libs/libgettextpo.lax/libgnu.a/malloca.o .libs/libgettextpo.lax/libgnu.a/mbswidth.o .libs/libgettextpo.lax/libgnu.a/obstack.o .libs/libgettextpo.lax/libgnu.a/open.o .libs/libgettextpo.lax/libgnu.a/ostream.o .libs/libgettextpo.lax/libgnu.a/printf-args.o .libs/libgettextpo.lax/libgnu.a/printf-parse.o .libs/libgettextpo.lax/libgnu.a/progname.o .libs/libgettextpo.lax/libgnu.a/rawmemchr.o .libs/libgettextpo.lax/libgnu.a/stat.o .libs/libgettextpo.lax/libgnu.a/strchrnul.o .libs/libgettextpo.lax/libgnu.a/strerror-override.o .libs/libgettextpo.lax/libgnu.a/strerror.o .libs/libgettextpo.lax/libgnu.a/striconv.o .libs/libgettextpo.lax/libgnu.a/striconveh.o .libs/libgettextpo.lax/libgnu.a/striconveha.o .libs/libgettextpo.lax/libgnu.a/strstr.o .libs/libgettextpo.lax/libgnu.a/threadlib.o .libs/libgettextpo.lax/libgnu.a/tls.o .libs/libgettextpo.lax/libgnu.a/u16-mbtouc-aux.o .libs/libgettextpo.lax/libgnu.a/u16-mbtouc.o .libs/libgettextpo.lax/libgnu.a/u8-check.o .libs/libgettextpo.lax/libgnu.a/u8-conv-from-enc.o .libs/libgettextpo.lax/libgnu.a/u8-mblen.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-aux.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-unsafe-aux.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc-unsafe.o .libs/libgettextpo.lax/libgnu.a/u8-mbtouc.o .libs/libgettextpo.lax/libgnu.a/u8-mbtoucr.o .libs/libgettextpo.lax/libgnu.a/u8-possible-linebreaks.o .libs/libgettextpo.lax/libgnu.a/u8-prev.o .libs/libgettextpo.lax/libgnu.a/u8-uctomb-aux.o .libs/libgettextpo.lax/libgnu.a/u8-uctomb.o .libs/libgettextpo.lax/libgnu.a/u8-width-linebreaks.o .libs/libgettextpo.lax/libgnu.a/ulc-common.o .libs/libgettextpo.lax/libgnu.a/ulc-width-linebreaks.o .libs/libgettextpo.lax/libgnu.a/unistd.o .libs/libgettextpo.lax/libgnu.a/vasnprintf.o .libs/libgettextpo.lax/libgnu.a/wctype-h.o .libs/libgettextpo.lax/libgnu.a/wcwidth.o .libs/libgettextpo.lax/libgnu.a/width.o .libs/libgettextpo.lax/libgnu.a/xasprintf.o .libs/libgettextpo.lax/libgnu.a/xconcat-filename.o .libs/libgettextpo.lax/libgnu.a/xerror.o .libs/libgettextpo.lax/libgnu.a/xmalloc.o .libs/libgettextpo.lax/libgnu.a/xmalloca.o .libs/libgettextpo.lax/libgnu.a/xsize.o .libs/libgettextpo.lax/libgnu.a/xstrdup.o .libs/libgettextpo.lax/libgnu.a/xstriconv.o .libs/libgettextpo.lax/libgnu.a/xvasprintf.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(xsize.o) has no symbols
libtool: link: ranlib .libs/libgettextpo.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgettextpo.a(xsize.o) has no symbols
libtool: link: rm -fr .libs/libgettextpo.lax
libtool: link: ( cd ".libs" && rm -f "libgettextpo.la" && ln -s "../libgettextpo.la" "libgettextpo.la" )
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
Making all in po
make[3]: Nothing to be done for `all'.
Making all in projects
make[3]: Nothing to be done for `all'.
Making all in styles
make[3]: Nothing to be done for `all'.
Making all in misc
if test "emacs" != "no"; then \
am__dir=. am__subdir_includes=''; \
case start-po.elc in */*) \
am__dir=`echo 'start-po.elc' | sed 's,/[^/]*$,,'`; \
am__subdir_includes="-L $am__dir -L ./$am__dir"; \
esac; \
test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
emacs --batch \
\
$am__subdir_includes -L . -L . \
--eval "(defun byte-compile-dest-file (f) \"start-po.elc\")" \
--eval "(unless (byte-compile-file \"start-po.el\") (kill-emacs 1))"; \
else :; fi
Wrote /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/misc/start-po.elc
if test "emacs" != "no"; then \
am__dir=. am__subdir_includes=''; \
case po-mode.elc in */*) \
am__dir=`echo 'po-mode.elc' | sed 's,/[^/]*$,,'`; \
am__subdir_includes="-L $am__dir -L ./$am__dir"; \
esac; \
test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
emacs --batch \
\
$am__subdir_includes -L . -L . \
--eval "(defun byte-compile-dest-file (f) \"po-mode.elc\")" \
--eval "(unless (byte-compile-file \"po-mode.el\") (kill-emacs 1))"; \
else :; fi
In po-ediff-buffers-exit-recursive:
po-mode.el:2292:19:Warning: reference to free variable `entry-buffer'
In end of data:
po-mode.el:3576:1:Warning: the following functions are not known to be
defined: make-extent, set-extent-face, set-extent-endpoints,
detach-extent, ediff-quit
Wrote /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/misc/po-mode.elc
if test "emacs" != "no"; then \
am__dir=. am__subdir_includes=''; \
case po-compat.elc in */*) \
am__dir=`echo 'po-compat.elc' | sed 's,/[^/]*$,,'`; \
am__subdir_includes="-L $am__dir -L ./$am__dir"; \
esac; \
test -d "$am__dir" || ../../build-aux/install-sh -c -d "$am__dir" || exit 1; \
emacs --batch \
\
$am__subdir_includes -L . -L . \
--eval "(defun byte-compile-dest-file (f) \"po-compat.elc\")" \
--eval "(unless (byte-compile-file \"po-compat.el\") (kill-emacs 1))"; \
else :; fi
Wrote /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/misc/po-compat.elc
if test -f archive.dir.tar; then \
inputfile=archive.dir.tar; \
else \
inputfile='.'/archive.dir.tar; \
fi; \
bzip2 -c -9 < "$inputfile" > archive.dir.tar.bz2-t && mv archive.dir.tar.bz2-t archive.dir.tar.bz2
Making all in man
make[3]: Nothing to be done for `all'.
Making all in m4
make[3]: Nothing to be done for `all'.
Making all in tests
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DINSTALLDIR=\".\" -g -O2 -c -o tstgettext-tstgettext.o `test -f 'tstgettext.c' || echo './'`tstgettext.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DINSTALLDIR=\".\" -g -O2 -c -o tstgettext-setlocale.o `test -f 'setlocale.c' || echo './'`setlocale.c
/bin/sh ../libtool --tag=CC --mode=link clang -DINSTALLDIR=\".\" -g -O2 -o tstgettext tstgettext-tstgettext.o tstgettext-setlocale.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -DINSTALLDIR=\".\" -g -O2 -o .libs/tstgettext tstgettext-tstgettext.o tstgettext-setlocale.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DINSTALLDIR=\".\" -g -O2 -c -o tstngettext-tstngettext.o `test -f 'tstngettext.c' || echo './'`tstngettext.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DINSTALLDIR=\".\" -g -O2 -c -o tstngettext-setlocale.o `test -f 'setlocale.c' || echo './'`setlocale.c
/bin/sh ../libtool --tag=CC --mode=link clang -DINSTALLDIR=\".\" -g -O2 -o tstngettext tstngettext-tstngettext.o tstngettext-setlocale.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -DINSTALLDIR=\".\" -g -O2 -o .libs/tstngettext tstngettext-tstngettext.o tstngettext-setlocale.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o testlocale.o testlocale.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o testlocale testlocale.o ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/testlocale testlocale.o -Wl,-framework -Wl,CoreFoundation ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o gettext-3-prg.o gettext-3-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gettext-3-prg gettext-3-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/gettext-3-prg gettext-3-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o gettext-4-prg.o gettext-4-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gettext-4-prg gettext-4-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/gettext-4-prg gettext-4-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o gettext-5-prg.o gettext-5-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gettext-5-prg gettext-5-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/gettext-5-prg gettext-5-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DUSE_POSIX_THREADS -g -O2 -c -o gettext_6_prg-gettext-6-prg.o `test -f 'gettext-6-prg.c' || echo './'`gettext-6-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -DUSE_POSIX_THREADS -g -O2 -o gettext-6-prg gettext_6_prg-gettext-6-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation -lpthread
libtool: link: clang -DUSE_POSIX_THREADS -g -O2 -o .libs/gettext-6-prg gettext_6_prg-gettext-6-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc -lpthread
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -DUSE_POSIX_THREADS -g -O2 -c -o gettext_7_prg-gettext-7-prg.o `test -f 'gettext-7-prg.c' || echo './'`gettext-7-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -DUSE_POSIX_THREADS -g -O2 -o gettext-7-prg gettext_7_prg-gettext-7-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation -lpthread
libtool: link: clang -DUSE_POSIX_THREADS -g -O2 -o .libs/gettext-7-prg gettext_7_prg-gettext-7-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc -lpthread
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o gettext-8-prg.o gettext-8-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gettext-8-prg gettext-8-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/gettext-8-prg gettext-8-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o plural-1-prg.o plural-1-prg.c
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o setlocale.o setlocale.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o cake plural-1-prg.o setlocale.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/cake plural-1-prg.o setlocale.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o format-c-3-prg.o format-c-3-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o fc3 format-c-3-prg.o setlocale.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/fc3 format-c-3-prg.o setlocale.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o format-c-4-prg.o format-c-4-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o fc4 format-c-4-prg.o setlocale.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/fc4 format-c-4-prg.o setlocale.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../gnulib-lib -I../gnulib-lib -I../intl -g -O2 -c -o format-c-5-prg.o format-c-5-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o fc5 format-c-5-prg.o ../gnulib-lib/libgettextlib.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/fc5 format-c-5-prg.o -Wl,-framework -Wl,CoreFoundation ../gnulib-lib/.libs/libgettextlib.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib -lxml2 -lncurses ../intl/.libs/libintl.dylib -liconv -lc
clang -DLOCALEDIR=\"/usr/local/Cellar/gettext/0.18.3.2/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../libgettextpo -I../libgettextpo -I../intl -g -O2 -c -o gettextpo_1_prg-gettextpo-1-prg.o `test -f 'gettextpo-1-prg.c' || echo './'`gettextpo-1-prg.c
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gettextpo-1-prg gettextpo_1_prg-gettextpo-1-prg.o ../libgettextpo/libgettextpo.la ../intl/libintl.la -Wl,-framework -Wl,CoreFoundation
libtool: link: clang -g -O2 -o .libs/gettextpo-1-prg gettextpo_1_prg-gettextpo-1-prg.o -Wl,-framework -Wl,CoreFoundation ../libgettextpo/.libs/libgettextpo.dylib /private/tmp/gettext-eJqY/gettext-0.18.3.2/gettext-tools/intl/.libs/libintl.dylib ../intl/.libs/libintl.dylib -liconv -lc
Making all in gnulib-tests
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.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/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/"l"/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/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/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' \
< ./inttypes.in.h; \
} > inttypes.h-t && \
mv inttypes.h-t inttypes.h
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
cp ./test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \
mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
cp ./test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \
mv test-posix_spawn2.sh-t test-posix_spawn2.sh
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in .
make[5]: Nothing to be done for `all-am'.
Making all in examples
Making all in po
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
==> make install
Making install in gnulib-local
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in gettext-runtime
Making install in doc
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in intl
if { test "gettext-runtime" = "gettext-runtime" || test "gettext-runtime" = "gettext-tools"; } \
&& test 'yes' = yes; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib /usr/local/Cellar/gettext/0.18.3.2/include; \
/usr/bin/install -c -m 644 libintl.h /usr/local/Cellar/gettext/0.18.3.2/include/libintl.h; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libintl.la /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la; \
if test "no" = yes; then \
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
if test -n "$dependencies"; then \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la; \
fi; \
fi; \
else \
: ; \
fi
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.8.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libintl.8.dylib libintl.dylib || { rm -f libintl.dylib && ln -s libintl.8.dylib libintl.dylib; }; })
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.a /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(osdep.o) has no symbols
if test "gettext-runtime" = "gettext-tools" \
&& test 'yes' = no \
&& test no != no; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libgnuintl.la /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.la; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/preloadable_libintl.so; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.so /usr/local/Cellar/gettext/0.18.3.2/lib/preloadable_libintl.so; \
/bin/sh ../libtool --mode=uninstall \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.la; \
else \
: ; \
fi
if test 'yes' = yes; then \
if test no = no; then \
case 'darwin13.0.0' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac; \
else \
need_charset_alias=false; \
fi; \
if $need_charset_alias; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib; \
fi; \
temp=/usr/local/Cellar/gettext/0.18.3.2/lib/t-charset.alias; \
dest=/usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; \
if test -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; then \
orig=/usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if $need_charset_alias; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/locale; \
test -f /usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias \
&& orig=/usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/usr/local/Cellar/gettext/0.18.3.2/share/locale/t-locale.alias; \
dest=/usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "gettext-runtime" = "gettext-tools"; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
chmod a+x /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
for file in $dists; do \
rm -f /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
Making install in intl-java
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/gnu/gettext
/usr/bin/install -c -m 644 ./javadoc2/index.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/index.html
/usr/bin/install -c -m 644 ./javadoc2/allclasses-frame.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/allclasses-frame.html
/usr/bin/install -c -m 644 ./javadoc2/overview-tree.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/overview-tree.html
/usr/bin/install -c -m 644 ./javadoc2/deprecated-list.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/deprecated-list.html
/usr/bin/install -c -m 644 ./javadoc2/serialized-form.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/serialized-form.html
/usr/bin/install -c -m 644 ./javadoc2/index-all.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/index-all.html
/usr/bin/install -c -m 644 ./javadoc2/help-doc.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/help-doc.html
/usr/bin/install -c -m 644 ./javadoc2/packages.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/packages.html
/usr/bin/install -c -m 644 ./javadoc2/package-list /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/package-list
/usr/bin/install -c -m 644 ./javadoc2/stylesheet.css /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/stylesheet.css
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-summary.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/gnu/gettext/package-summary.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-tree.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/gnu/gettext/package-tree.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-frame.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/gnu/gettext/package-frame.html
/usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/GettextResource.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html
Making install in intl-csharp
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc
/usr/bin/install -c -m 644 ./csharpdoc/index.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/index.html
/usr/bin/install -c -m 644 ./csharpdoc/namespaces.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/namespaces.html
/usr/bin/install -c -m 644 ./csharpdoc/begin.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/begin.html
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/GNU_Gettext.html
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext_GettextResourceManager.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
/usr/bin/install -c -m 644 ./csharpdoc/GNU_Gettext_GettextResourceSet.html /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
Making install in gnulib-lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
if test no = no; then \
case 'darwin13.0.0' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh ../../build-aux/mkinstalldirs /usr/local/Cellar/gettext/0.18.3.2/lib ; \
fi ; \
if test -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
fi ; \
fi
make[5]: Nothing to be done for `install-data-am'.
Making install in libasprintf
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libasprintf.la '/usr/local/Cellar/gettext/0.18.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libasprintf.0.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.0.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libasprintf.0.dylib libasprintf.dylib || { rm -f libasprintf.dylib && ln -s libasprintf.0.dylib libasprintf.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libasprintf.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.la
libtool: install: /usr/bin/install -c .libs/libasprintf.a /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libasprintf.a(lib-asprintf.o) has no symbols
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/doc/libasprintf'
/usr/bin/install -c -m 644 autosprintf_all.html '/usr/local/Cellar/gettext/0.18.3.2/share/doc/libasprintf'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/include'
/usr/bin/install -c -m 644 autosprintf.h '/usr/local/Cellar/gettext/0.18.3.2/include'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/info'
/usr/bin/install -c -m 644 ./autosprintf.info '/usr/local/Cellar/gettext/0.18.3.2/share/info'
install-info --info-dir='/usr/local/Cellar/gettext/0.18.3.2/share/info' '/usr/local/Cellar/gettext/0.18.3.2/share/info/autosprintf.info'
Making install in src
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c gettext ngettext envsubst '/usr/local/Cellar/gettext/0.18.3.2/bin'
libtool: install: /usr/bin/install -c .libs/gettext /usr/local/Cellar/gettext/0.18.3.2/bin/gettext
libtool: install: /usr/bin/install -c .libs/ngettext /usr/local/Cellar/gettext/0.18.3.2/bin/ngettext
libtool: install: /usr/bin/install -c .libs/envsubst /usr/local/Cellar/gettext/0.18.3.2/bin/envsubst
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/bin'
/usr/bin/install -c gettext.sh '/usr/local/Cellar/gettext/0.18.3.2/bin'
make[3]: Nothing to be done for `install-data-am'.
Making install in po
installing be.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/be/LC_MESSAGES/gettext-runtime.mo
installing bg.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/bg/LC_MESSAGES/gettext-runtime.mo
installing ca.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ca/LC_MESSAGES/gettext-runtime.mo
installing cs.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/cs/LC_MESSAGES/gettext-runtime.mo
installing da.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/da/LC_MESSAGES/gettext-runtime.mo
installing de.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/de/LC_MESSAGES/gettext-runtime.mo
installing el.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/el/LC_MESSAGES/gettext-runtime.mo
installing en@quot.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
installing en@boldquot.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
installing eo.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/eo/LC_MESSAGES/gettext-runtime.mo
installing es.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/es/LC_MESSAGES/gettext-runtime.mo
installing et.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/et/LC_MESSAGES/gettext-runtime.mo
installing fi.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/fi/LC_MESSAGES/gettext-runtime.mo
installing fr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/fr/LC_MESSAGES/gettext-runtime.mo
installing ga.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ga/LC_MESSAGES/gettext-runtime.mo
installing gl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/gl/LC_MESSAGES/gettext-runtime.mo
installing hr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/hr/LC_MESSAGES/gettext-runtime.mo
installing id.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/id/LC_MESSAGES/gettext-runtime.mo
installing it.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/it/LC_MESSAGES/gettext-runtime.mo
installing ja.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ja/LC_MESSAGES/gettext-runtime.mo
installing ko.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ko/LC_MESSAGES/gettext-runtime.mo
installing nb.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nb/LC_MESSAGES/gettext-runtime.mo
installing nl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nl/LC_MESSAGES/gettext-runtime.mo
installing nn.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nn/LC_MESSAGES/gettext-runtime.mo
installing pl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pl/LC_MESSAGES/gettext-runtime.mo
installing pt.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pt/LC_MESSAGES/gettext-runtime.mo
installing pt_BR.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
installing ro.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ro/LC_MESSAGES/gettext-runtime.mo
installing ru.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ru/LC_MESSAGES/gettext-runtime.mo
installing sk.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sk/LC_MESSAGES/gettext-runtime.mo
installing sl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sl/LC_MESSAGES/gettext-runtime.mo
installing sr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sr/LC_MESSAGES/gettext-runtime.mo
installing sv.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sv/LC_MESSAGES/gettext-runtime.mo
installing tr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/tr/LC_MESSAGES/gettext-runtime.mo
installing uk.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/uk/LC_MESSAGES/gettext-runtime.mo
installing vi.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/vi/LC_MESSAGES/gettext-runtime.mo
installing zh_CN.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
installing zh_HK.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
installing zh_TW.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
if test "gettext-runtime" = "gettext-tools"; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/gettext/0.18.3.2/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in man
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext
for file in gettext.1.html ngettext.1.html envsubst.1.html gettext.3.html ngettext.3.html textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/$file; \
done
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/man/man1'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/man/man1'
/usr/bin/install -c -m 644 gettext.1 ngettext.1 envsubst.1 '/usr/local/Cellar/gettext/0.18.3.2/share/man/man1'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/man/man3'
/usr/bin/install -c -m 644 gettext.3 ngettext.3 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3 dgettext.3 dcgettext.3 dngettext.3 dcngettext.3 '/usr/local/Cellar/gettext/0.18.3.2/share/man/man3'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/man/man3'
Making install in m4
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
/usr/bin/install -c -m 644 ABOUT-NLS '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
Making install in gettext-tools
Making install in doc
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext
for file in `if test -f gettext_toc.html; then echo .; else echo .; fi`/gettext_*.html; do \
/usr/bin/install -c -m 644 $file /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/`basename $file`; \
done
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext'
/usr/bin/install -c -m 644 FAQ.html tutorial.html '/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/info'
/usr/bin/install -c -m 644 ./gettext.info '/usr/local/Cellar/gettext/0.18.3.2/share/info'
install-info --info-dir='/usr/local/Cellar/gettext/0.18.3.2/share/info' '/usr/local/Cellar/gettext/0.18.3.2/share/info/gettext.info'
Making install in intl
if { test "gettext-tools" = "gettext-runtime" || test "gettext-tools" = "gettext-tools"; } \
&& test 'yes' = yes; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib /usr/local/Cellar/gettext/0.18.3.2/include; \
/usr/bin/install -c -m 644 libintl.h /usr/local/Cellar/gettext/0.18.3.2/include/libintl.h; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libintl.la /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la; \
if test "no" = yes; then \
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
if test -n "$dependencies"; then \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la; \
fi; \
fi; \
else \
: ; \
fi
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.8.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.8.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libintl.8.dylib libintl.dylib || { rm -f libintl.dylib && ln -s libintl.8.dylib libintl.dylib; }; })
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.la
libtool: install: /usr/bin/install -c -m 644 .libs/libintl.a /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(printf.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libintl.a(osdep.o) has no symbols
if test "gettext-tools" = "gettext-tools" \
&& test 'yes' = no \
&& test no != no; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libgnuintl.la /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.la; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/preloadable_libintl.so; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.so /usr/local/Cellar/gettext/0.18.3.2/lib/preloadable_libintl.so; \
/bin/sh ../libtool --mode=uninstall \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libgnuintl.la; \
else \
: ; \
fi
if test 'yes' = yes; then \
if test no = no; then \
case 'darwin13.0.0' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac; \
else \
need_charset_alias=false; \
fi; \
if $need_charset_alias; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib; \
fi; \
temp=/usr/local/Cellar/gettext/0.18.3.2/lib/t-charset.alias; \
dest=/usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; \
if test -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; then \
orig=/usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if $need_charset_alias; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/locale; \
test -f /usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias \
&& orig=/usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias \
|| orig=../../gettext-runtime/intl/locale.alias; \
temp=/usr/local/Cellar/gettext/0.18.3.2/share/locale/t-locale.alias; \
dest=/usr/local/Cellar/gettext/0.18.3.2/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "gettext-tools" = "gettext-tools"; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ../../gettext-runtime/intl/$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
chmod a+x /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=../../gettext-runtime/intl; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
for file in $dists; do \
rm -f /usr/local/Cellar/gettext/0.18.3.2/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
Making install in gnulib-lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextlib.la '/usr/local/Cellar/gettext/0.18.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libgettextlib-0.18.3.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib-0.18.3.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libgettextlib-0.18.3.dylib libgettextlib.dylib || { rm -f libgettextlib.dylib && ln -s libgettextlib-0.18.3.dylib libgettextlib.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextlib.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.la
libtool: install: /usr/bin/install -c .libs/libgettextlib.a /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(binary-io.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(gl_list.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(mbiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(mbuiter.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(pipe-filter-aux.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(gl_xlist.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a(xsize.o) has no symbols
case "darwin13.0.0" in \
aix*) ;; \
*) rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextlib.a ;; \
esac
if test no = no; then \
case 'darwin13.0.0' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh ../../build-aux/mkinstalldirs /usr/local/Cellar/gettext/0.18.3.2/lib ; \
fi ; \
if test -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
fi ; \
fi
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
/usr/bin/install -c -m 644 gettext.h '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
/usr/bin/install -c -m 644 javaversion.class '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
Making install in libgrep
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextsrc.la '/usr/local/Cellar/gettext/0.18.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libgettextsrc-0.18.3.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc-0.18.3.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libgettextsrc-0.18.3.dylib libgettextsrc.dylib || { rm -f libgettextsrc.dylib && ln -s libgettextsrc-0.18.3.dylib libgettextsrc.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextsrc.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc.la
libtool: install: /usr/bin/install -c .libs/libgettextsrc.a /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc.a
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c msgcmp msgfmt msgmerge msgunfmt xgettext msgattrib msgcat msgcomm msgconv msgen msgexec msgfilter msggrep msginit msguniq recode-sr-latin '/usr/local/Cellar/gettext/0.18.3.2/bin'
libtool: install: /usr/bin/install -c .libs/msgcmp /usr/local/Cellar/gettext/0.18.3.2/bin/msgcmp
libtool: install: /usr/bin/install -c .libs/msgfmt /usr/local/Cellar/gettext/0.18.3.2/bin/msgfmt
libtool: install: /usr/bin/install -c .libs/msgmerge /usr/local/Cellar/gettext/0.18.3.2/bin/msgmerge
libtool: install: /usr/bin/install -c .libs/msgunfmt /usr/local/Cellar/gettext/0.18.3.2/bin/msgunfmt
libtool: install: /usr/bin/install -c .libs/xgettext /usr/local/Cellar/gettext/0.18.3.2/bin/xgettext
libtool: install: /usr/bin/install -c .libs/msgattrib /usr/local/Cellar/gettext/0.18.3.2/bin/msgattrib
libtool: install: /usr/bin/install -c .libs/msgcat /usr/local/Cellar/gettext/0.18.3.2/bin/msgcat
libtool: install: /usr/bin/install -c .libs/msgcomm /usr/local/Cellar/gettext/0.18.3.2/bin/msgcomm
libtool: install: /usr/bin/install -c .libs/msgconv /usr/local/Cellar/gettext/0.18.3.2/bin/msgconv
libtool: install: /usr/bin/install -c .libs/msgen /usr/local/Cellar/gettext/0.18.3.2/bin/msgen
libtool: install: /usr/bin/install -c .libs/msgexec /usr/local/Cellar/gettext/0.18.3.2/bin/msgexec
libtool: install: /usr/bin/install -c .libs/msgfilter /usr/local/Cellar/gettext/0.18.3.2/bin/msgfilter
libtool: install: /usr/bin/install -c .libs/msggrep /usr/local/Cellar/gettext/0.18.3.2/bin/msggrep
libtool: install: /usr/bin/install -c .libs/msginit /usr/local/Cellar/gettext/0.18.3.2/bin/msginit
libtool: install: /usr/bin/install -c .libs/msguniq /usr/local/Cellar/gettext/0.18.3.2/bin/msguniq
libtool: install: /usr/bin/install -c .libs/recode-sr-latin /usr/local/Cellar/gettext/0.18.3.2/bin/recode-sr-latin
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib/gettext
case "darwin13.0.0" in \
aix*) ;; \
*) rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextsrc.a ;; \
esac
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/lib/gettext
/bin/sh ../libtool --mode=install /usr/bin/install -c hostname /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/hostname
libtool: install: /usr/bin/install -c .libs/hostname /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/hostname
/bin/sh ../libtool --mode=install /usr/bin/install -c urlget /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/urlget
libtool: install: /usr/bin/install -c .libs/urlget /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/urlget
/usr/bin/install -c user-email /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/user-email
/usr/bin/install -c ./project-id /usr/local/Cellar/gettext/0.18.3.2/lib/gettext/project-id
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext
/usr/bin/install -c -m 644 ./msgunfmt.tcl /usr/local/Cellar/gettext/0.18.3.2/share/gettext/msgunfmt.tcl
Making install in libgettextpo
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-am
if test no = no; then \
case 'darwin13.0.0' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh ../../build-aux/mkinstalldirs /usr/local/Cellar/gettext/0.18.3.2/lib ; \
fi ; \
if test -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp /usr/local/Cellar/gettext/0.18.3.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/gettext/0.18.3.2/lib/charset.tmp ; \
fi ; \
fi
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libgettextpo.la '/usr/local/Cellar/gettext/0.18.3.2/lib'
libtool: install: /usr/bin/install -c .libs/libgettextpo.0.dylib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.0.dylib
libtool: install: (cd /usr/local/Cellar/gettext/0.18.3.2/lib && { ln -s -f libgettextpo.0.dylib libgettextpo.dylib || { rm -f libgettextpo.dylib && ln -s libgettextpo.0.dylib libgettextpo.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libgettextpo.lai /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.la
libtool: install: /usr/bin/install -c .libs/libgettextpo.a /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a
libtool: install: chmod 644 /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a
libtool: install: ranlib /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(tls.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(u16-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(u8-mbtouc-unsafe.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(u8-mbtouc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(u8-uctomb.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/gettext/0.18.3.2/lib/libgettextpo.a(xsize.o) has no symbols
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/include'
/usr/bin/install -c -m 644 gettext-po.h '/usr/local/Cellar/gettext/0.18.3.2/include'
Making install in po
installing be.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/be/LC_MESSAGES/gettext-tools.mo
installing bg.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/bg/LC_MESSAGES/gettext-tools.mo
installing ca.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ca/LC_MESSAGES/gettext-tools.mo
installing cs.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/cs/LC_MESSAGES/gettext-tools.mo
installing da.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/da/LC_MESSAGES/gettext-tools.mo
installing de.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/de/LC_MESSAGES/gettext-tools.mo
installing el.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/el/LC_MESSAGES/gettext-tools.mo
installing en@quot.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/en@quot/LC_MESSAGES/gettext-tools.mo
installing en@boldquot.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo
installing es.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/es/LC_MESSAGES/gettext-tools.mo
installing et.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/et/LC_MESSAGES/gettext-tools.mo
installing eu.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/eu/LC_MESSAGES/gettext-tools.mo
installing fi.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/fi/LC_MESSAGES/gettext-tools.mo
installing fr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/fr/LC_MESSAGES/gettext-tools.mo
installing gl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/gl/LC_MESSAGES/gettext-tools.mo
installing id.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/id/LC_MESSAGES/gettext-tools.mo
installing it.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/it/LC_MESSAGES/gettext-tools.mo
installing ja.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ja/LC_MESSAGES/gettext-tools.mo
installing ko.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ko/LC_MESSAGES/gettext-tools.mo
installing nb.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nb/LC_MESSAGES/gettext-tools.mo
installing nl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nl/LC_MESSAGES/gettext-tools.mo
installing nn.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/nn/LC_MESSAGES/gettext-tools.mo
installing pa.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pa/LC_MESSAGES/gettext-tools.mo
installing pl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pl/LC_MESSAGES/gettext-tools.mo
installing pt.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pt/LC_MESSAGES/gettext-tools.mo
installing pt_BR.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo
installing ro.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ro/LC_MESSAGES/gettext-tools.mo
installing ru.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/ru/LC_MESSAGES/gettext-tools.mo
installing sk.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sk/LC_MESSAGES/gettext-tools.mo
installing sl.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sl/LC_MESSAGES/gettext-tools.mo
installing sr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sr/LC_MESSAGES/gettext-tools.mo
installing sv.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/sv/LC_MESSAGES/gettext-tools.mo
installing tr.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/tr/LC_MESSAGES/gettext-tools.mo
installing uk.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/uk/LC_MESSAGES/gettext-tools.mo
installing vi.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/vi/LC_MESSAGES/gettext-tools.mo
installing zh_CN.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo
installing zh_TW.gmo as /usr/local/Cellar/gettext/0.18.3.2/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo
if test "gettext-tools" = "gettext-tools"; then \
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/gettext/0.18.3.2/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/gettext/0.18.3.2/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in projects
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/TP
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/KDE
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/GNOME
/usr/bin/install -c ./team-address /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/team-address
/usr/bin/install -c ./TP/trigger /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/TP/trigger
/usr/bin/install -c ./TP/team-address /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/TP/team-address
/usr/bin/install -c ./KDE/trigger /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/KDE/trigger
/usr/bin/install -c ./KDE/team-address /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/KDE/team-address
/usr/bin/install -c ./GNOME/trigger /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/GNOME/trigger
/usr/bin/install -c ./GNOME/team-address /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/GNOME/team-address
/usr/bin/install -c -m 644 ./index /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/index
/usr/bin/install -c -m 644 ./TP/teams.url /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/TP/teams.url
/usr/bin/install -c -m 644 ./TP/teams.html /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/TP/teams.html
/usr/bin/install -c -m 644 ./KDE/teams.url /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/KDE/teams.url
/usr/bin/install -c -m 644 ./KDE/teams.html /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/KDE/teams.html
/usr/bin/install -c -m 644 ./GNOME/teams.url /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/GNOME/teams.url
/usr/bin/install -c -m 644 ./GNOME/teams.html /usr/local/Cellar/gettext/0.18.3.2/share/gettext/projects/GNOME/teams.html
Making install in styles
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/gettext/styles'
/usr/bin/install -c -m 644 po-default.css po-vim.css po-emacs-x.css po-emacs-xterm256.css po-emacs-xterm16.css po-emacs-xterm.css '/usr/local/Cellar/gettext/0.18.3.2/share/gettext/styles'
Making install in misc
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/bin'
/usr/bin/install -c gettextize autopoint '/usr/local/Cellar/gettext/0.18.3.2/bin'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
/usr/bin/install -c -m 644 archive.dir.tar.bz2 '/usr/local/Cellar/gettext/0.18.3.2/share/gettext'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp'
/usr/bin/install -c -m 644 'start-po.el' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/start-po.el'
/usr/bin/install -c -m 644 'start-po.elc' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/start-po.elc'
/usr/bin/install -c -m 644 'po-mode.el' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/po-mode.el'
/usr/bin/install -c -m 644 'po-mode.elc' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/po-mode.elc'
/usr/bin/install -c -m 644 'po-compat.el' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/po-compat.el'
/usr/bin/install -c -m 644 'po-compat.elc' '/usr/local/Cellar/gettext/0.18.3.2/share/emacs/site-lisp/po-compat.elc'
Making install in man
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext
for file in msgcmp.1.html msgfmt.1.html msgmerge.1.html msgunfmt.1.html xgettext.1.html msgattrib.1.html msgcat.1.html msgcomm.1.html msgconv.1.html msgen.1.html msgexec.1.html msgfilter.1.html msggrep.1.html msginit.1.html msguniq.1.html recode-sr-latin.1.html gettextize.1.html autopoint.1.html; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/$file; \
done
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/man/man1'
/usr/bin/install -c -m 644 msgcmp.1 msgfmt.1 msgmerge.1 msgunfmt.1 xgettext.1 msgattrib.1 msgcat.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 msgfilter.1 msggrep.1 msginit.1 msguniq.1 recode-sr-latin.1 gettextize.1 autopoint.1 '/usr/local/Cellar/gettext/0.18.3.2/share/man/man1'
Making install in m4
make[3]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/aclocal'
/usr/bin/install -c -m 644 ../../gettext-runtime/gnulib-m4/lib-ld.m4 ../../gettext-runtime/gnulib-m4/lib-link.m4 ../../gettext-runtime/gnulib-m4/lib-prefix.m4 ../../gettext-runtime/m4/codeset.m4 ../../gettext-runtime/m4/extern-inline.m4 ../../gettext-runtime/m4/fcntl-o.m4 ../../gettext-runtime/m4/gettext.m4 ../../gettext-runtime/m4/glibc2.m4 ../../gettext-runtime/m4/glibc21.m4 ../../gettext-runtime/m4/iconv.m4 ../../gettext-runtime/m4/intdiv0.m4 ../../gettext-runtime/m4/intl.m4 ../../gettext-runtime/m4/intldir.m4 ../../gettext-runtime/m4/intlmacosx.m4 ../../gettext-runtime/m4/intmax.m4 ../../gettext-runtime/m4/inttypes_h.m4 ../../gettext-runtime/m4/inttypes-pri.m4 ../../gettext-runtime/m4/lcmessage.m4 ../../gettext-runtime/m4/lock.m4 ../../gettext-runtime/m4/longlong.m4 ../../gettext-runtime/m4/nls.m4 ../../gettext-runtime/m4/po.m4 ../../gettext-runtime/m4/printf-posix.m4 ../../gettext-runtime/m4/progtest.m4 ../../gettext-runtime/m4/size_max.m4 ../../gettext-runtime/m4/stdint_h.m4 ../../gettext-runtime/m4/threadlib.m4 ../../gettext-runtime/m4/uintmax_t.m4 ../../gettext-runtime/m4/visibility.m4 ../../gettext-runtime/m4/wchar_t.m4 ../../gettext-runtime/m4/wint_t.m4 ../../gettext-runtime/m4/xsize.m4 '/usr/local/Cellar/gettext/0.18.3.2/share/aclocal'
../../build-aux/install-sh -c -d '/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/build-aux'
/usr/bin/install -c -m 644 ../gnulib-m4/gcj.m4 ../gnulib-m4/javacomp.m4 ../gnulib-m4/javaexec.m4 ../gnulib-m4/csharpcomp.m4 ../gnulib-m4/csharpexec.m4 csharpexec-test.exe '/usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/build-aux'
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in gnulib-tests
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in .
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in examples
Making install in po
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples
for f in hello-c/INSTALL hello-c/autogen.sh hello-c/autoclean.sh hello-c/hello.c hello-c/Makefile.am hello-c/configure.ac hello-c/m4/Makefile.am hello-c/po/Makevars hello-c/po/POTFILES.in hello-c-gnome/INSTALL hello-c-gnome/autogen.sh hello-c-gnome/autoclean.sh hello-c-gnome/hello.c hello-c-gnome/Makefile.am hello-c-gnome/configure.ac hello-c-gnome/m4/Makefile.am hello-c-gnome/m4/gnome.m4 hello-c-gnome/m4/gnome-gnorba-check.m4 hello-c-gnome/m4/gnome-orbit-check.m4 hello-c-gnome/po/Makevars hello-c-gnome/po/POTFILES.in hello-c++/INSTALL hello-c++/autogen.sh hello-c++/autoclean.sh hello-c++/hello.cc hello-c++/Makefile.am hello-c++/configure.ac hello-c++/m4/Makefile.am hello-c++/po/Makevars hello-c++/po/POTFILES.in hello-c++-qt/INSTALL hello-c++-qt/BUGS hello-c++-qt/autogen.sh hello-c++-qt/autoclean.sh hello-c++-qt/hello.cc hello-c++-qt/Makefile.am hello-c++-qt/configure.ac hello-c++-qt/m4/Makefile.am hello-c++-qt/m4/qt.m4 hello-c++-qt/po/Makefile.am hello-c++-kde/INSTALL hello-c++-kde/BUGS hello-c++-kde/autogen.sh hello-c++-kde/autoclean.sh hello-c++-kde/hello.cc hello-c++-kde/hellowindow.h hello-c++-kde/hellowindow.cc hello-c++-kde/Makefile.am hello-c++-kde/configure.in.in hello-c++-kde/m4/Makefile.am hello-c++-kde/admin/acinclude.m4.in hello-c++-kde/admin/am_edit hello-c++-kde/admin/ChangeLog hello-c++-kde/admin/compile hello-c++-kde/admin/conf.change.pl hello-c++-kde/admin/config.guess hello-c++-kde/admin/config.pl hello-c++-kde/admin/config.sub hello-c++-kde/admin/configure.in.bot.end hello-c++-kde/admin/configure.in.min hello-c++-kde/admin/cvs-clean.pl hello-c++-kde/admin/cvs.sh hello-c++-kde/admin/debianrules hello-c++-kde/admin/depcomp hello-c++-kde/admin/detect-autoconf.sh hello-c++-kde/admin/Doxyfile.am hello-c++-kde/admin/Doxyfile.global hello-c++-kde/admin/install-sh hello-c++-kde/admin/libtool.m4.in hello-c++-kde/admin/ltmain.sh hello-c++-kde/admin/Makefile.common hello-c++-kde/admin/missing hello-c++-kde/admin/mkinstalldirs hello-c++-kde/admin/ylwrap hello-c++-kde/po/Makevars hello-c++-kde/po/POTFILES.in hello-c++-gnome/INSTALL hello-c++-gnome/autogen.sh hello-c++-gnome/autoclean.sh hello-c++-gnome/hello.cc hello-c++-gnome/Makefile.am hello-c++-gnome/configure.ac hello-c++-gnome/m4/Makefile.am hello-c++-gnome/m4/gnome.m4 hello-c++-gnome/m4/gnome-gnorba-check.m4 hello-c++-gnome/m4/gnome-orbit-check.m4 hello-c++-gnome/m4/gtk.m4 hello-c++-gnome/m4/gtk--.m4 hello-c++-gnome/po/Makevars hello-c++-gnome/po/POTFILES.in hello-c++-wxwidgets/INSTALL hello-c++-wxwidgets/autogen.sh hello-c++-wxwidgets/autoclean.sh hello-c++-wxwidgets/hello.cc hello-c++-wxwidgets/Makefile.am hello-c++-wxwidgets/configure.ac hello-c++-wxwidgets/m4/Makefile.am hello-c++-wxwidgets/m4/wxwidgets.m4 hello-c++-wxwidgets/po/Makefile.am hello-objc/INSTALL hello-objc/autogen.sh hello-objc/autoclean.sh hello-objc/hello.m hello-objc/Makefile.am hello-objc/configure.ac hello-objc/m4/Makefile.am hello-objc/po/Makevars hello-objc/po/POTFILES.in hello-objc-gnustep/INSTALL hello-objc-gnustep/BUGS hello-objc-gnustep/autogen.sh hello-objc-gnustep/autoclean.sh hello-objc-gnustep/main.m hello-objc-gnustep/AppController.h hello-objc-gnustep/AppController.m hello-objc-gnustep/Hello.h hello-objc-gnustep/Hello.m hello-objc-gnustep/GNUmakefile hello-objc-gnustep/po/GNUmakefile hello-objc-gnustep/po/LocaleAliases hello-objc-gnome/INSTALL hello-objc-gnome/autogen.sh hello-objc-gnome/autoclean.sh hello-objc-gnome/hello.m hello-objc-gnome/Makefile.am hello-objc-gnome/configure.ac hello-objc-gnome/m4/Makefile.am hello-objc-gnome/m4/gnome.m4 hello-objc-gnome/m4/gnome-gnorba-check.m4 hello-objc-gnome/m4/gnome-orbit-check.m4 hello-objc-gnome/po/Makevars hello-objc-gnome/po/POTFILES.in hello-sh/INSTALL hello-sh/autogen.sh hello-sh/autoclean.sh hello-sh/hello.sh hello-sh/Makefile.am hello-sh/configure.ac hello-sh/m4/Makefile.am hello-sh/po/Makefile.am hello-python/INSTALL hello-python/autogen.sh hello-python/autoclean.sh hello-python/hello.py.in hello-python/Makefile.am hello-python/configure.ac hello-python/m4/Makefile.am hello-python/po/Makefile.am hello-clisp/INSTALL hello-clisp/autogen.sh hello-clisp/autoclean.sh hello-clisp/hello.lisp.in hello-clisp/Makefile.am hello-clisp/configure.ac hello-clisp/m4/Makefile.am hello-clisp/po/Makefile.am hello-librep/INSTALL hello-librep/autogen.sh hello-librep/autoclean.sh hello-librep/hello.jl.in hello-librep/Makefile.am hello-librep/configure.ac hello-librep/m4/Makefile.am hello-librep/po/Makefile.am hello-guile/INSTALL hello-guile/autogen.sh hello-guile/autoclean.sh hello-guile/hello.scm hello-guile/Makefile.am hello-guile/configure.ac hello-guile/m4/Makefile.am hello-guile/po/Makefile.am hello-smalltalk/INSTALL hello-smalltalk/autogen.sh hello-smalltalk/autoclean.sh hello-smalltalk/hello.st.in hello-smalltalk/Makefile.am hello-smalltalk/configure.ac hello-smalltalk/m4/Makefile.am hello-smalltalk/po/Makefile.am hello-java/INSTALL hello-java/autogen.sh hello-java/autoclean.sh hello-java/Hello.java hello-java/Makefile.am hello-java/configure.ac hello-java/m4/Makefile.am hello-java/po/Makefile.am hello-java-awt/INSTALL hello-java-awt/BUGS hello-java-awt/autogen.sh hello-java-awt/autoclean.sh hello-java-awt/Hello.java hello-java-awt/Makefile.am hello-java-awt/configure.ac hello-java-awt/m4/Makefile.am hello-java-awt/m4/TestAWT.java hello-java-awt/m4/TestAWT.class hello-java-awt/po/Makefile.am hello-java-swing/INSTALL hello-java-swing/BUGS hello-java-swing/autogen.sh hello-java-swing/autoclean.sh hello-java-swing/Hello.java hello-java-swing/Makefile.am hello-java-swing/configure.ac hello-java-swing/m4/Makefile.am hello-java-swing/m4/TestAWT.java hello-java-swing/m4/TestAWT.class hello-java-swing/po/Makefile.am hello-java-qtjambi/INSTALL hello-java-qtjambi/BUGS hello-java-qtjambi/autogen.sh hello-java-qtjambi/autoclean.sh hello-java-qtjambi/Hello.java hello-java-qtjambi/Makefile.am hello-java-qtjambi/configure.ac hello-java-qtjambi/m4/Makefile.am hello-java-qtjambi/m4/Test15.java hello-java-qtjambi/m4/Test15.class hello-java-qtjambi/po/Makefile.am hello-csharp/INSTALL hello-csharp/autogen.sh hello-csharp/autoclean.sh hello-csharp/hello.cs hello-csharp/Makefile.am hello-csharp/configure.ac hello-csharp/m4/Makefile.am hello-csharp/po/Makefile.am hello-csharp-forms/INSTALL hello-csharp-forms/README hello-csharp-forms/BUGS hello-csharp-forms/autogen.sh hello-csharp-forms/autoclean.sh hello-csharp-forms/hello.cs hello-csharp-forms/Makefile.am hello-csharp-forms/configure.ac hello-csharp-forms/m4/Makefile.am hello-csharp-forms/po/Makefile.am hello-gawk/INSTALL hello-gawk/autogen.sh hello-gawk/autoclean.sh hello-gawk/hello.awk hello-gawk/Makefile.am hello-gawk/configure.ac hello-gawk/m4/Makefile.am hello-gawk/po/Makefile.am hello-pascal/INSTALL hello-pascal/autogen.sh hello-pascal/autoclean.sh hello-pascal/hello.pas hello-pascal/hello.rst hello-pascal/Makefile.am hello-pascal/configure.ac hello-pascal/m4/Makefile.am hello-pascal/po/Makefile.am hello-ycp/INSTALL hello-ycp/autogen.sh hello-ycp/autoclean.sh hello-ycp/hello.ycp hello-ycp/Makefile.am hello-ycp/configure.ac hello-ycp/m4/Makefile.am hello-ycp/po/Makefile.am hello-tcl/INSTALL hello-tcl/autogen.sh hello-tcl/autoclean.sh hello-tcl/hello.tcl hello-tcl/Makefile.am hello-tcl/configure.ac hello-tcl/m4/Makefile.am hello-tcl/po/Makefile.am hello-tcl-tk/INSTALL hello-tcl-tk/autogen.sh hello-tcl-tk/autoclean.sh hello-tcl-tk/hello.tcl hello-tcl-tk/Makefile.am hello-tcl-tk/configure.ac hello-tcl-tk/m4/Makefile.am hello-tcl-tk/po/Makefile.am hello-perl/INSTALL hello-perl/autogen.sh hello-perl/autoclean.sh hello-perl/hello-1.pl.in hello-perl/hello-2.pl.in hello-perl/Makefile.am hello-perl/configure.ac hello-perl/m4/Makefile.am hello-perl/po/Makefile.am hello-php/INSTALL hello-php/README hello-php/autogen.sh hello-php/autoclean.sh hello-php/hello.php hello-php/Makefile.am hello-php/configure.ac hello-php/m4/Makefile.am hello-php/po/Makefile.am README; do \
d=`echo /$f | sed -e 's,/[^/]*$,,'`; \
test -z "$d" || ../../build-aux/install-sh -c -d /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples$d || exit 1; \
b=`echo $f | sed -e 's,^.*/,,'`; \
if test $b = autogen.sh || test $b = autoclean.sh; then \
echo "/usr/bin/install -c ./$f /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/$f"; \
/usr/bin/install -c ./$f /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/$f; \
else \
echo "/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/$f"; \
/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/$f; \
fi; \
done
/usr/bin/install -c -m 644 ./hello-c/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/INSTALL
/usr/bin/install -c ./hello-c/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/autogen.sh
/usr/bin/install -c ./hello-c/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c/hello.c /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/hello.c
/usr/bin/install -c -m 644 ./hello-c/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/Makefile.am
/usr/bin/install -c -m 644 ./hello-c/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/configure.ac
/usr/bin/install -c -m 644 ./hello-c/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/po/Makevars
/usr/bin/install -c -m 644 ./hello-c/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c-gnome/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/INSTALL
/usr/bin/install -c ./hello-c-gnome/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/autogen.sh
/usr/bin/install -c ./hello-c-gnome/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c-gnome/hello.c /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/hello.c
/usr/bin/install -c -m 644 ./hello-c-gnome/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-gnorba-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/m4/gnome-orbit-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-c-gnome/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-c-gnome/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/INSTALL
/usr/bin/install -c ./hello-c++/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/autogen.sh
/usr/bin/install -c ./hello-c++/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++/hello.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/hello.cc
/usr/bin/install -c -m 644 ./hello-c++/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/configure.ac
/usr/bin/install -c -m 644 ./hello-c++/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-qt/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/INSTALL
/usr/bin/install -c -m 644 ./hello-c++-qt/BUGS /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/BUGS
/usr/bin/install -c ./hello-c++-qt/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/autogen.sh
/usr/bin/install -c ./hello-c++-qt/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-qt/hello.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-qt/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-qt/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-qt/m4/qt.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/m4/qt.m4
/usr/bin/install -c -m 644 ./hello-c++-qt/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-qt/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/INSTALL
/usr/bin/install -c -m 644 ./hello-c++-kde/BUGS /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/BUGS
/usr/bin/install -c ./hello-c++-kde/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/autogen.sh
/usr/bin/install -c ./hello-c++-kde/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/hello.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.h /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/hellowindow.h
/usr/bin/install -c -m 644 ./hello-c++-kde/hellowindow.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/hellowindow.cc
/usr/bin/install -c -m 644 ./hello-c++-kde/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/configure.in.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/configure.in.in
/usr/bin/install -c -m 644 ./hello-c++-kde/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/acinclude.m4.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/acinclude.m4.in
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/am_edit /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/am_edit
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ChangeLog /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/ChangeLog
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/compile /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/compile
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/conf.change.pl /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/conf.change.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.guess /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/config.guess
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.pl /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/config.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/config.sub /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/config.sub
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.bot.end /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/configure.in.bot.end
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/configure.in.min /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/configure.in.min
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs-clean.pl /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/cvs-clean.pl
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/cvs.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/cvs.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/debianrules /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/debianrules
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/depcomp /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/depcomp
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/detect-autoconf.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/detect-autoconf.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.am
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Doxyfile.global /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.global
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/install-sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/install-sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/libtool.m4.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/libtool.m4.in
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ltmain.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/ltmain.sh
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/Makefile.common /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/Makefile.common
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/missing /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/missing
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/mkinstalldirs /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/mkinstalldirs
/usr/bin/install -c -m 644 ./hello-c++-kde/admin/ylwrap /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/admin/ylwrap
/usr/bin/install -c -m 644 ./hello-c++-kde/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++-kde/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-kde/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-gnome/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/INSTALL
/usr/bin/install -c ./hello-c++-gnome/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/autogen.sh
/usr/bin/install -c ./hello-c++-gnome/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-gnome/hello.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-gnome/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-gnome/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-gnorba-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gnome-orbit-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/gtk.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/m4/gtk--.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/m4/gtk--.m4
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-c++-gnome/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/INSTALL
/usr/bin/install -c ./hello-c++-wxwidgets/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/autogen.sh
/usr/bin/install -c ./hello-c++-wxwidgets/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/autoclean.sh
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/hello.cc /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/hello.cc
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/configure.ac
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/m4/wxwidgets.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/m4/wxwidgets.m4
/usr/bin/install -c -m 644 ./hello-c++-wxwidgets/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-c++-wxwidgets/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/INSTALL
/usr/bin/install -c ./hello-objc/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/autogen.sh
/usr/bin/install -c ./hello-objc/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc/hello.m /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/hello.m
/usr/bin/install -c -m 644 ./hello-objc/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/configure.ac
/usr/bin/install -c -m 644 ./hello-objc/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/po/Makevars
/usr/bin/install -c -m 644 ./hello-objc/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-objc-gnustep/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/INSTALL
/usr/bin/install -c -m 644 ./hello-objc-gnustep/BUGS /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/BUGS
/usr/bin/install -c ./hello-objc-gnustep/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/autogen.sh
/usr/bin/install -c ./hello-objc-gnustep/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc-gnustep/main.m /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/main.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.h /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/AppController.h
/usr/bin/install -c -m 644 ./hello-objc-gnustep/AppController.m /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/AppController.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.h /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/Hello.h
/usr/bin/install -c -m 644 ./hello-objc-gnustep/Hello.m /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/Hello.m
/usr/bin/install -c -m 644 ./hello-objc-gnustep/GNUmakefile /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/GNUmakefile
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/GNUmakefile /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/po/GNUmakefile
/usr/bin/install -c -m 644 ./hello-objc-gnustep/po/LocaleAliases /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnustep/po/LocaleAliases
/usr/bin/install -c -m 644 ./hello-objc-gnome/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/INSTALL
/usr/bin/install -c ./hello-objc-gnome/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/autogen.sh
/usr/bin/install -c ./hello-objc-gnome/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/autoclean.sh
/usr/bin/install -c -m 644 ./hello-objc-gnome/hello.m /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/hello.m
/usr/bin/install -c -m 644 ./hello-objc-gnome/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc-gnome/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/configure.ac
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/m4/gnome.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-gnorba-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/m4/gnome-orbit-check.m4 /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/m4/gnome-orbit-check.m4
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/Makevars /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/po/Makevars
/usr/bin/install -c -m 644 ./hello-objc-gnome/po/POTFILES.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in
/usr/bin/install -c -m 644 ./hello-sh/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/INSTALL
/usr/bin/install -c ./hello-sh/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/autogen.sh
/usr/bin/install -c ./hello-sh/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/autoclean.sh
/usr/bin/install -c -m 644 ./hello-sh/hello.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/hello.sh
/usr/bin/install -c -m 644 ./hello-sh/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/Makefile.am
/usr/bin/install -c -m 644 ./hello-sh/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/configure.ac
/usr/bin/install -c -m 644 ./hello-sh/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-sh/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-sh/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/INSTALL
/usr/bin/install -c ./hello-python/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/autogen.sh
/usr/bin/install -c ./hello-python/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/autoclean.sh
/usr/bin/install -c -m 644 ./hello-python/hello.py.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/hello.py.in
/usr/bin/install -c -m 644 ./hello-python/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/configure.ac
/usr/bin/install -c -m 644 ./hello-python/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-python/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-python/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/INSTALL
/usr/bin/install -c ./hello-clisp/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/autogen.sh
/usr/bin/install -c ./hello-clisp/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/autoclean.sh
/usr/bin/install -c -m 644 ./hello-clisp/hello.lisp.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/hello.lisp.in
/usr/bin/install -c -m 644 ./hello-clisp/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/configure.ac
/usr/bin/install -c -m 644 ./hello-clisp/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-clisp/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-clisp/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/INSTALL
/usr/bin/install -c ./hello-librep/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/autogen.sh
/usr/bin/install -c ./hello-librep/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/autoclean.sh
/usr/bin/install -c -m 644 ./hello-librep/hello.jl.in /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/hello.jl.in
/usr/bin/install -c -m 644 ./hello-librep/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/configure.ac
/usr/bin/install -c -m 644 ./hello-librep/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-librep/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-librep/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/INSTALL
/usr/bin/install -c ./hello-guile/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/autogen.sh
/usr/bin/install -c ./hello-guile/autoclean.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/autoclean.sh
/usr/bin/install -c -m 644 ./hello-guile/hello.scm /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/hello.scm
/usr/bin/install -c -m 644 ./hello-guile/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/configure.ac /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/configure.ac
/usr/bin/install -c -m 644 ./hello-guile/m4/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/m4/Makefile.am
/usr/bin/install -c -m 644 ./hello-guile/po/Makefile.am /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-guile/po/Makefile.am
/usr/bin/install -c -m 644 ./hello-smalltalk/INSTALL /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-smalltalk/INSTALL
/usr/bin/install -c ./hello-smalltalk/autogen.sh /usr/local/Cellar/gettext/0.18.3.2/share/doc/gettext/examples/hello-smalltalk/autogen.sh
/usr/bin/install -c ./hello-smalltalk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment