Build of bwbar with vanilla toolchain

The build took 00h 00m 33s and was SUCCESSFUL.

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

SLOCLanguage
276 ansic
152 sh
17 makefile
445 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bwbar 1.2.3-4 (Wed Aug 24 13:51:53 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ANSI C... none needed
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking if gcc accepts -Wall... yes
# checking if gcc accepts -W... yes
# checking if gcc accepts -Wpointer-arith... yes
# checking if gcc accepts -Wbad-function-cast... yes
# checking if gcc accepts -Wcast-equal... no
# checking if gcc accepts -Wstrict-prototypes... yes
# checking if gcc accepts -Wnested-externs... yes
# checking if gcc accepts -Winline... yes
# checking if gcc accepts -Wshadow... yes
# checking if gcc accepts -Wcast-align... yes
# checking if gcc accepts -pipe... yes
# checking for library containing pow... -lm
# checking for library containing compress2... -lz
# checking for library containing png_create_write_struct... -lpng
# checking for ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# configure: creating ./config.status
# config.status: creating MCONFIG
# gcc -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -o bwbar bwbar.c -lpng -lz -lm
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bwbar"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: bwbar 1.2.3-4 (Wed Aug 24 13:51:56 UTC 2016)

CMD: pacman --query --file bwbar-1.2.3-4-x86_64.pkg.tar.xz
# bwbar 1.2.3-4

Creating hybrid package for 'bwbar'

Trying to find vanilla package 'bwbar'...

CMD: pacman --query --file /mirror/bwbar-1.2.3-4.pkg.tar.xz
# bwbar 1.2.3-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/bwbar

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bwbar.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1916

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bwbar.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/bwbar.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/bwbar/src/bwbar-1.2.3/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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e9a82c7a4efc
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1293: checking for gcc
# configure:1309: found /usr/sbin/gcc
# configure:1319: result: gcc
# configure:1563: checking for C compiler version
# configure:1566: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:1569: $? = 0
# configure:1571: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:1574: $? = 0
# configure:1576: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:1579: $? = 1
# configure:1602: checking for C compiler default output file name
# configure:1605: gcc conftest.c >&5
# configure:1608: $? = 0
# configure:1654: result: a.out
# configure:1659: checking whether the C compiler works
# configure:1665: ./a.out
# configure:1668: $? = 0
# configure:1685: result: yes
# configure:1692: checking whether we are cross compiling
# configure:1694: result: no
# configure:1697: checking for suffix of executables
# configure:1699: gcc -o conftest conftest.c >&5
# configure:1702: $? = 0
# configure:1727: result:
# configure:1733: checking for suffix of object files
# configure:1754: gcc -c conftest.c >&5
# configure:1757: $? = 0
# configure:1779: result: o
# configure:1783: checking whether we are using the GNU C compiler
# configure:1807: gcc -c conftest.c >&5
# configure:1813: $? = 0
# configure:1817: test -z
# || test ! -s conftest.err
# configure:1820: $? = 0
# configure:1823: test -s conftest.o
# configure:1826: $? = 0
# configure:1839: result: yes
# configure:1845: checking whether gcc accepts -g
# configure:1866: gcc -c -g conftest.c >&5
# configure:1872: $? = 0
# configure:1876: test -z
# || test ! -s conftest.err
# configure:1879: $? = 0
# configure:1882: test -s conftest.o
# configure:1885: $? = 0
# configure:1896: result: yes
# configure:1913: checking for gcc option to accept ANSI C
# configure:1983: gcc -c conftest.c >&5
# configure:1989: $? = 0
# configure:1993: test -z
# || test ! -s conftest.err
# configure:1996: $? = 0
# configure:1999: test -s conftest.o
# configure:2002: $? = 0
# configure:2020: result: none needed
# configure:2038: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2044: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2184: checking for an ANSI C-conforming const
# configure:2251: gcc -c conftest.c >&5
# configure:2257: $? = 0
# configure:2261: test -z
# || test ! -s conftest.err
# configure:2264: $? = 0
# configure:2267: test -s conftest.o
# configure:2270: $? = 0
# configure:2281: result: yes
# configure:2291: checking for inline
# configure:2312: gcc -c conftest.c >&5
# configure:2318: $? = 0
# configure:2322: test -z
# || test ! -s conftest.err
# configure:2325: $? = 0
# configure:2328: test -s conftest.o
# configure:2331: $? = 0
# configure:2343: result: inline
# configure:2363: checking if gcc accepts -Wall
# configure:2383: gcc -o conftest -Wall conftest.c >&5
# configure:2389: $? = 0
# configure:2393: test -z
# || test ! -s conftest.err
# configure:2396: $? = 0
# configure:2399: test -s conftest
# configure:2402: $? = 0
# configure:2404: result: yes
# configure:2416: checking if gcc accepts -W
# configure:2436: gcc -o conftest -Wall -W conftest.c >&5
# configure:2442: $? = 0
# configure:2446: test -z
# || test ! -s conftest.err
# configure:2449: $? = 0
# configure:2452: test -s conftest
# configure:2455: $? = 0
# configure:2457: result: yes
# configure:2469: checking if gcc accepts -Wpointer-arith
# configure:2489: gcc -o conftest -Wall -W -Wpointer-arith conftest.c >&5
# configure:2495: $? = 0
# configure:2499: test -z
# || test ! -s conftest.err
# configure:2502: $? = 0
# configure:2505: test -s conftest
# configure:2508: $? = 0
# configure:2510: result: yes
# configure:2522: checking if gcc accepts -Wbad-function-cast
# configure:2542: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast conftest.c >&5
# configure:2548: $? = 0
# configure:2552: test -z
# || test ! -s conftest.err
# configure:2555: $? = 0
# configure:2558: test -s conftest
# configure:2561: $? = 0
# configure:2563: result: yes
# configure:2575: checking if gcc accepts -Wcast-equal
# configure:2595: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-equal conftest.c >&5
# gcc: error: unrecognized command line option '-Wcast-equal'; did you mean '-Wcast-qual'?
# configure:2601: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | printf("Hello, World!\n");
# | ;
# | return 0;
# | }
# configure:2622: result: no
# configure:2628: checking if gcc accepts -Wstrict-prototypes
# configure:2648: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2654: $? = 0
# configure:2658: test -z
# || test ! -s conftest.err
# configure:2661: $? = 0
# configure:2664: test -s conftest
# configure:2667: $? = 0
# configure:2669: result: yes
# configure:2681: checking if gcc accepts -Wnested-externs
# configure:2701: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2707: $? = 0
# configure:2711: test -z
# || test ! -s conftest.err
# configure:2714: $? = 0
# configure:2717: test -s conftest
# configure:2720: $? = 0
# configure:2722: result: yes
# configure:2734: checking if gcc accepts -Winline
# configure:2754: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2760: $? = 0
# configure:2764: test -z
# || test ! -s conftest.err
# configure:2767: $? = 0
# configure:2770: test -s conftest
# configure:2773: $? = 0
# configure:2775: result: yes
# configure:2787: checking if gcc accepts -Wshadow
# configure:2807: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2813: $? = 0
# configure:2817: test -z
# || test ! -s conftest.err
# configure:2820: $? = 0
# configure:2823: test -s conftest
# configure:2826: $? = 0
# configure:2828: result: yes
# configure:2840: checking if gcc accepts -Wcast-align
# configure:2860: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2866: $? = 0
# configure:2870: test -z
# || test ! -s conftest.err
# configure:2873: $? = 0
# configure:2876: test -s conftest
# configure:2879: $? = 0
# configure:2881: result: yes
# configure:2893: checking if gcc accepts -pipe
# configure:2913: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c >&5
# conftest.c:12:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:2919: $? = 0
# configure:2923: test -z
# || test ! -s conftest.err
# configure:2926: $? = 0
# configure:2929: test -s conftest
# configure:2932: $? = 0
# configure:2934: result: yes
# configure:2947: checking for library containing pow
# configure:2977: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char pow ();
# ^~~~
# conftest.c:17:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccLJYqcU.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `pow'
# collect2: error: ld returned 1 exit status
# configure:2983: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char pow ();
# | int
# | main ()
# | {
# | pow ();
# | ;
# | return 0;
# | }
# configure:3032: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c -lm >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char pow ();
# ^~~~
# conftest.c:17:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:3038: $? = 0
# configure:3042: test -z
# || test ! -s conftest.err
# configure:3045: $? = 0
# configure:3048: test -s conftest
# configure:3051: $? = 0
# configure:3066: result: -lm
# configure:3077: checking for library containing compress2
# configure:3107: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c -lm >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char compress2 ();
# ^~~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccTgO4Nj.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `compress2'
# collect2: error: ld returned 1 exit status
# configure:3113: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char compress2 ();
# | int
# | main ()
# | {
# | compress2 ();
# | ;
# | return 0;
# | }
# configure:3162: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c -lz -lm >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char compress2 ();
# ^~~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:3168: $? = 0
# configure:3172: test -z
# || test ! -s conftest.err
# configure:3175: $? = 0
# configure:3178: test -s conftest
# configure:3181: $? = 0
# configure:3196: result: -lz
# configure:3207: checking for library containing png_create_write_struct
# configure:3237: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c -lz -lm >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char png_create_write_struct ();
# ^~~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# /tmp/ccifukNq.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `png_create_write_struct'
# collect2: error: ld returned 1 exit status
# configure:3243: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char png_create_write_struct ();
# | int
# | main ()
# | {
# | png_create_write_struct ();
# | ;
# | return 0;
# | }
# configure:3292: gcc -o conftest -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe conftest.c -lpng -lz -lm >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char png_create_write_struct ();
# ^~~~
# conftest.c:19:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:3298: $? = 0
# configure:3302: test -z
# || test ! -s conftest.err
# configure:3305: $? = 0
# configure:3308: test -s conftest
# configure:3311: $? = 0
# configure:3326: result: -lpng
# configure:3379: checking for ranlib
# configure:3395: found /usr/sbin/ranlib
# configure:3406: result: ranlib
# configure:3456: checking for a BSD-compatible install
# configure:3511: result: /usr/bin/install -c
# configure:3650: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e9a82c7a4efc
#
# config.status:641: creating MCONFIG
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_search_compress2=-lz
# ac_cv_search_png_create_write_struct=-lpng
# ac_cv_search_pow=-lm
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=' -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wnested-externs -Winline -Wshadow -Wcast-align -pipe'
# CPPFLAGS=''
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -D_GNU_SOURCE=1 '
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpng -lz -lm '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# ac_ct_CC='gcc'
# ac_ct_RANLIB='ranlib'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host_alias=''
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# oldincludedir='/usr/include'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define _GNU_SOURCE 1
#
# configure: exit 0