Build of tig with musl toolchain

The build took 00h 01m 15s and was NOT successful.

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

SLOCLanguage
15,913 ansic
7,712 sh
278 makefile
23,903 total

The process tree of the build process is here.

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

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: tig 2.1.1-2 (Wed Apr 5 01:47:39 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) xmlto-0.0.28-1
#
# Total Installed Size: 0.12 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 xmlto...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 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 for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for gettimeofday... yes
# checking whether environ is declared... no
# checking whether errno is declared... yes
# checking for mkstemps... yes
# checking for setenv... yes
# checking for strndup... yes
# checking for NcursesW wide-character library... no
# checking for Ncurses library... no
# checking for Curses library... no
# configure: error: ncurses not found
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/tig/src/tig-2.1.1/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 tig configure 0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 317cd807aa93
# 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: /sysroot/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:2193: checking for x86_64-unknown-linux-gcc
# configure:2220: result: clang
# configure:2489: checking for C compiler version
# configure:2498: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2509: $? = 0
# configure:2498: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2509: $? = 0
# configure:2498: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2509: $? = 1
# configure:2498: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2509: $? = 1
# configure:2529: checking whether the C compiler works
# configure:2551: clang conftest.c >&5
# configure:2555: $? = 0
# configure:2603: result: yes
# configure:2606: checking for C compiler default output file name
# configure:2608: result: a.out
# configure:2614: checking for suffix of executables
# configure:2621: clang -o conftest conftest.c >&5
# configure:2625: $? = 0
# configure:2647: result:
# configure:2669: checking whether we are cross compiling
# configure:2677: clang -o conftest conftest.c >&5
# configure:2681: $? = 0
# configure:2688: ./conftest
# configure:2692: $? = 0
# configure:2707: result: no
# configure:2712: checking for suffix of object files
# configure:2734: clang -c conftest.c >&5
# configure:2738: $? = 0
# configure:2759: result: o
# configure:2763: checking whether we are using the GNU C compiler
# configure:2782: clang -c conftest.c >&5
# configure:2782: $? = 0
# configure:2791: result: yes
# configure:2800: checking whether clang accepts -g
# configure:2820: clang -c -g conftest.c >&5
# configure:2820: $? = 0
# configure:2861: result: yes
# configure:2878: checking for clang option to accept ISO C89
# configure:2941: clang -c conftest.c >&5
# configure:2941: $? = 0
# configure:2954: result: none needed
# configure:2981: checking how to run the C preprocessor
# configure:3012: clang -E conftest.c
# configure:3012: $? = 0
# configure:3026: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3026: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3051: result: clang -E
# configure:3071: clang -E conftest.c
# configure:3071: $? = 0
# configure:3085: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3114: checking for grep that handles long lines and -e
# configure:3172: result: /usr/bin/grep
# configure:3177: checking for egrep
# configure:3239: result: /usr/bin/grep -E
# configure:3244: checking for ANSI C header files
# configure:3264: clang -c conftest.c >&5
# configure:3264: $? = 0
# configure:3337: clang -o conftest conftest.c >&5
# configure:3337: $? = 0
# configure:3337: ./conftest
# configure:3337: $? = 0
# configure:3348: result: yes
# configure:3361: checking for sys/types.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for sys/stat.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for stdlib.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for string.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for memory.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for strings.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for inttypes.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for stdint.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3361: checking for unistd.h
# configure:3361: clang -c conftest.c >&5
# configure:3361: $? = 0
# configure:3361: result: yes
# configure:3376: checking for stdint.h
# configure:3376: result: yes
# configure:3376: checking for stdlib.h
# configure:3376: result: yes
# configure:3376: checking for string.h
# configure:3376: result: yes
# configure:3376: checking sys/time.h usability
# configure:3376: clang -c conftest.c >&5
# configure:3376: $? = 0
# configure:3376: result: yes
# configure:3376: checking sys/time.h presence
# configure:3376: clang -E conftest.c
# configure:3376: $? = 0
# configure:3376: result: yes
# configure:3376: checking for sys/time.h
# configure:3376: result: yes
# configure:3376: checking for unistd.h
# configure:3376: result: yes
# configure:3388: checking for gettimeofday
# configure:3388: clang -o conftest conftest.c >&5
# configure:3388: $? = 0
# configure:3388: result: yes
# configure:3397: checking whether environ is declared
# configure:3397: clang -c conftest.c >&5
# conftest.c:65:10: error: use of undeclared identifier 'environ'; did you mean 'union'?
# (void) environ;
# ^~~~~~~
# union
# conftest.c:65:10: error: expected expression
# 2 errors generated.
# configure:3397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 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 ()
# | {
# | #ifndef environ
# | #ifdef __cplusplus
# | (void) environ;
# | #else
# | (void) environ;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3397: result: no
# configure:3408: checking whether errno is declared
# configure:3408: clang -c conftest.c >&5
# configure:3408: $? = 0
# configure:3408: result: yes
# configure:3423: checking for mkstemps
# configure:3423: clang -o conftest conftest.c >&5
# configure:3423: $? = 0
# configure:3423: result: yes
# configure:3435: checking for setenv
# configure:3435: clang -o conftest conftest.c >&5
# configure:3435: $? = 0
# configure:3435: result: yes
# configure:3447: checking for strndup
# configure:3447: clang -o conftest conftest.c >&5
# conftest.c:52:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
# char strndup ();
# ^
# conftest.c:52:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
# 1 warning generated.
# configure:3447: $? = 0
# configure:3447: result: yes
# configure:3492: checking for NcursesW wide-character library
# configure:3516: clang -o conftest conftest.c -lncursesw >&5
# /sysroot/bin/ld: error: cannot find -lncursesw
# /tmp/conftest-7fd393.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3516: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_ENVIRON 0
# | #define HAVE_DECL_ERRNO 1
# | #define HAVE_MKSTEMPS 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRNDUP 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:3525: result: no
# configure:3754: checking for Ncurses library
# configure:3778: clang -o conftest conftest.c -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-2ec94a.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3778: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_ENVIRON 0
# | #define HAVE_DECL_ERRNO 1
# | #define HAVE_MKSTEMPS 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRNDUP 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:3787: result: no
# configure:3940: checking for Curses library
# configure:3964: clang -o conftest conftest.c -lcurses >&5
# /sysroot/bin/ld: error: cannot find -lcurses
# /tmp/conftest-507158.o:conftest.c:function main: error: undefined reference to 'initscr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3964: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tig"
# | #define PACKAGE_TARNAME "tig"
# | #define PACKAGE_VERSION "0"
# | #define PACKAGE_STRING "tig 0"
# | #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# | #define PACKAGE_URL ""
# | #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 HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_DECL_ENVIRON 0
# | #define HAVE_DECL_ERRNO 1
# | #define HAVE_MKSTEMPS 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRNDUP 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 initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:3973: result: no
# configure:4216: error: ncurses not found
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=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_CURSES_LIB_set=
# ac_cv_env_CURSES_LIB_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_gettimeofday=yes
# ac_cv_func_mkstemps=yes
# ac_cv_func_setenv=yes
# ac_cv_func_strndup=yes
# ac_cv_have_decl_environ=no
# ac_cv_have_decl_errno=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=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_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ax_cv_curses=no
# ax_cv_curses_color=no
# ax_cv_curses_enhanced=no
# ax_cv_curses_obsolete=no
# ax_cv_curses_which=no
# ax_cv_ncurses=no
# ax_cv_ncursesw=no
# ax_cv_plaincurses=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ASCIIDOC=''
# CC='clang'
# CFLAGS=''
# COVERAGE_CFLAGS=''
# COVERAGE_LDFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CURSES_LIB=''
# DEFS=''
# DOCBOOK2PDF=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GENHTML=''
# GREP='/usr/bin/grep'
# HAVE_GCOV_FALSE=''
# HAVE_GCOV_TRUE=''
# LCOV=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# NO_MKSTEMPS='#'
# NO_SETENV='#'
# NO_STRNDUP='#'
# OBJEXT='o'
# PACKAGE_BUGREPORT='jonas.fonseca@gmail.com'
# PACKAGE_NAME='tig'
# PACKAGE_STRING='tig 0'
# PACKAGE_TARNAME='tig'
# PACKAGE_URL=''
# PACKAGE_VERSION='0'
# PATH_SEPARATOR=':'
# RL_MAJOR=''
# RL_MINOR=''
# RL_VERSION=''
# SED=''
# SHELL='/bin/sh'
# SHTOOL=''
# XMLTO=''
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "tig"
# #define PACKAGE_TARNAME "tig"
# #define PACKAGE_VERSION "0"
# #define PACKAGE_STRING "tig 0"
# #define PACKAGE_BUGREPORT "jonas.fonseca@gmail.com"
# #define PACKAGE_URL ""
# #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 HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_DECL_ENVIRON 0
# #define HAVE_DECL_ERRNO 1
# #define HAVE_MKSTEMPS 1
# #define HAVE_SETENV 1
# #define HAVE_STRNDUP 1
#
# configure: exit 1