Build of libunicodenames with clang_glibc toolchain

The build took 00h 02m 20s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
14,554 sh
5,363 ansic
2,013 makefile
121 awk
16 sed
22,067 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libunicodenames 1.2.0-1 (Thu Apr 13 20:36:56 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-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 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 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 a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# checking dependency style of clang... gcc3
# checking whether make supports nested variables... (cached) yes
# checking for GNU make... make
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# 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 x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking for clang option to accept ISO C99... none needed
# checking for Minix Amsterdam compiler... no
# checking whether // is distinct from /... no
# checking for wchar_t... yes
# checking whether the preprocessor supports include_next... yes
# checking whether system header files limit the line length... no
# checking whether NULL can be used in arbitrary expressions... yes
# checking for xlocale.h... yes
# checking for unistd.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for sys/param.h... yes
# checking whether malloc, realloc, calloc are POSIX compliant... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# 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... yes
# checking whether memrchr is declared without a macro... yes
# checking whether rawmemchr is declared without a macro... yes
# 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... yes
# 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... yes
# checking for pid_t... yes
# checking for mode_t... yes
# checking whether // is distinct from /... (cached) no
# checking whether the -Werror option is usable... yes
# checking for simple visibility declarations... yes
# checking whether locale.h conforms to POSIX:2001... yes
# checking whether locale.h defines locale_t... yes
# 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 stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for ssize_t... 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... no
# 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... no
# 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... yes
# 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... yes
# 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... yes
# checking whether mkdtemp is declared without a macro... yes
# checking whether mkostemp is declared without a macro... yes
# checking whether mkostemps is declared without a macro... yes
# checking whether mkstemp is declared without a macro... yes
# checking whether mkstemps is declared without a macro... yes
# 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... yes
# checking whether random is declared without a macro... yes
# checking whether random_r is declared without a macro... yes
# checking whether realpath is declared without a macro... yes
# checking whether rpmatch is declared without a macro... yes
# checking whether secure_getenv is declared without a macro... yes
# 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... yes
# checking whether srandom is declared without a macro... yes
# checking whether srandom_r is declared without a macro... yes
# 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 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... yes
# checking whether environ is declared without a macro... yes
# checking whether euidaccess is declared without a macro... yes
# checking whether faccessat is declared without a macro... yes
# checking whether fchdir is declared without a macro... yes
# checking whether fchownat is declared without a macro... yes
# checking whether fdatasync is declared without a macro... yes
# 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... yes
# 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... yes
# 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... yes
# 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... yes
# 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... yes
# 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... yes
# checking whether usleep is declared without a macro... yes
# checking how to run the C preprocessor... clang -E
# checking for gawk... (cached) gawk
# checking for bison... bison -y
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# checking for gawk awk... /usr/bin/gawk
# checking for indent gindent... not found
# checking for wget... /usr/bin/wget
# checking for help2man... not found
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking for inttypes.h... (cached) yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking stdio_ext.h usability... yes
# checking stdio_ext.h presence... yes
# checking for stdio_ext.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for sys/param.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking for stdbool.h that conforms to C99... (cached) yes
# checking for _Bool... (cached) yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for inline... inline
# checking for int32_t... yes
# checking for int64_t... yes
# checking for size_t... (cached) yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint8_t... yes
# checking for ptrdiff_t... yes
# checking whether C compiler accepts -Wall... yes
# checking whether C compiler accepts -Wextra... yes
# checking whether C compiler accepts -Wcast-align... yes
# checking whether C compiler accepts -Wbad-function-cast... yes
# checking whether C compiler accepts -Wc++-compat... yes
# checking whether C compiler accepts -Wno-unused-result... yes
# checking whether C compiler accepts -Wl... yes
# ./configure: line 17175: --warn-common: command not found
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... (cached) yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for __argz_count... yes
# checking for __argz_next... yes
# checking for __argz_stringify... yes
# checking for floor... no
# checking for getcwd... yes
# checking for localeconv... yes
# checking for mblen... yes
# checking for mbrlen... yes
# checking for memchr... yes
# checking for mempcpy... yes
# checking for memset... yes
# checking for munmap... yes
# checking for nl_langinfo... yes
# checking for setlocale... yes
# checking for stpcpy... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strstr... yes
# checking for strtoul... yes
# checking for sortsmill-changelogger... not found
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating GNUmakefile
# config.status: creating tests/Makefile
# config.status: creating tests/GNUmakefile
# config.status: creating libunicodenames.pc
# config.status: creating lib/Makefile
# config.status: creating po/Makefile.in
# config.status: creating tests/atlocal
# config.status: creating make-names-db
# config.status: creating make-blocks-db
# config.status: creating make-libunicodenames-db.in
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing tests/atconfig commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing doc commands
# config.status: executing .indent.pro commands
# make all-recursive
# make[1]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# Making all in lib
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# GEN c++defs.h
# GEN arg-nonnull.h
# GEN warn-on-use.h
# GEN locale.h
# GEN stdio.h
# GEN stdlib.h
# GEN string.h
# GEN sys/types.h
# GEN unistd.h
# make all-recursive
# make[3]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[4]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# CC dirname-lgpl.lo
# CC basename-lgpl.lo
# CC stripslash.lo
# CC unistd.lo
# CCLD libgnu.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[4]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[3]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# Making all in .
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# CC use_names_db.lo
# CC use_blocks_db.lo
# CC find_db.lo
# CC common_code.lo
# CCLD libunicodenames.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# /usr/bin/sed -e 's|%%pkglibexecdir%%|/usr/lib/libunicodenames|g' make-libunicodenames-db.in > make-libunicodenames-db-tmp
# mv make-libunicodenames-db-tmp make-libunicodenames-db
# chmod +x make-libunicodenames-db
# /usr/bin/sed -e 's|%%pkgdatadir%%|/usr/share/libunicodenames|g' \
# -e 's|%%make_libunicodenames_db_reference%%||g' \
# doc/uninm_find_names_db.3.in > doc/uninm_find_names_db.3-tmp
# mv doc/uninm_find_names_db.3-tmp doc/uninm_find_names_db.3
# /usr/bin/sed -e 's|%%pkgdatadir%%|/usr/share/libunicodenames|g' \
# -e 's|%%make_libunicodenames_db_reference%%||g' \
# doc/uninm_find_blocks_db.3.in > doc/uninm_find_blocks_db.3-tmp
# mv doc/uninm_find_blocks_db.3-tmp doc/uninm_find_blocks_db.3
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# Making all in po
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/po'
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/po'
# Making all in tests
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# make[1]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make install-recursive
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[3]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[4]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[3]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# make[1]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/lib'
# Making install in .
# make[1]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libunicodenames.la '/tmp/libunicodenames/pkg/libunicodenames/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libunicodenames.so.1.0.3 /tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames.so.1.0.3
# libtool: install: (cd /tmp/libunicodenames/pkg/libunicodenames/usr/lib && { ln -s -f libunicodenames.so.1.0.3 libunicodenames.so.1 || { rm -f libunicodenames.so.1 && ln -s libunicodenames.so.1.0.3 libunicodenames.so.1; }; })
# libtool: install: (cd /tmp/libunicodenames/pkg/libunicodenames/usr/lib && { ln -s -f libunicodenames.so.1.0.3 libunicodenames.so || { rm -f libunicodenames.so && ln -s libunicodenames.so.1.0.3 libunicodenames.so; }; })
# libtool: install: /usr/bin/install -c .libs/libunicodenames.lai /tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames.la
# libtool: install: /usr/bin/install -c .libs/libunicodenames.a /tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames.a
# libtool: install: chmod 644 /tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames.a
# libtool: install: ranlib /tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/bin'
# /usr/bin/install -c make-libunicodenames-db '/tmp/libunicodenames/pkg/libunicodenames/usr/bin'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames'
# /usr/bin/install -c make-names-db make-blocks-db '/tmp/libunicodenames/pkg/libunicodenames/usr/lib/libunicodenames'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/share/libunicodenames'
# /usr/bin/install -c -m 644 en.names-db fr.names-db en.blocks-db fr.blocks-db '/tmp/libunicodenames/pkg/libunicodenames/usr/share/libunicodenames'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/include'
# /usr/bin/install -c -m 644 libunicodenames.h '/tmp/libunicodenames/pkg/libunicodenames/usr/include'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/share/man/man3'
# /usr/bin/install -c -m 644 doc/uninm_names_db_open.3 doc/uninm_names_db_close.3 doc/uninm_name.3 doc/uninm_annotation.3 doc/uninm_blocks_db_open.3 doc/uninm_blocks_db_close.3 doc/uninm_num_blocks.3 doc/uninm_block_start.3 doc/uninm_block_end.3 doc/uninm_block_name.3 doc/uninm_find_names_db.3 doc/uninm_find_blocks_db.3 '/tmp/libunicodenames/pkg/libunicodenames/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/libunicodenames/pkg/libunicodenames/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libunicodenames.pc '/tmp/libunicodenames/pkg/libunicodenames/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# make[1]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0'
# Making install in po
# make[1]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/po'
# installing fr.gmo as /tmp/libunicodenames/pkg/libunicodenames/usr/share/locale/fr/LC_MESSAGES/libunicodenames.mo
# if test "libunicodenames" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/libunicodenames/pkg/libunicodenames/usr/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 \
# /tmp/libunicodenames/pkg/libunicodenames/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/libunicodenames/pkg/libunicodenames/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/po'
# Making install in tests
# make[1]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# make[2]: Entering directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# make[1]: Leaving directory '/tmp/libunicodenames/src/libunicodenames-1.2.0/tests'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libunicodenames"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libunicodenames 1.2.0-1 (Thu Apr 13 20:37:48 UTC 2017)

CMD: pacman --query --file libunicodenames-1.2.0-1-x86_64.pkg.tar.xz
# libunicodenames 1.2.0-1

Creating hybrid package for 'libunicodenames'

Trying to find vanilla package 'libunicodenames'...

CMD: pacman --query --file /mirror/libunicodenames-1.2.0-1.pkg.tar.xz
# libunicodenames 1.2.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/make-libunicodenames-db
# /usr/lib/libunicodenames.so.1
# /usr/lib/libunicodenames.so
# /usr/lib/libunicodenames.so.1.0.3
# /usr/lib/libunicodenames/make-names-db
# /usr/lib/libunicodenames/make-blocks-db
# /usr/lib/pkgconfig/libunicodenames.pc
# /usr/share/libunicodenames/en.names-db
# /usr/share/libunicodenames/fr.names-db
# /usr/share/libunicodenames/en.blocks-db
# /usr/share/libunicodenames/fr.blocks-db
# /usr/share/man/man3/uninm_names_db_open.3.gz
# /usr/share/man/man3/uninm_names_db_close.3.gz
# /usr/share/man/man3/uninm_name.3.gz
# /usr/share/man/man3/uninm_annotation.3.gz
# /usr/share/man/man3/uninm_blocks_db_open.3.gz
# /usr/share/man/man3/uninm_blocks_db_close.3.gz
# /usr/share/man/man3/uninm_num_blocks.3.gz
# /usr/share/man/man3/uninm_block_start.3.gz
# /usr/share/man/man3/uninm_block_end.3.gz
# /usr/share/man/man3/uninm_block_name.3.gz
# /usr/share/man/man3/uninm_find_names_db.3.gz
# /usr/share/man/man3/uninm_find_blocks_db.3.gz
# /usr/share/locale/fr/LC_MESSAGES/libunicodenames.mo
# /usr/include/libunicodenames.h
# /sysroot/usr/lib/libunicodenames.so.1.0.3
# /sysroot/usr/lib/libunicodenames.so.1
# /sysroot/usr/lib/libunicodenames.so
# /sysroot/usr/lib/libunicodenames.la
# /sysroot/usr/lib/libunicodenames.a
# /sysroot/usr/lib/libunicodenames/make-names-db
# /sysroot/usr/lib/libunicodenames/make-blocks-db
# /sysroot/usr/lib/pkgconfig/libunicodenames.pc
# /sysroot/usr/include/libunicodenames.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libunicodenames.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libunicodenames.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libunicodenames.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libunicodenames.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libunicodenames/src/libunicodenames-1.2.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by LibUnicodeNames configure 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libexecdir=/usr/lib
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b96eb6e619b2
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2935: checking build system type
# configure:2949: result: x86_64-unknown-linux-gnu
# configure:2968: checking host system type
# configure:2981: result: x86_64-unknown-linux-gnu
# configure:3011: checking for x86_64-unknown-linux-gcc
# configure:3038: result: clang
# configure:3307: checking for C compiler version
# configure:3316: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3327: $? = 0
# configure:3316: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3327: $? = 0
# configure:3316: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3327: $? = 1
# configure:3316: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3327: $? = 1
# configure:3347: checking whether the C compiler works
# configure:3369: clang conftest.c >&5
# configure:3373: $? = 0
# configure:3421: result: yes
# configure:3424: checking for C compiler default output file name
# configure:3426: result: a.out
# configure:3432: checking for suffix of executables
# configure:3439: clang -o conftest conftest.c >&5
# configure:3443: $? = 0
# configure:3465: result:
# configure:3487: checking whether we are cross compiling
# configure:3495: clang -o conftest conftest.c >&5
# configure:3499: $? = 0
# configure:3506: ./conftest
# configure:3510: $? = 0
# configure:3525: result: no
# configure:3530: checking for suffix of object files
# configure:3552: clang -c conftest.c >&5
# configure:3556: $? = 0
# configure:3577: result: o
# configure:3581: checking whether we are using the GNU C compiler
# configure:3600: clang -c conftest.c >&5
# configure:3600: $? = 0
# configure:3609: result: yes
# configure:3618: checking whether clang accepts -g
# configure:3638: clang -c -g conftest.c >&5
# configure:3638: $? = 0
# configure:3679: result: yes
# configure:3696: checking for clang option to accept ISO C89
# configure:3759: clang -c conftest.c >&5
# configure:3759: $? = 0
# configure:3772: result: none needed
# configure:3797: checking whether clang understands -c and -o together
# configure:3819: clang -c conftest.c -o conftest2.o
# configure:3822: $? = 0
# configure:3819: clang -c conftest.c -o conftest2.o
# configure:3822: $? = 0
# configure:3834: result: yes
# configure:3857: checking how to run the C preprocessor
# configure:3888: clang -E conftest.c
# configure:3888: $? = 0
# configure:3902: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3902: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | /* end confdefs.h. */
# | #include
# configure:3927: result: clang -E
# configure:3947: clang -E conftest.c
# configure:3947: $? = 0
# configure:3961: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3961: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | /* end confdefs.h. */
# | #include
# configure:3990: checking for grep that handles long lines and -e
# configure:4048: result: /usr/bin/grep
# configure:4053: checking for egrep
# configure:4115: result: /usr/bin/grep -E
# configure:4120: checking for ANSI C header files
# configure:4140: clang -c conftest.c >&5
# configure:4140: $? = 0
# configure:4213: clang -o conftest conftest.c >&5
# configure:4213: $? = 0
# configure:4213: ./conftest
# configure:4213: $? = 0
# configure:4224: result: yes
# configure:4237: checking for sys/types.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for sys/stat.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for stdlib.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for string.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for memory.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for strings.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for inttypes.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for stdint.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4237: checking for unistd.h
# configure:4237: clang -c conftest.c >&5
# configure:4237: $? = 0
# configure:4237: result: yes
# configure:4250: checking minix/config.h usability
# configure:4250: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4250: result: no
# configure:4250: checking minix/config.h presence
# configure:4250: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4250: result: no
# configure:4250: checking for minix/config.h
# configure:4250: result: no
# configure:4274: checking whether it is safe to define __EXTENSIONS__
# configure:4292: clang -c conftest.c >&5
# configure:4292: $? = 0
# configure:4299: result: yes
# configure:4314: checking whether _XOPEN_SOURCE should be defined
# configure:4333: clang -c conftest.c >&5
# configure:4333: $? = 0
# configure:4357: result: no
# configure:4381: checking for a BSD-compatible install
# configure:4449: result: /usr/bin/install -c
# configure:4460: checking whether build environment is sane
# configure:4515: result: yes
# configure:4663: checking for a thread-safe mkdir -p
# configure:4702: result: /usr/bin/mkdir -p
# configure:4709: checking for gawk
# configure:4725: found /usr/bin/gawk
# configure:4736: result: gawk
# configure:4747: checking whether make sets $(MAKE)
# configure:4769: result: yes
# configure:4799: checking for style of include used by make
# configure:4827: result: GNU
# configure:4861: checking whether make supports nested variables
# configure:4878: result: yes
# configure:4963: checking dependency style of clang
# configure:5074: result: gcc3
# configure:5142: checking whether make supports nested variables
# configure:5159: result: yes
# configure:5170: checking for GNU make
# configure:5185: result: make
# configure:5201: checking for x86_64-unknown-linux-ar
# configure:5231: result: no
# configure:5201: checking for x86_64-unknown-linux-lib
# configure:5231: result: no
# configure:5201: checking for x86_64-unknown-linux-link
# configure:5231: result: no
# configure:5245: checking for ar
# configure:5261: found /usr/bin/ar
# configure:5272: result: ar
# configure:5298: checking the archiver (ar) interface
# configure:5314: clang -c conftest.c >&5
# configure:5314: $? = 0
# configure:5316: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5319: $? = 0
# configure:5347: result: ar
# configure:5413: checking how to print strings
# configure:5440: result: printf
# configure:5461: checking for a sed that does not truncate output
# configure:5525: result: /usr/bin/sed
# configure:5543: checking for fgrep
# configure:5605: result: /usr/bin/grep -F
# configure:5640: checking for ld used by clang
# configure:5707: result: /usr/bin/ld
# configure:5714: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5729: result: yes
# configure:5741: checking for BSD- or MS-compatible name lister (nm)
# configure:5790: result: /usr/bin/nm -B
# configure:5920: checking the name lister (/usr/bin/nm -B) interface
# configure:5927: clang -c conftest.c >&5
# configure:5930: /usr/bin/nm -B "conftest.o"
# configure:5933: output
# 0000000000000000 B some_variable
# configure:5940: result: BSD nm
# configure:5943: checking whether ln -s works
# configure:5947: result: yes
# configure:5955: checking the maximum length of command line arguments
# configure:6085: result: 1572864
# configure:6102: checking whether the shell understands some XSI constructs
# configure:6112: result: yes
# configure:6116: checking whether the shell understands "+="
# configure:6122: result: yes
# configure:6157: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6197: result: func_convert_file_noop
# configure:6204: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6224: result: func_convert_file_noop
# configure:6231: checking for /usr/bin/ld option to reload object files
# configure:6238: result: -r
# configure:6272: checking for x86_64-unknown-linux-objdump
# configure:6302: result: no
# configure:6312: checking for objdump
# configure:6328: found /usr/bin/objdump
# configure:6339: result: objdump
# configure:6371: checking how to recognize dependent libraries
# configure:6573: result: pass_all
# configure:6618: checking for x86_64-unknown-linux-dlltool
# configure:6648: result: no
# configure:6658: checking for dlltool
# configure:6688: result: no
# configure:6718: checking how to associate runtime and link libraries
# configure:6745: result: printf %s\n
# configure:6761: checking for x86_64-unknown-linux-ar
# configure:6788: result: ar
# configure:6869: checking for archiver @FILE support
# configure:6886: clang -c conftest.c >&5
# configure:6886: $? = 0
# configure:6889: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6892: $? = 0
# configure:6897: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6900: $? = 1
# configure:6912: result: @
# configure:6930: checking for x86_64-unknown-linux-strip
# configure:6960: result: no
# configure:6970: checking for strip
# configure:6986: found /usr/bin/strip
# configure:6997: result: strip
# configure:7029: checking for x86_64-unknown-linux-ranlib
# configure:7059: result: no
# configure:7069: checking for ranlib
# configure:7085: found /usr/bin/ranlib
# configure:7096: result: ranlib
# configure:7198: checking command to parse /usr/bin/nm -B output from clang object
# configure:7318: clang -c conftest.c >&5
# configure:7321: $? = 0
# configure:7325: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7328: $? = 0
# configure:7394: clang -o conftest conftest.c conftstm.o >&5
# configure:7397: $? = 0
# configure:7435: result: ok
# configure:7472: checking for sysroot
# configure:7502: result: no
# configure:7579: clang -c conftest.c >&5
# configure:7582: $? = 0
# configure:7718: checking for x86_64-unknown-linux-mt
# configure:7748: result: no
# configure:7758: checking for mt
# configure:7788: result: no
# configure:7808: checking if : is a manifest tool
# configure:7814: : '-?'
# configure:7822: result: no
# configure:8461: checking for dlfcn.h
# configure:8461: clang -c conftest.c >&5
# configure:8461: $? = 0
# configure:8461: result: yes
# configure:8667: checking for objdir
# configure:8682: result: .libs
# configure:8953: checking if clang supports -fno-rtti -fno-exceptions
# configure:8971: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8975: $? = 0
# configure:8988: result: yes
# configure:9315: checking for clang option to produce PIC
# configure:9322: result: -fPIC -DPIC
# configure:9330: checking if clang PIC flag -fPIC -DPIC works
# configure:9348: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9352: $? = 0
# configure:9365: result: yes
# configure:9394: checking if clang static flag -static works
# configure:9422: result: yes
# configure:9437: checking if clang supports -c -o file.o
# configure:9458: clang -c -o out/conftest2.o conftest.c >&5
# configure:9462: $? = 0
# configure:9484: result: yes
# configure:9492: checking if clang supports -c -o file.o
# configure:9539: result: yes
# configure:9572: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10725: result: yes
# configure:10762: checking whether -lc should be explicitly linked in
# configure:10770: clang -c conftest.c >&5
# configure:10773: $? = 0
# configure:10788: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10791: $? = 0
# configure:10805: result: no
# configure:10965: checking dynamic linker characteristics
# configure:11489: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11489: $? = 0
# configure:11711: result: GNU/Linux ld.so
# configure:11818: checking how to hardcode library paths into programs
# configure:11843: result: immediate
# configure:12383: checking whether stripping libraries is possible
# configure:12388: result: yes
# configure:12423: checking if libtool supports shared libraries
# configure:12425: result: yes
# configure:12428: checking whether to build shared libraries
# configure:12449: result: yes
# configure:12452: checking whether to build static libraries
# configure:12456: result: yes
# configure:12544: checking for x86_64-unknown-linux-gcc
# configure:12571: result: clang
# configure:12840: checking for C compiler version
# configure:12849: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:12860: $? = 0
# configure:12849: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:12860: $? = 0
# configure:12849: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12860: $? = 1
# configure:12849: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12860: $? = 1
# configure:12864: checking whether we are using the GNU C compiler
# configure:12892: result: yes
# configure:12901: checking whether clang accepts -g
# configure:12962: result: yes
# configure:12979: checking for clang option to accept ISO C89
# configure:13055: result: none needed
# configure:13080: checking whether clang understands -c and -o together
# configure:13117: result: yes
# configure:13134: checking for clang option to accept ISO C99
# configure:13283: clang -c conftest.c >&5
# configure:13283: $? = 0
# configure:13296: result: none needed
# configure:13313: checking for Minix Amsterdam compiler
# configure:13337: result: no
# configure:13591: checking whether // is distinct from /
# configure:13620: result: no
# configure:13646: checking for wchar_t
# configure:13663: clang -c conftest.c >&5
# configure:13663: $? = 0
# configure:13670: result: yes
# configure:13680: checking whether the preprocessor supports include_next
# configure:13718: clang -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:13718: $? = 0
# configure:13739: result: yes
# configure:13760: checking whether system header files limit the line length
# configure:13783: result: no
# configure:13800: checking whether NULL can be used in arbitrary expressions
# configure:13818: clang -c conftest.c >&5
# configure:13818: $? = 0
# configure:13825: result: yes
# configure:13916: checking for xlocale.h
# configure:13916: clang -c conftest.c >&5
# configure:13916: $? = 0
# configure:13916: result: yes
# configure:13916: checking for unistd.h
# configure:13916: result: yes
# configure:13916: checking for stdlib.h
# configure:13916: result: yes
# configure:13916: checking for sys/param.h
# configure:13916: clang -c conftest.c >&5
# configure:13916: $? = 0
# configure:13916: result: yes
# configure:14008: checking whether malloc, realloc, calloc are POSIX compliant
# configure:14028: clang -c conftest.c >&5
# configure:14028: $? = 0
# configure:14036: result: yes
# configure:14039: checking for stdbool.h that conforms to C99
# configure:14106: clang -c conftest.c >&5
# conftest.c:83:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:87:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:87:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:88:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:88:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:88:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:14106: $? = 0
# configure:14113: result: yes
# configure:14115: checking for _Bool
# configure:14115: clang -c conftest.c >&5
# configure:14115: $? = 0
# configure:14115: clang -c conftest.c >&5
# conftest.c:70:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:14115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14115: result: yes
# configure:14229: checking for C/C++ restrict keyword
# configure:14254: clang -c conftest.c >&5
# configure:14254: $? = 0
# configure:14262: result: __restrict
# configure:14424: checking whether ffsl is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether ffsll is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether memmem is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether mempcpy is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether memrchr is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether rawmemchr is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether stpcpy is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether stpncpy is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strchrnul is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strdup is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strncat is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strndup is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strnlen is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strpbrk is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strsep is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strcasestr is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strtok_r is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strerror_r is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strsignal is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14424: checking whether strverscmp is declared without a macro
# configure:14442: clang -c conftest.c >&5
# configure:14442: $? = 0
# configure:14450: result: yes
# configure:14464: checking for pid_t
# configure:14464: clang -c conftest.c >&5
# configure:14464: $? = 0
# configure:14464: clang -c conftest.c >&5
# conftest.c:92:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:14464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14464: result: yes
# configure:14475: checking for mode_t
# configure:14475: clang -c conftest.c >&5
# configure:14475: $? = 0
# configure:14475: clang -c conftest.c >&5
# conftest.c:92:21: error: expected expression
# if (sizeof ((mode_t)))
# ^
# 1 error generated.
# configure:14475: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14475: result: yes
# configure:14720: checking whether // is distinct from /
# configure:14749: result: no
# configure:14763: checking whether the -Werror option is usable
# configure:14782: clang -c -Werror conftest.c >&5
# configure:14782: $? = 0
# configure:14791: result: yes
# configure:14793: checking for simple visibility declarations
# configure:14820: clang -c -fvisibility=hidden -Werror conftest.c >&5
# configure:14820: $? = 0
# configure:14829: result: yes
# configure:14860: checking whether locale.h conforms to POSIX:2001
# configure:14878: clang -c conftest.c >&5
# configure:14878: $? = 0
# configure:14885: result: yes
# configure:14891: checking whether locale.h defines locale_t
# configure:14908: clang -c conftest.c >&5
# configure:14908: $? = 0
# configure:14916: result: yes
# configure:14929: checking whether struct lconv is properly defined
# configure:14948: clang -c conftest.c >&5
# configure:14948: $? = 0
# configure:14956: result: yes
# configure:15033: checking whether setlocale is declared without a macro
# configure:15055: clang -c conftest.c >&5
# configure:15055: $? = 0
# configure:15063: result: yes
# configure:15033: checking whether duplocale is declared without a macro
# configure:15055: clang -c conftest.c >&5
# configure:15055: $? = 0
# configure:15063: result: yes
# configure:15080: checking for stdlib.h
# configure:15080: result: yes
# configure:15090: checking for GNU libc compatible malloc
# configure:15123: clang -o conftest conftest.c >&5
# configure:15123: $? = 0
# configure:15123: ./conftest
# configure:15123: $? = 0
# configure:15134: result: yes
# configure:15206: checking for ssize_t
# configure:15223: clang -c conftest.c >&5
# configure:15223: $? = 0
# configure:15230: result: yes
# configure:15273: checking whether NULL can be used in arbitrary expressions
# configure:15298: result: yes
# configure:15492: checking whether dprintf is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether fpurge is declared without a macro
# configure:15510: clang -c conftest.c >&5
# conftest.c:73:10: error: use of undeclared identifier 'fpurge'
# (void) fpurge;
# ^
# 1 error generated.
# configure:15510: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #undef fpurge
# | (void) fpurge;
# | ;
# | return 0;
# | }
# configure:15518: result: no
# configure:15492: checking whether fseeko is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether ftello is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether getdelim is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether getline is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether gets is declared without a macro
# configure:15510: clang -c conftest.c >&5
# conftest.c:77:10: error: use of undeclared identifier 'gets'; did you mean 'goto'?
# (void) gets;
# ^~~~
# goto
# conftest.c:77:10: error: expected expression
# 2 errors generated.
# configure:15510: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #undef gets
# | (void) gets;
# | ;
# | return 0;
# | }
# configure:15518: result: no
# configure:15492: checking whether pclose is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether popen is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether renameat is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether snprintf is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether tmpfile is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether vdprintf is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15492: checking whether vsnprintf is declared without a macro
# configure:15510: clang -c conftest.c >&5
# configure:15510: $? = 0
# configure:15518: result: yes
# configure:15603: checking whether _Exit is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether atoll is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether canonicalize_file_name is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether getloadavg is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether getsubopt is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether grantpt is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether initstate is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether initstate_r is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether mkdtemp is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether mkostemp is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether mkostemps is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether mkstemp is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether mkstemps is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether posix_openpt is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether ptsname is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether ptsname_r is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether random is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether random_r is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether realpath is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether rpmatch is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether secure_getenv is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether setenv is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether setstate is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether setstate_r is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether srandom is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether srandom_r is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether strtod is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether strtoll is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether strtoull is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether unlockpt is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15603: checking whether unsetenv is declared without a macro
# configure:15627: clang -c conftest.c >&5
# configure:15627: $? = 0
# configure:15635: result: yes
# configure:15743: checking whether chdir is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether chown is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether dup is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether dup2 is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether dup3 is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether environ is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether euidaccess is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether faccessat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether fchdir is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether fchownat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether fdatasync is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether fsync is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether ftruncate is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getcwd is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getdomainname is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getdtablesize is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getgroups is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether gethostname is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getlogin is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getlogin_r is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getpagesize is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether getusershell is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether setusershell is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether endusershell is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether group_member is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether isatty is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether lchown is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether link is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether linkat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether lseek is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether pipe is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether pipe2 is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether pread is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether pwrite is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether readlink is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether readlinkat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether rmdir is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether sethostname is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether sleep is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether symlink is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether symlinkat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether ttyname_r is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether unlink is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether unlinkat is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15743: checking whether usleep is declared without a macro
# configure:15773: clang -c conftest.c >&5
# configure:15773: $? = 0
# configure:15781: result: yes
# configure:15834: checking how to run the C preprocessor
# configure:15904: result: clang -E
# configure:15924: clang -E conftest.c
# configure:15924: $? = 0
# configure:15938: clang -E conftest.c
# conftest.c:154:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:15938: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | /* end confdefs.h. */
# | #include
# configure:15970: checking for gawk
# configure:15997: result: gawk
# configure:16012: checking for bison
# configure:16028: found /usr/bin/bison
# configure:16039: result: bison -y
# configure:16052: checking whether ln -s works
# configure:16056: result: yes
# configure:16063: checking whether make sets $(MAKE)
# configure:16085: result: yes
# configure:16095: checking for a sed that does not truncate output
# configure:16159: result: /usr/bin/sed
# configure:16171: checking for gawk awk
# configure:16223: result: /usr/bin/gawk
# configure:16242: checking for indent gindent
# configure:16306: result: not found
# configure:16326: checking for wget
# configure:16376: result: /usr/bin/wget
# configure:16397: checking for help2man
# configure:16447: result: not found
# configure:16495: checking argz.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking argz.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for argz.h
# configure:16495: result: yes
# configure:16495: checking fcntl.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking fcntl.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for fcntl.h
# configure:16495: result: yes
# configure:16495: checking float.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking float.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for float.h
# configure:16495: result: yes
# configure:16495: checking for inttypes.h
# configure:16495: result: yes
# configure:16495: checking langinfo.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking langinfo.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for langinfo.h
# configure:16495: result: yes
# configure:16495: checking libintl.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking libintl.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for libintl.h
# configure:16495: result: yes
# configure:16495: checking limits.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking limits.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for limits.h
# configure:16495: result: yes
# configure:16495: checking locale.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking locale.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for locale.h
# configure:16495: result: yes
# configure:16495: checking malloc.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking malloc.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for malloc.h
# configure:16495: result: yes
# configure:16495: checking stddef.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking stddef.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for stddef.h
# configure:16495: result: yes
# configure:16495: checking for stdint.h
# configure:16495: result: yes
# configure:16495: checking stdio_ext.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking stdio_ext.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for stdio_ext.h
# configure:16495: result: yes
# configure:16495: checking for stdlib.h
# configure:16495: result: yes
# configure:16495: checking for string.h
# configure:16495: result: yes
# configure:16495: checking for sys/param.h
# configure:16495: result: yes
# configure:16495: checking for unistd.h
# configure:16495: result: yes
# configure:16495: checking wchar.h usability
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking wchar.h presence
# configure:16495: clang -E conftest.c
# configure:16495: $? = 0
# configure:16495: result: yes
# configure:16495: checking for wchar.h
# configure:16495: result: yes
# configure:16505: checking for stdbool.h that conforms to C99
# configure:16579: result: yes
# configure:16581: checking for _Bool
# configure:16581: result: yes
# configure:16598: checking for size_t
# configure:16598: clang -c conftest.c >&5
# configure:16598: $? = 0
# configure:16598: clang -c conftest.c >&5
# conftest.c:209:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:16598: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16598: result: yes
# configure:16611: checking for working alloca.h
# configure:16628: clang -o conftest conftest.c >&5
# configure:16628: $? = 0
# configure:16636: result: yes
# configure:16644: checking for alloca
# configure:16681: clang -o conftest conftest.c >&5
# configure:16681: $? = 0
# configure:16689: result: yes
# configure:16800: checking for inline
# configure:16816: clang -c conftest.c >&5
# configure:16816: $? = 0
# configure:16824: result: inline
# configure:16842: checking for int32_t
# configure:16842: clang -c conftest.c >&5
# configure:16842: $? = 0
# configure:16842: clang -c conftest.c >&5
# conftest.c:212:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:16842: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:16842: result: yes
# configure:16853: checking for int64_t
# configure:16853: clang -c conftest.c >&5
# configure:16853: $? = 0
# configure:16853: clang -c conftest.c >&5
# conftest.c:212:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:16853: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:16853: result: yes
# configure:16864: checking for size_t
# configure:16864: result: yes
# configure:16875: checking for uint16_t
# configure:16875: clang -c conftest.c >&5
# configure:16875: $? = 0
# configure:16875: result: yes
# configure:16887: checking for uint32_t
# configure:16887: clang -c conftest.c >&5
# configure:16887: $? = 0
# configure:16887: result: yes
# configure:16901: checking for uint8_t
# configure:16901: clang -c conftest.c >&5
# configure:16901: $? = 0
# configure:16901: result: yes
# configure:16915: checking for ptrdiff_t
# configure:16915: clang -c conftest.c >&5
# configure:16915: $? = 0
# configure:16915: clang -c conftest.c >&5
# conftest.c:211:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:16915: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16915: result: yes
# configure:16936: checking whether C compiler accepts -Wall
# configure:16955: clang -c -Wall conftest.c >&5
# configure:16955: $? = 0
# configure:16963: result: yes
# configure:16970: checking whether C compiler accepts -Wextra
# configure:16989: clang -c -Wextra conftest.c >&5
# configure:16989: $? = 0
# configure:16997: result: yes
# configure:17004: checking whether C compiler accepts -Wcast-align
# configure:17023: clang -c -Wcast-align conftest.c >&5
# configure:17023: $? = 0
# configure:17031: result: yes
# configure:17038: checking whether C compiler accepts -Wbad-function-cast
# configure:17057: clang -c -Wbad-function-cast conftest.c >&5
# configure:17057: $? = 0
# configure:17065: result: yes
# configure:17072: checking whether C compiler accepts -Wc++-compat
# configure:17091: clang -c -Wc++-compat conftest.c >&5
# configure:17091: $? = 0
# configure:17099: result: yes
# configure:17106: checking whether C compiler accepts -Wno-unused-result
# configure:17125: clang -c -Wno-unused-result conftest.c >&5
# configure:17125: $? = 0
# configure:17133: result: yes
# configure:17145: checking whether C compiler accepts -Wl
# configure:17164: clang -c -Wl conftest.c >&5
# warning: unknown warning option '-Wl' [-Wunknown-warning-option]
# 1 warning generated.
# configure:17164: $? = 0
# configure:17172: result: yes
# configure:17210: checking for stdlib.h
# configure:17210: result: yes
# configure:17220: checking for GNU libc compatible malloc
# configure:17264: result: yes
# configure:17293: checking whether NLS is requested
# configure:17302: result: yes
# configure:17343: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:17375: result: /usr/bin/msgfmt
# configure:17384: checking for gmsgfmt
# configure:17415: result: /usr/bin/msgfmt
# configure:17466: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:17498: result: /usr/bin/xgettext
# configure:17544: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:17575: result: /usr/bin/msgmerge
# configure:17632: checking for ld used by GCC
# configure:17696: result: /usr/bin/ld -m elf_x86_64
# configure:17703: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:17716: result: yes
# configure:17723: checking for shared library run path origin
# configure:17736: result: done
# configure:18308: checking for CFPreferencesCopyAppValue
# configure:18326: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:179:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:18326: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_PTRDIFF_T 1
# | #define VISIBLE __attribute__((__visibility__("default")))
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:18335: result: no
# configure:18342: checking for CFLocaleCopyCurrent
# configure:18360: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:179:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:18360: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_PTRDIFF_T 1
# | #define VISIBLE __attribute__((__visibility__("default")))
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:18369: result: no
# configure:18418: checking for GNU gettext in libc
# configure:18438: clang -o conftest conftest.c >&5
# configure:18438: $? = 0
# configure:18447: result: yes
# configure:19238: checking whether to use NLS
# configure:19240: result: yes
# configure:19243: checking where the gettext function comes from
# configure:19254: result: libc
# configure:19312: checking whether mbrtowc and mbstate_t are properly declared
# configure:19332: clang -o conftest conftest.c >&5
# configure:19332: $? = 0
# configure:19340: result: yes
# configure:19355: checking for getpagesize
# configure:19355: clang -o conftest conftest.c >&5
# configure:19355: $? = 0
# configure:19355: result: yes
# configure:19364: checking for working mmap
# configure:19511: clang -o conftest conftest.c >&5
# configure:19511: $? = 0
# configure:19511: ./conftest
# configure:19511: $? = 0
# configure:19521: result: yes
# configure:19532: checking for stdlib.h
# configure:19532: result: yes
# configure:19542: checking for GNU libc compatible realloc
# configure:19566: clang -o conftest conftest.c >&5
# configure:19566: $? = 0
# configure:19566: ./conftest
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19600: checking for __argz_count
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for __argz_next
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for __argz_stringify
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for floor
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:213:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration]
# char floor ();
# ^
# conftest.c:213:6: note: 'floor' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-7f78bc.o: In function `main':
# conftest.c:(.text+0x16): undefined reference to `floor'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19600: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "LibUnicodeNames"
# | #define PACKAGE_TARNAME "libunicodenames"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# | #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# | #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _DARWIN_C_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define PACKAGE "libunicodenames"
# | #define VERSION "1.2.0"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_WCHAR_T 1
# | #define HAVE_XLOCALE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE__BOOL 1
# | #define restrict __restrict
# | #define HAVE_RAW_DECL_FFSL 1
# | #define HAVE_RAW_DECL_FFSLL 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRERROR_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_VISIBILITY 1
# | #define HAVE_RAW_DECL_SETLOCALE 1
# | #define HAVE_RAW_DECL_DUPLOCALE 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC_GNU 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define GNULIB_TEST_MALLOC_POSIX 1
# | #define GNULIB_FSCANF 1
# | #define GNULIB_SCANF 1
# | #define HAVE_RAW_DECL_DPRINTF 1
# | #define HAVE_RAW_DECL_FSEEKO 1
# | #define HAVE_RAW_DECL_FTELLO 1
# | #define HAVE_RAW_DECL_GETDELIM 1
# | #define HAVE_RAW_DECL_GETLINE 1
# | #define HAVE_RAW_DECL_PCLOSE 1
# | #define HAVE_RAW_DECL_POPEN 1
# | #define HAVE_RAW_DECL_RENAMEAT 1
# | #define HAVE_RAW_DECL_SNPRINTF 1
# | #define HAVE_RAW_DECL_TMPFILE 1
# | #define HAVE_RAW_DECL_VDPRINTF 1
# | #define HAVE_RAW_DECL_VSNPRINTF 1
# | #define HAVE_RAW_DECL__EXIT 1
# | #define HAVE_RAW_DECL_ATOLL 1
# | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# | #define HAVE_RAW_DECL_GETLOADAVG 1
# | #define HAVE_RAW_DECL_GETSUBOPT 1
# | #define HAVE_RAW_DECL_GRANTPT 1
# | #define HAVE_RAW_DECL_INITSTATE 1
# | #define HAVE_RAW_DECL_INITSTATE_R 1
# | #define HAVE_RAW_DECL_MKDTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMP 1
# | #define HAVE_RAW_DECL_MKOSTEMPS 1
# | #define HAVE_RAW_DECL_MKSTEMP 1
# | #define HAVE_RAW_DECL_MKSTEMPS 1
# | #define HAVE_RAW_DECL_POSIX_OPENPT 1
# | #define HAVE_RAW_DECL_PTSNAME 1
# | #define HAVE_RAW_DECL_PTSNAME_R 1
# | #define HAVE_RAW_DECL_RANDOM 1
# | #define HAVE_RAW_DECL_RANDOM_R 1
# | #define HAVE_RAW_DECL_REALPATH 1
# | #define HAVE_RAW_DECL_RPMATCH 1
# | #define HAVE_RAW_DECL_SECURE_GETENV 1
# | #define HAVE_RAW_DECL_SETENV 1
# | #define HAVE_RAW_DECL_SETSTATE 1
# | #define HAVE_RAW_DECL_SETSTATE_R 1
# | #define HAVE_RAW_DECL_SRANDOM 1
# | #define HAVE_RAW_DECL_SRANDOM_R 1
# | #define HAVE_RAW_DECL_STRTOD 1
# | #define HAVE_RAW_DECL_STRTOLL 1
# | #define HAVE_RAW_DECL_STRTOULL 1
# | #define HAVE_RAW_DECL_UNLOCKPT 1
# | #define HAVE_RAW_DECL_UNSETENV 1
# | #define HAVE_RAW_DECL_CHDIR 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FDATASYNC 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_GROUP_MEMBER 1
# | #define HAVE_RAW_DECL_ISATTY 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SETHOSTNAME 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDIO_EXT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_PTRDIFF_T 1
# | #define VISIBLE __attribute__((__visibility__("default")))
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | /* end confdefs.h. */
# | /* Define floor to an innocuous variant, in case declares floor.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define floor innocuous_floor
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char floor (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef floor
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char floor ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_floor || defined __stub___floor
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return floor ();
# | ;
# | return 0;
# | }
# configure:19600: result: no
# configure:19600: checking for getcwd
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for localeconv
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for mblen
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for mbrlen
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for memchr
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:217:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# conftest.c:217:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for mempcpy
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for memset
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:219:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:219:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for munmap
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for nl_langinfo
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for setlocale
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for stpcpy
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:223:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:223:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strcasecmp
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:224:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:224:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strchr
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:225:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:225:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strcspn
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:226:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# conftest.c:226:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strdup
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:227:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:227:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strstr
# configure:19600: clang -o conftest conftest.c >&5
# conftest.c:228:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:228:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19600: checking for strtoul
# configure:19600: clang -o conftest conftest.c >&5
# configure:19600: $? = 0
# configure:19600: result: yes
# configure:19631: checking for sortsmill-changelogger
# configure:19679: result: not found
# configure:19902: checking that generated files are newer than configure
# configure:19908: result: done
# configure:19987: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by LibUnicodeNames config.status 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b96eb6e619b2
#
# config.status:1768: creating Makefile
# config.status:1768: creating GNUmakefile
# config.status:1768: creating tests/Makefile
# config.status:1768: creating tests/GNUmakefile
# config.status:1768: creating libunicodenames.pc
# config.status:1768: creating lib/Makefile
# config.status:1768: creating po/Makefile.in
# config.status:1768: creating tests/atlocal
# config.status:1768: creating make-names-db
# config.status:1768: creating make-blocks-db
# config.status:1768: creating make-libunicodenames-db.in
# config.status:1768: creating config.h
# config.status:1997: executing depfiles commands
# config.status:1997: executing libtool commands
# config.status:1997: executing tests/atconfig commands
# config.status:1997: executing po-directories commands
# config.status:1997: executing doc commands
# config.status:1997: executing .indent.pro commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# __ac_cv_path_GAWK_found=yes
# __ac_cv_path_GNU_INDENT_found=no
# __ac_cv_path_HELP2MAN_found=no
# __ac_cv_path_SORTSMILL_CHANGELOGGER_found=no
# __ac_cv_path_WGET_found=yes
# _cv_gnu_make_command=make
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_restrict=__restrict
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GAWK_set=
# ac_cv_env_GAWK_value=
# ac_cv_env_GNU_INDENT_set=
# ac_cv_env_GNU_INDENT_value=
# ac_cv_env_HELP2MAN_set=
# ac_cv_env_HELP2MAN_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_NAMESLIST_EN_URL_set=
# ac_cv_env_NAMESLIST_EN_URL_value=
# ac_cv_env_NAMESLIST_FR_URL_set=
# ac_cv_env_NAMESLIST_FR_URL_value=
# ac_cv_env_SORTSMILL_CHANGELOGGER_set=
# ac_cv_env_SORTSMILL_CHANGELOGGER_value=
# ac_cv_env_WGET_set=
# ac_cv_env_WGET_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___argz_count=yes
# ac_cv_func___argz_next=yes
# ac_cv_func___argz_stringify=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_floor=no
# ac_cv_func_getcwd=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_localeconv=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_mblen=yes
# ac_cv_func_mbrlen=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_memchr=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtoul=yes
# ac_cv_have_decl__Exit=yes
# ac_cv_have_decl_atoll=yes
# ac_cv_have_decl_canonicalize_file_name=yes
# ac_cv_have_decl_chdir=yes
# ac_cv_have_decl_chown=yes
# ac_cv_have_decl_dprintf=yes
# ac_cv_have_decl_dup2=yes
# ac_cv_have_decl_dup3=yes
# ac_cv_have_decl_dup=yes
# ac_cv_have_decl_duplocale=yes
# ac_cv_have_decl_endusershell=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_euidaccess=yes
# ac_cv_have_decl_faccessat=yes
# ac_cv_have_decl_fchdir=yes
# ac_cv_have_decl_fchownat=yes
# ac_cv_have_decl_fdatasync=yes
# ac_cv_have_decl_ffsl=yes
# ac_cv_have_decl_ffsll=yes
# ac_cv_have_decl_fseeko=yes
# ac_cv_have_decl_fsync=yes
# ac_cv_have_decl_ftello=yes
# ac_cv_have_decl_ftruncate=yes
# ac_cv_have_decl_getcwd=yes
# ac_cv_have_decl_getdelim=yes
# ac_cv_have_decl_getdomainname=yes
# ac_cv_have_decl_getdtablesize=yes
# ac_cv_have_decl_getgroups=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getline=yes
# ac_cv_have_decl_getloadavg=yes
# ac_cv_have_decl_getlogin=yes
# ac_cv_have_decl_getlogin_r=yes
# ac_cv_have_decl_getpagesize=yes
# ac_cv_have_decl_getsubopt=yes
# ac_cv_have_decl_getusershell=yes
# ac_cv_have_decl_grantpt=yes
# ac_cv_have_decl_group_member=yes
# ac_cv_have_decl_initstate=yes
# ac_cv_have_decl_initstate_r=yes
# ac_cv_have_decl_isatty=yes
# ac_cv_have_decl_lchown=yes
# ac_cv_have_decl_link=yes
# ac_cv_have_decl_linkat=yes
# ac_cv_have_decl_lseek=yes
# ac_cv_have_decl_memmem=yes
# ac_cv_have_decl_mempcpy=yes
# ac_cv_have_decl_memrchr=yes
# ac_cv_have_decl_mkdtemp=yes
# ac_cv_have_decl_mkostemp=yes
# ac_cv_have_decl_mkostemps=yes
# ac_cv_have_decl_mkstemp=yes
# ac_cv_have_decl_mkstemps=yes
# ac_cv_have_decl_pclose=yes
# ac_cv_have_decl_pipe2=yes
# ac_cv_have_decl_pipe=yes
# ac_cv_have_decl_popen=yes
# ac_cv_have_decl_posix_openpt=yes
# ac_cv_have_decl_pread=yes
# ac_cv_have_decl_ptsname=yes
# ac_cv_have_decl_ptsname_r=yes
# ac_cv_have_decl_pwrite=yes
# ac_cv_have_decl_random=yes
# ac_cv_have_decl_random_r=yes
# ac_cv_have_decl_rawmemchr=yes
# ac_cv_have_decl_readlink=yes
# ac_cv_have_decl_readlinkat=yes
# ac_cv_have_decl_realpath=yes
# ac_cv_have_decl_renameat=yes
# ac_cv_have_decl_rmdir=yes
# ac_cv_have_decl_rpmatch=yes
# ac_cv_have_decl_secure_getenv=yes
# ac_cv_have_decl_setenv=yes
# ac_cv_have_decl_sethostname=yes
# ac_cv_have_decl_setlocale=yes
# ac_cv_have_decl_setstate=yes
# ac_cv_have_decl_setstate_r=yes
# ac_cv_have_decl_setusershell=yes
# ac_cv_have_decl_sleep=yes
# ac_cv_have_decl_snprintf=yes
# ac_cv_have_decl_srandom=yes
# ac_cv_have_decl_srandom_r=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_stpncpy=yes
# ac_cv_have_decl_strcasestr=yes
# ac_cv_have_decl_strchrnul=yes
# ac_cv_have_decl_strdup=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_have_decl_strncat=yes
# ac_cv_have_decl_strndup=yes
# ac_cv_have_decl_strnlen=yes
# ac_cv_have_decl_strpbrk=yes
# ac_cv_have_decl_strsep=yes
# ac_cv_have_decl_strsignal=yes
# ac_cv_have_decl_strtod=yes
# ac_cv_have_decl_strtok_r=yes
# ac_cv_have_decl_strtoll=yes
# ac_cv_have_decl_strtoull=yes
# ac_cv_have_decl_strverscmp=yes
# ac_cv_have_decl_symlink=yes
# ac_cv_have_decl_symlinkat=yes
# ac_cv_have_decl_tmpfile=yes
# ac_cv_have_decl_ttyname_r=yes
# ac_cv_have_decl_unlink=yes
# ac_cv_have_decl_unlinkat=yes
# ac_cv_have_decl_unlockpt=yes
# ac_cv_have_decl_unsetenv=yes
# ac_cv_have_decl_usleep=yes
# ac_cv_have_decl_vdprintf=yes
# ac_cv_have_decl_vsnprintf=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_ext_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_xlocale_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GAWK=/usr/bin/gawk
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_WGET=/usr/bin/wget
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AR=ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_should_define__xopen_source=no
# ac_cv_type__Bool=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_ar_interface=ar
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_check_cflags___Wall=yes
# ax_cv_check_cflags___Wbad_function_cast=yes
# ax_cv_check_cflags___Wcast_align=yes
# ax_cv_check_cflags___Wcpp_compat=yes
# ax_cv_check_cflags___Wextra=yes
# ax_cv_check_cflags___Wl=yes
# ax_cv_check_cflags___Wno_unused_result=yes
# gl_cv_c_amsterdam_compiler=no
# gl_cv_cc_vis_werror=yes
# gl_cv_cc_visibility=yes
# gl_cv_decl_null_works=yes
# gl_cv_double_slash_root=no
# gl_cv_func_malloc_posix=yes
# gl_cv_have_include_next=yes
# gl_cv_have_raw_decl__Exit=yes
# gl_cv_have_raw_decl_atoll=yes
# gl_cv_have_raw_decl_canonicalize_file_name=yes
# gl_cv_have_raw_decl_chdir=yes
# gl_cv_have_raw_decl_chown=yes
# gl_cv_have_raw_decl_dprintf=yes
# gl_cv_have_raw_decl_dup2=yes
# gl_cv_have_raw_decl_dup3=yes
# gl_cv_have_raw_decl_dup=yes
# gl_cv_have_raw_decl_duplocale=yes
# gl_cv_have_raw_decl_endusershell=yes
# gl_cv_have_raw_decl_environ=yes
# gl_cv_have_raw_decl_euidaccess=yes
# gl_cv_have_raw_decl_faccessat=yes
# gl_cv_have_raw_decl_fchdir=yes
# gl_cv_have_raw_decl_fchownat=yes
# gl_cv_have_raw_decl_fdatasync=yes
# gl_cv_have_raw_decl_ffsl=yes
# gl_cv_have_raw_decl_ffsll=yes
# gl_cv_have_raw_decl_fpurge=no
# gl_cv_have_raw_decl_fseeko=yes
# gl_cv_have_raw_decl_fsync=yes
# gl_cv_have_raw_decl_ftello=yes
# gl_cv_have_raw_decl_ftruncate=yes
# gl_cv_have_raw_decl_getcwd=yes
# gl_cv_have_raw_decl_getdelim=yes
# gl_cv_have_raw_decl_getdomainname=yes
# gl_cv_have_raw_decl_getdtablesize=yes
# gl_cv_have_raw_decl_getgroups=yes
# gl_cv_have_raw_decl_gethostname=yes
# gl_cv_have_raw_decl_getline=yes
# gl_cv_have_raw_decl_getloadavg=yes
# gl_cv_have_raw_decl_getlogin=yes
# gl_cv_have_raw_decl_getlogin_r=yes
# gl_cv_have_raw_decl_getpagesize=yes
# gl_cv_have_raw_decl_gets=no
# gl_cv_have_raw_decl_getsubopt=yes
# gl_cv_have_raw_decl_getusershell=yes
# gl_cv_have_raw_decl_grantpt=yes
# gl_cv_have_raw_decl_group_member=yes
# gl_cv_have_raw_decl_initstate=yes
# gl_cv_have_raw_decl_initstate_r=yes
# gl_cv_have_raw_decl_isatty=yes
# gl_cv_have_raw_decl_lchown=yes
# gl_cv_have_raw_decl_link=yes
# gl_cv_have_raw_decl_linkat=yes
# gl_cv_have_raw_decl_lseek=yes
# gl_cv_have_raw_decl_memmem=yes
# gl_cv_have_raw_decl_mempcpy=yes
# gl_cv_have_raw_decl_memrchr=yes
# gl_cv_have_raw_decl_mkdtemp=yes
# gl_cv_have_raw_decl_mkostemp=yes
# gl_cv_have_raw_decl_mkostemps=yes
# gl_cv_have_raw_decl_mkstemp=yes
# gl_cv_have_raw_decl_mkstemps=yes
# gl_cv_have_raw_decl_pclose=yes
# gl_cv_have_raw_decl_pipe2=yes
# gl_cv_have_raw_decl_pipe=yes
# gl_cv_have_raw_decl_popen=yes
# gl_cv_have_raw_decl_posix_openpt=yes
# gl_cv_have_raw_decl_pread=yes
# gl_cv_have_raw_decl_ptsname=yes
# gl_cv_have_raw_decl_ptsname_r=yes
# gl_cv_have_raw_decl_pwrite=yes
# gl_cv_have_raw_decl_random=yes
# gl_cv_have_raw_decl_random_r=yes
# gl_cv_have_raw_decl_rawmemchr=yes
# gl_cv_have_raw_decl_readlink=yes
# gl_cv_have_raw_decl_readlinkat=yes
# gl_cv_have_raw_decl_realpath=yes
# gl_cv_have_raw_decl_renameat=yes
# gl_cv_have_raw_decl_rmdir=yes
# gl_cv_have_raw_decl_rpmatch=yes
# gl_cv_have_raw_decl_secure_getenv=yes
# gl_cv_have_raw_decl_setenv=yes
# gl_cv_have_raw_decl_sethostname=yes
# gl_cv_have_raw_decl_setlocale=yes
# gl_cv_have_raw_decl_setstate=yes
# gl_cv_have_raw_decl_setstate_r=yes
# gl_cv_have_raw_decl_setusershell=yes
# gl_cv_have_raw_decl_sleep=yes
# gl_cv_have_raw_decl_snprintf=yes
# gl_cv_have_raw_decl_srandom=yes
# gl_cv_have_raw_decl_srandom_r=yes
# gl_cv_have_raw_decl_stpcpy=yes
# gl_cv_have_raw_decl_stpncpy=yes
# gl_cv_have_raw_decl_strcasestr=yes
# gl_cv_have_raw_decl_strchrnul=yes
# gl_cv_have_raw_decl_strdup=yes
# gl_cv_have_raw_decl_strerror_r=yes
# gl_cv_have_raw_decl_strncat=yes
# gl_cv_have_raw_decl_strndup=yes
# gl_cv_have_raw_decl_strnlen=yes
# gl_cv_have_raw_decl_strpbrk=yes
# gl_cv_have_raw_decl_strsep=yes
# gl_cv_have_raw_decl_strsignal=yes
# gl_cv_have_raw_decl_strtod=yes
# gl_cv_have_raw_decl_strtok_r=yes
# gl_cv_have_raw_decl_strtoll=yes
# gl_cv_have_raw_decl_strtoull=yes
# gl_cv_have_raw_decl_strverscmp=yes
# gl_cv_have_raw_decl_symlink=yes
# gl_cv_have_raw_decl_symlinkat=yes
# gl_cv_have_raw_decl_tmpfile=yes
# gl_cv_have_raw_decl_ttyname_r=yes
# gl_cv_have_raw_decl_unlink=yes
# gl_cv_have_raw_decl_unlinkat=yes
# gl_cv_have_raw_decl_unlockpt=yes
# gl_cv_have_raw_decl_unsetenv=yes
# gl_cv_have_raw_decl_usleep=yes
# gl_cv_have_raw_decl_vdprintf=yes
# gl_cv_have_raw_decl_vsnprintf=yes
# gl_cv_header_locale_h_needs_xlocale_h=no
# gl_cv_header_locale_h_posix2001=yes
# gl_cv_header_locale_has_locale_t=yes
# gl_cv_next_locale_h=''
# gl_cv_next_stdio_h=''
# gl_cv_next_stdlib_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_types_h=''
# gl_cv_next_unistd_h=''
# gl_cv_pragma_columns=no
# gl_cv_sys_struct_lconv_ok=yes
# gt_cv_c_wchar_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_ssize_t=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
#
# @if $(SORTSMILL_CHANGELOGGER) false -C $(top_srcdir) > ChangeLog-tmp; then mv -f ChangeLog-tmp $(distdir)/ChangeLog; else rm -f ChangeLog-tmp; echo "*WARNING*:"; echo "*WARNING*: I did not automatically remake $(distdir)/ChangeLog"; echo "*WARNING*: because the sources are not in a compatible VCS repository,"; echo "*WARNING*: or because I could not run sortsmill-changelogger."; echo "*WARNING*: If you are using non-VCS sources, the existing file will be kept."; echo "*WARNING*:"; echo "*WARNING*: (Note: If this make recipe is run via \`dist-hook:'\'',"; echo "*WARNING*: then, during a \`make distcheck'\'',"; echo "*WARNING*: this message should appear at some point.)"; echo "*WARNING*:"; fi'
# # @code{make distcheck} constructs the source package twice; the
# # @code{make dist}.
# # however, should be the same as what you would get from
# # message below will be echoed. The ChangeLog you actually get,
# # second time, at least, no VCS repo will be present, and so the
# .PHONY: dist-changelog
# ACLOCAL='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/missing aclocal-1.14'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# ARFLAGS='cru'
# AUTOCONF='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAG_VISIBILITY='-fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GAWK='/usr/bin/gawk'
# GETTEXT_MACRO_VERSION='0.18'
# GL_COND_LIBTOOL_FALSE='#'
# GL_COND_LIBTOOL_TRUE=''
# GL_GENERATE_STDBOOL_H_FALSE=''
# GL_GENERATE_STDBOOL_H_TRUE='#'
# GL_GENERATE_STDDEF_H_FALSE=''
# GL_GENERATE_STDDEF_H_TRUE='#'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GNULIB_ATOLL='0'
# GNULIB_CALLOC_POSIX='0'
# GNULIB_CANONICALIZE_FILE_NAME='0'
# GNULIB_CHDIR='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='0'
# GNULIB_DPRINTF='0'
# GNULIB_DUP2='0'
# GNULIB_DUP3='0'
# GNULIB_DUP='0'
# GNULIB_DUPLOCALE='0'
# GNULIB_ENVIRON='0'
# GNULIB_EUIDACCESS='0'
# GNULIB_FACCESSAT='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCHOWNAT='0'
# GNULIB_FCLOSE='0'
# GNULIB_FDATASYNC='0'
# GNULIB_FDOPEN='0'
# GNULIB_FFLUSH='0'
# GNULIB_FFSL='0'
# GNULIB_FFSLL='0'
# GNULIB_FGETC='1'
# GNULIB_FGETS='1'
# GNULIB_FOPEN='0'
# GNULIB_FPRINTF='1'
# GNULIB_FPRINTF_POSIX='0'
# GNULIB_FPURGE='0'
# GNULIB_FPUTC='1'
# GNULIB_FPUTS='1'
# GNULIB_FREAD='1'
# GNULIB_FREOPEN='0'
# GNULIB_FSCANF='1'
# GNULIB_FSEEK='0'
# GNULIB_FSEEKO='0'
# GNULIB_FSYNC='0'
# GNULIB_FTELL='0'
# GNULIB_FTELLO='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_FWRITE='1'
# GNULIB_GETC='1'
# GNULIB_GETCHAR='1'
# GNULIB_GETCWD='0'
# GNULIB_GETDELIM='0'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETGROUPS='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLINE='0'
# GNULIB_GETLOADAVG='0'
# GNULIB_GETLOGIN='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='0'
# GNULIB_GETSUBOPT='0'
# GNULIB_GETUSERSHELL='0'
# GNULIB_GRANTPT='0'
# GNULIB_GROUP_MEMBER='0'
# GNULIB_ISATTY='0'
# GNULIB_LCHOWN='0'
# GNULIB_LINK='0'
# GNULIB_LINKAT='0'
# GNULIB_LOCALECONV='0'
# GNULIB_LSEEK='0'
# GNULIB_MALLOC_POSIX='1'
# GNULIB_MBSCASECMP='0'
# GNULIB_MBSCASESTR='0'
# GNULIB_MBSCHR='0'
# GNULIB_MBSCSPN='0'
# GNULIB_MBSLEN='0'
# GNULIB_MBSNCASECMP='0'
# GNULIB_MBSNLEN='0'
# GNULIB_MBSPBRK='0'
# GNULIB_MBSPCASECMP='0'
# GNULIB_MBSRCHR='0'
# GNULIB_MBSSEP='0'
# GNULIB_MBSSPN='0'
# GNULIB_MBSSTR='0'
# GNULIB_MBSTOK_R='0'
# GNULIB_MBTOWC='0'
# GNULIB_MEMCHR='0'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='0'
# GNULIB_MEMRCHR='0'
# GNULIB_MKDTEMP='0'
# GNULIB_MKOSTEMP='0'
# GNULIB_MKOSTEMPS='0'
# GNULIB_MKSTEMP='0'
# GNULIB_MKSTEMPS='0'
# GNULIB_OBSTACK_PRINTF='0'
# GNULIB_OBSTACK_PRINTF_POSIX='0'
# GNULIB_PCLOSE='0'
# GNULIB_PERROR='0'
# GNULIB_PIPE2='0'
# GNULIB_PIPE='0'
# GNULIB_POPEN='0'
# GNULIB_POSIX_OPENPT='0'
# GNULIB_PREAD='0'
# GNULIB_PRINTF='1'
# GNULIB_PRINTF_POSIX='0'
# GNULIB_PTSNAME='0'
# GNULIB_PTSNAME_R='0'
# GNULIB_PUTC='1'
# GNULIB_PUTCHAR='1'
# GNULIB_PUTENV='0'
# GNULIB_PUTS='1'
# GNULIB_PWRITE='0'
# GNULIB_RANDOM='0'
# GNULIB_RANDOM_R='0'
# GNULIB_RAWMEMCHR='0'
# GNULIB_READ='0'
# GNULIB_READLINK='0'
# GNULIB_READLINKAT='0'
# GNULIB_REALLOC_POSIX='0'
# GNULIB_REALPATH='0'
# GNULIB_REMOVE='0'
# GNULIB_RENAME='0'
# GNULIB_RENAMEAT='0'
# GNULIB_RMDIR='0'
# GNULIB_RPMATCH='0'
# GNULIB_SCANF='1'
# GNULIB_SECURE_GETENV='0'
# GNULIB_SETENV='0'
# GNULIB_SETHOSTNAME='0'
# GNULIB_SETLOCALE='0'
# GNULIB_SLEEP='0'
# GNULIB_SNPRINTF='0'
# GNULIB_SPRINTF_POSIX='0'
# GNULIB_STDIO_H_NONBLOCKING='0'
# GNULIB_STDIO_H_SIGPIPE='0'
# GNULIB_STPCPY='0'
# GNULIB_STPNCPY='0'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='0'
# GNULIB_STRDUP='0'
# GNULIB_STRERROR='0'
# GNULIB_STRERROR_R='0'
# GNULIB_STRNCAT='0'
# GNULIB_STRNDUP='0'
# GNULIB_STRNLEN='0'
# GNULIB_STRPBRK='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='0'
# GNULIB_STRTOD='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRTOLL='0'
# GNULIB_STRTOULL='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_SYMLINK='0'
# GNULIB_SYMLINKAT='0'
# GNULIB_SYSTEM_POSIX='0'
# GNULIB_TMPFILE='0'
# GNULIB_TTYNAME_R='0'
# GNULIB_UNISTD_H_NONBLOCKING='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNLINK='0'
# GNULIB_UNLINKAT='0'
# GNULIB_UNLOCKPT='0'
# GNULIB_UNSETENV='0'
# GNULIB_USLEEP='0'
# GNULIB_VASPRINTF='0'
# GNULIB_VDPRINTF='0'
# GNULIB_VFPRINTF='1'
# GNULIB_VFPRINTF_POSIX='0'
# GNULIB_VFSCANF='0'
# GNULIB_VPRINTF='1'
# GNULIB_VPRINTF_POSIX='0'
# GNULIB_VSCANF='0'
# GNULIB_VSNPRINTF='0'
# GNULIB_VSPRINTF_POSIX='0'
# GNULIB_WCTOMB='0'
# GNULIB_WRITE='0'
# GNULIB__EXIT='0'
# GNU_INDENT='/bin/false'
# GREP='/usr/bin/grep'
# HAVE_ATOLL='1'
# HAVE_CANONICALIZE_FILE_NAME='1'
# HAVE_CHOWN='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_FCHDIR='1'
# HAVE_DECL_FDATASYNC='1'
# HAVE_DECL_FPURGE='1'
# HAVE_DECL_FSEEKO='1'
# HAVE_DECL_FTELLO='1'
# HAVE_DECL_GETDELIM='1'
# HAVE_DECL_GETDOMAINNAME='1'
# HAVE_DECL_GETLINE='1'
# HAVE_DECL_GETLOADAVG='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_GETPAGESIZE='1'
# HAVE_DECL_GETUSERSHELL='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_OBSTACK_PRINTF='1'
# HAVE_DECL_SETENV='1'
# HAVE_DECL_SETHOSTNAME='1'
# HAVE_DECL_SNPRINTF='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRERROR_R='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_TTYNAME_R='1'
# HAVE_DECL_UNSETENV='1'
# HAVE_DECL_VSNPRINTF='1'
# HAVE_DPRINTF='1'
# HAVE_DUP2='1'
# HAVE_DUP3='1'
# HAVE_DUPLOCALE='1'
# HAVE_EUIDACCESS='1'
# HAVE_FACCESSAT='1'
# HAVE_FCHDIR='1'
# HAVE_FCHOWNAT='1'
# HAVE_FDATASYNC='1'
# HAVE_FFSL='1'
# HAVE_FFSLL='1'
# HAVE_FSEEKO='1'
# HAVE_FSYNC='1'
# HAVE_FTELLO='1'
# HAVE_FTRUNCATE='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETGROUPS='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETLOGIN='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETSUBOPT='1'
# HAVE_GRANTPT='1'
# HAVE_GROUP_MEMBER='1'
# HAVE_HELP2MAN_FALSE=''
# HAVE_HELP2MAN_TRUE='#'
# HAVE_LCHOWN='1'
# HAVE_LINK='1'
# HAVE_LINKAT='1'
# HAVE_MBSLEN='0'
# HAVE_MEMCHR='1'
# HAVE_MEMPCPY='1'
# HAVE_MKDTEMP='1'
# HAVE_MKOSTEMP='1'
# HAVE_MKOSTEMPS='1'
# HAVE_MKSTEMP='1'
# HAVE_MKSTEMPS='1'
# HAVE_OS_H='0'
# HAVE_PCLOSE='1'
# HAVE_PIPE2='1'
# HAVE_PIPE='1'
# HAVE_POPEN='1'
# HAVE_POSIX_OPENPT='1'
# HAVE_PREAD='1'
# HAVE_PTSNAME='1'
# HAVE_PTSNAME_R='1'
# HAVE_PWRITE='1'
# HAVE_RANDOM='1'
# HAVE_RANDOM_H='1'
# HAVE_RANDOM_R='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_READLINKAT='1'
# HAVE_REALPATH='1'
# HAVE_RENAMEAT='1'
# HAVE_RPMATCH='1'
# HAVE_SECURE_GETENV='1'
# HAVE_SETENV='1'
# HAVE_SETHOSTNAME='1'
# HAVE_SLEEP='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRPBRK='1'
# HAVE_STRSEP='1'
# HAVE_STRTOD='1'
# HAVE_STRTOLL='1'
# HAVE_STRTOULL='1'
# HAVE_STRUCT_RANDOM_DATA='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYMLINK='1'
# HAVE_SYMLINKAT='1'
# HAVE_SYS_LOADAVG_H='0'
# HAVE_SYS_PARAM_H='0'
# HAVE_UNISTD_H='1'
# HAVE_UNLINKAT='1'
# HAVE_UNLOCKPT='1'
# HAVE_USLEEP='1'
# HAVE_VASPRINTF='1'
# HAVE_VDPRINTF='1'
# HAVE_VISIBILITY='1'
# HAVE_WCHAR_T='1'
# HAVE_XLOCALE_H='1'
# HAVE__BOOL='1'
# HAVE__EXIT='1'
# HELP2MAN=''
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_MAKE_LIBUNICODENAMES_DB_FALSE='#'
# INSTALL_MAKE_LIBUNICODENAMES_DB_TRUE=''
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# LT_OBJDIR='.libs'
# MAKEINFO='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NAMESLIST_EN_URL='http://www.unicode.org/Public/UNIDATA/NamesList.txt'
# NAMESLIST_FR_URL='http://hapax.qc.ca/ListeDesNoms-5.0.0.txt'
# NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
# NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
# NEXT_LOCALE_H=''
# NEXT_STDDEF_H=''
# NEXT_STDIO_H=''
# NEXT_STDLIB_H=''
# NEXT_STRING_H=''
# NEXT_SYS_TYPES_H=''
# NEXT_UNISTD_H=''
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libunicodenames'
# PACKAGE_BUGREPORT='http://bitbucket.org/sortsmill/libunicodenames/issues'
# PACKAGE_NAME='LibUnicodeNames'
# PACKAGE_STRING='LibUnicodeNames 1.2.0'
# PACKAGE_TARNAME='libunicodenames'
# PACKAGE_URL='http://bitbucket.org/sortsmill/libunicodenames'
# PACKAGE_VERSION='1.2.0'
# PACKAGE_VERSION_SHORT='1.2.0'
# PATH_SEPARATOR=':'
# POSUB='po'
# PRAGMA_COLUMNS=''
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# RANLIB='ranlib'
# REPLACE_CALLOC='0'
# REPLACE_CANONICALIZE_FILE_NAME='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_DPRINTF='0'
# REPLACE_DUP2='0'
# REPLACE_DUP='0'
# REPLACE_DUPLOCALE='0'
# REPLACE_FCHOWNAT='0'
# REPLACE_FCLOSE='0'
# REPLACE_FDOPEN='0'
# REPLACE_FFLUSH='0'
# REPLACE_FOPEN='0'
# REPLACE_FPRINTF='0'
# REPLACE_FPURGE='0'
# REPLACE_FREOPEN='0'
# REPLACE_FSEEK='0'
# REPLACE_FSEEKO='0'
# REPLACE_FTELL='0'
# REPLACE_FTELLO='0'
# REPLACE_FTRUNCATE='0'
# REPLACE_GETCWD='0'
# REPLACE_GETDELIM='0'
# REPLACE_GETDOMAINNAME='0'
# REPLACE_GETGROUPS='0'
# REPLACE_GETLINE='0'
# REPLACE_GETLOGIN_R='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_ISATTY='0'
# REPLACE_LCHOWN='0'
# REPLACE_LINK='0'
# REPLACE_LINKAT='0'
# REPLACE_LOCALECONV='0'
# REPLACE_LSEEK='0'
# REPLACE_MALLOC='0'
# REPLACE_MBTOWC='0'
# REPLACE_MEMCHR='0'
# REPLACE_MEMMEM='0'
# REPLACE_MKSTEMP='0'
# REPLACE_NULL='0'
# REPLACE_OBSTACK_PRINTF='0'
# REPLACE_PERROR='0'
# REPLACE_POPEN='0'
# REPLACE_PREAD='0'
# REPLACE_PRINTF='0'
# REPLACE_PTSNAME='0'
# REPLACE_PTSNAME_R='0'
# REPLACE_PUTENV='0'
# REPLACE_PWRITE='0'
# REPLACE_RANDOM_R='0'
# REPLACE_READ='0'
# REPLACE_READLINK='0'
# REPLACE_REALLOC='0'
# REPLACE_REALPATH='0'
# REPLACE_REMOVE='0'
# REPLACE_RENAME='0'
# REPLACE_RENAMEAT='0'
# REPLACE_RMDIR='0'
# REPLACE_SETENV='0'
# REPLACE_SETLOCALE='0'
# REPLACE_SLEEP='0'
# REPLACE_SNPRINTF='0'
# REPLACE_SPRINTF='0'
# REPLACE_STDIO_READ_FUNCS='0'
# REPLACE_STDIO_WRITE_FUNCS='0'
# REPLACE_STPNCPY='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRCHRNUL='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRERROR_R='0'
# REPLACE_STRNCAT='0'
# REPLACE_STRNDUP='0'
# REPLACE_STRNLEN='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOD='0'
# REPLACE_STRTOK_R='0'
# REPLACE_STRUCT_LCONV='0'
# REPLACE_SYMLINK='0'
# REPLACE_TMPFILE='0'
# REPLACE_TTYNAME_R='0'
# REPLACE_UNLINK='0'
# REPLACE_UNLINKAT='0'
# REPLACE_UNSETENV='0'
# REPLACE_USLEEP='0'
# REPLACE_VASPRINTF='0'
# REPLACE_VDPRINTF='0'
# REPLACE_VFPRINTF='0'
# REPLACE_VPRINTF='0'
# REPLACE_VSNPRINTF='0'
# REPLACE_VSPRINTF='0'
# REPLACE_WCTOMB='0'
# REPLACE_WRITE='0'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SORTSMILL_CHANGELOGGER=''
# STDBOOL_H=''
# STDDEF_H=''
# STRIP='strip'
# UNDEFINE_STRTOK_R='0'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
# USE_NLS='yes'
# VERSION='1.2.0'
# VERSION_EXTRA=''
# VERSION_EXTRA_SHORT=''
# VERSION_MAJOR='1'
# VERSION_MINOR='2'
# VERSION_PATCH='0'
# WARNING_CFLAGS=' -Wall -Wextra -Wcast-align -Wbad-function-cast -Wc++-compat -Wno-unused-result'
# WGET='/usr/bin/wget'
# WINDOWS_64_BIT_OFF_T='0'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# dist-changelog:
# dist_changelog_rules='
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gl_LIBOBJS=''
# gl_LTLIBOBJS=''
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# gltests_WITNESS='IN_LIBUNICODENAMES_GNULIB_TESTS'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# ifGNUmake=''
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libunicodenames/src/libunicodenames-1.2.0/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "LibUnicodeNames"
# #define PACKAGE_TARNAME "libunicodenames"
# #define PACKAGE_VERSION "1.2.0"
# #define PACKAGE_STRING "LibUnicodeNames 1.2.0"
# #define PACKAGE_BUGREPORT "http://bitbucket.org/sortsmill/libunicodenames/issues"
# #define PACKAGE_URL "http://bitbucket.org/sortsmill/libunicodenames"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _DARWIN_C_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define PACKAGE "libunicodenames"
# #define VERSION "1.2.0"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_WCHAR_T 1
# #define HAVE_XLOCALE_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE__BOOL 1
# #define restrict __restrict
# #define HAVE_RAW_DECL_FFSL 1
# #define HAVE_RAW_DECL_FFSLL 1
# #define HAVE_RAW_DECL_MEMMEM 1
# #define HAVE_RAW_DECL_MEMPCPY 1
# #define HAVE_RAW_DECL_MEMRCHR 1
# #define HAVE_RAW_DECL_RAWMEMCHR 1
# #define HAVE_RAW_DECL_STPCPY 1
# #define HAVE_RAW_DECL_STPNCPY 1
# #define HAVE_RAW_DECL_STRCHRNUL 1
# #define HAVE_RAW_DECL_STRDUP 1
# #define HAVE_RAW_DECL_STRNCAT 1
# #define HAVE_RAW_DECL_STRNDUP 1
# #define HAVE_RAW_DECL_STRNLEN 1
# #define HAVE_RAW_DECL_STRPBRK 1
# #define HAVE_RAW_DECL_STRSEP 1
# #define HAVE_RAW_DECL_STRCASESTR 1
# #define HAVE_RAW_DECL_STRTOK_R 1
# #define HAVE_RAW_DECL_STRERROR_R 1
# #define HAVE_RAW_DECL_STRSIGNAL 1
# #define HAVE_RAW_DECL_STRVERSCMP 1
# #define HAVE_VISIBILITY 1
# #define HAVE_RAW_DECL_SETLOCALE 1
# #define HAVE_RAW_DECL_DUPLOCALE 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC_GNU 1
# #define GNULIB_MALLOC_GNU 1
# #define HAVE_MALLOC_POSIX 1
# #define GNULIB_TEST_MALLOC_POSIX 1
# #define GNULIB_FSCANF 1
# #define GNULIB_SCANF 1
# #define HAVE_RAW_DECL_DPRINTF 1
# #define HAVE_RAW_DECL_FSEEKO 1
# #define HAVE_RAW_DECL_FTELLO 1
# #define HAVE_RAW_DECL_GETDELIM 1
# #define HAVE_RAW_DECL_GETLINE 1
# #define HAVE_RAW_DECL_PCLOSE 1
# #define HAVE_RAW_DECL_POPEN 1
# #define HAVE_RAW_DECL_RENAMEAT 1
# #define HAVE_RAW_DECL_SNPRINTF 1
# #define HAVE_RAW_DECL_TMPFILE 1
# #define HAVE_RAW_DECL_VDPRINTF 1
# #define HAVE_RAW_DECL_VSNPRINTF 1
# #define HAVE_RAW_DECL__EXIT 1
# #define HAVE_RAW_DECL_ATOLL 1
# #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
# #define HAVE_RAW_DECL_GETLOADAVG 1
# #define HAVE_RAW_DECL_GETSUBOPT 1
# #define HAVE_RAW_DECL_GRANTPT 1
# #define HAVE_RAW_DECL_INITSTATE 1
# #define HAVE_RAW_DECL_INITSTATE_R 1
# #define HAVE_RAW_DECL_MKDTEMP 1
# #define HAVE_RAW_DECL_MKOSTEMP 1
# #define HAVE_RAW_DECL_MKOSTEMPS 1
# #define HAVE_RAW_DECL_MKSTEMP 1
# #define HAVE_RAW_DECL_MKSTEMPS 1
# #define HAVE_RAW_DECL_POSIX_OPENPT 1
# #define HAVE_RAW_DECL_PTSNAME 1
# #define HAVE_RAW_DECL_PTSNAME_R 1
# #define HAVE_RAW_DECL_RANDOM 1
# #define HAVE_RAW_DECL_RANDOM_R 1
# #define HAVE_RAW_DECL_REALPATH 1
# #define HAVE_RAW_DECL_RPMATCH 1
# #define HAVE_RAW_DECL_SECURE_GETENV 1
# #define HAVE_RAW_DECL_SETENV 1
# #define HAVE_RAW_DECL_SETSTATE 1
# #define HAVE_RAW_DECL_SETSTATE_R 1
# #define HAVE_RAW_DECL_SRANDOM 1
# #define HAVE_RAW_DECL_SRANDOM_R 1
# #define HAVE_RAW_DECL_STRTOD 1
# #define HAVE_RAW_DECL_STRTOLL 1
# #define HAVE_RAW_DECL_STRTOULL 1
# #define HAVE_RAW_DECL_UNLOCKPT 1
# #define HAVE_RAW_DECL_UNSETENV 1
# #define HAVE_RAW_DECL_CHDIR 1
# #define HAVE_RAW_DECL_CHOWN 1
# #define HAVE_RAW_DECL_DUP 1
# #define HAVE_RAW_DECL_DUP2 1
# #define HAVE_RAW_DECL_DUP3 1
# #define HAVE_RAW_DECL_ENVIRON 1
# #define HAVE_RAW_DECL_EUIDACCESS 1
# #define HAVE_RAW_DECL_FACCESSAT 1
# #define HAVE_RAW_DECL_FCHDIR 1
# #define HAVE_RAW_DECL_FCHOWNAT 1
# #define HAVE_RAW_DECL_FDATASYNC 1
# #define HAVE_RAW_DECL_FSYNC 1
# #define HAVE_RAW_DECL_FTRUNCATE 1
# #define HAVE_RAW_DECL_GETCWD 1
# #define HAVE_RAW_DECL_GETDOMAINNAME 1
# #define HAVE_RAW_DECL_GETDTABLESIZE 1
# #define HAVE_RAW_DECL_GETGROUPS 1
# #define HAVE_RAW_DECL_GETHOSTNAME 1
# #define HAVE_RAW_DECL_GETLOGIN 1
# #define HAVE_RAW_DECL_GETLOGIN_R 1
# #define HAVE_RAW_DECL_GETPAGESIZE 1
# #define HAVE_RAW_DECL_GETUSERSHELL 1
# #define HAVE_RAW_DECL_SETUSERSHELL 1
# #define HAVE_RAW_DECL_ENDUSERSHELL 1
# #define HAVE_RAW_DECL_GROUP_MEMBER 1
# #define HAVE_RAW_DECL_ISATTY 1
# #define HAVE_RAW_DECL_LCHOWN 1
# #define HAVE_RAW_DECL_LINK 1
# #define HAVE_RAW_DECL_LINKAT 1
# #define HAVE_RAW_DECL_LSEEK 1
# #define HAVE_RAW_DECL_PIPE 1
# #define HAVE_RAW_DECL_PIPE2 1
# #define HAVE_RAW_DECL_PREAD 1
# #define HAVE_RAW_DECL_PWRITE 1
# #define HAVE_RAW_DECL_READLINK 1
# #define HAVE_RAW_DECL_READLINKAT 1
# #define HAVE_RAW_DECL_RMDIR 1
# #define HAVE_RAW_DECL_SETHOSTNAME 1
# #define HAVE_RAW_DECL_SLEEP 1
# #define HAVE_RAW_DECL_SYMLINK 1
# #define HAVE_RAW_DECL_SYMLINKAT 1
# #define HAVE_RAW_DECL_TTYNAME_R 1
# #define HAVE_RAW_DECL_UNLINK 1
# #define HAVE_RAW_DECL_UNLINKAT 1
# #define HAVE_RAW_DECL_USLEEP 1
# #define HAVE_ARGZ_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDIO_EXT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_PTRDIFF_T 1
# #define VISIBLE __attribute__((__visibility__("default")))
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_MBRTOWC 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE___ARGZ_COUNT 1
# #define HAVE___ARGZ_NEXT 1
# #define HAVE___ARGZ_STRINGIFY 1
# #define HAVE_GETCWD 1
# #define HAVE_LOCALECONV 1
# #define HAVE_MBLEN 1
# #define HAVE_MBRLEN 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MEMSET 1
# #define HAVE_MUNMAP 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0