Build of indent with clang_glibc toolchain

The build took 00h 02m 07s and was NOT successful.

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

SLOCLanguage
27,020 ansic
4,648 sh
2,821 makefile
316 yacc
194 cpp
16 sed
35,015 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: indent 2.2.11-4 (Thu Apr 13 18:04:56 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) texi2html-5.0-4
#
# Total Installed Size: 6.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing texi2html...
# :: Running post-transaction hooks...
# (1/2) Updating manpage index...
# (2/2) Updating the info directory file...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# 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 for minix/config.h... (cached) no
# checking whether it is safe to define __EXTENSIONS__... (cached) yes
# checking for strerror in -lcposix... no
# checking for an ANSI C-conforming const... yes
# checking for dvips... /usr/bin/dvips
# checking for texi2pdf... /usr/bin/texi2pdf
# checking for texi2html... /usr/bin/texi2html
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for inline... inline
# checking for off_t... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking whether integer division by zero raises SIGFPE... no
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unsigned long long... yes
# checking for inttypes.h... yes
# checking whether the inttypes.h PRIxNN macros are broken... no
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.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 nl_types.h usability... yes
# checking nl_types.h presence... yes
# checking for nl_types.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 stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for feof_unlocked... yes
# checking for fgets_unlocked... yes
# checking for getc_unlocked... yes
# checking for getcwd... yes
# checking for getegid... yes
# checking for geteuid... yes
# checking for getgid... yes
# checking for getuid... yes
# checking for mempcpy... yes
# checking for munmap... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for setlocale... yes
# checking for stpcpy... yes
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking for tsearch... yes
# checking for __argz_count... yes
# checking for __argz_stringify... yes
# checking for __argz_next... yes
# checking for iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for nl_langinfo and CODESET... yes
# checking for LC_MESSAGES... yes
# checking for bison... bison
# checking version of bison... 3.0.4, ok
# checking whether NLS is requested... yes
# checking whether included gettext is requested... no
# checking for GNU gettext in libc... yes
# checking for ANSI C header files... (cached) yes
# checking for strchr... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for utime... yes
# checking for unistd.h... (cached) yes
# checking for string.h... (cached) yes
# checking for malloc.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking sys/utime.h usability... no
# checking sys/utime.h presence... no
# checking for sys/utime.h... no
# checking if struct utimbuf needs -posix... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# configure: creating ./config.status
# config.status: creating intl/Makefile
# config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating po/Makefile.in
# config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating man/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing default commands
# cd . && /bin/sh ./config.status Makefile
# config.status: creating Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/indent/src/indent-2.2.11'
# Making all in intl
# make[2]: Entering directory '/tmp/indent/src/indent-2.2.11/intl'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/indent/src/indent-2.2.11/intl'
# Making all in src
# make[2]: Entering directory '/tmp/indent/src/indent-2.2.11/src'
# make all-am
# make[3]: Entering directory '/tmp/indent/src/indent-2.2.11/src'
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT indent.o -MD -MP -MF .deps/indent.Tpo -c -o indent.o indent.c
# mv -f .deps/indent.Tpo .deps/indent.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c
# mv -f .deps/args.Tpo .deps/args.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT backup.o -MD -MP -MF .deps/backup.Tpo -c -o backup.o backup.c
# mv -f .deps/backup.Tpo .deps/backup.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT comments.o -MD -MP -MF .deps/comments.Tpo -c -o comments.o comments.c
# mv -f .deps/comments.Tpo .deps/comments.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT lexi.o -MD -MP -MF .deps/lexi.Tpo -c -o lexi.o lexi.c
# In file included from lexi.c:206:
# ./gperf.c:103:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static unsigned char lengthtable[] =
# ^
# lexi.c:202:1: note: use 'static' to give inline function 'is_reserved' internal linkage
# __inline
# ^
# static
# In file included from lexi.c:206:
# ./gperf.c:109:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static templ_ty wordlist[] =
# ^
# lexi.c:202:1: note: use 'static' to give inline function 'is_reserved' internal linkage
# __inline
# ^
# static
# In file included from lexi.c:206:
# indent.gperf:12:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static short lookup[] =
# ^
# lexi.c:202:1: note: use 'static' to give inline function 'is_reserved' internal linkage
# __inline
# ^
# static
# In file included from lexi.c:220:
# ./gperf-cc.c:104:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static unsigned char lengthtable[] =
# ^
# lexi.c:216:1: note: use 'static' to give inline function 'is_reserved_cc' internal linkage
# __inline
# ^
# static
# In file included from lexi.c:220:
# ./gperf-cc.c:111:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static templ_ty wordlist[] =
# ^
# lexi.c:216:1: note: use 'static' to give inline function 'is_reserved_cc' internal linkage
# __inline
# ^
# static
# In file included from lexi.c:220:
# indent-cc.gperf:12:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static short lookup[] =
# ^
# lexi.c:216:1: note: use 'static' to give inline function 'is_reserved_cc' internal linkage
# __inline
# ^
# static
# 6 warnings generated.
# mv -f .deps/lexi.Tpo .deps/lexi.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
# mv -f .deps/parse.Tpo .deps/parse.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT globs.o -MD -MP -MF .deps/globs.Tpo -c -o globs.o globs.c
# mv -f .deps/globs.Tpo .deps/globs.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT code_io.o -MD -MP -MF .deps/code_io.Tpo -c -o code_io.o code_io.c
# mv -f .deps/code_io.Tpo .deps/code_io.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.c
# mv -f .deps/output.Tpo .deps/output.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
# mv -f .deps/utils.Tpo .deps/utils.Po
# clang -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -I. -I. -I../intl -I. -MT handletoken.o -MD -MP -MF .deps/handletoken.Tpo -c -o handletoken.o handletoken.c
# mv -f .deps/handletoken.Tpo .deps/handletoken.Po
# clang -I. -o indent indent.o args.o backup.o comments.o lexi.o parse.o globs.o code_io.o output.o utils.o handletoken.o
# lexi.o: In function `lexi':
# lexi.c:(.text+0x73b): undefined reference to `is_reserved_cc'
# lexi.c:(.text+0x768): undefined reference to `is_reserved'
# lexi.o: In function `addkey':
# lexi.c:(.text+0x208a): undefined reference to `is_reserved_cc'
# lexi.c:(.text+0x20c3): undefined reference to `is_reserved'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[3]: *** [Makefile:307: indent] Error 1
# make[3]: Leaving directory '/tmp/indent/src/indent-2.2.11/src'
# make[2]: *** [Makefile:218: all] Error 2
# make[2]: Leaving directory '/tmp/indent/src/indent-2.2.11/src'
# make[1]: *** [Makefile:335: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/indent/src/indent-2.2.11'
# make: *** [Makefile:271: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/indent/src/indent-2.2.11/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 GNU Indent configure 2.2.11, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d50974b687e8
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1935: checking for a BSD-compatible install
# configure:2003: result: /usr/bin/install -c
# configure:2014: checking whether build environment is sane
# configure:2074: result: yes
# configure:2123: checking for x86_64-unknown-linux-strip
# configure:2153: result: no
# configure:2163: checking for strip
# configure:2179: found /usr/bin/strip
# configure:2190: result: strip
# configure:2215: checking for a thread-safe mkdir -p
# configure:2254: result: /usr/bin/mkdir -p
# configure:2267: checking for gawk
# configure:2283: found /usr/bin/gawk
# configure:2294: result: gawk
# configure:2305: checking whether make sets $(MAKE)
# configure:2327: result: yes
# configure:2413: checking whether to enable maintainer-specific portions of Makefiles
# configure:2422: result: no
# configure:2444: checking for x86_64-unknown-linux-gcc
# configure:2471: result: clang
# configure:2743: checking for C compiler version
# configure:2751: 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:2755: $? = 0
# configure:2762: 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
# Selected multilib: .;@m64
# configure:2766: $? = 0
# configure:2773: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2777: $? = 1
# configure:2800: checking for C compiler default output file name
# configure:2822: clang conftest.c >&5
# configure:2826: $? = 0
# configure:2864: result: a.out
# configure:2883: checking whether the C compiler works
# configure:2893: ./a.out
# configure:2897: $? = 0
# configure:2916: result: yes
# configure:2923: checking whether we are cross compiling
# configure:2925: result: no
# configure:2928: checking for suffix of executables
# configure:2935: clang -o conftest conftest.c >&5
# configure:2939: $? = 0
# configure:2965: result:
# configure:2971: checking for suffix of object files
# configure:2997: clang -c conftest.c >&5
# configure:3001: $? = 0
# configure:3026: result: o
# configure:3030: checking whether we are using the GNU C compiler
# configure:3059: clang -c conftest.c >&5
# configure:3066: $? = 0
# configure:3083: result: yes
# configure:3092: checking whether clang accepts -g
# configure:3122: clang -c -g conftest.c >&5
# configure:3129: $? = 0
# configure:3230: result: yes
# configure:3247: checking for clang option to accept ISO C89
# configure:3321: clang -c conftest.c >&5
# configure:3328: $? = 0
# configure:3351: result: none needed
# configure:3380: checking for style of include used by make
# configure:3408: result: GNU
# configure:3433: checking dependency style of clang
# configure:3543: result: gcc3
# configure:3563: checking how to run the C preprocessor
# configure:3603: clang -E conftest.c
# configure:3610: $? = 0
# configure:3641: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3648: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | /* end confdefs.h. */
# | #include
# configure:3681: result: clang -E
# configure:3710: clang -E conftest.c
# configure:3717: $? = 0
# configure:3748: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3755: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | /* end confdefs.h. */
# | #include
# configure:3808: checking for a BSD-compatible install
# configure:3876: result: /usr/bin/install -c
# configure:3890: checking for grep that handles long lines and -e
# configure:3950: result: /usr/bin/grep
# configure:3955: checking for egrep
# configure:4019: result: /usr/bin/grep -E
# configure:4024: checking for ANSI C header files
# configure:4054: clang -c conftest.c >&5
# configure:4061: $? = 0
# configure:4160: clang -o conftest conftest.c >&5
# configure:4164: $? = 0
# configure:4170: ./conftest
# configure:4174: $? = 0
# configure:4192: result: yes
# configure:4216: checking for sys/types.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for sys/stat.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for stdlib.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for string.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for memory.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for strings.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for inttypes.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for stdint.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4216: checking for unistd.h
# configure:4237: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4261: result: yes
# configure:4286: checking minix/config.h usability
# configure:4303: clang -c conftest.c >&5
# conftest.c:53:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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:4324: result: no
# configure:4328: checking minix/config.h presence
# configure:4343: clang -E conftest.c
# conftest.c:20:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4350: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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:4364: result: no
# configure:4397: checking for minix/config.h
# configure:4404: result: no
# configure:4435: checking whether it is safe to define __EXTENSIONS__
# configure:4463: clang -c conftest.c >&5
# configure:4470: $? = 0
# configure:4485: result: yes
# configure:4511: checking for minix/config.h
# configure:4516: result: no
# configure:4669: checking whether it is safe to define __EXTENSIONS__
# configure:4719: result: yes
# configure:4745: checking for strerror in -lcposix
# configure:4780: clang -o conftest conftest.c -lcposix >&5
# conftest.c:37:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:37:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# /usr/bin/ld: cannot find -lcposix
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4787: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# |
# | /* 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 strerror ();
# | int
# | main ()
# | {
# | return strerror ();
# | ;
# | return 0;
# | }
# configure:4808: result: no
# configure:4820: checking for an ANSI C-conforming const
# configure:4895: clang -c conftest.c >&5
# configure:4902: $? = 0
# configure:4917: result: yes
# configure:4931: checking for dvips
# configure:4949: found /usr/bin/dvips
# configure:4962: result: /usr/bin/dvips
# configure:4972: checking for texi2pdf
# configure:4990: found /usr/bin/texi2pdf
# configure:5003: result: /usr/bin/texi2pdf
# configure:5013: checking for texi2html
# configure:5031: found /usr/bin/texi2html
# configure:5044: result: /usr/bin/texi2html
# configure:5068: checking for msgfmt
# configure:5096: result: /usr/bin/msgfmt
# configure:5105: checking for gmsgfmt
# configure:5136: result: /usr/bin/msgfmt
# configure:5147: checking for xgettext
# configure:5175: result: /usr/bin/xgettext
# configure:5186: checking for msgmerge
# configure:5213: result: /usr/bin/msgmerge
# configure:5254: checking build system type
# configure:5272: result: x86_64-unknown-linux-gnu
# configure:5294: checking host system type
# configure:5309: result: x86_64-unknown-linux-gnu
# configure:5334: checking for x86_64-unknown-linux-ranlib
# configure:5364: result: no
# configure:5374: checking for ranlib
# configure:5390: found /usr/bin/ranlib
# configure:5401: result: ranlib
# configure:5423: checking for inline
# configure:5449: clang -c conftest.c >&5
# configure:5456: $? = 0
# configure:5474: result: inline
# configure:5493: checking for off_t
# configure:5521: clang -c conftest.c >&5
# configure:5528: $? = 0
# configure:5555: clang -c conftest.c >&5
# conftest.c:66:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:5562: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5585: result: yes
# configure:5597: checking for size_t
# configure:5625: clang -c conftest.c >&5
# configure:5632: $? = 0
# configure:5659: clang -c conftest.c >&5
# conftest.c:66:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5666: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 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:5689: result: yes
# configure:5703: checking for working alloca.h
# configure:5730: clang -o conftest conftest.c >&5
# configure:5737: $? = 0
# configure:5757: result: yes
# configure:5767: checking for alloca
# configure:5814: clang -o conftest conftest.c >&5
# configure:5821: $? = 0
# configure:5841: result: yes
# configure:6084: checking for stdlib.h
# configure:6091: result: yes
# configure:6084: checking for unistd.h
# configure:6091: result: yes
# configure:6234: checking for getpagesize
# configure:6290: clang -o conftest conftest.c >&5
# configure:6297: $? = 0
# configure:6319: result: yes
# configure:6331: checking for working mmap
# configure:6478: clang -o conftest conftest.c >&5
# configure:6482: $? = 0
# configure:6488: ./conftest
# configure:6492: $? = 0
# configure:6509: result: yes
# configure:6521: checking whether we are using the GNU C Library 2.1 or newer
# configure:6552: result: yes
# configure:6560: checking whether integer division by zero raises SIGFPE
# configure:6627: clang -o conftest conftest.c >&5
# conftest.c:54:5: error: redefinition of 'nan' as different kind of symbol
# int nan;
# ^
# conftest.c:54:5: note: previous definition is here
# conftest.c:69:7: error: non-object type 'double (const char *)' is not assignable
# nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:6631: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | static void
# | #ifdef __cplusplus
# | sigfpe_handler (int sig)
# | #else
# | sigfpe_handler (sig) int sig;
# | #endif
# | {
# | /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
# | exit (sig != SIGFPE);
# | }
# |
# | int x = 1;
# | int y = 0;
# | int z;
# | int nan;
# |
# | int main ()
# | {
# | signal (SIGFPE, sigfpe_handler);
# | /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | /* Linux/SPARC yields signal SIGILL. */
# | #if defined (__sparc__) && defined (__linux__)
# | signal (SIGILL, sigfpe_handler);
# | #endif
# |
# | z = x / y;
# | nan = y / y;
# | exit (1);
# | }
# |
# configure:6659: result: no
# configure:6672: checking for inttypes.h
# configure:6699: clang -c conftest.c >&5
# configure:6706: $? = 0
# configure:6721: result: yes
# configure:6732: checking for stdint.h
# configure:6759: clang -c conftest.c >&5
# configure:6766: $? = 0
# configure:6781: result: yes
# configure:6792: checking for unsigned long long
# configure:6819: clang -o conftest conftest.c >&5
# configure:6826: $? = 0
# configure:6846: result: yes
# configure:6872: checking for inttypes.h
# configure:6900: clang -c conftest.c >&5
# configure:6907: $? = 0
# configure:6923: result: yes
# configure:6936: checking whether the inttypes.h PRIxNN macros are broken
# configure:6967: clang -c conftest.c >&5
# configure:6974: $? = 0
# configure:6990: result: no
# configure:7028: checking for ld used by GCC
# configure:7091: result: /usr/bin/ld
# configure:7100: checking if the linker (/usr/bin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:7112: result: yes
# configure:7118: checking for shared library run path origin
# configure:7131: result: done
# configure:7561: checking argz.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking argz.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for argz.h
# configure:7681: result: yes
# configure:7561: checking limits.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking limits.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for limits.h
# configure:7681: result: yes
# configure:7561: checking locale.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking locale.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for locale.h
# configure:7681: result: yes
# configure:7561: checking nl_types.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking nl_types.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for nl_types.h
# configure:7681: result: yes
# configure:7561: checking malloc.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking malloc.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for malloc.h
# configure:7681: result: yes
# configure:7561: checking stddef.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking stddef.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for stddef.h
# configure:7681: result: yes
# configure:7550: checking for stdlib.h
# configure:7557: result: yes
# configure:7550: checking for string.h
# configure:7557: result: yes
# configure:7550: checking for unistd.h
# configure:7557: result: yes
# configure:7561: checking sys/param.h usability
# configure:7578: clang -c conftest.c >&5
# configure:7585: $? = 0
# configure:7599: result: yes
# configure:7603: checking sys/param.h presence
# configure:7618: clang -E conftest.c
# configure:7625: $? = 0
# configure:7639: result: yes
# configure:7672: checking for sys/param.h
# configure:7681: result: yes
# configure:7722: checking for feof_unlocked
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for fgets_unlocked
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for getc_unlocked
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for getcwd
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for getegid
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for geteuid
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for getgid
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for getuid
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for mempcpy
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for munmap
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for putenv
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for setenv
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for setlocale
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for stpcpy
# configure:7778: clang -o conftest conftest.c >&5
# conftest.c:87:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:87:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for strcasecmp
# configure:7778: clang -o conftest conftest.c >&5
# conftest.c:88:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:88:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for strdup
# configure:7778: clang -o conftest conftest.c >&5
# conftest.c:89:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:89:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for strtoul
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for tsearch
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for __argz_count
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for __argz_stringify
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7722: checking for __argz_next
# configure:7778: clang -o conftest conftest.c >&5
# configure:7785: $? = 0
# configure:7807: result: yes
# configure:7850: checking for iconv
# configure:7882: clang -o conftest conftest.c >&5
# configure:7889: $? = 0
# configure:7966: result: yes
# configure:7989: checking for iconv declaration
# configure:8028: clang -c conftest.c >&5
# configure:8035: $? = 0
# configure:8054: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:8065: checking for nl_langinfo and CODESET
# configure:8091: clang -o conftest conftest.c >&5
# configure:8098: $? = 0
# configure:8119: result: yes
# configure:8131: checking for LC_MESSAGES
# configure:8157: clang -o conftest conftest.c >&5
# configure:8164: $? = 0
# configure:8184: result: yes
# configure:8200: checking for bison
# configure:8216: found /usr/bin/bison
# configure:8227: result: bison
# configure:8241: checking version of bison
# configure:8250: result: 3.0.4, ok
# configure:8271: checking whether NLS is requested
# configure:8280: result: yes
# configure:8295: checking whether included gettext is requested
# configure:8305: result: no
# configure:8316: checking for GNU gettext in libc
# configure:8345: clang -o conftest conftest.c >&5
# configure:8352: $? = 0
# configure:8372: result: yes
# configure:9025: checking for ANSI C header files
# configure:9193: result: yes
# configure:9210: checking for strchr
# configure:9266: clang -o conftest conftest.c >&5
# conftest.c:103:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:103:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:9273: $? = 0
# configure:9295: result: yes
# configure:9210: checking for memcpy
# configure:9266: clang -o conftest conftest.c >&5
# conftest.c:104:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:104:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:9273: $? = 0
# configure:9295: result: yes
# configure:9210: checking for memmove
# configure:9266: clang -o conftest conftest.c >&5
# conftest.c:105:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:105:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:9273: $? = 0
# configure:9295: result: yes
# configure:9210: checking for utime
# configure:9266: clang -o conftest conftest.c >&5
# configure:9273: $? = 0
# configure:9295: result: yes
# configure:9316: checking for unistd.h
# configure:9323: result: yes
# configure:9316: checking for string.h
# configure:9323: result: yes
# configure:9316: checking for malloc.h
# configure:9323: result: yes
# configure:9327: checking utime.h usability
# configure:9344: clang -c conftest.c >&5
# configure:9351: $? = 0
# configure:9365: result: yes
# configure:9369: checking utime.h presence
# configure:9384: clang -E conftest.c
# configure:9391: $? = 0
# configure:9405: result: yes
# configure:9438: checking for utime.h
# configure:9447: result: yes
# configure:9327: checking sys/utime.h usability
# configure:9344: clang -c conftest.c >&5
# conftest.c:121:10: fatal error: 'sys/utime.h' file not found
# #include
# ^
# 1 error generated.
# configure:9351: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NL_TYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_FEOF_UNLOCKED 1
# | #define HAVE_FGETS_UNLOCKED 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LC_MESSAGES 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_UTIME 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UTIME_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:9365: result: no
# configure:9369: checking sys/utime.h presence
# configure:9384: clang -E conftest.c
# conftest.c:88:10: fatal error: 'sys/utime.h' file not found
# #include
# ^
# 1 error generated.
# configure:9391: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "GNU Indent"
# | #define PACKAGE_TARNAME "indent"
# | #define PACKAGE_VERSION "2.2.11"
# | #define PACKAGE_STRING "GNU Indent 2.2.11"
# | #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# | #define PACKAGE "indent"
# | #define VERSION "2.2.11"
# | #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 _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define INTDIV0_RAISES_SIGFPE 0
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_UNSIGNED_LONG_LONG 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_NL_TYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_FEOF_UNLOCKED 1
# | #define HAVE_FGETS_UNLOCKED 1
# | #define HAVE_GETC_UNLOCKED 1
# | #define HAVE_GETCWD 1
# | #define HAVE_GETEGID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETGID 1
# | #define HAVE_GETUID 1
# | #define HAVE_MEMPCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_TSEARCH 1
# | #define HAVE___ARGZ_COUNT 1
# | #define HAVE___ARGZ_STRINGIFY 1
# | #define HAVE___ARGZ_NEXT 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LC_MESSAGES 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_UTIME 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:9405: result: no
# configure:9438: checking for sys/utime.h
# configure:9447: result: no
# configure:9465: checking if struct utimbuf needs -posix
# configure:9492: clang -c conftest.c >&5
# configure:9499: $? = 0
# configure:9560: result: no
# configure:9576: checking for dirent.h that defines DIR
# configure:9605: clang -c conftest.c >&5
# configure:9612: $? = 0
# configure:9629: result: yes
# configure:9644: checking for library containing opendir
# configure:9685: clang -o conftest conftest.c >&5
# configure:9692: $? = 0
# configure:9723: result: none required
# configure:9957: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU Indent config.status 2.2.11, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d50974b687e8
#
# config.status:892: creating intl/Makefile
# config.status:1044: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting
# config.status:892: creating po/Makefile.in
# config.status:1044: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
# config.status:892: creating Makefile
# config.status:892: creating src/Makefile
# config.status:892: creating doc/Makefile
# config.status:892: creating man/Makefile
# config.status:892: creating config.h
# config.status:1166: executing depfiles commands
# config.status:1166: executing default-1 commands
# config.status:1166: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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_feof_unlocked=yes
# ac_cv_func_fgets_unlocked=yes
# ac_cv_func_getc_unlocked=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getuid=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_tsearch=yes
# ac_cv_func_utime=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_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_nl_types_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_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_sys_utime_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cposix_strerror=no
# ac_cv_objext=o
# ac_cv_path_DVIPS=/usr/bin/dvips
# ac_cv_path_EGREP='/usr/bin/grep -E'
# 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_TEXI2HTML=/usr/bin/texi2html
# ac_cv_path_TEXI2PDF=/usr/bin/texi2pdf
# 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_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_INTLBISON=bison
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_unsigned_long_long=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_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
# acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# am_cv_val_LC_MESSAGES=yes
# gt_cv_func_gnugettext1_libc=yes
# gt_cv_header_inttypes_h=yes
# gt_cv_int_divbyzero_sigfpe=no
# gt_cv_inttypes_pri_broken=no
# jm_ac_cv_header_inttypes_h=yes
# jm_ac_cv_header_stdint_h=yes
# nls_cv_force_use_gnu_gettext=no
# nls_cv_header_intl=
# nls_cv_header_libgt=
# nls_cv_use_gnu_gettext=no
# unet_cv_sys_utimbuf_needs_posix=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run aclocal-1.11'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run tar'
# AUTOCONF='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run automake-1.11'
# AWK='gawk'
# BUILD_INCLUDED_LIBINTL='no'
# CATOBJEXT='.gmo'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DVIPS='/usr/bin/dvips'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GENCAT='gencat'
# GLIBC21='yes'
# GMSGFMT='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INSTOBJEXT='.mo'
# INTLBISON='bison'
# INTLLIBS=''
# INTLOBJS=''
# INTL_LIBTOOL_SUFFIX_PREFIX=''
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/indent/src/indent-2.2.11/config/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MKINSTALLDIRS='config/mkinstalldirs'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# OBJEXT='o'
# PACKAGE='indent'
# PACKAGE_BUGREPORT='bug-indent@gnu.org'
# PACKAGE_NAME='GNU Indent'
# PACKAGE_STRING='GNU Indent 2.2.11'
# PACKAGE_TARNAME='indent'
# PACKAGE_VERSION='2.2.11'
# PATH_SEPARATOR=':'
# POSUB='po'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TEXI2HTML='/usr/bin/texi2html'
# TEXI2PDF='/usr/bin/texi2pdf'
# USE_INCLUDED_LIBINTL='no'
# USE_NLS='yes'
# VERSION='2.2.11'
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# 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}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/indent/src/indent-2.2.11/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "GNU Indent"
# #define PACKAGE_TARNAME "indent"
# #define PACKAGE_VERSION "2.2.11"
# #define PACKAGE_STRING "GNU Indent 2.2.11"
# #define PACKAGE_BUGREPORT "bug-indent@gnu.org"
# #define PACKAGE "indent"
# #define VERSION "2.2.11"
# #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 _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define INTDIV0_RAISES_SIGFPE 0
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_UNSIGNED_LONG_LONG 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_ARGZ_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_NL_TYPES_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_FEOF_UNLOCKED 1
# #define HAVE_FGETS_UNLOCKED 1
# #define HAVE_GETC_UNLOCKED 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGID 1
# #define HAVE_GETUID 1
# #define HAVE_MEMPCPY 1
# #define HAVE_MUNMAP 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STPCPY 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOUL 1
# #define HAVE_TSEARCH 1
# #define HAVE___ARGZ_COUNT 1
# #define HAVE___ARGZ_STRINGIFY 1
# #define HAVE___ARGZ_NEXT 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LC_MESSAGES 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define STDC_HEADERS 1
# #define HAVE_STRCHR 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_UTIME 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_DIRENT_H 1
#
# configure: exit 0
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU Indent config.status 2.2.11, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status Makefile
#
# on d50974b687e8
#
# config.status:892: creating Makefile