mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
Created Async libusb branch. Still working on it.
This commit is contained in:
+912
@@ -0,0 +1,912 @@
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by libfprint configure 0.1.0-pre, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info CFLAGS=-g -O2 LDFLAGS=-Wl,-z,defs
|
||||
|
||||
## --------- ##
|
||||
## Platform. ##
|
||||
## --------- ##
|
||||
|
||||
hostname = melee
|
||||
uname -m = x86_64
|
||||
uname -r = 2.6.25-2-amd64
|
||||
uname -s = Linux
|
||||
uname -v = #1 SMP Mon Jul 14 11:05:23 UTC 2008
|
||||
|
||||
/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/sbin
|
||||
PATH: /usr/bin
|
||||
PATH: /sbin
|
||||
PATH: /bin
|
||||
PATH: /usr/bin/X11
|
||||
|
||||
|
||||
## ----------- ##
|
||||
## Core tests. ##
|
||||
## ----------- ##
|
||||
|
||||
configure:2041: checking for a BSD-compatible install
|
||||
configure:2097: result: /usr/bin/install -c
|
||||
configure:2108: checking whether build environment is sane
|
||||
configure:2151: result: yes
|
||||
configure:2179: checking for a thread-safe mkdir -p
|
||||
configure:2218: result: /bin/mkdir -p
|
||||
configure:2231: checking for gawk
|
||||
configure:2247: found /usr/bin/gawk
|
||||
configure:2258: result: gawk
|
||||
configure:2269: checking whether make sets $(MAKE)
|
||||
configure:2290: result: yes
|
||||
configure:2491: checking for x86_64-linux-gnu-gcc
|
||||
configure:2507: found /usr/bin/x86_64-linux-gnu-gcc
|
||||
configure:2518: result: x86_64-linux-gnu-gcc
|
||||
configure:2796: checking for C compiler version
|
||||
configure:2803: x86_64-linux-gnu-gcc --version >&5
|
||||
x86_64-linux-gnu-gcc (Debian 4.3.1-9) 4.3.1
|
||||
Copyright (C) 2008 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:2806: $? = 0
|
||||
configure:2813: x86_64-linux-gnu-gcc -v >&5
|
||||
Using built-in specs.
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-9' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 4.3.1 (Debian 4.3.1-9)
|
||||
configure:2816: $? = 0
|
||||
configure:2823: x86_64-linux-gnu-gcc -V >&5
|
||||
x86_64-linux-gnu-gcc: '-V' option must have argument
|
||||
configure:2826: $? = 1
|
||||
configure:2849: checking for C compiler default output file name
|
||||
configure:2876: x86_64-linux-gnu-gcc -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:2879: $? = 0
|
||||
configure:2917: result: a.out
|
||||
configure:2934: checking whether the C compiler works
|
||||
configure:2944: ./a.out
|
||||
configure:2947: $? = 0
|
||||
configure:2964: result: yes
|
||||
configure:2971: checking whether we are cross compiling
|
||||
configure:2973: result: no
|
||||
configure:2976: checking for suffix of executables
|
||||
configure:2983: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:2986: $? = 0
|
||||
configure:3010: result:
|
||||
configure:3016: checking for suffix of object files
|
||||
configure:3042: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3045: $? = 0
|
||||
configure:3068: result: o
|
||||
configure:3072: checking whether we are using the GNU C compiler
|
||||
configure:3101: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3107: $? = 0
|
||||
configure:3124: result: yes
|
||||
configure:3129: checking whether x86_64-linux-gnu-gcc accepts -g
|
||||
configure:3159: x86_64-linux-gnu-gcc -c -g conftest.c >&5
|
||||
configure:3165: $? = 0
|
||||
configure:3264: result: yes
|
||||
configure:3281: checking for x86_64-linux-gnu-gcc option to accept ISO C89
|
||||
configure:3355: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:3361: $? = 0
|
||||
configure:3384: result: none needed
|
||||
configure:3413: checking for style of include used by make
|
||||
configure:3441: result: GNU
|
||||
configure:3466: checking dependency style of x86_64-linux-gnu-gcc
|
||||
configure:3557: result: gcc3
|
||||
configure:3650: checking build system type
|
||||
configure:3668: result: x86_64-pc-linux-gnu
|
||||
configure:3690: checking host system type
|
||||
configure:3705: result: x86_64-pc-linux-gnu
|
||||
configure:3727: checking for a sed that does not truncate output
|
||||
configure:3783: result: /bin/sed
|
||||
configure:3786: checking for grep that handles long lines and -e
|
||||
configure:3860: result: /bin/grep
|
||||
configure:3865: checking for egrep
|
||||
configure:3943: result: /bin/grep -E
|
||||
configure:3959: checking for ld used by x86_64-linux-gnu-gcc
|
||||
configure:4026: result: /usr/bin/ld
|
||||
configure:4035: checking if the linker (/usr/bin/ld) is GNU ld
|
||||
configure:4050: result: yes
|
||||
configure:4055: checking for /usr/bin/ld option to reload object files
|
||||
configure:4062: result: -r
|
||||
configure:4080: checking for BSD-compatible nm
|
||||
configure:4129: result: /usr/bin/nm -B
|
||||
configure:4133: checking whether ln -s works
|
||||
configure:4137: result: yes
|
||||
configure:4144: checking how to recognize dependent libraries
|
||||
configure:4330: result: pass_all
|
||||
configure:4419: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:4422: $? = 0
|
||||
configure:4575: checking how to run the C preprocessor
|
||||
configure:4615: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:4621: $? = 0
|
||||
configure:4652: x86_64-linux-gnu-gcc -E conftest.c
|
||||
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:4658: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4691: result: x86_64-linux-gnu-gcc -E
|
||||
configure:4720: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:4726: $? = 0
|
||||
configure:4757: x86_64-linux-gnu-gcc -E conftest.c
|
||||
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:4763: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:4801: checking for ANSI C header files
|
||||
configure:4831: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:4837: $? = 0
|
||||
configure:4936: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c >&5
|
||||
configure:4939: $? = 0
|
||||
configure:4945: ./conftest
|
||||
configure:4948: $? = 0
|
||||
configure:4965: result: yes
|
||||
configure:4989: checking for sys/types.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for sys/stat.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for stdlib.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for string.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for memory.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for strings.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for inttypes.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for stdint.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:4989: checking for unistd.h
|
||||
configure:5010: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5016: $? = 0
|
||||
configure:5032: result: yes
|
||||
configure:5059: checking dlfcn.h usability
|
||||
configure:5076: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:5082: $? = 0
|
||||
configure:5096: result: yes
|
||||
configure:5100: checking dlfcn.h presence
|
||||
configure:5115: x86_64-linux-gnu-gcc -E conftest.c
|
||||
configure:5121: $? = 0
|
||||
configure:5135: result: yes
|
||||
configure:5163: checking for dlfcn.h
|
||||
configure:5171: result: yes
|
||||
configure:5198: checking for x86_64-linux-gnu-g++
|
||||
configure:5214: found /usr/bin/x86_64-linux-gnu-g++
|
||||
configure:5225: result: x86_64-linux-gnu-g++
|
||||
configure:5300: checking for C++ compiler version
|
||||
configure:5307: x86_64-linux-gnu-g++ --version >&5
|
||||
x86_64-linux-gnu-g++ (Debian 4.3.1-9) 4.3.1
|
||||
Copyright (C) 2008 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:5310: $? = 0
|
||||
configure:5317: x86_64-linux-gnu-g++ -v >&5
|
||||
Using built-in specs.
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.1-9' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 4.3.1 (Debian 4.3.1-9)
|
||||
configure:5320: $? = 0
|
||||
configure:5327: x86_64-linux-gnu-g++ -V >&5
|
||||
x86_64-linux-gnu-g++: '-V' option must have argument
|
||||
configure:5330: $? = 1
|
||||
configure:5333: checking whether we are using the GNU C++ compiler
|
||||
configure:5362: x86_64-linux-gnu-g++ -c -g -O2 conftest.cpp >&5
|
||||
configure:5368: $? = 0
|
||||
configure:5385: result: yes
|
||||
configure:5390: checking whether x86_64-linux-gnu-g++ accepts -g
|
||||
configure:5420: x86_64-linux-gnu-g++ -c -g conftest.cpp >&5
|
||||
configure:5426: $? = 0
|
||||
configure:5525: result: yes
|
||||
configure:5550: checking dependency style of x86_64-linux-gnu-g++
|
||||
configure:5641: result: gcc3
|
||||
configure:5666: checking how to run the C++ preprocessor
|
||||
configure:5702: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
configure:5708: $? = 0
|
||||
configure:5739: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:5745: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| #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
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:5778: result: x86_64-linux-gnu-g++ -E
|
||||
configure:5807: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
configure:5813: $? = 0
|
||||
configure:5844: x86_64-linux-gnu-g++ -E conftest.cpp
|
||||
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
|
||||
configure:5850: $? = 1
|
||||
configure: failed program was:
|
||||
| /* confdefs.h. */
|
||||
| #define PACKAGE_NAME "libfprint"
|
||||
| #define PACKAGE_TARNAME "libfprint"
|
||||
| #define PACKAGE_VERSION "0.1.0-pre"
|
||||
| #define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
| #define PACKAGE_BUGREPORT ""
|
||||
| #define PACKAGE "libfprint"
|
||||
| #define VERSION "0.1.0-pre"
|
||||
| #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
|
||||
| /* end confdefs.h. */
|
||||
| #include <ac_nonexistent.h>
|
||||
configure:5899: checking for x86_64-linux-gnu-g77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-frt
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-cf77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fort77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fl32
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-af77
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pghpf
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-epcf90
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-gfortran
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-g95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-xlf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-f95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-fort
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ifort
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ifc
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-efc
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-pgf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-lf95
|
||||
configure:5929: result: no
|
||||
configure:5899: checking for x86_64-linux-gnu-ftn
|
||||
configure:5929: result: no
|
||||
configure:5943: checking for g77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for frt
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for cf77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fort77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fl32
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for af77
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pghpf
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for epcf90
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for gfortran
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for g95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for xlf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for f95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for fort
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ifort
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ifc
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for efc
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for pgf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for lf95
|
||||
configure:5973: result: no
|
||||
configure:5943: checking for ftn
|
||||
configure:5973: result: no
|
||||
configure:6000: checking for Fortran 77 compiler version
|
||||
configure:6007: --version >&5
|
||||
./configure: line 6008: --version: command not found
|
||||
configure:6010: $? = 127
|
||||
configure:6017: -v >&5
|
||||
./configure: line 6018: -v: command not found
|
||||
configure:6020: $? = 127
|
||||
configure:6027: -V >&5
|
||||
./configure: line 6028: -V: command not found
|
||||
configure:6030: $? = 127
|
||||
configure:6038: checking whether we are using the GNU Fortran 77 compiler
|
||||
configure:6057: -c -g -O2 conftest.F >&5
|
||||
./configure: line 6058: -c: command not found
|
||||
configure:6063: $? = 127
|
||||
configure: failed program was:
|
||||
| program main
|
||||
| #ifndef __GNUC__
|
||||
| choke me
|
||||
| #endif
|
||||
|
|
||||
| end
|
||||
configure:6080: result: no
|
||||
configure:6086: checking whether accepts -g
|
||||
configure:6103: -c -g conftest.f >&5
|
||||
./configure: line 6104: -c: command not found
|
||||
configure:6109: $? = 127
|
||||
configure: failed program was:
|
||||
| program main
|
||||
|
|
||||
| end
|
||||
configure:6125: result: no
|
||||
configure:6154: checking the maximum length of command line arguments
|
||||
configure:6266: result: 98304
|
||||
configure:6278: checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object
|
||||
configure:6383: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:6386: $? = 0
|
||||
configure:6390: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
||||
configure:6393: $? = 0
|
||||
configure:6445: x86_64-linux-gnu-gcc -o conftest -g -O2 -Wl,-z,defs conftest.c conftstm.o >&5
|
||||
configure:6448: $? = 0
|
||||
configure:6486: result: ok
|
||||
configure:6490: checking for objdir
|
||||
configure:6505: result: .libs
|
||||
configure:6557: checking for x86_64-linux-gnu-ar
|
||||
configure:6587: result: no
|
||||
configure:6597: checking for ar
|
||||
configure:6613: found /usr/bin/ar
|
||||
configure:6624: result: ar
|
||||
configure:6653: checking for x86_64-linux-gnu-ranlib
|
||||
configure:6683: result: no
|
||||
configure:6693: checking for ranlib
|
||||
configure:6709: found /usr/bin/ranlib
|
||||
configure:6720: result: ranlib
|
||||
configure:6749: checking for x86_64-linux-gnu-strip
|
||||
configure:6779: result: no
|
||||
configure:6789: checking for strip
|
||||
configure:6805: found /usr/bin/strip
|
||||
configure:6816: result: strip
|
||||
configure:7414: checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions
|
||||
configure:7432: x86_64-linux-gnu-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
||||
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
||||
configure:7436: $? = 0
|
||||
configure:7449: result: no
|
||||
configure:7464: checking for x86_64-linux-gnu-gcc option to produce PIC
|
||||
configure:7696: result: -fPIC
|
||||
configure:7704: checking if x86_64-linux-gnu-gcc PIC flag -fPIC works
|
||||
configure:7722: x86_64-linux-gnu-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
|
||||
configure:7726: $? = 0
|
||||
configure:7739: result: yes
|
||||
configure:7767: checking if x86_64-linux-gnu-gcc static flag -static works
|
||||
configure:7795: result: yes
|
||||
configure:7805: checking if x86_64-linux-gnu-gcc supports -c -o file.o
|
||||
configure:7826: x86_64-linux-gnu-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
||||
configure:7830: $? = 0
|
||||
configure:7852: result: yes
|
||||
configure:7878: checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:8859: result: yes
|
||||
configure:8880: checking whether -lc should be explicitly linked in
|
||||
configure:8885: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:8888: $? = 0
|
||||
configure:8903: x86_64-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
|
||||
configure:8906: $? = 0
|
||||
configure:8918: result: no
|
||||
configure:8926: checking dynamic linker characteristics
|
||||
configure:9540: result: GNU/Linux ld.so
|
||||
configure:9564: checking how to hardcode library paths into programs
|
||||
configure:9589: result: immediate
|
||||
configure:9603: checking whether stripping libraries is possible
|
||||
configure:9608: result: yes
|
||||
configure:10410: checking if libtool supports shared libraries
|
||||
configure:10412: result: yes
|
||||
configure:10415: checking whether to build shared libraries
|
||||
configure:10436: result: yes
|
||||
configure:10439: checking whether to build static libraries
|
||||
configure:10443: result: yes
|
||||
configure:10537: creating libtool
|
||||
configure:11130: checking for ld used by x86_64-linux-gnu-g++
|
||||
configure:11197: result: /usr/bin/ld -m elf_x86_64
|
||||
configure:11206: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
||||
configure:11221: result: yes
|
||||
configure:11272: checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:12218: result: yes
|
||||
configure:12235: x86_64-linux-gnu-g++ -c -g -O2 conftest.cpp >&5
|
||||
configure:12238: $? = 0
|
||||
configure:12394: checking for x86_64-linux-gnu-g++ option to produce PIC
|
||||
configure:12678: result: -fPIC
|
||||
configure:12686: checking if x86_64-linux-gnu-g++ PIC flag -fPIC works
|
||||
configure:12704: x86_64-linux-gnu-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
|
||||
configure:12708: $? = 0
|
||||
configure:12721: result: yes
|
||||
configure:12749: checking if x86_64-linux-gnu-g++ static flag -static works
|
||||
configure:12777: result: yes
|
||||
configure:12787: checking if x86_64-linux-gnu-g++ supports -c -o file.o
|
||||
configure:12808: x86_64-linux-gnu-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
||||
configure:12812: $? = 0
|
||||
configure:12834: result: yes
|
||||
configure:12860: checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
||||
configure:12889: result: yes
|
||||
configure:12956: checking dynamic linker characteristics
|
||||
configure:13518: result: GNU/Linux ld.so
|
||||
configure:13542: checking how to hardcode library paths into programs
|
||||
configure:13567: result: immediate
|
||||
configure:19814: checking for inline
|
||||
configure:19840: x86_64-linux-gnu-gcc -c -g -O2 conftest.c >&5
|
||||
configure:19846: $? = 0
|
||||
configure:19864: result: inline
|
||||
configure:19884: checking whether x86_64-linux-gnu-gcc and cc understand -c and -o together
|
||||
configure:19919: x86_64-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
|
||||
configure:19922: $? = 0
|
||||
configure:19928: x86_64-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
|
||||
configure:19931: $? = 0
|
||||
configure:19942: cc -c conftest.c >&5
|
||||
configure:19945: $? = 0
|
||||
configure:19953: cc -c conftest.c -o conftest2.o >&5
|
||||
configure:19956: $? = 0
|
||||
configure:19962: cc -c conftest.c -o conftest2.o >&5
|
||||
configure:19965: $? = 0
|
||||
configure:19983: result: yes
|
||||
configure:20202: checking for x86_64-linux-gnu-pkg-config
|
||||
configure:20235: result: no
|
||||
configure:20245: checking for pkg-config
|
||||
configure:20263: found /usr/bin/pkg-config
|
||||
configure:20275: result: /usr/bin/pkg-config
|
||||
configure:20304: checking pkg-config is at least version 0.9.0
|
||||
configure:20307: result: yes
|
||||
configure:20318: checking for LIBUSB
|
||||
configure:20326: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 0.9.1"
|
||||
configure:20329: $? = 0
|
||||
configure:20344: $PKG_CONFIG --exists --print-errors "libusb-1.0 >= 0.9.1"
|
||||
configure:20347: $? = 0
|
||||
configure:20423: result: yes
|
||||
configure:20433: checking for CRYPTO
|
||||
configure:20441: $PKG_CONFIG --exists --print-errors ""libcrypto""
|
||||
configure:20444: $? = 0
|
||||
configure:20459: $PKG_CONFIG --exists --print-errors ""libcrypto""
|
||||
configure:20462: $? = 0
|
||||
configure:20538: result: yes
|
||||
configure:20547: checking for GLIB
|
||||
configure:20555: $PKG_CONFIG --exists --print-errors ""glib-2.0""
|
||||
configure:20558: $? = 0
|
||||
configure:20573: $PKG_CONFIG --exists --print-errors ""glib-2.0""
|
||||
configure:20576: $? = 0
|
||||
configure:20652: result: yes
|
||||
configure:20662: checking for IMAGEMAGICK
|
||||
configure:20670: $PKG_CONFIG --exists --print-errors ""ImageMagick""
|
||||
configure:20673: $? = 0
|
||||
configure:20688: $PKG_CONFIG --exists --print-errors ""ImageMagick""
|
||||
configure:20691: $? = 0
|
||||
configure:20767: result: yes
|
||||
configure:20937: x86_64-linux-gnu-gcc -c -g -O2 -fgnu89-inline conftest.c >&5
|
||||
configure:20943: $? = 0
|
||||
configure:21160: creating ./config.status
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by libfprint config.status 0.1.0-pre, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status
|
||||
|
||||
on melee
|
||||
|
||||
config.status:703: creating libfprint.pc
|
||||
config.status:703: creating Makefile
|
||||
config.status:703: creating libfprint/Makefile
|
||||
config.status:703: creating examples/Makefile
|
||||
config.status:703: creating doc/Makefile
|
||||
config.status:703: creating config.h
|
||||
config.status:989: executing depfiles commands
|
||||
|
||||
## ---------------- ##
|
||||
## Cache variables. ##
|
||||
## ---------------- ##
|
||||
|
||||
ac_cv_build=x86_64-pc-linux-gnu
|
||||
ac_cv_c_compiler_gnu=yes
|
||||
ac_cv_c_inline=inline
|
||||
ac_cv_cxx_compiler_gnu=yes
|
||||
ac_cv_env_CCC_set=
|
||||
ac_cv_env_CCC_value=
|
||||
ac_cv_env_CC_set=
|
||||
ac_cv_env_CC_value=
|
||||
ac_cv_env_CFLAGS_set=set
|
||||
ac_cv_env_CFLAGS_value='-g -O2'
|
||||
ac_cv_env_CPPFLAGS_set=set
|
||||
ac_cv_env_CPPFLAGS_value=
|
||||
ac_cv_env_CPP_set=
|
||||
ac_cv_env_CPP_value=
|
||||
ac_cv_env_CRYPTO_CFLAGS_set=
|
||||
ac_cv_env_CRYPTO_CFLAGS_value=
|
||||
ac_cv_env_CRYPTO_LIBS_set=
|
||||
ac_cv_env_CRYPTO_LIBS_value=
|
||||
ac_cv_env_CXXCPP_set=
|
||||
ac_cv_env_CXXCPP_value=
|
||||
ac_cv_env_CXXFLAGS_set=set
|
||||
ac_cv_env_CXXFLAGS_value='-g -O2'
|
||||
ac_cv_env_CXX_set=
|
||||
ac_cv_env_CXX_value=
|
||||
ac_cv_env_F77_set=
|
||||
ac_cv_env_F77_value=
|
||||
ac_cv_env_FFLAGS_set=set
|
||||
ac_cv_env_FFLAGS_value='-g -O2'
|
||||
ac_cv_env_GLIB_CFLAGS_set=
|
||||
ac_cv_env_GLIB_CFLAGS_value=
|
||||
ac_cv_env_GLIB_LIBS_set=
|
||||
ac_cv_env_GLIB_LIBS_value=
|
||||
ac_cv_env_IMAGEMAGICK_CFLAGS_set=
|
||||
ac_cv_env_IMAGEMAGICK_CFLAGS_value=
|
||||
ac_cv_env_IMAGEMAGICK_LIBS_set=
|
||||
ac_cv_env_IMAGEMAGICK_LIBS_value=
|
||||
ac_cv_env_LDFLAGS_set=set
|
||||
ac_cv_env_LDFLAGS_value=-Wl,-z,defs
|
||||
ac_cv_env_LIBS_set=
|
||||
ac_cv_env_LIBS_value=
|
||||
ac_cv_env_LIBUSB_CFLAGS_set=
|
||||
ac_cv_env_LIBUSB_CFLAGS_value=
|
||||
ac_cv_env_LIBUSB_LIBS_set=
|
||||
ac_cv_env_LIBUSB_LIBS_value=
|
||||
ac_cv_env_PKG_CONFIG_set=
|
||||
ac_cv_env_PKG_CONFIG_value=
|
||||
ac_cv_env_build_alias_set=set
|
||||
ac_cv_env_build_alias_value=x86_64-linux-gnu
|
||||
ac_cv_env_host_alias_set=set
|
||||
ac_cv_env_host_alias_value=x86_64-linux-gnu
|
||||
ac_cv_env_target_alias_set=
|
||||
ac_cv_env_target_alias_value=
|
||||
ac_cv_f77_compiler_gnu=no
|
||||
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-pc-linux-gnu
|
||||
ac_cv_objext=o
|
||||
ac_cv_path_EGREP='/bin/grep -E'
|
||||
ac_cv_path_GREP=/bin/grep
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
|
||||
ac_cv_path_install='/usr/bin/install -c'
|
||||
ac_cv_path_mkdir=/bin/mkdir
|
||||
ac_cv_prog_AWK=gawk
|
||||
ac_cv_prog_CC=x86_64-linux-gnu-gcc
|
||||
ac_cv_prog_CPP='x86_64-linux-gnu-gcc -E'
|
||||
ac_cv_prog_CXX=x86_64-linux-gnu-g++
|
||||
ac_cv_prog_CXXCPP='x86_64-linux-gnu-g++ -E'
|
||||
ac_cv_prog_ac_ct_AR=ar
|
||||
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_cc_x86_64_linux_gnu_gcc_c_o=yes
|
||||
ac_cv_prog_cxx_g=yes
|
||||
ac_cv_prog_f77_g=no
|
||||
ac_cv_prog_make_make_set=yes
|
||||
am_cv_CC_dependencies_compiler_type=gcc3
|
||||
am_cv_CXX_dependencies_compiler_type=gcc3
|
||||
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_objdir=.libs
|
||||
lt_cv_path_LD=/usr/bin/ld
|
||||
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
|
||||
lt_cv_path_NM='/usr/bin/nm -B'
|
||||
lt_cv_path_SED=/bin/sed
|
||||
lt_cv_prog_compiler_c_o=yes
|
||||
lt_cv_prog_compiler_c_o_CXX=yes
|
||||
lt_cv_prog_compiler_pic_works=yes
|
||||
lt_cv_prog_compiler_pic_works_CXX=yes
|
||||
lt_cv_prog_compiler_rtti_exceptions=no
|
||||
lt_cv_prog_compiler_static_works=yes
|
||||
lt_cv_prog_compiler_static_works_CXX=yes
|
||||
lt_cv_prog_gnu_ld=yes
|
||||
lt_cv_prog_gnu_ldcxx=yes
|
||||
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
||||
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
|
||||
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
|
||||
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
|
||||
lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.1 /usr/lib /lib'
|
||||
lt_cv_sys_max_cmd_len=98304
|
||||
lt_lt_cv_prog_compiler_c_o='"yes"'
|
||||
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
|
||||
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
|
||||
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
|
||||
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
|
||||
pkg_cv_CRYPTO_CFLAGS=' '
|
||||
pkg_cv_CRYPTO_LIBS='-lcrypto '
|
||||
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
|
||||
pkg_cv_GLIB_LIBS='-lglib-2.0 '
|
||||
pkg_cv_IMAGEMAGICK_CFLAGS=' '
|
||||
pkg_cv_IMAGEMAGICK_LIBS='-lWand -lMagick '
|
||||
pkg_cv_LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
|
||||
pkg_cv_LIBUSB_LIBS='-lusb-1.0 '
|
||||
|
||||
## ----------------- ##
|
||||
## Output variables. ##
|
||||
## ----------------- ##
|
||||
|
||||
ACLOCAL='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run aclocal-1.10'
|
||||
AMDEPBACKSLASH='\'
|
||||
AMDEP_FALSE='#'
|
||||
AMDEP_TRUE=''
|
||||
AMTAR='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run tar'
|
||||
AM_CFLAGS='-std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow'
|
||||
AR='ar'
|
||||
AUTOCONF='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoconf'
|
||||
AUTOHEADER='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run autoheader'
|
||||
AUTOMAKE='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run automake-1.10'
|
||||
AWK='gawk'
|
||||
BUILD_EXAMPLES_FALSE=''
|
||||
BUILD_EXAMPLES_TRUE='#'
|
||||
BUILD_X11_EXAMPLES_FALSE=''
|
||||
BUILD_X11_EXAMPLES_TRUE='#'
|
||||
CC='x86_64-linux-gnu-gcc'
|
||||
CCDEPMODE='depmode=gcc3'
|
||||
CFLAGS='-g -O2'
|
||||
CPP='x86_64-linux-gnu-gcc -E'
|
||||
CPPFLAGS=''
|
||||
CRYPTO_CFLAGS=' '
|
||||
CRYPTO_LIBS='-lcrypto '
|
||||
CXX='x86_64-linux-gnu-g++'
|
||||
CXXCPP='x86_64-linux-gnu-g++ -E'
|
||||
CXXDEPMODE='depmode=gcc3'
|
||||
CXXFLAGS='-g -O2'
|
||||
CYGPATH_W='echo'
|
||||
DEFS='-DHAVE_CONFIG_H'
|
||||
DEPDIR='.deps'
|
||||
DSYMUTIL=''
|
||||
ECHO='echo'
|
||||
ECHO_C=''
|
||||
ECHO_N='-n'
|
||||
ECHO_T=''
|
||||
EGREP='/bin/grep -E'
|
||||
ENABLE_AES2501_FALSE='#'
|
||||
ENABLE_AES2501_TRUE=''
|
||||
ENABLE_AES4000_FALSE='#'
|
||||
ENABLE_AES4000_TRUE=''
|
||||
ENABLE_UPEKSONLY_FALSE='#'
|
||||
ENABLE_UPEKSONLY_TRUE=''
|
||||
ENABLE_UPEKTS_FALSE='#'
|
||||
ENABLE_UPEKTS_TRUE=''
|
||||
ENABLE_URU4000_FALSE='#'
|
||||
ENABLE_URU4000_TRUE=''
|
||||
ENABLE_VCOM5S_FALSE='#'
|
||||
ENABLE_VCOM5S_TRUE=''
|
||||
EXEEXT=''
|
||||
F77=''
|
||||
FFLAGS='-g -O2'
|
||||
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
|
||||
GLIB_LIBS='-lglib-2.0 '
|
||||
GREP='/bin/grep'
|
||||
IMAGEMAGICK_CFLAGS=' '
|
||||
IMAGEMAGICK_LIBS='-lWand -lMagick '
|
||||
INSTALL_DATA='${INSTALL} -m 644'
|
||||
INSTALL_PROGRAM='${INSTALL}'
|
||||
INSTALL_SCRIPT='${INSTALL}'
|
||||
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
||||
LDFLAGS='-Wl,-z,defs'
|
||||
LIBOBJS=''
|
||||
LIBS=''
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
LIBUSB_CFLAGS='-I/usr/include/libusb-1.0 '
|
||||
LIBUSB_LIBS='-lusb-1.0 '
|
||||
LN_S='ln -s'
|
||||
LTLIBOBJS=''
|
||||
MAKEINFO='${SHELL} /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/missing --run makeinfo'
|
||||
NMEDIT=''
|
||||
OBJEXT='o'
|
||||
PACKAGE='libfprint'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_NAME='libfprint'
|
||||
PACKAGE_STRING='libfprint 0.1.0-pre'
|
||||
PACKAGE_TARNAME='libfprint'
|
||||
PACKAGE_VERSION='0.1.0-pre'
|
||||
PATH_SEPARATOR=':'
|
||||
PKG_CONFIG='/usr/bin/pkg-config'
|
||||
RANLIB='ranlib'
|
||||
REQUIRE_AESLIB_FALSE='#'
|
||||
REQUIRE_AESLIB_TRUE=''
|
||||
REQUIRE_IMAGEMAGICK_FALSE='#'
|
||||
REQUIRE_IMAGEMAGICK_TRUE=''
|
||||
SED='/bin/sed'
|
||||
SET_MAKE=''
|
||||
SHELL='/bin/sh'
|
||||
STRIP='strip'
|
||||
VERSION='0.1.0-pre'
|
||||
XV_CFLAGS=''
|
||||
XV_LIBS=''
|
||||
ac_ct_CC=''
|
||||
ac_ct_CXX=''
|
||||
ac_ct_F77=''
|
||||
am__fastdepCC_FALSE='#'
|
||||
am__fastdepCC_TRUE=''
|
||||
am__fastdepCXX_FALSE='#'
|
||||
am__fastdepCXX_TRUE=''
|
||||
am__include='include'
|
||||
am__isrc=''
|
||||
am__leading_dot='.'
|
||||
am__quote=''
|
||||
am__tar='${AMTAR} chof - "$$tardir"'
|
||||
am__untar='${AMTAR} xf -'
|
||||
bindir='${exec_prefix}/bin'
|
||||
build='x86_64-pc-linux-gnu'
|
||||
build_alias='x86_64-linux-gnu'
|
||||
build_cpu='x86_64'
|
||||
build_os='linux-gnu'
|
||||
build_vendor='pc'
|
||||
datadir='${datarootdir}'
|
||||
datarootdir='${prefix}/share'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
dvidir='${docdir}'
|
||||
exec_prefix='${prefix}'
|
||||
host='x86_64-pc-linux-gnu'
|
||||
host_alias='x86_64-linux-gnu'
|
||||
host_cpu='x86_64'
|
||||
host_os='linux-gnu'
|
||||
host_vendor='pc'
|
||||
htmldir='${docdir}'
|
||||
includedir='${prefix}/include'
|
||||
infodir='${prefix}/share/info'
|
||||
install_sh='$(SHELL) /home/vlady/debian/packages/fprint/libfprint/async-lib/trunk/install-sh'
|
||||
libdir='${exec_prefix}/lib'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
localedir='${datarootdir}/locale'
|
||||
localstatedir='${prefix}/var'
|
||||
lt_age='0'
|
||||
lt_major='0'
|
||||
lt_revision='0'
|
||||
mandir='${prefix}/share/man'
|
||||
mkdir_p='/bin/mkdir -p'
|
||||
oldincludedir='/usr/include'
|
||||
pdfdir='${docdir}'
|
||||
prefix='/usr'
|
||||
program_transform_name='s,x,x,'
|
||||
psdir='${docdir}'
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
sharedstatedir='${prefix}/com'
|
||||
sysconfdir='${prefix}/etc'
|
||||
target_alias=''
|
||||
|
||||
## ----------- ##
|
||||
## confdefs.h. ##
|
||||
## ----------- ##
|
||||
|
||||
#define PACKAGE_NAME "libfprint"
|
||||
#define PACKAGE_TARNAME "libfprint"
|
||||
#define PACKAGE_VERSION "0.1.0-pre"
|
||||
#define PACKAGE_STRING "libfprint 0.1.0-pre"
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
#define PACKAGE "libfprint"
|
||||
#define VERSION "0.1.0-pre"
|
||||
#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 _GNU_SOURCE
|
||||
#define ENABLE_UPEKTS
|
||||
#define ENABLE_UPEKTC
|
||||
#define ENABLE_UPEKSONLY
|
||||
#define ENABLE_VCOM5S
|
||||
#define ENABLE_URU4000
|
||||
#define ENABLE_FDU2000
|
||||
#define ENABLE_AES1610
|
||||
#define ENABLE_AES2501
|
||||
#define ENABLE_AES4000
|
||||
#define ENABLE_LOGGING 1
|
||||
#define API_EXPORTED __attribute__((visibility("default")))
|
||||
|
||||
configure: exit 0
|
||||
Reference in New Issue
Block a user