This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by audacious-plugins configure 3.5.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/local/

## --------- ##
## Platform. ##
## --------- ##

hostname = comp.site
uname -m = x86_64
uname -r = 3.16.6-2-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea)

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/ill/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2509: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 		case "$CXXFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2700: checking for gcc
configure:2716: found /usr/bin/gcc
configure:2727: result: gcc
configure:2956: checking for C compiler version
configure:2965: gcc --version >&5
gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
Copyright (C) 2013 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:2976: $? = 0
configure:2965: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) 
configure:2976: $? = 0
configure:2965: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2976: $? = 1
configure:2965: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2976: $? = 1
configure:2996: checking whether the C compiler works
configure:3018: gcc    conftest.c  >&5
configure:3022: $? = 0
configure:3070: result: yes
configure:3073: checking for C compiler default output file name
configure:3075: result: a.out
configure:3081: checking for suffix of executables
configure:3088: gcc -o conftest    conftest.c  >&5
configure:3092: $? = 0
configure:3114: result: 
configure:3136: checking whether we are cross compiling
configure:3144: gcc -o conftest    conftest.c  >&5
configure:3148: $? = 0
configure:3155: ./conftest
configure:3159: $? = 0
configure:3174: result: no
configure:3179: checking for suffix of object files
configure:3201: gcc -c   conftest.c >&5
configure:3205: $? = 0
configure:3226: result: o
configure:3230: checking whether we are using the GNU C compiler
configure:3249: gcc -c   conftest.c >&5
configure:3249: $? = 0
configure:3258: result: yes
configure:3267: checking whether gcc accepts -g
configure:3287: gcc -c -g  conftest.c >&5
configure:3287: $? = 0
configure:3328: result: yes
configure:3345: checking for gcc option to accept ISO C89
configure:3408: gcc  -c -g -O2  conftest.c >&5
configure:3408: $? = 0
configure:3421: result: none needed
configure:3499: checking for g++
configure:3529: result: no
configure:3499: checking for c++
configure:3529: result: no
configure:3499: checking for gpp
configure:3529: result: no
configure:3499: checking for aCC
configure:3529: result: no
configure:3499: checking for CC
configure:3529: result: no
configure:3499: checking for cxx
configure:3529: result: no
configure:3499: checking for cc++
configure:3529: result: no
configure:3499: checking for cl.exe
configure:3529: result: no
configure:3499: checking for FCC
configure:3529: result: no
configure:3499: checking for KCC
configure:3529: result: no
configure:3499: checking for RCC
configure:3529: result: no
configure:3499: checking for xlC_r
configure:3529: result: no
configure:3499: checking for xlC
configure:3529: result: no
configure:3553: checking for C++ compiler version
configure:3562: g++ --version >&5
./configure: line 3564: g++: command not found
configure:3573: $? = 127
configure:3562: g++ -v >&5
./configure: line 3564: g++: command not found
configure:3573: $? = 127
configure:3562: g++ -V >&5
./configure: line 3564: g++: command not found
configure:3573: $? = 127
configure:3562: g++ -qversion >&5
./configure: line 3564: g++: command not found
configure:3573: $? = 127
configure:3577: checking whether we are using the GNU C++ compiler
configure:3596: g++ -c   conftest.cpp >&5
./configure: line 1920: g++: command not found
configure:3596: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3605: result: no
configure:3614: checking whether g++ accepts -g
configure:3634: g++ -c -g  conftest.cpp >&5
./configure: line 1920: g++: command not found
configure:3634: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3649: g++ -c   conftest.cpp >&5
./configure: line 1920: g++: command not found
configure:3649: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3665: g++ -c -g  conftest.cpp >&5
./configure: line 1920: g++: command not found
configure:3665: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3675: result: no
configure:3704: checking how to run the C preprocessor
configure:3735: gcc -E  conftest.c
configure:3735: $? = 0
configure:3749: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3774: result: gcc -E
configure:3794: gcc -E  conftest.c
configure:3794: $? = 0
configure:3808: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3808: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3837: checking for grep that handles long lines and -e
configure:3895: result: /usr/bin/grep
configure:3900: checking for egrep
configure:3962: result: /usr/bin/grep -E
configure:3967: checking for ANSI C header files
configure:3987: gcc -c -g -O2  conftest.c >&5
configure:3987: $? = 0
configure:4060: gcc -o conftest -g -O2   conftest.c  >&5
configure:4060: $? = 0
configure:4060: ./conftest
configure:4060: $? = 0
configure:4071: result: yes
configure:4084: checking for sys/types.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for sys/stat.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for stdlib.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for string.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for memory.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for strings.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for inttypes.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for stdint.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4084: checking for unistd.h
configure:4084: gcc -c -g -O2  conftest.c >&5
configure:4084: $? = 0
configure:4084: result: yes
configure:4096: checking whether byte ordering is bigendian
configure:4111: gcc -c -g -O2  conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:22:15: error: unknown type name 'universal'
configure:4111: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| #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
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:4156: gcc -c -g -O2  conftest.c >&5
configure:4156: $? = 0
configure:4174: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:4174: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| #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
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:4302: result: no
configure:4327: checking for special C compiler options needed for large files
configure:4372: result: no
configure:4378: checking for _FILE_OFFSET_BITS value needed for large files
configure:4403: gcc -c -g -O2  conftest.c >&5
configure:4403: $? = 0
configure:4435: result: no
configure:4524: checking build system type
configure:4538: result: x86_64-unknown-linux-gnu
configure:4558: checking host system type
configure:4571: result: x86_64-unknown-linux-gnu
configure:4591: checking target system type
configure:4604: result: x86_64-unknown-linux-gnu
configure:4684: checking for pkg-config
configure:4702: found /usr/bin/pkg-config
configure:4714: result: /usr/bin/pkg-config
configure:4739: checking pkg-config is at least version 0.9.0
configure:4742: result: yes
configure:4761: checking whether the C/C++ compiler supports -Wtype-limits
configure:4776: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
configure:4776: $? = 0
configure:4778: result: yes
configure:4798: checking operating system type
configure:4806: result: Linux
configure:4832: checking whether ln -s works
configure:4836: result: yes
configure:4845: checking for rm
configure:4863: found /usr/bin/rm
configure:4875: result: /usr/bin/rm
configure:4885: checking for mv
configure:4903: found /usr/bin/mv
configure:4915: result: /usr/bin/mv
configure:4925: checking for cp
configure:4943: found /usr/bin/cp
configure:4955: result: /usr/bin/cp
configure:4965: checking for ar
configure:4983: found /usr/bin/ar
configure:4995: result: /usr/bin/ar
configure:5005: checking for ranlib
configure:5023: found /usr/bin/ranlib
configure:5035: result: /usr/bin/ranlib
configure:5045: checking for windres
configure:5078: result: no
configure:5084: checking for library containing pthread_create
configure:5115: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
/tmp/cc5fcswZ.o: In function `main':
/home/ill/Desktop/audacious-plugins-3.5.2/conftest.c:32: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:5115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| #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
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5115: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
configure:5115: $? = 0
configure:5132: result: -lpthread
configure:5144: checking for GLIB
configure:5151: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
configure:5154: $? = 0
configure:5168: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
configure:5171: $? = 0
configure:5229: result: yes
configure:5235: checking for GMODULE
configure:5242: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
configure:5245: $? = 0
configure:5259: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
configure:5262: $? = 0
configure:5320: result: yes
configure:5326: checking for GTK
configure:5333: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
configure:5336: $? = 0
configure:5350: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
configure:5353: $? = 0
configure:5411: result: yes
configure:5511: checking for GIO
configure:5518: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
configure:5521: $? = 0
configure:5535: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
configure:5538: $? = 0
configure:5596: result: yes
configure:5615: checking for shared library system
configure:5679: result: GNU
configure:5712: checking for mkdtemp
configure:5712: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  >&5
configure:5712: $? = 0
configure:5712: result: yes
configure:5722: checking whether make sets $(MAKE)
configure:5744: result: yes
configure:5767: checking for a BSD-compatible install
configure:5835: result: /usr/bin/install -c
configure:5846: checking for a thread-safe mkdir -p
configure:5885: result: /usr/bin/mkdir -p
configure:5888: checking for a sed that does not truncate output
configure:5952: result: /usr/bin/sed
configure:5958: checking whether NLS is requested
configure:5967: result: yes
configure:6007: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:6039: result: /usr/bin/msgfmt
configure:6048: checking for gmsgfmt
configure:6079: result: /usr/bin/msgfmt
configure:6129: checking for xgettext
configure:6164: result: no
configure:6206: checking for msgmerge
configure:6240: result: no
configure:6295: checking for ld used by gcc
configure:6362: result: /usr/x86_64-suse-linux/bin/ld
configure:6369: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:6384: result: yes
configure:6391: checking for shared library run path origin
configure:6404: result: done
configure:6976: checking for CFPreferencesCopyAppValue
configure:6994: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:22:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:6994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| #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_MKDTEMP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:7003: result: no
configure:7010: checking for CFLocaleCopyCurrent
configure:7028: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:22:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:7028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious-plugins"
| #define PACKAGE_TARNAME "audacious-plugins"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious-plugins"
| #define VERSION "3.5.2"
| #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_MKDTEMP 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:7037: result: no
configure:7086: checking for GNU gettext in libc
configure:7110: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  >&5
configure:7110: $? = 0
configure:7119: result: yes
configure:7947: checking whether to use NLS
configure:7949: result: yes
configure:7952: checking where the gettext function comes from
configure:7963: result: libc
configure:8029: checking for AUDACIOUS
configure:8036: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
Package audacious was not found in the pkg-config search path.
Perhaps you should add the directory containing `audacious.pc'
to the PKG_CONFIG_PATH environment variable
No package 'audacious' found
configure:8039: $? = 1
configure:8053: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
Package audacious was not found in the pkg-config search path.
Perhaps you should add the directory containing `audacious.pc'
to the PKG_CONFIG_PATH environment variable
No package 'audacious' found
configure:8056: $? = 1
configure:8070: result: no
No package 'audacious' found
configure:8086: error: Cannot find Audacious 3.5; have you installed Audacious yet?

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_ALSA_CFLAGS_set=
ac_cv_env_ALSA_CFLAGS_value=
ac_cv_env_ALSA_LIBS_set=
ac_cv_env_ALSA_LIBS_value=
ac_cv_env_AUDACIOUS_CFLAGS_set=
ac_cv_env_AUDACIOUS_CFLAGS_value=
ac_cv_env_AUDACIOUS_LIBS_set=
ac_cv_env_AUDACIOUS_LIBS_value=
ac_cv_env_BINIO_CFLAGS_set=
ac_cv_env_BINIO_CFLAGS_value=
ac_cv_env_BINIO_LIBS_set=
ac_cv_env_BINIO_LIBS_value=
ac_cv_env_BS2B_CFLAGS_set=
ac_cv_env_BS2B_CFLAGS_value=
ac_cv_env_BS2B_LIBS_set=
ac_cv_env_BS2B_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CDDB_CFLAGS_set=
ac_cv_env_CDDB_CFLAGS_value=
ac_cv_env_CDDB_LIBS_set=
ac_cv_env_CDDB_LIBS_value=
ac_cv_env_CDIO_CFLAGS_set=
ac_cv_env_CDIO_CFLAGS_value=
ac_cv_env_CDIO_LIBS_set=
ac_cv_env_CDIO_LIBS_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CUE_CFLAGS_set=
ac_cv_env_CUE_CFLAGS_value=
ac_cv_env_CUE_LIBS_set=
ac_cv_env_CUE_LIBS_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_FFMPEG_CFLAGS_set=
ac_cv_env_FFMPEG_CFLAGS_value=
ac_cv_env_FFMPEG_LIBS_set=
ac_cv_env_FFMPEG_LIBS_value=
ac_cv_env_FLAC_CFLAGS_set=
ac_cv_env_FLAC_CFLAGS_value=
ac_cv_env_FLAC_LIBS_set=
ac_cv_env_FLAC_LIBS_value=
ac_cv_env_FLUIDSYNTH_CFLAGS_set=
ac_cv_env_FLUIDSYNTH_CFLAGS_value=
ac_cv_env_FLUIDSYNTH_LIBS_set=
ac_cv_env_FLUIDSYNTH_LIBS_value=
ac_cv_env_GDKX11_CFLAGS_set=
ac_cv_env_GDKX11_CFLAGS_value=
ac_cv_env_GDKX11_LIBS_set=
ac_cv_env_GDKX11_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GLIB214_CFLAGS_set=
ac_cv_env_GLIB214_CFLAGS_value=
ac_cv_env_GLIB214_LIBS_set=
ac_cv_env_GLIB214_LIBS_value=
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_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_JACK_CFLAGS_set=
ac_cv_env_JACK_CFLAGS_value=
ac_cv_env_JACK_LIBS_set=
ac_cv_env_JACK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBFLAC_CFLAGS_set=
ac_cv_env_LIBFLAC_CFLAGS_value=
ac_cv_env_LIBFLAC_LIBS_set=
ac_cv_env_LIBFLAC_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MMS_CFLAGS_set=
ac_cv_env_MMS_CFLAGS_value=
ac_cv_env_MMS_LIBS_set=
ac_cv_env_MMS_LIBS_value=
ac_cv_env_MODPLUG_CFLAGS_set=
ac_cv_env_MODPLUG_CFLAGS_value=
ac_cv_env_MODPLUG_LIBS_set=
ac_cv_env_MODPLUG_LIBS_value=
ac_cv_env_MPG123_CFLAGS_set=
ac_cv_env_MPG123_CFLAGS_value=
ac_cv_env_MPG123_LIBS_set=
ac_cv_env_MPG123_LIBS_value=
ac_cv_env_NEON_CFLAGS_set=
ac_cv_env_NEON_CFLAGS_value=
ac_cv_env_NEON_LIBS_set=
ac_cv_env_NEON_LIBS_value=
ac_cv_env_NOTIFY_CFLAGS_set=
ac_cv_env_NOTIFY_CFLAGS_value=
ac_cv_env_NOTIFY_LIBS_set=
ac_cv_env_NOTIFY_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PULSE_CFLAGS_set=
ac_cv_env_PULSE_CFLAGS_value=
ac_cv_env_PULSE_LIBS_set=
ac_cv_env_PULSE_LIBS_value=
ac_cv_env_SAMPLERATE_CFLAGS_set=
ac_cv_env_SAMPLERATE_CFLAGS_value=
ac_cv_env_SAMPLERATE_LIBS_set=
ac_cv_env_SAMPLERATE_LIBS_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_SIDPLAYFP_CFLAGS_set=
ac_cv_env_SIDPLAYFP_CFLAGS_value=
ac_cv_env_SIDPLAYFP_LIBS_set=
ac_cv_env_SIDPLAYFP_LIBS_value=
ac_cv_env_SNDFILE_CFLAGS_set=
ac_cv_env_SNDFILE_CFLAGS_value=
ac_cv_env_SNDFILE_LIBS_set=
ac_cv_env_SNDFILE_LIBS_value=
ac_cv_env_SOXR_CFLAGS_set=
ac_cv_env_SOXR_CFLAGS_value=
ac_cv_env_SOXR_LIBS_set=
ac_cv_env_SOXR_LIBS_value=
ac_cv_env_VORBIS_CFLAGS_set=
ac_cv_env_VORBIS_CFLAGS_value=
ac_cv_env_VORBIS_LIBS_set=
ac_cv_env_VORBIS_LIBS_value=
ac_cv_env_WAVPACK_CFLAGS_set=
ac_cv_env_WAVPACK_CFLAGS_value=
ac_cv_env_WAVPACK_LIBS_set=
ac_cv_env_WAVPACK_LIBS_value=
ac_cv_env_XCOMPOSITE_CFLAGS_set=
ac_cv_env_XCOMPOSITE_CFLAGS_value=
ac_cv_env_XCOMPOSITE_LIBS_set=
ac_cv_env_XCOMPOSITE_LIBS_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_value=
ac_cv_env_XRENDER_CFLAGS_set=
ac_cv_env_XRENDER_CFLAGS_value=
ac_cv_env_XRENDER_LIBS_set=
ac_cv_env_XRENDER_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_mkdtemp=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_AR=/usr/bin/ar
ac_cv_path_CP=/usr/bin/cp
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=:
ac_cv_path_MV=/usr/bin/mv
ac_cv_path_RANLIB=/usr/bin/ranlib
ac_cv_path_RM=/usr/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=:
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_pthread_create=-lpthread
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-unknown-linux-gnu
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GLIB_LIBS='-lglib-2.0 '
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALSA_CFLAGS=''
ALSA_LIBS=''
AR='/usr/bin/ar'
AUDACIOUS_CFLAGS=''
AUDACIOUS_LIBS=''
BINIO_CFLAGS=''
BINIO_LIBS=''
BS2B_CFLAGS=''
BS2B_LIBS=''
CC='gcc'
CC_DEPENDS=''
CDDB_CFLAGS=''
CDDB_LIBS=''
CDIO_CFLAGS=''
CDIO_LIBS=''
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations'
CLEAN_LIB=''
CONTAINER_PLUGINS=''
CONTAINER_PLUGIN_DIR=''
CP='/usr/bin/cp'
CPP='gcc -E'
CPPFLAGS=''
CUE_CFLAGS=''
CUE_LIBS=''
CURL_CFLAGS=''
CURL_LIBS=''
CXX='g++'
CXXFLAGS=' -Wall -pipe -Wtype-limits'
CXX_DEPENDS=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EFFECT_PLUGINS=''
EFFECT_PLUGIN_DIR=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FAAD_CFLAGS=''
FAAD_LIBS=''
FFMPEG_CFLAGS=''
FFMPEG_LIBS=''
FILEWRITER_CFLAGS=''
FILEWRITER_LIBS=''
FLAC_CFLAGS=''
FLAC_LIBS=''
FLUIDSYNTH_CFLAGS=''
FLUIDSYNTH_LIBS=''
GDKX11_CFLAGS=''
GDKX11_LIBS=''
GENERAL_PLUGINS=''
GENERAL_PLUGIN_DIR=''
GETTEXT_MACRO_VERSION='0.19'
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GLIB214_CFLAGS=''
GLIB214_LIBS=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GLIB_LIBS='-lglib-2.0 '
GL_LIBS=''
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
HAVE_LINUX='yes'
HAVE_MSWINDOWS='no'
INPUT_PLUGINS=''
INPUT_PLUGIN_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLLIBS=''
INTL_MACOSX_LIBS=''
JACK_CFLAGS=''
JACK_LIBS=''
LDFLAGS=' -Wl,-z,defs'
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
LIBFLAC_CFLAGS=''
LIBFLAC_LIBS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-lpthread  '
LIB_CFLAGS='-fPIC -DPIC'
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
LIB_PREFIX='lib'
LIB_SUFFIX='.so'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MKDIR_P='/usr/bin/mkdir -p'
MMS_CFLAGS=''
MMS_LIBS=''
MODPLUG_CFLAGS=''
MODPLUG_LIBS=''
MPG123_CFLAGS=''
MPG123_LIBS=''
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE=':'
MV='/usr/bin/mv'
NEON_CFLAGS=''
NEON_LIBS=''
NOTIFY_CFLAGS=''
NOTIFY_LIBS=''
OBJCXX_DEPENDS=''
OBJC_DEPENDS=''
OBJEXT='o'
OSS_CFLAGS=''
OUTPUT_PLUGINS=''
OUTPUT_PLUGIN_DIR=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='audacious-plugins'
PACKAGE_STRING='audacious-plugins 3.5.2'
PACKAGE_TARNAME='audacious-plugins'
PACKAGE_URL=''
PACKAGE_VERSION='3.5.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:'
PLUGIN_CFLAGS='-fPIC -DPIC'
PLUGIN_LDFLAGS='-shared'
PLUGIN_SUFFIX='.so'
POSUB='po'
PULSE_CFLAGS=''
PULSE_LIBS=''
RANLIB='/usr/bin/ranlib'
RM='/usr/bin/rm'
SAMPLERATE_CFLAGS=''
SAMPLERATE_LIBS=''
SDL_CFLAGS=''
SDL_LIBS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIDPLAYFP_CFLAGS=''
SIDPLAYFP_LIBS=''
SNDFILE_CFLAGS=''
SNDFILE_LIBS=''
SNDIO_LIBS=''
SOXR_CFLAGS=''
SOXR_LIBS=''
TERM_BOLD=''
TERM_EL=''
TERM_SETAF1=''
TERM_SETAF2=''
TERM_SETAF3=''
TERM_SETAF4=''
TERM_SETAF6=''
TERM_SGR0=''
TPUT=''
TRANSPORT_PLUGINS=''
TRANSPORT_PLUGIN_DIR=''
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
USE_NLS='yes'
VISUALIZATION_PLUGINS=''
VISUALIZATION_PLUGIN_DIR=''
VORBIS_CFLAGS=''
VORBIS_LIBS=''
WAVPACK_CFLAGS=''
WAVPACK_LIBS=''
WINDRES=''
XCOMPOSITE_CFLAGS=''
XCOMPOSITE_LIBS=''
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
XML_CFLAGS=''
XML_LIBS=''
XRENDER_CFLAGS=''
XRENDER_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
have_mpris2=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
plugindir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "audacious-plugins"
#define PACKAGE_TARNAME "audacious-plugins"
#define PACKAGE_VERSION "3.5.2"
#define PACKAGE_STRING "audacious-plugins 3.5.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "audacious-plugins"
#define VERSION "3.5.2"
#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_MKDTEMP 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1
