Build of dotconf with vanilla toolchain

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

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

SLOCLanguage
4,133 sh
2,374 makefile
2,294 ansic
8,801 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: dotconf 1.3-4 (Wed Aug 24 12:59:42 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
# libtoolize: and rerunning libtoolize and aclocal.
# libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:8: installing './compile'
# configure.ac:8: installing './config.guess'
# configure.ac:8: installing './config.sub'
# configure.ac:6: installing './install-sh'
# configure.ac:6: installing './missing'
# src/Makefile.am: installing './depcomp'
# 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/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for off_t... yes
# checking for size_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for working strtod... yes
# checking for memset... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strstr... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating dotconf.pc
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# Making all in doc
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# Making all in examples
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# Making all in src
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-dotconf.lo -MD -MP -MF .deps/libdotconf_la-dotconf.Tpo -c -o libdotconf_la-dotconf.lo `test -f 'dotconf.c' || echo './'`dotconf.c
# /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-readdir.lo -MD -MP -MF .deps/libdotconf_la-readdir.Tpo -c -o libdotconf_la-readdir.lo `test -f 'readdir.c' || echo './'`readdir.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-dotconf.lo -MD -MP -MF .deps/libdotconf_la-dotconf.Tpo -c dotconf.c -fPIC -DPIC -o .libs/libdotconf_la-dotconf.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-readdir.lo -MD -MP -MF .deps/libdotconf_la-readdir.Tpo -c readdir.c -fPIC -DPIC -o .libs/libdotconf_la-readdir.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-readdir.lo -MD -MP -MF .deps/libdotconf_la-readdir.Tpo -c readdir.c -o libdotconf_la-readdir.o >/dev/null 2>&1
# dotconf.c: In function 'dotconf_set_command':
# dotconf.c:499:35: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# signed char *eob = args + strlen(args);
# ^~~~
# In file included from dotconf.c:26:0:
# /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'signed char *'
# extern size_t strlen (const char *__s)
# ^~~~~~
# dotconf.c:512:26: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
# cmd->data.str = strdup(args);
# ^~~~
# In file included from dotconf.c:26:0:
# /usr/include/string.h:171:14: note: expected 'const char *' but argument is of type 'signed char *'
# extern char *strdup (const char *__s)
# ^~~~~~
# dotconf.c:519:22: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
# if (!strncmp("<<", cp, 2)) {
# ^~
# In file included from dotconf.c:26:0:
# /usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'signed char *'
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^~~~~~~
# dotconf.c:521:46: warning: pointer targets in passing argument 2 of 'dotconf_get_here_document' differ in signedness [-Wpointer-sign]
# dotconf_get_here_document(configfile, cp + 2);
# ^~
# dotconf.c:317:7: note: expected 'const char *' but argument is of type 'signed char *'
# char *dotconf_get_here_document(configfile_t * configfile, const char *delimit)
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# dotconf.c:542:46: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign]
# cmd->data.list[cmd->arg_count++] = strdup(args);
# ^~~~
# mv -f .deps/libdotconf_la-readdir.Tpo .deps/libdotconf_la-readdir.Plo
# In file included from dotconf.c:26:0:
# /usr/include/string.h:171:14: note: expected 'const char *' but argument is of type 'signed char *'
# extern char *strdup (const char *__s)
# ^~~~~~
# dotconf.c: In function 'dotconf_handle_command':
# dotconf.c:642:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# cp1 = buffer;
# ^
# dotconf.c:643:21: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# eob = cp1 + strlen(cp1);
# ^~~
# In file included from dotconf.c:26:0:
# /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'signed char *'
# extern size_t strlen (const char *__s)
# ^~~~~~
# dotconf.c:656:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# cp2 = name;
# ^
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -MT libdotconf_la-dotconf.lo -MD -MP -MF .deps/libdotconf_la-dotconf.Tpo -c dotconf.c -o libdotconf_la-dotconf.o >/dev/null 2>&1
# mv -f .deps/libdotconf_la-dotconf.Tpo .deps/libdotconf_la-dotconf.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -version-info 0:1:0 -o libdotconf.la -rpath /usr/lib libdotconf_la-dotconf.lo libdotconf_la-readdir.lo
# libtool: link: gcc -shared -fPIC -DPIC .libs/libdotconf_la-dotconf.o .libs/libdotconf_la-readdir.o -Wl,-soname -Wl,libdotconf.so.0 -o .libs/libdotconf.so.0.0.1
# libtool: link: (cd ".libs" && rm -f "libdotconf.so.0" && ln -s "libdotconf.so.0.0.1" "libdotconf.so.0")
# libtool: link: (cd ".libs" && rm -f "libdotconf.so" && ln -s "libdotconf.so.0.0.1" "libdotconf.so")
# libtool: link: ar cru .libs/libdotconf.a libdotconf_la-dotconf.o libdotconf_la-readdir.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libdotconf.a
# libtool: link: ( cd ".libs" && rm -f "libdotconf.la" && ln -s "../libdotconf.la" "libdotconf.la" )
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# make[1]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf'
# /usr/bin/install -c -m 644 dotconf-features.txt dotconf-api.txt '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf'
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# make[1]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/modules'
# /usr/bin/install -c -m 644 modules/Makefile modules/include.conf modules/module.c modules/my_module.c modules/output modules/sample.conf '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/modules'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/context'
# /usr/bin/install -c -m 644 context/Makefile context/context.c context/context.conf context/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/context'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/duplicates'
# /usr/bin/install -c -m 644 duplicates/Makefile duplicates/duplicate.c duplicates/first_module.c duplicates/output duplicates/sample.conf duplicates/second_module.c '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/duplicates'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/argdouble'
# /usr/bin/install -c -m 644 argdouble/Makefile argdouble/argdouble.c argdouble/argdouble.conf argdouble/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/argdouble'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/libpool'
# /usr/bin/install -c -m 644 libpool/libpool.h libpool/pool.c libpool/Makefile '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/libpool'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/caseinsensitive'
# /usr/bin/install -c -m 644 caseinsensitive/Makefile caseinsensitive/caseinsensitive.c caseinsensitive/caseinsensitive.conf caseinsensitive/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/caseinsensitive'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/simple'
# /usr/bin/install -c -m 644 simple/Makefile simple/included.conf simple/linecat.conf simple/output simple/simple.c simple/simple.conf '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/simple'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/fallback'
# /usr/bin/install -c -m 644 fallback/Makefile fallback/fallback.c fallback/fallback.conf fallback/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/fallback'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/errorhandler'
# /usr/bin/install -c -m 644 errorhandler/Makefile errorhandler/errorhandler.c errorhandler/errorhandler.conf errorhandler/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/errorhandler'
# /usr/bin/install -c -m 644 README maketest.sh '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/.'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/noinline'
# /usr/bin/install -c -m 644 noinline/Makefile noinline/noinline.c noinline/noinline.conf noinline/output '/tmp/dotconf/pkg/dotconf/usr/share/doc/dotconf/examples/noinline'
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# make[1]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/examples'
# Making install in src
# make[1]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/lib'
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/include'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libdotconf.la '/tmp/dotconf/pkg/dotconf/usr/lib'
# /usr/bin/install -c -m 644 dotconf.h '/tmp/dotconf/pkg/dotconf/usr/include'
# libtool: install: /usr/bin/install -c .libs/libdotconf.so.0.0.1 /tmp/dotconf/pkg/dotconf/usr/lib/libdotconf.so.0.0.1
# libtool: install: (cd /tmp/dotconf/pkg/dotconf/usr/lib && { ln -s -f libdotconf.so.0.0.1 libdotconf.so.0 || { rm -f libdotconf.so.0 && ln -s libdotconf.so.0.0.1 libdotconf.so.0; }; })
# libtool: install: (cd /tmp/dotconf/pkg/dotconf/usr/lib && { ln -s -f libdotconf.so.0.0.1 libdotconf.so || { rm -f libdotconf.so && ln -s libdotconf.so.0.0.1 libdotconf.so; }; })
# libtool: install: /usr/bin/install -c .libs/libdotconf.lai /tmp/dotconf/pkg/dotconf/usr/lib/libdotconf.la
# libtool: install: /usr/bin/install -c .libs/libdotconf.a /tmp/dotconf/pkg/dotconf/usr/lib/libdotconf.a
# libtool: install: chmod 644 /tmp/dotconf/pkg/dotconf/usr/lib/libdotconf.a
# libtool: install: ranlib /tmp/dotconf/pkg/dotconf/usr/lib/libdotconf.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# make[1]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a/src'
# make[1]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# make[2]: Entering directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/dotconf/pkg/dotconf/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 dotconf.pc '/tmp/dotconf/pkg/dotconf/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# make[1]: Leaving directory '/tmp/dotconf/src/williamh-dotconf-4cd7b3a'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dotconf"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dotconf 1.3-4 (Wed Aug 24 12:59:58 UTC 2016)

CMD: pacman --query --file dotconf-1.3-4-x86_64.pkg.tar.xz
# dotconf 1.3-4

Creating hybrid package for 'dotconf'

Trying to find vanilla package 'dotconf'...

CMD: pacman --query --file /mirror/dotconf-1.3-4.pkg.tar.xz
# dotconf 1.3-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libdotconf.so.0
# /usr/lib/libdotconf.so
# /usr/lib/libdotconf.so.0.0.1
# /usr/lib/pkgconfig/dotconf.pc
# /usr/include/dotconf.h
# /usr/share/doc/dotconf/dotconf-features.txt
# /usr/share/doc/dotconf/dotconf-api.txt
# /usr/share/doc/dotconf/examples/maketest.sh
# /usr/share/doc/dotconf/examples/README
# /usr/share/doc/dotconf/examples/noinline/noinline.c
# /usr/share/doc/dotconf/examples/noinline/Makefile
# /usr/share/doc/dotconf/examples/noinline/noinline.conf
# /usr/share/doc/dotconf/examples/noinline/output
# /usr/share/doc/dotconf/examples/simple/included.conf
# /usr/share/doc/dotconf/examples/simple/linecat.conf
# /usr/share/doc/dotconf/examples/simple/simple.c
# /usr/share/doc/dotconf/examples/simple/simple.conf
# /usr/share/doc/dotconf/examples/simple/Makefile
# /usr/share/doc/dotconf/examples/simple/output
# /usr/share/doc/dotconf/examples/errorhandler/errorhandler.c
# /usr/share/doc/dotconf/examples/errorhandler/errorhandler.conf
# /usr/share/doc/dotconf/examples/errorhandler/Makefile
# /usr/share/doc/dotconf/examples/errorhandler/output
# /usr/share/doc/dotconf/examples/fallback/fallback.c
# /usr/share/doc/dotconf/examples/fallback/Makefile
# /usr/share/doc/dotconf/examples/fallback/output
# /usr/share/doc/dotconf/examples/fallback/fallback.conf
# /usr/share/doc/dotconf/examples/context/context.conf
# /usr/share/doc/dotconf/examples/context/context.c
# /usr/share/doc/dotconf/examples/context/Makefile
# /usr/share/doc/dotconf/examples/context/output
# /usr/share/doc/dotconf/examples/modules/module.c
# /usr/share/doc/dotconf/examples/modules/include.conf
# /usr/share/doc/dotconf/examples/modules/Makefile
# /usr/share/doc/dotconf/examples/modules/output
# /usr/share/doc/dotconf/examples/modules/my_module.c
# /usr/share/doc/dotconf/examples/modules/sample.conf
# /usr/share/doc/dotconf/examples/caseinsensitive/caseinsensitive.c
# /usr/share/doc/dotconf/examples/caseinsensitive/caseinsensitive.conf
# /usr/share/doc/dotconf/examples/caseinsensitive/Makefile
# /usr/share/doc/dotconf/examples/caseinsensitive/output
# /usr/share/doc/dotconf/examples/duplicates/first_module.c
# /usr/share/doc/dotconf/examples/duplicates/second_module.c
# /usr/share/doc/dotconf/examples/duplicates/Makefile
# /usr/share/doc/dotconf/examples/duplicates/output
# /usr/share/doc/dotconf/examples/duplicates/sample.conf
# /usr/share/doc/dotconf/examples/duplicates/duplicate.c
# /usr/share/doc/dotconf/examples/argdouble/argdouble.conf
# /usr/share/doc/dotconf/examples/argdouble/argdouble.c
# /usr/share/doc/dotconf/examples/argdouble/Makefile
# /usr/share/doc/dotconf/examples/argdouble/output
# /usr/share/doc/dotconf/examples/libpool/pool.c
# /usr/share/doc/dotconf/examples/libpool/Makefile
# /usr/share/doc/dotconf/examples/libpool/libpool.h
# /sysroot/usr/lib/libdotconf.so.0.0.1
# /sysroot/usr/lib/libdotconf.so.0
# /sysroot/usr/lib/libdotconf.so
# /sysroot/usr/lib/libdotconf.la
# /sysroot/usr/lib/libdotconf.a
# /sysroot/usr/lib/pkgconfig/dotconf.pc
# /sysroot/usr/include/dotconf.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dotconf.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/dotconf.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/dotconf/src/williamh-dotconf-4cd7b3a/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 dotconf configure 1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 006f760afc60
# 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
# /usr/bin/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:2317: checking for a BSD-compatible install
# configure:2385: result: /usr/bin/install -c
# configure:2396: checking whether build environment is sane
# configure:2451: result: yes
# configure:2510: checking for x86_64-unknown-linux-strip
# configure:2540: result: no
# configure:2550: checking for strip
# configure:2566: found /usr/sbin/strip
# configure:2577: result: strip
# configure:2602: checking for a thread-safe mkdir -p
# configure:2641: result: /usr/sbin/mkdir -p
# configure:2648: checking for gawk
# configure:2664: found /usr/sbin/gawk
# configure:2675: result: gawk
# configure:2686: checking whether make sets $(MAKE)
# configure:2708: result: yes
# configure:2737: checking whether make supports nested variables
# configure:2754: result: yes
# configure:2910: checking build system type
# configure:2924: result: x86_64-unknown-linux-gnu
# configure:2944: checking host system type
# configure:2957: result: x86_64-unknown-linux-gnu
# configure:2998: checking how to print strings
# configure:3025: result: printf
# configure:3058: checking for style of include used by make
# configure:3086: result: GNU
# configure:3117: checking for x86_64-unknown-linux-gcc
# configure:3147: result: no
# configure:3157: checking for gcc
# configure:3173: found /usr/sbin/gcc
# configure:3184: result: gcc
# configure:3413: checking for C compiler version
# configure:3422: 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:3433: $? = 0
# configure:3422: 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:3433: $? = 0
# configure:3422: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3433: $? = 1
# configure:3422: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3433: $? = 1
# configure:3453: checking whether the C compiler works
# configure:3475: gcc conftest.c >&5
# configure:3479: $? = 0
# configure:3527: result: yes
# configure:3530: checking for C compiler default output file name
# configure:3532: result: a.out
# configure:3538: checking for suffix of executables
# configure:3545: gcc -o conftest conftest.c >&5
# configure:3549: $? = 0
# configure:3571: result:
# configure:3593: checking whether we are cross compiling
# configure:3601: gcc -o conftest conftest.c >&5
# configure:3605: $? = 0
# configure:3612: ./conftest
# configure:3616: $? = 0
# configure:3631: result: no
# configure:3636: checking for suffix of object files
# configure:3658: gcc -c conftest.c >&5
# configure:3662: $? = 0
# configure:3683: result: o
# configure:3687: checking whether we are using the GNU C compiler
# configure:3706: gcc -c conftest.c >&5
# configure:3706: $? = 0
# configure:3715: result: yes
# configure:3724: checking whether gcc accepts -g
# configure:3744: gcc -c -g conftest.c >&5
# configure:3744: $? = 0
# configure:3785: result: yes
# configure:3802: checking for gcc option to accept ISO C89
# configure:3865: gcc -c conftest.c >&5
# configure:3865: $? = 0
# configure:3878: result: none needed
# configure:3903: checking whether gcc understands -c and -o together
# configure:3925: gcc -c conftest.c -o conftest2.o
# configure:3928: $? = 0
# configure:3925: gcc -c conftest.c -o conftest2.o
# configure:3928: $? = 0
# configure:3940: result: yes
# configure:3959: checking dependency style of gcc
# configure:4070: result: gcc3
# configure:4085: checking for a sed that does not truncate output
# configure:4149: result: /usr/sbin/sed
# configure:4167: checking for grep that handles long lines and -e
# configure:4225: result: /usr/sbin/grep
# configure:4230: checking for egrep
# configure:4292: result: /usr/sbin/grep -E
# configure:4297: checking for fgrep
# configure:4359: result: /usr/sbin/grep -F
# configure:4394: checking for ld used by gcc
# configure:4461: result: /usr/sbin/ld
# configure:4468: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4483: result: yes
# configure:4495: checking for BSD- or MS-compatible name lister (nm)
# configure:4549: result: /usr/sbin/nm -B
# configure:4679: checking the name lister (/usr/sbin/nm -B) interface
# configure:4686: gcc -c conftest.c >&5
# configure:4689: /usr/sbin/nm -B "conftest.o"
# configure:4692: output
# 0000000000000000 B some_variable
# configure:4699: result: BSD nm
# configure:4702: checking whether ln -s works
# configure:4706: result: yes
# configure:4714: checking the maximum length of command line arguments
# configure:4845: result: 1572864
# configure:4893: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4933: result: func_convert_file_noop
# configure:4940: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4960: result: func_convert_file_noop
# configure:4967: checking for /usr/sbin/ld option to reload object files
# configure:4974: result: -r
# configure:5008: checking for x86_64-unknown-linux-objdump
# configure:5038: result: no
# configure:5048: checking for objdump
# configure:5064: found /usr/sbin/objdump
# configure:5075: result: objdump
# configure:5107: checking how to recognize dependent libraries
# configure:5307: result: pass_all
# configure:5352: checking for x86_64-unknown-linux-dlltool
# configure:5382: result: no
# configure:5392: checking for dlltool
# configure:5422: result: no
# configure:5452: checking how to associate runtime and link libraries
# configure:5479: result: printf %s\n
# configure:5496: checking for x86_64-unknown-linux-ar
# configure:5526: result: no
# configure:5540: checking for ar
# configure:5556: found /usr/sbin/ar
# configure:5567: result: ar
# configure:5604: checking for archiver @FILE support
# configure:5621: gcc -c conftest.c >&5
# configure:5621: $? = 0
# configure:5624: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5627: $? = 0
# configure:5632: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5635: $? = 1
# configure:5647: result: @
# configure:5665: checking for x86_64-unknown-linux-strip
# configure:5692: result: strip
# configure:5764: checking for x86_64-unknown-linux-ranlib
# configure:5794: result: no
# configure:5804: checking for ranlib
# configure:5820: found /usr/sbin/ranlib
# configure:5831: result: ranlib
# configure:5933: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6086: gcc -c conftest.c >&5
# configure:6089: $? = 0
# configure:6093: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6096: $? = 0
# configure:6162: gcc -o conftest conftest.c conftstm.o >&5
# configure:6165: $? = 0
# configure:6203: result: ok
# configure:6250: checking for sysroot
# configure:6280: result: no
# configure:6287: checking for a working dd
# configure:6325: result: /usr/sbin/dd
# configure:6329: checking how to truncate binary pipes
# configure:6344: result: /usr/sbin/dd bs=4096 count=1
# configure:6480: gcc -c conftest.c >&5
# configure:6483: $? = 0
# configure:6633: checking for x86_64-unknown-linux-mt
# configure:6663: result: no
# configure:6673: checking for mt
# configure:6703: result: no
# configure:6723: checking if : is a manifest tool
# configure:6729: : '-?'
# configure:6737: result: no
# configure:7414: checking how to run the C preprocessor
# configure:7445: gcc -E conftest.c
# configure:7445: $? = 0
# configure:7459: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7459: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | /* end confdefs.h. */
# | #include
# configure:7484: result: gcc -E
# configure:7504: gcc -E conftest.c
# configure:7504: $? = 0
# configure:7518: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7518: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | /* end confdefs.h. */
# | #include
# configure:7547: checking for ANSI C header files
# configure:7567: gcc -c conftest.c >&5
# configure:7567: $? = 0
# configure:7640: gcc -o conftest conftest.c >&5
# configure:7640: $? = 0
# configure:7640: ./conftest
# configure:7640: $? = 0
# configure:7651: result: yes
# configure:7664: checking for sys/types.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for sys/stat.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for stdlib.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for string.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for memory.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for strings.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for inttypes.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for stdint.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7664: checking for unistd.h
# configure:7664: gcc -c conftest.c >&5
# configure:7664: $? = 0
# configure:7664: result: yes
# configure:7678: checking for dlfcn.h
# configure:7678: gcc -c conftest.c >&5
# configure:7678: $? = 0
# configure:7678: result: yes
# configure:7933: checking for objdir
# configure:7948: result: .libs
# configure:8208: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8226: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8230: $? = 0
# configure:8243: result: no
# configure:8601: checking for gcc option to produce PIC
# configure:8608: result: -fPIC -DPIC
# configure:8616: checking if gcc PIC flag -fPIC -DPIC works
# configure:8634: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8638: $? = 0
# configure:8651: result: yes
# configure:8680: checking if gcc static flag -static works
# configure:8708: result: yes
# configure:8723: checking if gcc supports -c -o file.o
# configure:8744: gcc -c -o out/conftest2.o conftest.c >&5
# configure:8748: $? = 0
# configure:8770: result: yes
# configure:8778: checking if gcc supports -c -o file.o
# configure:8825: result: yes
# configure:8858: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10117: result: yes
# configure:10154: checking whether -lc should be explicitly linked in
# configure:10162: gcc -c conftest.c >&5
# configure:10165: $? = 0
# configure:10180: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10183: $? = 0
# configure:10197: result: no
# configure:10357: checking dynamic linker characteristics
# configure:10938: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10938: $? = 0
# configure:11175: result: GNU/Linux ld.so
# configure:11297: checking how to hardcode library paths into programs
# configure:11322: result: immediate
# configure:11424: checking for shl_load
# configure:11424: gcc -o conftest conftest.c >&5
# /tmp/ccMtR2df.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `shl_load'
# collect2: error: ld returned 1 exit status
# configure:11424: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* 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 shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11424: result: no
# configure:11428: checking for shl_load in -ldld
# configure:11453: gcc -o conftest conftest.c -ldld >&5
# /usr/sbin/ld: cannot find -ldld
# collect2: error: ld returned 1 exit status
# configure:11453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11462: result: no
# configure:11467: checking for dlopen
# configure:11467: gcc -o conftest conftest.c >&5
# /tmp/ccXYYO3k.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:11467: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11467: result: no
# configure:11471: checking for dlopen in -ldl
# configure:11496: gcc -o conftest conftest.c -ldl >&5
# configure:11496: $? = 0
# configure:11505: result: yes
# configure:11624: checking whether a program can dlopen itself
# configure:11704: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:11707: $? = 0
# configure:11725: result: yes
# configure:11730: checking whether a statically linked program can dlopen itself
# configure:11810: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/ccBfvlWu.o: In function `main':
# conftest.c:(.text+0x1e): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/sbin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# collect2: error: ld returned 1 exit status
# configure:11813: $? = 1
# configure:11831: result: no
# configure:11870: checking whether stripping libraries is possible
# configure:11875: result: yes
# configure:11910: checking if libtool supports shared libraries
# configure:11912: result: yes
# configure:11915: checking whether to build shared libraries
# configure:11940: result: yes
# configure:11943: checking whether to build static libraries
# configure:11947: result: yes
# configure:12017: checking for x86_64-unknown-linux-gcc
# configure:12044: result: gcc
# configure:12313: checking for C compiler version
# configure:12322: 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:12333: $? = 0
# configure:12322: 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:12333: $? = 0
# configure:12322: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:12333: $? = 1
# configure:12322: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:12333: $? = 1
# configure:12337: checking whether we are using the GNU C compiler
# configure:12365: result: yes
# configure:12374: checking whether gcc accepts -g
# configure:12435: result: yes
# configure:12452: checking for gcc option to accept ISO C89
# configure:12528: result: none needed
# configure:12553: checking whether gcc understands -c and -o together
# configure:12590: result: yes
# configure:12609: checking dependency style of gcc
# configure:12720: result: gcc3
# configure:12735: checking whether make sets $(MAKE)
# configure:12757: result: yes
# configure:12773: checking fcntl.h usability
# configure:12773: gcc -c conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking fcntl.h presence
# configure:12773: gcc -E conftest.c
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for fcntl.h
# configure:12773: result: yes
# configure:12773: checking malloc.h usability
# configure:12773: gcc -c conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking malloc.h presence
# configure:12773: gcc -E conftest.c
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for malloc.h
# configure:12773: result: yes
# configure:12773: checking for stdlib.h
# configure:12773: result: yes
# configure:12773: checking for string.h
# configure:12773: result: yes
# configure:12773: checking for strings.h
# configure:12773: result: yes
# configure:12773: checking syslog.h usability
# configure:12773: gcc -c conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking syslog.h presence
# configure:12773: gcc -E conftest.c
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for syslog.h
# configure:12773: result: yes
# configure:12773: checking for unistd.h
# configure:12773: result: yes
# configure:12785: checking for off_t
# configure:12785: gcc -c conftest.c >&5
# configure:12785: $? = 0
# configure:12785: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:66:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:12785: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_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
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12785: result: yes
# configure:12796: checking for size_t
# configure:12796: gcc -c conftest.c >&5
# configure:12796: $? = 0
# configure:12796: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:66:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:12796: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dotconf"
# | #define PACKAGE_TARNAME "dotconf"
# | #define PACKAGE_VERSION "1.3"
# | #define PACKAGE_STRING "dotconf 1.3"
# | #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "dotconf"
# | #define VERSION "1.3"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSLOG_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12796: result: yes
# configure:12811: checking for stdlib.h
# configure:12811: result: yes
# configure:12821: checking for GNU libc compatible malloc
# configure:12845: gcc -o conftest conftest.c >&5
# configure:12845: $? = 0
# configure:12845: ./conftest
# configure:12845: $? = 0
# configure:12855: result: yes
# configure:12878: checking for stdlib.h
# configure:12878: result: yes
# configure:12888: checking for GNU libc compatible realloc
# configure:12912: gcc -o conftest conftest.c >&5
# configure:12912: $? = 0
# configure:12912: ./conftest
# configure:12912: $? = 0
# configure:12922: result: yes
# configure:12943: checking for working strtod
# configure:12984: gcc -o conftest conftest.c >&5
# configure:12984: $? = 0
# configure:12984: ./conftest
# configure:12984: $? = 0
# configure:12994: result: yes
# configure:13059: checking for memset
# configure:13059: gcc -o conftest conftest.c >&5
# conftest.c:57:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:13059: $? = 0
# configure:13059: result: yes
# configure:13059: checking for strcspn
# configure:13059: gcc -o conftest conftest.c >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'strcspn'
# char strcspn ();
# ^~~~~~~
# configure:13059: $? = 0
# configure:13059: result: yes
# configure:13059: checking for strdup
# configure:13059: gcc -o conftest conftest.c >&5
# conftest.c:59:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:13059: $? = 0
# configure:13059: result: yes
# configure:13059: checking for strstr
# configure:13059: gcc -o conftest conftest.c >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:13059: $? = 0
# configure:13059: result: yes
# configure:13188: checking that generated files are newer than configure
# configure:13194: result: done
# configure:13221: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by dotconf config.status 1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 006f760afc60
#
# config.status:1107: creating Makefile
# config.status:1107: creating dotconf.pc
# config.status:1107: creating doc/Makefile
# config.status:1107: creating examples/Makefile
# config.status:1107: creating src/Makefile
# config.status:1107: creating config.h
# config.status:1336: executing depfiles commands
# config.status:1336: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# 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_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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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_dlopen=no
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtod=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_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_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/dotconf/src/williamh-dotconf-4cd7b3a/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/dotconf/src/williamh-dotconf-4cd7b3a/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/dotconf/src/williamh-dotconf-4cd7b3a/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/dotconf/src/williamh-dotconf-4cd7b3a/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DC_AGE='0'
# DC_CURRENT='0'
# DC_REVISION='1'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/dotconf/src/williamh-dotconf-4cd7b3a/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='dotconf'
# PACKAGE_BUGREPORT='w.d.hubbs@gmail.com'
# PACKAGE_NAME='dotconf'
# PACKAGE_STRING='dotconf 1.3'
# PACKAGE_TARNAME='dotconf'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.3'
# PATH_SEPARATOR=':'
# POW_LIB=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.3'
# WARNING_CFLAGS='-Wall'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# 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/dotconf/src/williamh-dotconf-4cd7b3a/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "dotconf"
# #define PACKAGE_TARNAME "dotconf"
# #define PACKAGE_VERSION "1.3"
# #define PACKAGE_STRING "dotconf 1.3"
# #define PACKAGE_BUGREPORT "w.d.hubbs@gmail.com"
# #define PACKAGE_URL ""
# #define PACKAGE "dotconf"
# #define VERSION "1.3"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FCNTL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRSTR 1
#
# configure: exit 0