Build of libcacard with vanilla toolchain

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

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

SLOCLanguage
4,713 sh
4,576 ansic
2,168 makefile
11,457 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: libcacard 2.5.2-1 (Wed Aug 24 14:20:45 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 whether to enable maintainer-specific portions of Makefiles... yes
# checking whether make supports nested variables... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for native Win32... no
# checking whether to enable debugging... no
# 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 for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to print strings... printf
# 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 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... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking whether C compiler accepts -Werror=unknown-warning-option... no
# checking whether C compiler accepts -fno-strict-aliasing... yes
# checking whether C compiler accepts -Wall... yes
# checking whether C compiler accepts -Wextra... yes
# checking whether C compiler accepts -Wundef... yes
# checking whether C compiler accepts -Wnested-externs... yes
# checking whether C compiler accepts -Wwrite-strings... yes
# checking whether C compiler accepts -Wpointer-arith... yes
# checking whether C compiler accepts -Wmissing-declarations... yes
# checking whether C compiler accepts -Wmissing-prototypes... yes
# checking whether C compiler accepts -Wstrict-prototypes... yes
# checking whether C compiler accepts -Wredundant-decls... yes
# checking whether C compiler accepts -Wno-unused-parameter... yes
# checking whether C compiler accepts -Wno-missing-field-initializers... yes
# checking whether C compiler accepts -Wdeclaration-after-statement... yes
# checking whether C compiler accepts -Wformat=2... yes
# checking whether C compiler accepts -Wold-style-definition... yes
# checking whether C compiler accepts -Wcast-align... yes
# checking whether C compiler accepts -Wformat-nonliteral... yes
# checking whether C compiler accepts -Wformat-security... yes
# checking whether C compiler accepts -Wsign-compare... yes
# checking whether C compiler accepts -Wstrict-aliasing... yes
# checking whether C compiler accepts -Wshadow... yes
# checking whether C compiler accepts -Winline... yes
# checking whether C compiler accepts -Wpacked... yes
# checking whether C compiler accepts -Wmissing-format-attribute... yes
# checking whether C compiler accepts -Wmissing-noreturn... yes
# checking whether C compiler accepts -Winit-self... yes
# checking whether C compiler accepts -Wredundant-decls... (cached) yes
# checking whether C compiler accepts -Wmissing-include-dirs... yes
# checking whether C compiler accepts -Wunused-but-set-variable... yes
# checking whether C compiler accepts -Warray-bounds... yes
# checking whether C compiler accepts -Wimplicit-function-declaration... yes
# checking whether C compiler accepts -Wreturn-type... yes
# checking whether C compiler accepts -Wswitch-enum... yes
# checking whether C compiler accepts -Wswitch-default... yes
# checking whether C compiler accepts -Wno-error=unused-parameter... yes
# checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
# checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
# checking whether the linker accepts -Wl,--no-as-needed... yes
# checking whether to build with code coverage support... no
# checking for CACARD... yes
# checking for GTHREAD... yes
# checking for PCSC... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating libcacard.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure:
#
# libcacard - 2.5.2
#
# • Prefix: /usr
# • PCSC enabled: no
# • Code coverage: no
#
# make all-recursive
# make[1]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# Making all in src
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# CC src/cac.lo
# CC src/card_7816.lo
# CC src/event.lo
# CC src/vcard.lo
# CC src/vcard_emul_nss.lo
# CC src/vcard_emul_type.lo
# CC src/vcardt.lo
# CC src/vreader.lo
# CC src/vscclient-vscclient.o
# CCLD libcacard.la
# CCLD vscclient
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# make[1]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# Making install in src
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[3]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2/src'
# make[2]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# make[3]: Entering directory '/tmp/libcacard/src/libcacard-2.5.2'
# /usr/sbin/mkdir -p '/tmp/libcacard/pkg/libcacard/usr/include/cacard'
# /usr/bin/install -c -m 644 src/cac.h src/card_7816.h src/card_7816t.h src/eventt.h src/libcacard.h src/vcard.h src/vcard_emul.h src/vcard_emul_type.h src/vcardt.h src/vevent.h src/vreader.h src/vreadert.h src/vscard_common.h '/tmp/libcacard/pkg/libcacard/usr/include/cacard'
# /usr/sbin/mkdir -p '/tmp/libcacard/pkg/libcacard/usr/lib/pkgconfig'
# /usr/sbin/mkdir -p '/tmp/libcacard/pkg/libcacard/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libcacard.la '/tmp/libcacard/pkg/libcacard/usr/lib'
# /usr/bin/install -c -m 644 libcacard.pc '/tmp/libcacard/pkg/libcacard/usr/lib/pkgconfig'
# libtool: install: /usr/bin/install -c .libs/libcacard.so.0.0.0 /tmp/libcacard/pkg/libcacard/usr/lib/libcacard.so.0.0.0
# libtool: install: (cd /tmp/libcacard/pkg/libcacard/usr/lib && { ln -s -f libcacard.so.0.0.0 libcacard.so.0 || { rm -f libcacard.so.0 && ln -s libcacard.so.0.0.0 libcacard.so.0; }; })
# libtool: install: (cd /tmp/libcacard/pkg/libcacard/usr/lib && { ln -s -f libcacard.so.0.0.0 libcacard.so || { rm -f libcacard.so && ln -s libcacard.so.0.0.0 libcacard.so; }; })
# libtool: install: /usr/bin/install -c .libs/libcacard.lai /tmp/libcacard/pkg/libcacard/usr/lib/libcacard.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/sbin/mkdir -p '/tmp/libcacard/pkg/libcacard/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c vscclient '/tmp/libcacard/pkg/libcacard/usr/bin'
# libtool: warning: 'libcacard.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/vscclient /tmp/libcacard/pkg/libcacard/usr/bin/vscclient
# make[3]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# make[2]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# make[1]: Leaving directory '/tmp/libcacard/src/libcacard-2.5.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libcacard"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libcacard 2.5.2-1 (Wed Aug 24 14:20:57 UTC 2016)

CMD: pacman --query --file libcacard-2.5.2-1-x86_64.pkg.tar.xz
# libcacard 2.5.2-1

Creating hybrid package for 'libcacard'

Trying to find vanilla package 'libcacard'...

CMD: pacman --query --file /mirror/libcacard-2.5.2-1.pkg.tar.xz
# libcacard 2.5.2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libcacard.so.0
# /usr/lib/libcacard.so.0.0.0
# /usr/lib/libcacard.so
# /usr/lib/pkgconfig/libcacard.pc
# /usr/include/cacard/vscard_common.h
# /usr/include/cacard/vreader.h
# /usr/include/cacard/vreadert.h
# /usr/include/cacard/vcard_emul.h
# /usr/include/cacard/vcardt.h
# /usr/include/cacard/libcacard.h
# /usr/include/cacard/eventt.h
# /usr/include/cacard/vcard.h
# /usr/include/cacard/vcard_emul_type.h
# /usr/include/cacard/cac.h
# /usr/include/cacard/vevent.h
# /usr/include/cacard/card_7816t.h
# /usr/include/cacard/card_7816.h
# /usr/bin/vscclient
# /sysroot/usr/lib/libcacard.so.0.0.0
# /sysroot/usr/lib/libcacard.so.0
# /sysroot/usr/lib/libcacard.so
# /sysroot/usr/lib/libcacard.la
# /sysroot/usr/lib/pkgconfig/libcacard.pc
# /sysroot/usr/include/cacard/cac.h
# /sysroot/usr/include/cacard/card_7816.h
# /sysroot/usr/include/cacard/card_7816t.h
# /sysroot/usr/include/cacard/eventt.h
# /sysroot/usr/include/cacard/libcacard.h
# /sysroot/usr/include/cacard/vcard.h
# /sysroot/usr/include/cacard/vcard_emul.h
# /sysroot/usr/include/cacard/vcard_emul_type.h
# /sysroot/usr/include/cacard/vcardt.h
# /sysroot/usr/include/cacard/vevent.h
# /sysroot/usr/include/cacard/vreader.h
# /sysroot/usr/include/cacard/vreadert.h
# /sysroot/usr/include/cacard/vscard_common.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libcacard.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libcacard.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/libcacard/src/libcacard-2.5.2/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 libcacard configure 2.5.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c71983097ae3
# 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:2265: checking for a BSD-compatible install
# configure:2333: result: /usr/bin/install -c
# configure:2344: checking whether build environment is sane
# configure:2399: result: yes
# configure:2458: checking for x86_64-unknown-linux-strip
# configure:2488: result: no
# configure:2498: checking for strip
# configure:2514: found /usr/sbin/strip
# configure:2525: result: strip
# configure:2550: checking for a thread-safe mkdir -p
# configure:2589: result: /usr/sbin/mkdir -p
# configure:2596: checking for gawk
# configure:2612: found /usr/sbin/gawk
# configure:2623: result: gawk
# configure:2634: checking whether make sets $(MAKE)
# configure:2656: result: yes
# configure:2685: checking whether make supports nested variables
# configure:2702: result: yes
# configure:2829: checking whether to enable maintainer-specific portions of Makefiles
# configure:2838: result: yes
# configure:2862: checking whether make supports nested variables
# configure:2879: result: yes
# configure:2895: checking build system type
# configure:2909: result: x86_64-unknown-linux-gnu
# configure:2929: checking host system type
# configure:2942: result: x86_64-unknown-linux-gnu
# configure:2962: checking for native Win32
# configure:2972: result: no
# configure:2985: checking whether to enable debugging
# configure:3047: result: no
# configure:3087: checking for x86_64-unknown-linux-gcc
# configure:3117: result: no
# configure:3127: checking for gcc
# configure:3143: found /usr/sbin/gcc
# configure:3154: result: gcc
# configure:3383: checking for C compiler version
# configure:3392: 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:3403: $? = 0
# configure:3392: 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:3403: $? = 0
# configure:3392: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3403: $? = 1
# configure:3392: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3403: $? = 1
# configure:3423: checking whether the C compiler works
# configure:3445: gcc conftest.c >&5
# configure:3449: $? = 0
# configure:3497: result: yes
# configure:3500: checking for C compiler default output file name
# configure:3502: result: a.out
# configure:3508: checking for suffix of executables
# configure:3515: gcc -o conftest conftest.c >&5
# configure:3519: $? = 0
# configure:3541: result:
# configure:3563: checking whether we are cross compiling
# configure:3571: gcc -o conftest conftest.c >&5
# configure:3575: $? = 0
# configure:3582: ./conftest
# configure:3586: $? = 0
# configure:3601: result: no
# configure:3606: checking for suffix of object files
# configure:3628: gcc -c conftest.c >&5
# configure:3632: $? = 0
# configure:3653: result: o
# configure:3657: checking whether we are using the GNU C compiler
# configure:3676: gcc -c conftest.c >&5
# configure:3676: $? = 0
# configure:3685: result: yes
# configure:3694: checking whether gcc accepts -g
# configure:3714: gcc -c -g conftest.c >&5
# configure:3714: $? = 0
# configure:3755: result: yes
# configure:3772: checking for gcc option to accept ISO C89
# configure:3835: gcc -c conftest.c >&5
# configure:3835: $? = 0
# configure:3848: result: none needed
# configure:3873: checking whether gcc understands -c and -o together
# configure:3895: gcc -c conftest.c -o conftest2.o
# configure:3898: $? = 0
# configure:3895: gcc -c conftest.c -o conftest2.o
# configure:3898: $? = 0
# configure:3910: result: yes
# configure:3938: checking for style of include used by make
# configure:3966: result: GNU
# configure:3992: checking dependency style of gcc
# configure:4103: result: gcc3
# configure:4165: checking how to print strings
# configure:4192: result: printf
# configure:4213: checking for a sed that does not truncate output
# configure:4277: result: /usr/sbin/sed
# configure:4295: checking for grep that handles long lines and -e
# configure:4353: result: /usr/sbin/grep
# configure:4358: checking for egrep
# configure:4420: result: /usr/sbin/grep -E
# configure:4425: checking for fgrep
# configure:4487: result: /usr/sbin/grep -F
# configure:4522: checking for ld used by gcc
# configure:4589: result: /usr/sbin/ld
# configure:4596: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4611: result: yes
# configure:4623: checking for BSD- or MS-compatible name lister (nm)
# configure:4677: result: /usr/sbin/nm -B
# configure:4807: checking the name lister (/usr/sbin/nm -B) interface
# configure:4814: gcc -c conftest.c >&5
# configure:4817: /usr/sbin/nm -B "conftest.o"
# configure:4820: output
# 0000000000000000 B some_variable
# configure:4827: result: BSD nm
# configure:4830: checking whether ln -s works
# configure:4834: result: yes
# configure:4842: checking the maximum length of command line arguments
# configure:4973: result: 1572864
# configure:5021: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5061: result: func_convert_file_noop
# configure:5068: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5088: result: func_convert_file_noop
# configure:5095: checking for /usr/sbin/ld option to reload object files
# configure:5102: result: -r
# configure:5136: checking for x86_64-unknown-linux-objdump
# configure:5166: result: no
# configure:5176: checking for objdump
# configure:5192: found /usr/sbin/objdump
# configure:5203: result: objdump
# configure:5232: checking how to recognize dependent libraries
# configure:5432: result: pass_all
# configure:5477: checking for x86_64-unknown-linux-dlltool
# configure:5507: result: no
# configure:5517: checking for dlltool
# configure:5547: result: no
# configure:5574: checking how to associate runtime and link libraries
# configure:5601: result: printf %s\n
# configure:5618: checking for x86_64-unknown-linux-ar
# configure:5648: result: no
# configure:5662: checking for ar
# configure:5678: found /usr/sbin/ar
# configure:5689: result: ar
# configure:5726: checking for archiver @FILE support
# configure:5743: gcc -c conftest.c >&5
# configure:5743: $? = 0
# configure:5746: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5749: $? = 0
# configure:5754: 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:5757: $? = 1
# configure:5769: result: @
# configure:5787: checking for x86_64-unknown-linux-strip
# configure:5814: result: strip
# configure:5886: checking for x86_64-unknown-linux-ranlib
# configure:5916: result: no
# configure:5926: checking for ranlib
# configure:5942: found /usr/sbin/ranlib
# configure:5953: result: ranlib
# configure:6055: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6208: gcc -c conftest.c >&5
# configure:6211: $? = 0
# configure:6215: /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:6218: $? = 0
# configure:6284: gcc -o conftest conftest.c conftstm.o >&5
# configure:6287: $? = 0
# configure:6325: result: ok
# configure:6372: checking for sysroot
# configure:6402: result: no
# configure:6409: checking for a working dd
# configure:6447: result: /usr/sbin/dd
# configure:6451: checking how to truncate binary pipes
# configure:6466: result: /usr/sbin/dd bs=4096 count=1
# configure:6602: gcc -c conftest.c >&5
# configure:6605: $? = 0
# configure:6755: checking for x86_64-unknown-linux-mt
# configure:6785: result: no
# configure:6795: checking for mt
# configure:6825: result: no
# configure:6845: checking if : is a manifest tool
# configure:6851: : '-?'
# configure:6859: result: no
# configure:7536: checking how to run the C preprocessor
# configure:7567: gcc -E conftest.c
# configure:7567: $? = 0
# configure:7581: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7581: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | /* end confdefs.h. */
# | #include
# configure:7606: result: gcc -E
# configure:7626: gcc -E conftest.c
# configure:7626: $? = 0
# configure:7640: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7640: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | /* end confdefs.h. */
# | #include
# configure:7669: checking for ANSI C header files
# configure:7689: gcc -c conftest.c >&5
# configure:7689: $? = 0
# configure:7762: gcc -o conftest conftest.c >&5
# configure:7762: $? = 0
# configure:7762: ./conftest
# configure:7762: $? = 0
# configure:7773: result: yes
# configure:7786: checking for sys/types.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for sys/stat.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for stdlib.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for string.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for memory.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for strings.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for inttypes.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for stdint.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7786: checking for unistd.h
# configure:7786: gcc -c conftest.c >&5
# configure:7786: $? = 0
# configure:7786: result: yes
# configure:7800: checking for dlfcn.h
# configure:7800: gcc -c conftest.c >&5
# configure:7800: $? = 0
# configure:7800: result: yes
# configure:8353: checking for objdir
# configure:8368: result: .libs
# configure:8632: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8650: 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:8654: $? = 0
# configure:8667: result: no
# configure:9025: checking for gcc option to produce PIC
# configure:9032: result: -fPIC -DPIC
# configure:9040: checking if gcc PIC flag -fPIC -DPIC works
# configure:9058: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9062: $? = 0
# configure:9075: result: yes
# configure:9104: checking if gcc static flag -static works
# configure:9132: result: yes
# configure:9147: checking if gcc supports -c -o file.o
# configure:9168: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9172: $? = 0
# configure:9194: result: yes
# configure:9202: checking if gcc supports -c -o file.o
# configure:9249: result: yes
# configure:9282: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10541: result: yes
# configure:10578: checking whether -lc should be explicitly linked in
# configure:10586: gcc -c conftest.c >&5
# configure:10589: $? = 0
# configure:10604: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10607: $? = 0
# configure:10621: result: no
# configure:10781: checking dynamic linker characteristics
# configure:11362: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11362: $? = 0
# configure:11602: result: GNU/Linux ld.so
# configure:11724: checking how to hardcode library paths into programs
# configure:11749: result: immediate
# configure:12297: checking whether stripping libraries is possible
# configure:12302: result: yes
# configure:12337: checking if libtool supports shared libraries
# configure:12339: result: yes
# configure:12342: checking whether to build shared libraries
# configure:12367: result: yes
# configure:12370: checking whether to build static libraries
# configure:12374: result: no
# configure:12422: checking for x86_64-unknown-linux-pkg-config
# configure:12455: result: no
# configure:12465: checking for pkg-config
# configure:12483: found /usr/sbin/pkg-config
# configure:12495: result: /usr/sbin/pkg-config
# configure:12520: checking pkg-config is at least version 0.9.0
# configure:12523: result: yes
# configure:12600: checking whether C compiler accepts -Werror=unknown-warning-option
# configure:12619: gcc -c -Werror=unknown-warning-option conftest.c >&5
# cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
# configure:12619: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcacard"
# | #define PACKAGE_TARNAME "libcacard"
# | #define PACKAGE_VERSION "2.5.2"
# | #define PACKAGE_STRING "libcacard 2.5.2"
# | #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcacard"
# | #define VERSION "2.5.2"
# | #define NDEBUG /**/
# | #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. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:12627: result: no
# configure:12647: checking whether C compiler accepts -fno-strict-aliasing
# configure:12666: gcc -c -fno-strict-aliasing conftest.c >&5
# configure:12666: $? = 0
# configure:12675: result: yes
# configure:12702: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12705: $? = 0
# configure:12726: checking whether C compiler accepts -Wall
# configure:12745: gcc -c -Wall conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wextra
# configure:12745: gcc -c -Wextra conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wundef
# configure:12745: gcc -c -Wundef conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wnested-externs
# configure:12745: gcc -c -Wnested-externs conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wwrite-strings
# configure:12745: gcc -c -Wwrite-strings conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wpointer-arith
# configure:12745: gcc -c -Wpointer-arith conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-declarations
# configure:12745: gcc -c -Wmissing-declarations conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-prototypes
# configure:12745: gcc -c -Wmissing-prototypes conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wstrict-prototypes
# configure:12745: gcc -c -Wstrict-prototypes conftest.c >&5
# conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wredundant-decls
# configure:12745: gcc -c -Wredundant-decls conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wno-unused-parameter
# configure:12745: gcc -c -Wno-unused-parameter conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wno-missing-field-initializers
# configure:12745: gcc -c -Wno-missing-field-initializers conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wdeclaration-after-statement
# configure:12745: gcc -c -Wdeclaration-after-statement conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat=2
# configure:12745: gcc -c -Wformat=2 conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wold-style-definition
# configure:12745: gcc -c -Wold-style-definition conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:26:1: warning: old-style function definition [-Wold-style-definition]
# main ()
# ^~~~
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wcast-align
# configure:12745: gcc -c -Wcast-align conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat-nonliteral
# configure:12745: gcc -c -Wformat-nonliteral conftest.c >&5
# cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wformat-security
# configure:12745: gcc -c -Wformat-security conftest.c >&5
# cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wsign-compare
# configure:12745: gcc -c -Wsign-compare conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wstrict-aliasing
# configure:12745: gcc -c -Wstrict-aliasing conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wshadow
# configure:12745: gcc -c -Wshadow conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Winline
# configure:12745: gcc -c -Winline conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wpacked
# configure:12745: gcc -c -Wpacked conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-format-attribute
# configure:12745: gcc -c -Wmissing-format-attribute conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-noreturn
# configure:12745: gcc -c -Wmissing-noreturn conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Winit-self
# configure:12745: gcc -c -Winit-self conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wredundant-decls
# configure:12754: result: yes
# configure:12762: : WARN_CFLAGS already contains $flag
# configure:12765: $? = 0
# configure:12726: checking whether C compiler accepts -Wmissing-include-dirs
# configure:12745: gcc -c -Wmissing-include-dirs conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wunused-but-set-variable
# configure:12745: gcc -c -Wunused-but-set-variable conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Warray-bounds
# configure:12745: gcc -c -Warray-bounds conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wimplicit-function-declaration
# configure:12745: gcc -c -Wimplicit-function-declaration conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wreturn-type
# configure:12745: gcc -c -Wreturn-type conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wswitch-enum
# configure:12745: gcc -c -Wswitch-enum conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12726: checking whether C compiler accepts -Wswitch-default
# configure:12745: gcc -c -Wswitch-default conftest.c >&5
# configure:12745: $? = 0
# configure:12754: result: yes
# configure:12770: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12773: $? = 0
# configure:12931: checking whether C compiler accepts -Wno-error=unused-parameter
# configure:12950: gcc -c -Wno-error=unused-parameter conftest.c >&5
# configure:12950: $? = 0
# configure:12959: result: yes
# configure:12975: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12978: $? = 0
# configure:12931: checking whether C compiler accepts -Wno-error=missing-field-initializers
# configure:12950: gcc -c -Wno-error=missing-field-initializers conftest.c >&5
# configure:12950: $? = 0
# configure:12959: result: yes
# configure:12975: : WARN_CFLAGS="$WARN_CFLAGS"
# configure:12978: $? = 0
# configure:13033: checking whether C compiler accepts -Werror=unknown-warning-option
# configure:13060: result: no
# configure:13080: checking whether the linker accepts -Wl,--no-as-needed
# configure:13099: gcc -o conftest -Wl,--no-as-needed conftest.c >&5
# configure:13099: $? = 0
# configure:13109: result: yes
# configure:13136: : WARN_LDFLAGS="$WARN_LDFLAGS"
# configure:13139: $? = 0
# configure:13353: : WARN_SCANNERFLAGS="$WARN_SCANNERFLAGS"
# configure:13356: $? = 0
# configure:13378: : WARN_SCANNERFLAGS="$WARN_SCANNERFLAGS"
# configure:13381: $? = 0
# configure:13454: checking whether to build with code coverage support
# configure:13474: result: no
# configure:13796: checking for CACARD
# configure:13803: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22 nss >= 3.12.8"
# configure:13806: $? = 0
# configure:13820: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22 nss >= 3.12.8"
# configure:13823: $? = 0
# configure:13881: result: yes
# configure:13887: checking for GTHREAD
# configure:13894: $PKG_CONFIG --exists --print-errors "gthread-2.0"
# configure:13897: $? = 0
# configure:13911: $PKG_CONFIG --exists --print-errors "gthread-2.0"
# configure:13914: $? = 0
# configure:13972: result: yes
# configure:13988: checking for PCSC
# configure:13995: $PKG_CONFIG --exists --print-errors "libpcsclite"
# Package libpcsclite was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libpcsclite.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libpcsclite' found
# configure:13998: $? = 1
# configure:14012: $PKG_CONFIG --exists --print-errors "libpcsclite"
# Package libpcsclite was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libpcsclite.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libpcsclite' found
# configure:14015: $? = 1
# configure:14029: result: no
# No package 'libpcsclite' found
# configure:14232: checking that generated files are newer than configure
# configure:14238: result: done
# configure:14285: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libcacard config.status 2.5.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c71983097ae3
#
# config.status:1207: creating Makefile
# config.status:1207: creating src/Makefile
# config.status:1207: creating libcacard.pc
# config.status:1207: creating config.h
# config.status:1436: executing depfiles commands
# config.status:1436: executing libtool commands
# configure:16443:
#
# libcacard - 2.5.2
#
# • Prefix: /usr
# • PCSC enabled: no
# • Code coverage: no
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CACARD_CFLAGS_set=
# ac_cv_env_CACARD_CFLAGS_value=
# ac_cv_env_CACARD_LIBS_set=
# ac_cv_env_CACARD_LIBS_value=
# 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_GTHREAD_CFLAGS_set=
# ac_cv_env_GTHREAD_CFLAGS_value=
# ac_cv_env_GTHREAD_LIBS_set=
# ac_cv_env_GTHREAD_LIBS_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_PCSC_CFLAGS_set=
# ac_cv_env_PCSC_CFLAGS_value=
# ac_cv_env_PCSC_LIBS_set=
# ac_cv_env_PCSC_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_header_dlfcn_h=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_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# 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_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
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_check_cflags__Wall=yes
# ax_cv_check_cflags__Warray_bounds=yes
# ax_cv_check_cflags__Wcast_align=yes
# ax_cv_check_cflags__Wdeclaration_after_statement=yes
# ax_cv_check_cflags__Wextra=yes
# ax_cv_check_cflags__Wformat_2=yes
# ax_cv_check_cflags__Wformat_nonliteral=yes
# ax_cv_check_cflags__Wformat_security=yes
# ax_cv_check_cflags__Wimplicit_function_declaration=yes
# ax_cv_check_cflags__Winit_self=yes
# ax_cv_check_cflags__Winline=yes
# ax_cv_check_cflags__Wmissing_declarations=yes
# ax_cv_check_cflags__Wmissing_format_attribute=yes
# ax_cv_check_cflags__Wmissing_include_dirs=yes
# ax_cv_check_cflags__Wmissing_noreturn=yes
# ax_cv_check_cflags__Wmissing_prototypes=yes
# ax_cv_check_cflags__Wnested_externs=yes
# ax_cv_check_cflags__Wno_error_missing_field_initializers=yes
# ax_cv_check_cflags__Wno_error_unused_parameter=yes
# ax_cv_check_cflags__Wno_missing_field_initializers=yes
# ax_cv_check_cflags__Wno_unused_parameter=yes
# ax_cv_check_cflags__Wold_style_definition=yes
# ax_cv_check_cflags__Wpacked=yes
# ax_cv_check_cflags__Wpointer_arith=yes
# ax_cv_check_cflags__Wredundant_decls=yes
# ax_cv_check_cflags__Wreturn_type=yes
# ax_cv_check_cflags__Wshadow=yes
# ax_cv_check_cflags__Wsign_compare=yes
# ax_cv_check_cflags__Wstrict_aliasing=yes
# ax_cv_check_cflags__Wstrict_prototypes=yes
# ax_cv_check_cflags__Wswitch_default=yes
# ax_cv_check_cflags__Wswitch_enum=yes
# ax_cv_check_cflags__Wundef=yes
# ax_cv_check_cflags__Wunused_but_set_variable=yes
# ax_cv_check_cflags__Wwrite_strings=yes
# ax_cv_check_cflags___Werror_unknown_warning_option=no
# ax_cv_check_cflags__fno_strict_aliasing=yes
# ax_cv_check_ldflags__Wl___no_as_needed=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/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'
# pkg_cv_CACARD_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr'
# pkg_cv_CACARD_LIBS='-lglib-2.0 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4'
# pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GTHREAD_LIBS='-lgthread-2.0 -pthread -lglib-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
#
#
#
#
#
#
#
#
# $(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_OPTIONS)
# $(LCOV) $(code_coverage_quiet) --directory $(CODE_COVERAGE_DIRECTORY) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)"
# $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
# -$(LCOV) --directory $(top_builddir) -z
# -$(MAKE) $(AM_MAKEFLAGS) -k check
# -@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
# -find . -name "*.gcda" -o -name "*.gcov" -delete
# -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY)
# @echo "Need to reconfigure with --enable-code-coverage"
# @echo "Need to reconfigure with --enable-code-coverage"
# @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
# LANG=C $(GENHTML) $(code_coverage_quiet) --prefix $(CODE_COVERAGE_DIRECTORY) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
# #
# #
# # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
# # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
# # (Default: $(top_builddir))
# # (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
# # (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
# # by lcov for code coverage. (Default:
# # instance. (Default: empty)
# # reports to be created. (Default:
# # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
# # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
# # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
# # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the lcov instance.
# # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the lcov instance.
# # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
# # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
# # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
# # $(PACKAGE_VERSION). In order to add the current git hash to the title,
# # Capture code coverage data
# # Code coverage
# # Hook rule executed before code-coverage-capture, overridable by the user
# # Optional variables
# # Optional:
# # The generated report will be titled using the $(PACKAGE_NAME) and
# # Use recursive makes in order to ignore errors during check
# # use the git-version-gen script, available online.
# '
# .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
# ACLOCAL='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing automake-1.15'
# AWK='gawk'
# CACARD_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr'
# CACARD_LIBS='-lglib-2.0 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CODE_COVERAGE_CFLAGS=''
# CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
# CODE_COVERAGE_ENABLED='no'
# CODE_COVERAGE_ENABLED_FALSE=''
# CODE_COVERAGE_ENABLED_TRUE='#'
# CODE_COVERAGE_GENHTML_OPTIONS ?=
# CODE_COVERAGE_IGNORE_PATTERN ?=
# CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
# CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
# CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
# CODE_COVERAGE_LDFLAGS=''
# CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
# CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
# CODE_COVERAGE_RULES='
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
# DISTCHECK_CONFIGURE_FLAGS ?=
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_ALWAYS_BUILD_TESTS_FALSE=''
# ENABLE_ALWAYS_BUILD_TESTS_TRUE='#'
# ENABLE_INSTALLED_TESTS_FALSE=''
# ENABLE_INSTALLED_TESTS_TRUE='#'
# ENABLE_PCSC_FALSE=''
# ENABLE_PCSC_TRUE='#'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GCOV=''
# GENHTML=''
# GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
# GITIGNOREFILES ?=
# GREP='/usr/sbin/grep'
# GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GTHREAD_LIBS='-lgthread-2.0 -pthread -lglib-2.0'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LCOV=''
# 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=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libcacard'
# PACKAGE_BUGREPORT='spice-devel@lists.freedesktop.org'
# PACKAGE_NAME='libcacard'
# PACKAGE_STRING='libcacard 2.5.2'
# PACKAGE_TARNAME='libcacard'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.5.2'
# PATH_SEPARATOR=':'
# PCSC_CFLAGS=''
# PCSC_LIBS=''
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.5.2'
# WARN_CFLAGS='-fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wno-error=unused-parameter -Wno-error=missing-field-initializers'
# WARN_LDFLAGS='-Wl,--no-as-needed'
# WARN_SCANNERFLAGS=' --warn-all '
# 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'
# check-code-coverage:
# clean: code-coverage-clean
# code-coverage-capture-hook:
# code-coverage-capture: code-coverage-capture-hook
# code-coverage-clean:
# code_coverage_quiet = $(code_coverage_quiet_$(V))
# code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
# code_coverage_quiet_0 = --quiet
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# else
# else
# endif
# endif
# endif
# 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}'
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# ifeq ($(CODE_COVERAGE_ENABLED),yes)
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libcacard/src/libcacard-2.5.2/build-aux/install-sh'
# installed_test_metadir=''
# installed_testdir=''
# 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 "libcacard"
# #define PACKAGE_TARNAME "libcacard"
# #define PACKAGE_VERSION "2.5.2"
# #define PACKAGE_STRING "libcacard 2.5.2"
# #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libcacard"
# #define VERSION "2.5.2"
# #define NDEBUG /**/
# #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/"
#
# configure: exit 0