Build of speedtouch with musl toolchain

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

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

SLOCLanguage
4,725 ansic
4,497 sh
551 makefile
199 asm
9,972 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: speedtouch 1.3.1-5 (Wed Apr 5 01:28:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/modem.h
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking whether make sets $(MAKE)... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for unistd.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for stdlib.h... (cached) yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for string.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for sys/types.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for an ANSI C-conforming const... yes
# checking return type of signal handlers... void
# checking for alarm... yes
# checking for gettimeofday... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mkfifo... yes
# checking for select... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for pthread_create in -lpthread... yes
# checking for rpm... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating VERSION
# config.status: creating src/Makefile
# config.status: creating hotplug/Makefile
# config.status: creating doc-linux/Makefile
# config.status: creating doc-bsd/Makefile
# config.status: creating speedtouch.spec
# cd src && make
# cd hotplug && make
# make[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'
# clang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -c firmware.c
# make[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'
# rm -f speedtouch speedtouch.tmp
# clang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.c
# clang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c modem_run.c
# sed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' < speedtouch.in > speedtouch.tmp
# chmod a+x speedtouch.tmp
# mv speedtouch.tmp speedtouch
# make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'
# clang -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c crc.c
# clang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -c smallsem.c
# pusb-linux.c:72:19: warning: unused variable 'usb_path' [-Wunused-const-variable]
# static const char usb_path[] = "/proc/bus/usb";
# ^
# 1 warning generated.
# modem_run.c:788:46: warning: passing 'char [14]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# n = pusb_control_msg(fdusb,0xc0,0x26,0xf7,0,buf,sizeof(buf),CTRL_TIMEOUT);
# ^~~
# ./pusb.h:41:23: note: passing argument to parameter 'buf' here
# unsigned char *buf, int size, int timeout);
# ^
# clang -c -o mutex.o mutex.c
# modem_run.c:1222:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# dump(buffer, length);
# ^~~~~~
# modem_run.c:125:33: note: passing argument to parameter 'buf' here
# static void dump(unsigned char *buf, int len);
# ^
# modem_run.c:1283:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, "%02x ", buf[j]);
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# modem_run.c:1292:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, " ");
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# modem_run.c:1301:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, "%c", give_char(buf[j]));
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# clang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c pppoa2.c
# 5 warnings generated.
# clang -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c atm.c
# clang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c pppoa3.c
# rm -f speedtouch-setup speedtouch-setup.tmp
# sed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-setup.in > speedtouch-setup.tmp
# In file included from pppoa2.c:44:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# chmod a+x speedtouch-setup.tmp
# mv speedtouch-setup.tmp speedtouch-setup
# rm -f speedtouch-start speedtouch-start.tmp
# sed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-start.in > speedtouch-start.tmp
# chmod a+x speedtouch-start.tmp
# mv speedtouch-start.tmp speedtouch-start
# rm -f speedtouch-stop speedtouch-stop.tmp
# sed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-stop.in > speedtouch-stop.tmp
# In file included from pppoa3.c:48:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# pppoa2.c:659:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, "%02x ", buf[j]);
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# pppoa2.c:668:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, " ");
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# pppoa2.c:677:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, "%c", give_char(buf[j]));
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# pppoa2.c:759:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# dump(buffer, length);
# ^~~~~~
# pppoa2.c:636:33: note: passing argument to parameter 'buf' here
# In file included from pppoa3.c:50:
# /usr/include/pthread.h:743:12: warning: static void dump(unsigned char *buf, int len)declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
#
# ^
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# pppoa3.c:712:5: warning: variable '__cancel_routine' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
# if((buffer = malloc(BUFFER_SIZE)) == NULL)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# pppoa3.c:806:2: note: uninitialized use occurs here
# pthread_cleanup_pop(1);
# ^~~~~~~~~~~~~~~~~~~~~~
# /usr/include/pthread.h:690:7: note: expanded from macro 'pthread_cleanup_pop'
# __cancel_routine (__cancel_arg); \
# ^~~~~~~~~~~~~~~~
# pppoa3.c:712:2: note: remove the 'if' if its condition is always false
# if((buffer = malloc(BUFFER_SIZE)) == NULL)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# pppoa3.c:716:2: note: variable '__cancel_routine' is declared here
# pthread_cleanup_push(cleanup_iothread, &thread_array[thread_getindex(THREAD_WRITE_TO_USB)].m_id);
# ^
# /usr/include/pthread.h:667:5: note: expanded from macro 'pthread_cleanup_push'
# void (*__cancel_routine) (void *) = (routine); \
# ^
# pppoa3.c:712:5: warning: variable '__cancel_arg' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
# if((buffer = malloc(BUFFER_SIZE)) == NULL)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# pppoa3.c:806:2: note: uninitialized use occurs here
# pthread_cleanup_pop(1);
# ^~~~~~~~~~~~~~~~~~~~~~
# /usr/include/pthread.h:690:25: note: expanded from macro 'pthread_cleanup_pop'
# __cancel_routine (__cancel_arg); \
# ^~~~~~~~~~~~
# pppoa3.cchmod a+x speedtouch-stop.tmp
# :712:2: note: remove the 'if' if its condition is always false
# if((buffer = malloc(BUFFER_SIZE)) == NULL)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# pppoa3.c:716:2: note: variable '__cancel_arg' is declared here
# pthread_cleanup_push(cleanup_iothread, &thread_array[thread_getindex(THREAD_WRITE_TO_USB)].m_id);
# ^
# /usr/include/pthread.h:668:5: note: expanded from macro 'pthread_cleanup_push'
# void *__cancel_arg = (arg); \
# ^
# mv speedtouch-stop.tmp speedtouch-stop
# pppoa3.c:1071:14: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(strncmp(command, "verbose", 7) == 0) {clang -Wall -I. -I/usr/include -I/usr/include firmware.o pusb.o modem_run.o crc.o smallsem.o mutex.o -o modem_run
#
# ^~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# pppoa3.c:1075:17: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# level = atoi(arg);
# ^~~
# /usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' here
# extern int atoi (const char *__nptr)
# ^
# pppoa3.c:1086:19: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# else if(strncmp(command, "iopolicy", 8) == 0) {
# ^~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# pppoa3.c:1093:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# desired_pol = atoi(arg);
# ^~~
# /usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' here
# extern int atoi (const char *__nptr)
# ^
# pppoa3.c:1125:19: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# else if(strncmp(command, "kill", 4) == 0) {
# ^~~~~~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# pppoa3.c:1127:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(strncmp(arg, "pipe", 4) == 0) {
# ^~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# pppoa3.c:1132:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if(strncmp(arg, "pppoa", 5) == 0) {
# ^~~
# /usr/include/string.h:143:33: note: passing argument to parameter '__s1' here
# extern int strncmp (const char *__s1, const char *__s2, size_t __n)
# ^
# pppoa3.c:1748:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# dump(buffer, length);
# ^~~~~~
# pppoa3.c:147:33: note: passing argument to parameter 'buf' here
# static void dump(unsigned char *buf, int len);
# ^
# pppoa3.c:2007:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, "%02x ", buf[j]);
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# pppoa3.c:2016:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# sprintf(ptr, " ");
# ^~~
# /usr/include/stdio.h:364:38: note: passing argument to parameter '__s' here
# extern int sprintf (char *__restrict __s,
# ^
# 5 warnings generated.
# clang -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa2.o crc.o atm.o smallsem.o -o pppoa2
# 14 warnings generated.
# clang -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa3.o crc.o atm.o -pthread -o pppoa3
# pppoa3.o:pppoa3.c:function write_to_usb_thread: error: undefined reference to '__pthread_register_cancel'
# pppoa3.o:pppoa3.c:function write_to_usb_thread: error: undefined reference to '__pthread_unregister_cancel'
# pppoa3.o:pppoa3.c:function read_from_usb_thread: error: undefined reference to '__pthread_register_cancel'
# pppoa3.o:pppoa3.c:function read_from_usb_thread: error: undefined reference to '__pthread_unregister_cancel'
# pppoa3.o:pppoa3.c:function read_named_pipe_thread: error: undefined reference to '__pthread_register_cancel'
# pppoa3.o:pppoa3.c:function read_named_pipe_thread: error: undefined reference to '__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [Makefile:144: pppoa3] Error 1
# make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'
# make: *** [Makefile:173: modem] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/speedtouch/src/speedtouch-1.3.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by speedtouch configure 1.3.1, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4492557c053e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1352: checking build system type
# configure:1370: result: x86_64-unknown-linux-gnu
# configure:1378: checking host system type
# configure:1392: result: x86_64-unknown-linux-gnu
# configure:1409: checking for x86_64-unknown-linux-gcc
# configure:1435: result: clang
# configure:1717: checking for C compiler version
# configure:1720: clang --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:1723: $? = 0
# configure:1725: clang -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:1728: $? = 0
# configure:1730: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:1733: $? = 1
# configure:1756: checking for C compiler default output file name
# configure:1759: clang conftest.c >&5
# configure:1762: $? = 0
# configure:1808: result: a.out
# configure:1813: checking whether the C compiler works
# configure:1819: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:1822: $? = 127
# configure:1839: result: yes
# configure:1846: checking whether we are cross compiling
# configure:1848: result: yes
# configure:1851: checking for suffix of executables
# configure:1853: clang -o conftest conftest.c >&5
# configure:1856: $? = 0
# configure:1881: result:
# configure:1887: checking for suffix of object files
# configure:1908: clang -c conftest.c >&5
# configure:1911: $? = 0
# configure:1933: result: o
# configure:1937: checking whether we are using the GNU C compiler
# configure:1961: clang -c conftest.c >&5
# configure:1967: $? = 0
# configure:1971: test -z
# || test ! -s conftest.err
# configure:1974: $? = 0
# configure:1977: test -s conftest.o
# configure:1980: $? = 0
# configure:1993: result: yes
# configure:1999: checking whether clang accepts -g
# configure:2020: clang -c -g conftest.c >&5
# configure:2026: $? = 0
# configure:2030: test -z
# || test ! -s conftest.err
# configure:2033: $? = 0
# configure:2036: test -s conftest.o
# configure:2039: $? = 0
# configure:2050: result: yes
# configure:2067: checking for clang option to accept ANSI C
# configure:2137: clang -c conftest.c >&5
# configure:2143: $? = 0
# configure:2147: test -z
# || test ! -s conftest.err
# configure:2150: $? = 0
# configure:2153: test -s conftest.o
# configure:2156: $? = 0
# configure:2174: result: none needed
# configure:2192: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2198: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2331: checking whether make sets $(MAKE)
# configure:2351: result: yes
# configure:2373: checking for a BSD-compatible install
# configure:2428: result: /usr/bin/install -c
# configure:2489: checking how to run the C preprocessor
# configure:2524: clang -E conftest.c
# configure:2530: $? = 0
# configure:2562: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2568: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "speedtouch"
# | #define PACKAGE_TARNAME "speedtouch"
# | #define PACKAGE_VERSION "1.3.1"
# | #define PACKAGE_STRING "speedtouch 1.3.1"
# | #define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"
# | /* end confdefs.h. */
# | #include
# configure:2607: result: clang -E
# configure:2631: clang -E conftest.c
# configure:2637: $? = 0
# configure:2669: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2675: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "speedtouch"
# | #define PACKAGE_TARNAME "speedtouch"
# | #define PACKAGE_VERSION "1.3.1"
# | #define PACKAGE_STRING "speedtouch 1.3.1"
# | #define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"
# | /* end confdefs.h. */
# | #include
# configure:2719: checking for egrep
# configure:2729: result: grep -E
# configure:2734: checking for ANSI C header files
# configure:2759: clang -c conftest.c >&5
# configure:2765: $? = 0
# configure:2769: test -z
# || test ! -s conftest.err
# configure:2772: $? = 0
# configure:2775: test -s conftest.o
# configure:2778: $? = 0
# configure:2890: result: yes
# configure:2914: checking for sys/types.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for sys/stat.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for stdlib.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for string.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for memory.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for strings.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for inttypes.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for stdint.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:2914: checking for unistd.h
# configure:2930: clang -c conftest.c >&5
# configure:2936: $? = 0
# configure:2940: test -z
# || test ! -s conftest.err
# configure:2943: $? = 0
# configure:2946: test -s conftest.o
# configure:2949: $? = 0
# configure:2960: result: yes
# configure:3023: checking stdio.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking stdio.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for stdio.h
# configure:3146: result: yes
# configure:3014: checking for unistd.h
# configure:3019: result: yes
# configure:3023: checking fcntl.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking fcntl.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for fcntl.h
# configure:3146: result: yes
# configure:3023: checking errno.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking errno.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for errno.h
# configure:3146: result: yes
# configure:3023: checking time.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking time.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for time.h
# configure:3146: result: yes
# configure:3023: checking signal.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking signal.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for signal.h
# configure:3146: result: yes
# configure:3014: checking for stdlib.h
# configure:3019: result: yes
# configure:3023: checking termios.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking termios.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for termios.h
# configure:3146: result: yes
# configure:3023: checking limits.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking limits.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for limits.h
# configure:3146: result: yes
# configure:3023: checking stdarg.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking stdarg.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for stdarg.h
# configure:3146: result: yes
# configure:3014: checking for string.h
# configure:3019: result: yes
# configure:3023: checking sys/resource.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking sys/resource.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for sys/resource.h
# configure:3146: result: yes
# configure:3023: checking sys/ioctl.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking sys/ioctl.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for sys/ioctl.h
# configure:3146: result: yes
# configure:3014: checking for sys/types.h
# configure:3019: result: yes
# configure:3014: checking for sys/stat.h
# configure:3019: result: yes
# configure:3023: checking sys/time.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking sys/time.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for sys/time.h
# configure:3146: result: yes
# configure:3023: checking sys/param.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking sys/param.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for sys/param.h
# configure:3146: result: yes
# configure:3023: checking sys/socket.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking sys/socket.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for sys/socket.h
# configure:3146: result: yes
# configure:3023: checking syslog.h usability
# configure:3035: clang -c conftest.c >&5
# configure:3041: $? = 0
# configure:3045: test -z
# || test ! -s conftest.err
# configure:3048: $? = 0
# configure:3051: test -s conftest.o
# configure:3054: $? = 0
# configure:3064: result: yes
# configure:3068: checking syslog.h presence
# configure:3078: clang -E conftest.c
# configure:3084: $? = 0
# configure:3104: result: yes
# configure:3139: checking for syslog.h
# configure:3146: result: yes
# configure:3164: checking for pid_t
# configure:3188: clang -c conftest.c >&5
# configure:3194: $? = 0
# configure:3198: test -z
# || test ! -s conftest.err
# configure:3201: $? = 0
# configure:3204: test -s conftest.o
# configure:3207: $? = 0
# configure:3218: result: yes
# configure:3230: checking for size_t
# configure:3254: clang -c conftest.c >&5
# configure:3260: $? = 0
# configure:3264: test -z
# || test ! -s conftest.err
# configure:3267: $? = 0
# configure:3270: test -s conftest.o
# configure:3273: $? = 0
# configure:3284: result: yes
# configure:3296: checking for an ANSI C-conforming const
# configure:3363: clang -c conftest.c >&5
# configure:3369: $? = 0
# configure:3373: test -z
# || test ! -s conftest.err
# configure:3376: $? = 0
# configure:3379: test -s conftest.o
# configure:3382: $? = 0
# configure:3393: result: yes
# configure:3403: checking return type of signal handlers
# configure:3434: clang -c conftest.c >&5
# configure:3440: $? = 0
# configure:3444: test -z
# || test ! -s conftest.err
# configure:3447: $? = 0
# configure:3450: test -s conftest.o
# configure:3453: $? = 0
# configure:3464: result: void
# configure:3477: checking for alarm
# configure:3534: clang -o conftest conftest.c >&5
# configure:3540: $? = 0
# configure:3544: test -z
# || test ! -s conftest.err
# configure:3547: $? = 0
# configure:3550: test -s conftest
# configure:3553: $? = 0
# configure:3565: result: yes
# configure:3579: checking for gettimeofday
# configure:3636: clang -o conftest conftest.c >&5
# configure:3642: $? = 0
# configure:3646: test -z
# || test ! -s conftest.err
# configure:3649: $? = 0
# configure:3652: test -s conftest
# configure:3655: $? = 0
# configure:3667: result: yes
# configure:3681: checking for memmove
# configure:3738: clang -o conftest conftest.c >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:65:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:3744: $? = 0
# configure:3748: test -z
# || test ! -s conftest.err
# configure:3751: $? = 0
# configure:3754: test -s conftest
# configure:3757: $? = 0
# configure:3769: result: yes
# configure:3783: checking for memset
# configure:3840: clang -o conftest conftest.c >&5
# conftest.c:66:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:66:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:3846: $? = 0
# configure:3850: test -z
# || test ! -s conftest.err
# configure:3853: $? = 0
# configure:3856: test -s conftest
# configure:3859: $? = 0
# configure:3871: result: yes
# configure:3885: checking for mkfifo
# configure:3942: clang -o conftest conftest.c >&5
# configure:3948: $? = 0
# configure:3952: test -z
# || test ! -s conftest.err
# configure:3955: $? = 0
# configure:3958: test -s conftest
# configure:3961: $? = 0
# configure:3973: result: yes
# configure:3987: checking for select
# configure:4044: clang -o conftest conftest.c >&5
# configure:4050: $? = 0
# configure:4054: test -z
# || test ! -s conftest.err
# configure:4057: $? = 0
# configure:4060: test -s conftest
# configure:4063: $? = 0
# configure:4075: result: yes
# configure:4089: checking for strdup
# configure:4146: clang -o conftest conftest.c >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:69:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:4152: $? = 0
# configure:4156: test -z
# || test ! -s conftest.err
# configure:4159: $? = 0
# configure:4162: test -s conftest
# configure:4165: $? = 0
# configure:4177: result: yes
# configure:4191: checking for strerror
# configure:4248: clang -o conftest conftest.c >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:70:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4254: $? = 0
# configure:4258: test -z
# || test ! -s conftest.err
# configure:4261: $? = 0
# configure:4264: test -s conftest
# configure:4267: $? = 0
# configure:4279: result: yes
# configure:4628: checking for pthread_create in -lpthread
# configure:4658: clang -o conftest conftest.c -lpthread >&5
# configure:4664: $? = 0
# configure:4668: test -z
# || test ! -s conftest.err
# configure:4671: $? = 0
# configure:4674: test -s conftest
# configure:4677: $? = 0
# configure:4690: result: yes
# configure:4719: checking for rpm
# configure:4748: result: no
# configure:4895: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by speedtouch config.status 1.3.1, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4492557c053e
#
# config.status:670: creating Makefile
# config.status:670: creating VERSION
# config.status:670: creating src/Makefile
# config.status:670: creating hotplug/Makefile
# config.status:670: creating doc-linux/Makefile
# config.status:670: creating doc-bsd/Makefile
# config.status:670: creating speedtouch.spec
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=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_exeext=
# ac_cv_func_alarm=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkfifo=yes
# ac_cv_func_select=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CWARN='-Wall'
# DEFS='-DPACKAGE_NAME=\"speedtouch\" -DPACKAGE_TARNAME=\"speedtouch\" -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"speedtouch\ 1.3.1\" -DPACKAGE_BUGREPORT=\"speedtouch@ml.free.fr\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_ERRNO_H=1 -DHAVE_TIME_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYSLOG_H=1 -DRETSIGTYPE=void -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKFIFO=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DLINUX=1 '
# DOCDIR='doc-linux'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKE_INSTALL_SCRIPT=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='speedtouch@ml.free.fr'
# PACKAGE_NAME='speedtouch'
# PACKAGE_STRING='speedtouch 1.3.1'
# PACKAGE_TARNAME='speedtouch'
# PACKAGE_VERSION='1.3.1'
# PATH_SEPARATOR=':'
# PUSB_SOURCE='pusb-linux.c'
# PWD='/tmp/speedtouch/src/speedtouch-1.3.1'
# RPM_ROOT=''
# SET_MAKE=''
# SHELL='/bin/sh'
# THREAD_LIBS='-pthread'
# USE_SYSLOG=''
# VERSION='1.3.1'
# ac_configure_args=''--host=x86_64-unknown-linux' '--prefix=/usr' '--sbindir=/usr/bin' '--sysconfdir=/etc' '--mandir=/usr/share/man' 'CC=clang' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux''
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# installuser='root'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# link_opts=''
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# st_compile='modem_run pppoa2 pppoa3'
# sysconfdir='/etc'
# syslog_flags='-DUSE_SYSLOG'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ALARM 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MKFIFO 1
# #define HAVE_SELECT 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define LINUX 1
# #define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"
# #define PACKAGE_NAME "speedtouch"
# #define PACKAGE_STRING "speedtouch 1.3.1"
# #define PACKAGE_TARNAME "speedtouch"
# #define PACKAGE_VERSION "1.3.1"
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
#
# configure: exit 0