| 
      1
     | 
    
      This file contains any messages produced by compilers while
 
     | 
  
  
    | 
      2
     | 
    
      running configure, to aid debugging if configure makes a mistake.
 
     | 
  
  
    | 
      3
     | 
    
      
 
     | 
  
  
    | 
      4
     | 
    
      It was created by audacious-plugins configure 3.5, which was
 
     | 
  
  
    | 
      5
     | 
    
      generated by GNU Autoconf 2.69.  Invocation command line was
 
     | 
  
  
    | 
      6
     | 
    
      
 
     | 
  
  
    | 
      7
     | 
    
        $ ./configure --prefix=/usr
 
     | 
  
  
    | 
      8
     | 
    
      
 
     | 
  
  
    | 
      9
     | 
    
      ## --------- ##
 
     | 
  
  
    | 
      10
     | 
    
      ## Platform. ##
 
     | 
  
  
    | 
      11
     | 
    
      ## --------- ##
 
     | 
  
  
    | 
      12
     | 
    
      
 
     | 
  
  
    | 
      13
     | 
    
      hostname = X41-int-oS131.site
 
     | 
  
  
    | 
      14
     | 
    
      uname -m = i686
 
     | 
  
  
    | 
      15
     | 
    
      uname -r = 3.11.10-11-default
 
     | 
  
  
    | 
      16
     | 
    
      uname -s = Linux
 
     | 
  
  
    | 
      17
     | 
    
      uname -v = #1 SMP Mon May 12 13:37:06 UTC 2014 (3d22b5f)
 
     | 
  
  
    | 
      18
     | 
    
      
 
     | 
  
  
    | 
      19
     | 
    
      /usr/bin/uname -p = i686
 
     | 
  
  
    | 
      20
     | 
    
      /bin/uname -X     = unknown
 
     | 
  
  
    | 
      21
     | 
    
      
 
     | 
  
  
    | 
      22
     | 
    
      /bin/arch              = i686
 
     | 
  
  
    | 
      23
     | 
    
      /usr/bin/arch -k       = unknown
 
     | 
  
  
    | 
      24
     | 
    
      /usr/convex/getsysinfo = unknown
 
     | 
  
  
    | 
      25
     | 
    
      /usr/bin/hostinfo      = unknown
 
     | 
  
  
    | 
      26
     | 
    
      /bin/machine           = unknown
 
     | 
  
  
    | 
      27
     | 
    
      /usr/bin/oslevel       = unknown
 
     | 
  
  
    | 
      28
     | 
    
      /bin/universe          = unknown
 
     | 
  
  
    | 
      29
     | 
    
      
 
     | 
  
  
    | 
      30
     | 
    
      PATH: /home/howard/bin
 
     | 
  
  
    | 
      31
     | 
    
      PATH: /usr/local/bin
 
     | 
  
  
    | 
      32
     | 
    
      PATH: /usr/bin
 
     | 
  
  
    | 
      33
     | 
    
      PATH: /bin
 
     | 
  
  
    | 
      34
     | 
    
      PATH: /usr/bin/X11
 
     | 
  
  
    | 
      35
     | 
    
      PATH: /usr/X11R6/bin
 
     | 
  
  
    | 
      36
     | 
    
      PATH: /usr/games
 
     | 
  
  
    | 
      37
     | 
    
      
 
     | 
  
  
    | 
      38
     | 
    
      
 
     | 
  
  
    | 
      39
     | 
    
      ## ----------- ##
 
     | 
  
  
    | 
      40
     | 
    
      ## Core tests. ##
 
     | 
  
  
    | 
      41
     | 
    
      ## ----------- ##
 
     | 
  
  
    | 
      42
     | 
    
      
 
     | 
  
  
    | 
      43
     | 
    
      configure:2553: loading site script /usr/share/site/i686-pc-linux-gnu
 
     | 
  
  
    | 
      44
     | 
    
      | #!/bin/sh
 
     | 
  
  
    | 
      45
     | 
    
      | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
 
     | 
  
  
    | 
      46
     | 
    
      | 
 
     | 
  
  
    | 
      47
     | 
    
      | # If user did not specify libdir, guess the correct target:
 
     | 
  
  
    | 
      48
     | 
    
      | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
 
     | 
  
  
    | 
      49
     | 
    
      | if test "$libdir" = '${exec_prefix}/lib' ; then
     | 
  
  
    | 
      50
     | 
    
      | 
 
     | 
  
  
    | 
      51
     | 
    
      | 	ac_config_site_64bit_host=NONE
 
     | 
  
  
    | 
      52
     | 
    
      | 
 
     | 
  
  
    | 
      53
     | 
    
      | 	case "$host" in
 
     | 
  
  
    | 
      54
     | 
    
      | 	"" )
 
     | 
  
  
    | 
      55
     | 
    
      | 		# User did not specify host target.
 
     | 
  
  
    | 
      56
     | 
    
      | 		# The native platform i386 is not a bi-arch platform.
 
     | 
  
  
    | 
      57
     | 
    
      | 		# There is no need to check for compatible sub-architecture.
 
     | 
  
  
    | 
      58
     | 
    
      | 		ac_config_site_64bit_host=NONE
 
     | 
  
  
    | 
      59
     | 
    
      | 
 
     | 
  
  
    | 
      60
     | 
    
      | 		;;
 
     | 
  
  
    | 
      61
     | 
    
      | 	*x86_64* | *ppc64* | *s390x* )
 
     | 
  
  
    | 
      62
     | 
    
      | 		ac_config_site_64bit_host=YES
 
     | 
  
  
    | 
      63
     | 
    
      | 		;;
 
     | 
  
  
    | 
      64
     | 
    
      | 	esac
 
     | 
  
  
    | 
      65
     | 
    
      | 
 
     | 
  
  
    | 
      66
     | 
    
      | 	if test "x$ac_config_site_64bit_host" = xYES; then
 
     | 
  
  
    | 
      67
     | 
    
      | 		libdir='${exec_prefix}/lib64'
     | 
  
  
    | 
      68
     | 
    
      | 	fi
 
     | 
  
  
    | 
      69
     | 
    
      | fi
 
     | 
  
  
    | 
      70
     | 
    
      | 
 
     | 
  
  
    | 
      71
     | 
    
      | # If user did not specify libexecdir, set the correct target:
 
     | 
  
  
    | 
      72
     | 
    
      | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
 
     | 
  
  
    | 
      73
     | 
    
      | 
 
     | 
  
  
    | 
      74
     | 
    
      | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
     | 
  
  
    | 
      75
     | 
    
      | 	libexecdir='${exec_prefix}/lib'
     | 
  
  
    | 
      76
     | 
    
      | fi
 
     | 
  
  
    | 
      77
     | 
    
      | 
 
     | 
  
  
    | 
      78
     | 
    
      | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
 
     | 
  
  
    | 
      79
     | 
    
      | if test "x$prefix" != xNONE; then
 
     | 
  
  
    | 
      80
     | 
    
      | 	ac_site_file1=$prefix/share/config.site
 
     | 
  
  
    | 
      81
     | 
    
      | 	ac_site_file2=$prefix/etc/config.site
 
     | 
  
  
    | 
      82
     | 
    
      | else
 
     | 
  
  
    | 
      83
     | 
    
      | 	ac_site_file1=$ac_default_prefix/share/config.site
 
     | 
  
  
    | 
      84
     | 
    
      | 	ac_site_file2=$ac_default_prefix/etc/config.site
 
     | 
  
  
    | 
      85
     | 
    
      | fi
 
     | 
  
  
    | 
      86
     | 
    
      | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
     | 
  
  
    | 
      87
     | 
    
      | do
 
     | 
  
  
    | 
      88
     | 
    
      | 	test "x$ac_site_file" = xNONE && continue
 
     | 
  
  
    | 
      89
     | 
    
      | 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
     | 
  
  
    | 
      90
     | 
    
      | 		{ $as_echo "/usr/share/site/i686-pc-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
     | 
  
  
    | 
      91
     | 
    
      | $as_echo "/usr/share/site/i686-pc-linux-gnu: loading site script $ac_site_file" >&6;}
 
     | 
  
  
    | 
      92
     | 
    
      | 		sed 's/^/| /' "$ac_site_file" >&5
 
     | 
  
  
    | 
      93
     | 
    
      | 		. "$ac_site_file" \
 
     | 
  
  
    | 
      94
     | 
    
      | 			|| { { $as_echo "/usr/share/site/i686-pc-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     | 
  
  
    | 
      95
     | 
    
      | $as_echo "/usr/share/site/i686-pc-linux-gnu: error: in \`$ac_pwd':" >&2;}
 
     | 
  
  
    | 
      96
     | 
    
      | as_fn_error $? "failed to load site script $ac_site_file
 
     | 
  
  
    | 
      97
     | 
    
      | See \`config.log' for more details" "$LINENO" 5; }
 
     | 
  
  
    | 
      98
     | 
    
      | 	fi
 
     | 
  
  
    | 
      99
     | 
    
      | done
 
     | 
  
  
    | 
      100
     | 
    
      configure:2744: checking for gcc
 
     | 
  
  
    | 
      101
     | 
    
      configure:2760: found /usr/bin/gcc
 
     | 
  
  
    | 
      102
     | 
    
      configure:2771: result: gcc
 
     | 
  
  
    | 
      103
     | 
    
      configure:3000: checking for C compiler version
 
     | 
  
  
    | 
      104
     | 
    
      configure:3009: gcc --version >&5
 
     | 
  
  
    | 
      105
     | 
    
      gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
 
     | 
  
  
    | 
      106
     | 
    
      Copyright (C) 2013 Free Software Foundation, Inc.
 
     | 
  
  
    | 
      107
     | 
    
      This is free software; see the source for copying conditions.  There is NO
 
     | 
  
  
    | 
      108
     | 
    
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
     | 
  
  
    | 
      109
     | 
    
      
 
     | 
  
  
    | 
      110
     | 
    
      configure:3020: $? = 0
 
     | 
  
  
    | 
      111
     | 
    
      configure:3009: gcc -v >&5
 
     | 
  
  
    | 
      112
     | 
    
      Using built-in specs.
 
     | 
  
  
    | 
      113
     | 
    
      COLLECT_GCC=gcc
 
     | 
  
  
    | 
      114
     | 
    
      COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.8/lto-wrapper
 
     | 
  
  
    | 
      115
     | 
    
      Target: i586-suse-linux
 
     | 
  
  
    | 
      116
     | 
    
      Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --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=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
 
     | 
  
  
    | 
      117
     | 
    
      Thread model: posix
 
     | 
  
  
    | 
      118
     | 
    
      gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) 
 
     | 
  
  
    | 
      119
     | 
    
      configure:3020: $? = 0
 
     | 
  
  
    | 
      120
     | 
    
      configure:3009: gcc -V >&5
 
     | 
  
  
    | 
      121
     | 
    
      gcc: error: unrecognized command line option '-V'
 
     | 
  
  
    | 
      122
     | 
    
      gcc: fatal error: no input files
 
     | 
  
  
    | 
      123
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      124
     | 
    
      configure:3020: $? = 1
 
     | 
  
  
    | 
      125
     | 
    
      configure:3009: gcc -qversion >&5
 
     | 
  
  
    | 
      126
     | 
    
      gcc: error: unrecognized command line option '-qversion'
 
     | 
  
  
    | 
      127
     | 
    
      gcc: fatal error: no input files
 
     | 
  
  
    | 
      128
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      129
     | 
    
      configure:3020: $? = 1
 
     | 
  
  
    | 
      130
     | 
    
      configure:3040: checking whether the C compiler works
 
     | 
  
  
    | 
      131
     | 
    
      configure:3062: gcc    conftest.c  >&5
 
     | 
  
  
    | 
      132
     | 
    
      configure:3066: $? = 0
 
     | 
  
  
    | 
      133
     | 
    
      configure:3114: result: yes
 
     | 
  
  
    | 
      134
     | 
    
      configure:3117: checking for C compiler default output file name
 
     | 
  
  
    | 
      135
     | 
    
      configure:3119: result: a.out
 
     | 
  
  
    | 
      136
     | 
    
      configure:3125: checking for suffix of executables
 
     | 
  
  
    | 
      137
     | 
    
      configure:3132: gcc -o conftest    conftest.c  >&5
 
     | 
  
  
    | 
      138
     | 
    
      configure:3136: $? = 0
 
     | 
  
  
    | 
      139
     | 
    
      configure:3158: result: 
 
     | 
  
  
    | 
      140
     | 
    
      configure:3180: checking whether we are cross compiling
 
     | 
  
  
    | 
      141
     | 
    
      configure:3188: gcc -o conftest    conftest.c  >&5
 
     | 
  
  
    | 
      142
     | 
    
      configure:3192: $? = 0
 
     | 
  
  
    | 
      143
     | 
    
      configure:3199: ./conftest
 
     | 
  
  
    | 
      144
     | 
    
      configure:3203: $? = 0
 
     | 
  
  
    | 
      145
     | 
    
      configure:3218: result: no
 
     | 
  
  
    | 
      146
     | 
    
      configure:3223: checking for suffix of object files
 
     | 
  
  
    | 
      147
     | 
    
      configure:3245: gcc -c   conftest.c >&5
 
     | 
  
  
    | 
      148
     | 
    
      configure:3249: $? = 0
 
     | 
  
  
    | 
      149
     | 
    
      configure:3270: result: o
 
     | 
  
  
    | 
      150
     | 
    
      configure:3274: checking whether we are using the GNU C compiler
 
     | 
  
  
    | 
      151
     | 
    
      configure:3293: gcc -c   conftest.c >&5
 
     | 
  
  
    | 
      152
     | 
    
      configure:3293: $? = 0
 
     | 
  
  
    | 
      153
     | 
    
      configure:3302: result: yes
 
     | 
  
  
    | 
      154
     | 
    
      configure:3311: checking whether gcc accepts -g
 
     | 
  
  
    | 
      155
     | 
    
      configure:3331: gcc -c -g  conftest.c >&5
 
     | 
  
  
    | 
      156
     | 
    
      configure:3331: $? = 0
 
     | 
  
  
    | 
      157
     | 
    
      configure:3372: result: yes
 
     | 
  
  
    | 
      158
     | 
    
      configure:3389: checking for gcc option to accept ISO C89
 
     | 
  
  
    | 
      159
     | 
    
      configure:3452: gcc  -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      160
     | 
    
      configure:3452: $? = 0
 
     | 
  
  
    | 
      161
     | 
    
      configure:3465: result: none needed
 
     | 
  
  
    | 
      162
     | 
    
      configure:3543: checking for g++
 
     | 
  
  
    | 
      163
     | 
    
      configure:3559: found /usr/bin/g++
 
     | 
  
  
    | 
      164
     | 
    
      configure:3570: result: g++
 
     | 
  
  
    | 
      165
     | 
    
      configure:3597: checking for C++ compiler version
 
     | 
  
  
    | 
      166
     | 
    
      configure:3606: g++ --version >&5
 
     | 
  
  
    | 
      167
     | 
    
      g++ (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
 
     | 
  
  
    | 
      168
     | 
    
      Copyright (C) 2013 Free Software Foundation, Inc.
 
     | 
  
  
    | 
      169
     | 
    
      This is free software; see the source for copying conditions.  There is NO
 
     | 
  
  
    | 
      170
     | 
    
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
     | 
  
  
    | 
      171
     | 
    
      
 
     | 
  
  
    | 
      172
     | 
    
      configure:3617: $? = 0
 
     | 
  
  
    | 
      173
     | 
    
      configure:3606: g++ -v >&5
 
     | 
  
  
    | 
      174
     | 
    
      Using built-in specs.
 
     | 
  
  
    | 
      175
     | 
    
      COLLECT_GCC=g++
 
     | 
  
  
    | 
      176
     | 
    
      COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.8/lto-wrapper
 
     | 
  
  
    | 
      177
     | 
    
      Target: i586-suse-linux
 
     | 
  
  
    | 
      178
     | 
    
      Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --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=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
 
     | 
  
  
    | 
      179
     | 
    
      Thread model: posix
 
     | 
  
  
    | 
      180
     | 
    
      gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux) 
 
     | 
  
  
    | 
      181
     | 
    
      configure:3617: $? = 0
 
     | 
  
  
    | 
      182
     | 
    
      configure:3606: g++ -V >&5
 
     | 
  
  
    | 
      183
     | 
    
      g++: error: unrecognized command line option '-V'
 
     | 
  
  
    | 
      184
     | 
    
      g++: fatal error: no input files
 
     | 
  
  
    | 
      185
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      186
     | 
    
      configure:3617: $? = 1
 
     | 
  
  
    | 
      187
     | 
    
      configure:3606: g++ -qversion >&5
 
     | 
  
  
    | 
      188
     | 
    
      g++: error: unrecognized command line option '-qversion'
 
     | 
  
  
    | 
      189
     | 
    
      g++: fatal error: no input files
 
     | 
  
  
    | 
      190
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      191
     | 
    
      configure:3617: $? = 1
 
     | 
  
  
    | 
      192
     | 
    
      configure:3621: checking whether we are using the GNU C++ compiler
 
     | 
  
  
    | 
      193
     | 
    
      configure:3640: g++ -c   conftest.cpp >&5
 
     | 
  
  
    | 
      194
     | 
    
      configure:3640: $? = 0
 
     | 
  
  
    | 
      195
     | 
    
      configure:3649: result: yes
 
     | 
  
  
    | 
      196
     | 
    
      configure:3658: checking whether g++ accepts -g
 
     | 
  
  
    | 
      197
     | 
    
      configure:3678: g++ -c -g  conftest.cpp >&5
 
     | 
  
  
    | 
      198
     | 
    
      configure:3678: $? = 0
 
     | 
  
  
    | 
      199
     | 
    
      configure:3719: result: yes
 
     | 
  
  
    | 
      200
     | 
    
      configure:3748: checking how to run the C preprocessor
 
     | 
  
  
    | 
      201
     | 
    
      configure:3779: gcc -E  conftest.c
 
     | 
  
  
    | 
      202
     | 
    
      configure:3779: $? = 0
 
     | 
  
  
    | 
      203
     | 
    
      configure:3793: gcc -E  conftest.c
 
     | 
  
  
    | 
      204
     | 
    
      conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 
     | 
  
  
    | 
      205
     | 
    
       #include <ac_nonexistent.h>
 
     | 
  
  
    | 
      206
     | 
    
                                  ^
 
     | 
  
  
    | 
      207
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      208
     | 
    
      configure:3793: $? = 1
 
     | 
  
  
    | 
      209
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      210
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      211
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      212
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      213
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      214
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      215
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      216
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      217
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      218
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      219
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      220
     | 
    
      | #include <ac_nonexistent.h>
 
     | 
  
  
    | 
      221
     | 
    
      configure:3818: result: gcc -E
 
     | 
  
  
    | 
      222
     | 
    
      configure:3838: gcc -E  conftest.c
 
     | 
  
  
    | 
      223
     | 
    
      configure:3838: $? = 0
 
     | 
  
  
    | 
      224
     | 
    
      configure:3852: gcc -E  conftest.c
 
     | 
  
  
    | 
      225
     | 
    
      conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 
     | 
  
  
    | 
      226
     | 
    
       #include <ac_nonexistent.h>
 
     | 
  
  
    | 
      227
     | 
    
                                  ^
 
     | 
  
  
    | 
      228
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      229
     | 
    
      configure:3852: $? = 1
 
     | 
  
  
    | 
      230
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      231
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      232
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      233
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      234
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      235
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      236
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      237
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      238
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      239
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      240
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      241
     | 
    
      | #include <ac_nonexistent.h>
 
     | 
  
  
    | 
      242
     | 
    
      configure:3881: checking for grep that handles long lines and -e
 
     | 
  
  
    | 
      243
     | 
    
      configure:3939: result: /usr/bin/grep
 
     | 
  
  
    | 
      244
     | 
    
      configure:3944: checking for egrep
 
     | 
  
  
    | 
      245
     | 
    
      configure:4006: result: /usr/bin/grep -E
 
     | 
  
  
    | 
      246
     | 
    
      configure:4011: checking for ANSI C header files
 
     | 
  
  
    | 
      247
     | 
    
      configure:4031: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      248
     | 
    
      configure:4031: $? = 0
 
     | 
  
  
    | 
      249
     | 
    
      configure:4104: gcc -o conftest -g -O2   conftest.c  >&5
 
     | 
  
  
    | 
      250
     | 
    
      configure:4104: $? = 0
 
     | 
  
  
    | 
      251
     | 
    
      configure:4104: ./conftest
 
     | 
  
  
    | 
      252
     | 
    
      configure:4104: $? = 0
 
     | 
  
  
    | 
      253
     | 
    
      configure:4115: result: yes
 
     | 
  
  
    | 
      254
     | 
    
      configure:4128: checking for sys/types.h
 
     | 
  
  
    | 
      255
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      256
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      257
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      258
     | 
    
      configure:4128: checking for sys/stat.h
 
     | 
  
  
    | 
      259
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      260
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      261
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      262
     | 
    
      configure:4128: checking for stdlib.h
 
     | 
  
  
    | 
      263
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      264
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      265
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      266
     | 
    
      configure:4128: checking for string.h
 
     | 
  
  
    | 
      267
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      268
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      269
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      270
     | 
    
      configure:4128: checking for memory.h
 
     | 
  
  
    | 
      271
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      272
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      273
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      274
     | 
    
      configure:4128: checking for strings.h
 
     | 
  
  
    | 
      275
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      276
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      277
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      278
     | 
    
      configure:4128: checking for inttypes.h
 
     | 
  
  
    | 
      279
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      280
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      281
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      282
     | 
    
      configure:4128: checking for stdint.h
 
     | 
  
  
    | 
      283
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      284
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      285
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      286
     | 
    
      configure:4128: checking for unistd.h
 
     | 
  
  
    | 
      287
     | 
    
      configure:4128: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      288
     | 
    
      configure:4128: $? = 0
 
     | 
  
  
    | 
      289
     | 
    
      configure:4128: result: yes
 
     | 
  
  
    | 
      290
     | 
    
      configure:4140: checking whether byte ordering is bigendian
 
     | 
  
  
    | 
      291
     | 
    
      configure:4155: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      292
     | 
    
      conftest.c:22:9: error: unknown type name 'not'
 
     | 
  
  
    | 
      293
     | 
    
               not a universal capable compiler
 
     | 
  
  
    | 
      294
     | 
    
               ^
 
     | 
  
  
    | 
      295
     | 
    
      conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
 
     | 
  
  
    | 
      296
     | 
    
               not a universal capable compiler
 
     | 
  
  
    | 
      297
     | 
    
                     ^
 
     | 
  
  
    | 
      298
     | 
    
      conftest.c:22:15: error: unknown type name 'universal'
 
     | 
  
  
    | 
      299
     | 
    
      configure:4155: $? = 1
 
     | 
  
  
    | 
      300
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      301
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      302
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      303
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      304
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      305
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      306
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      307
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      308
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      309
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      310
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      311
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      312
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      313
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      314
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      315
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      316
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      317
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      318
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      319
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      320
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      321
     | 
    
      | #ifndef __APPLE_CC__
 
     | 
  
  
    | 
      322
     | 
    
      | 	       not a universal capable compiler
 
     | 
  
  
    | 
      323
     | 
    
      | 	     #endif
 
     | 
  
  
    | 
      324
     | 
    
      | 	     typedef int dummy;
 
     | 
  
  
    | 
      325
     | 
    
      | 
 
     | 
  
  
    | 
      326
     | 
    
      configure:4200: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      327
     | 
    
      configure:4200: $? = 0
 
     | 
  
  
    | 
      328
     | 
    
      configure:4218: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      329
     | 
    
      conftest.c: In function 'main':
 
     | 
  
  
    | 
      330
     | 
    
      conftest.c:28:4: error: unknown type name 'not'
 
     | 
  
  
    | 
      331
     | 
    
          not big endian
 
     | 
  
  
    | 
      332
     | 
    
          ^
 
     | 
  
  
    | 
      333
     | 
    
      conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
 
     | 
  
  
    | 
      334
     | 
    
          not big endian
 
     | 
  
  
    | 
      335
     | 
    
                  ^
 
     | 
  
  
    | 
      336
     | 
    
      configure:4218: $? = 1
 
     | 
  
  
    | 
      337
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      338
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      339
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      340
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      341
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      342
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      343
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      344
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      345
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      346
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      347
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      348
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      349
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      350
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      351
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      352
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      353
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      354
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      355
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      356
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      357
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      358
     | 
    
      | #include <sys/types.h>
 
     | 
  
  
    | 
      359
     | 
    
      | 		#include <sys/param.h>
 
     | 
  
  
    | 
      360
     | 
    
      | 
 
     | 
  
  
    | 
      361
     | 
    
      | int
 
     | 
  
  
    | 
      362
     | 
    
      | main ()
 
     | 
  
  
    | 
      363
     | 
    
      | {
     | 
  
  
    | 
      364
     | 
    
      | #if BYTE_ORDER != BIG_ENDIAN
 
     | 
  
  
    | 
      365
     | 
    
      | 		 not big endian
 
     | 
  
  
    | 
      366
     | 
    
      | 		#endif
 
     | 
  
  
    | 
      367
     | 
    
      | 
 
     | 
  
  
    | 
      368
     | 
    
      |   ;
 
     | 
  
  
    | 
      369
     | 
    
      |   return 0;
 
     | 
  
  
    | 
      370
     | 
    
      | }
 
     | 
  
  
    | 
      371
     | 
    
      configure:4346: result: no
 
     | 
  
  
    | 
      372
     | 
    
      configure:4371: checking for special C compiler options needed for large files
 
     | 
  
  
    | 
      373
     | 
    
      configure:4416: result: no
 
     | 
  
  
    | 
      374
     | 
    
      configure:4422: checking for _FILE_OFFSET_BITS value needed for large files
 
     | 
  
  
    | 
      375
     | 
    
      configure:4447: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      376
     | 
    
      conftest.c:27:3: warning: left shift count >= width of type [enabled by default]
 
     | 
  
  
    | 
      377
     | 
    
         int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
 
     | 
  
  
    | 
      378
     | 
    
         ^
 
     | 
  
  
    | 
      379
     | 
    
      conftest.c:27:3: warning: left shift count >= width of type [enabled by default]
 
     | 
  
  
    | 
      380
     | 
    
      conftest.c:28:10: warning: left shift count >= width of type [enabled by default]
 
     | 
  
  
    | 
      381
     | 
    
                && LARGE_OFF_T % 2147483647 == 1)
 
     | 
  
  
    | 
      382
     | 
    
                ^
 
     | 
  
  
    | 
      383
     | 
    
      conftest.c:28:10: warning: left shift count >= width of type [enabled by default]
 
     | 
  
  
    | 
      384
     | 
    
      conftest.c:27:7: error: variably modified 'off_t_is_large' at file scope
 
     | 
  
  
    | 
      385
     | 
    
         int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
 
     | 
  
  
    | 
      386
     | 
    
             ^
 
     | 
  
  
    | 
      387
     | 
    
      configure:4447: $? = 1
 
     | 
  
  
    | 
      388
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      389
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      390
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      391
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      392
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      393
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      394
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      395
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      396
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      397
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      398
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      399
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      400
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      401
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      402
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      403
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      404
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      405
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      406
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      407
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      408
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      409
     | 
    
      | #include <sys/types.h>
 
     | 
  
  
    | 
      410
     | 
    
      |  /* Check that off_t can represent 2**63 - 1 correctly.
 
     | 
  
  
    | 
      411
     | 
    
      |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
 
     | 
  
  
    | 
      412
     | 
    
      |     since some C++ compilers masquerading as C compilers
 
     | 
  
  
    | 
      413
     | 
    
      |     incorrectly reject 9223372036854775807.  */
 
     | 
  
  
    | 
      414
     | 
    
      | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
 
     | 
  
  
    | 
      415
     | 
    
      |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
 
     | 
  
  
    | 
      416
     | 
    
      | 		       && LARGE_OFF_T % 2147483647 == 1)
 
     | 
  
  
    | 
      417
     | 
    
      | 		      ? 1 : -1];
 
     | 
  
  
    | 
      418
     | 
    
      | int
 
     | 
  
  
    | 
      419
     | 
    
      | main ()
 
     | 
  
  
    | 
      420
     | 
    
      | {
     | 
  
  
    | 
      421
     | 
    
      | 
 
     | 
  
  
    | 
      422
     | 
    
      |   ;
 
     | 
  
  
    | 
      423
     | 
    
      |   return 0;
 
     | 
  
  
    | 
      424
     | 
    
      | }
 
     | 
  
  
    | 
      425
     | 
    
      configure:4471: gcc -c -g -O2  conftest.c >&5
 
     | 
  
  
    | 
      426
     | 
    
      configure:4471: $? = 0
 
     | 
  
  
    | 
      427
     | 
    
      configure:4479: result: 64
 
     | 
  
  
    | 
      428
     | 
    
      configure:4568: checking build system type
 
     | 
  
  
    | 
      429
     | 
    
      configure:4582: result: i686-pc-linux-gnu
 
     | 
  
  
    | 
      430
     | 
    
      configure:4602: checking host system type
 
     | 
  
  
    | 
      431
     | 
    
      configure:4615: result: i686-pc-linux-gnu
 
     | 
  
  
    | 
      432
     | 
    
      configure:4635: checking target system type
 
     | 
  
  
    | 
      433
     | 
    
      configure:4648: result: i686-pc-linux-gnu
 
     | 
  
  
    | 
      434
     | 
    
      configure:4728: checking for pkg-config
 
     | 
  
  
    | 
      435
     | 
    
      configure:4746: found /usr/bin/pkg-config
 
     | 
  
  
    | 
      436
     | 
    
      configure:4758: result: /usr/bin/pkg-config
 
     | 
  
  
    | 
      437
     | 
    
      configure:4783: checking pkg-config is at least version 0.9.0
 
     | 
  
  
    | 
      438
     | 
    
      configure:4786: result: yes
 
     | 
  
  
    | 
      439
     | 
    
      configure:4805: checking whether the C/C++ compiler supports -Wtype-limits
 
     | 
  
  
    | 
      440
     | 
    
      configure:4820: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
 
     | 
  
  
    | 
      441
     | 
    
      configure:4820: $? = 0
 
     | 
  
  
    | 
      442
     | 
    
      configure:4822: result: yes
 
     | 
  
  
    | 
      443
     | 
    
      configure:4842: checking operating system type
 
     | 
  
  
    | 
      444
     | 
    
      configure:4850: result: Linux
 
     | 
  
  
    | 
      445
     | 
    
      configure:4876: checking whether ln -s works
 
     | 
  
  
    | 
      446
     | 
    
      configure:4880: result: yes
 
     | 
  
  
    | 
      447
     | 
    
      configure:4889: checking for rm
 
     | 
  
  
    | 
      448
     | 
    
      configure:4907: found /usr/bin/rm
 
     | 
  
  
    | 
      449
     | 
    
      configure:4919: result: /usr/bin/rm
 
     | 
  
  
    | 
      450
     | 
    
      configure:4929: checking for mv
 
     | 
  
  
    | 
      451
     | 
    
      configure:4947: found /usr/bin/mv
 
     | 
  
  
    | 
      452
     | 
    
      configure:4959: result: /usr/bin/mv
 
     | 
  
  
    | 
      453
     | 
    
      configure:4969: checking for cp
 
     | 
  
  
    | 
      454
     | 
    
      configure:4987: found /usr/bin/cp
 
     | 
  
  
    | 
      455
     | 
    
      configure:4999: result: /usr/bin/cp
 
     | 
  
  
    | 
      456
     | 
    
      configure:5009: checking for ar
 
     | 
  
  
    | 
      457
     | 
    
      configure:5027: found /usr/bin/ar
 
     | 
  
  
    | 
      458
     | 
    
      configure:5039: result: /usr/bin/ar
 
     | 
  
  
    | 
      459
     | 
    
      configure:5049: checking for ranlib
 
     | 
  
  
    | 
      460
     | 
    
      configure:5067: found /usr/bin/ranlib
 
     | 
  
  
    | 
      461
     | 
    
      configure:5079: result: /usr/bin/ranlib
 
     | 
  
  
    | 
      462
     | 
    
      configure:5089: checking for windres
 
     | 
  
  
    | 
      463
     | 
    
      configure:5122: result: no
 
     | 
  
  
    | 
      464
     | 
    
      configure:5128: checking for library containing pthread_create
 
     | 
  
  
    | 
      465
     | 
    
      configure:5159: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
 
     | 
  
  
    | 
      466
     | 
    
      /tmp/ccN0Sl4d.o: In function `main':
 
     | 
  
  
    | 
      467
     | 
    
      /home/howard/Downloads/temp/audacious-plugins-3.5/conftest.c:33: undefined reference to `pthread_create'
 
     | 
  
  
    | 
      468
     | 
    
      collect2: error: ld returned 1 exit status
 
     | 
  
  
    | 
      469
     | 
    
      configure:5159: $? = 1
 
     | 
  
  
    | 
      470
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      471
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      472
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      473
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      474
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      475
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      476
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      477
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      478
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      479
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      480
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      481
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      482
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      483
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      484
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      485
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      486
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      487
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      488
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      489
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      490
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      491
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      492
     | 
    
      | 
 
     | 
  
  
    | 
      493
     | 
    
      | /* Override any GCC internal prototype to avoid an error.
 
     | 
  
  
    | 
      494
     | 
    
      |    Use char because int might match the return type of a GCC
 
     | 
  
  
    | 
      495
     | 
    
      |    builtin and then its argument prototype would still apply.  */
 
     | 
  
  
    | 
      496
     | 
    
      | #ifdef __cplusplus
 
     | 
  
  
    | 
      497
     | 
    
      | extern "C"
 
     | 
  
  
    | 
      498
     | 
    
      | #endif
 
     | 
  
  
    | 
      499
     | 
    
      | char pthread_create ();
 
     | 
  
  
    | 
      500
     | 
    
      | int
 
     | 
  
  
    | 
      501
     | 
    
      | main ()
 
     | 
  
  
    | 
      502
     | 
    
      | {
     | 
  
  
    | 
      503
     | 
    
      | return pthread_create ();
 
     | 
  
  
    | 
      504
     | 
    
      |   ;
 
     | 
  
  
    | 
      505
     | 
    
      |   return 0;
 
     | 
  
  
    | 
      506
     | 
    
      | }
 
     | 
  
  
    | 
      507
     | 
    
      configure:5159: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
 
     | 
  
  
    | 
      508
     | 
    
      configure:5159: $? = 0
 
     | 
  
  
    | 
      509
     | 
    
      configure:5176: result: -lpthread
 
     | 
  
  
    | 
      510
     | 
    
      configure:5188: checking for GLIB
 
     | 
  
  
    | 
      511
     | 
    
      configure:5195: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
 
     | 
  
  
    | 
      512
     | 
    
      configure:5198: $? = 0
 
     | 
  
  
    | 
      513
     | 
    
      configure:5212: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
 
     | 
  
  
    | 
      514
     | 
    
      configure:5215: $? = 0
 
     | 
  
  
    | 
      515
     | 
    
      configure:5273: result: yes
 
     | 
  
  
    | 
      516
     | 
    
      configure:5279: checking for GMODULE
 
     | 
  
  
    | 
      517
     | 
    
      configure:5286: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
 
     | 
  
  
    | 
      518
     | 
    
      configure:5289: $? = 0
 
     | 
  
  
    | 
      519
     | 
    
      configure:5303: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
 
     | 
  
  
    | 
      520
     | 
    
      configure:5306: $? = 0
 
     | 
  
  
    | 
      521
     | 
    
      configure:5364: result: yes
 
     | 
  
  
    | 
      522
     | 
    
      configure:5370: checking for GTK
 
     | 
  
  
    | 
      523
     | 
    
      configure:5377: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
 
     | 
  
  
    | 
      524
     | 
    
      configure:5380: $? = 0
 
     | 
  
  
    | 
      525
     | 
    
      configure:5394: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
 
     | 
  
  
    | 
      526
     | 
    
      configure:5397: $? = 0
 
     | 
  
  
    | 
      527
     | 
    
      configure:5455: result: yes
 
     | 
  
  
    | 
      528
     | 
    
      configure:5555: checking for GIO
 
     | 
  
  
    | 
      529
     | 
    
      configure:5562: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
 
     | 
  
  
    | 
      530
     | 
    
      configure:5565: $? = 0
 
     | 
  
  
    | 
      531
     | 
    
      configure:5579: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
 
     | 
  
  
    | 
      532
     | 
    
      configure:5582: $? = 0
 
     | 
  
  
    | 
      533
     | 
    
      configure:5640: result: yes
 
     | 
  
  
    | 
      534
     | 
    
      configure:5659: checking for shared library system
 
     | 
  
  
    | 
      535
     | 
    
      configure:5723: result: GNU
 
     | 
  
  
    | 
      536
     | 
    
      configure:5754: checking for mkdtemp
 
     | 
  
  
    | 
      537
     | 
    
      configure:5754: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread  >&5
 
     | 
  
  
    | 
      538
     | 
    
      configure:5754: $? = 0
 
     | 
  
  
    | 
      539
     | 
    
      configure:5754: result: yes
 
     | 
  
  
    | 
      540
     | 
    
      configure:5764: checking whether make sets $(MAKE)
 
     | 
  
  
    | 
      541
     | 
    
      configure:5786: result: yes
 
     | 
  
  
    | 
      542
     | 
    
      configure:5809: checking for a BSD-compatible install
 
     | 
  
  
    | 
      543
     | 
    
      configure:5877: result: /usr/bin/install -c
 
     | 
  
  
    | 
      544
     | 
    
      configure:5888: checking for a thread-safe mkdir -p
 
     | 
  
  
    | 
      545
     | 
    
      configure:5927: result: /usr/bin/mkdir -p
 
     | 
  
  
    | 
      546
     | 
    
      configure:5930: checking for a sed that does not truncate output
 
     | 
  
  
    | 
      547
     | 
    
      configure:5994: result: /usr/bin/sed
 
     | 
  
  
    | 
      548
     | 
    
      configure:6000: checking whether NLS is requested
 
     | 
  
  
    | 
      549
     | 
    
      configure:6009: result: yes
 
     | 
  
  
    | 
      550
     | 
    
      configure:6049: checking for msgfmt
 
     | 
  
  
    | 
      551
     | 
    
      configure: trying /usr/bin/msgfmt...
 
     | 
  
  
    | 
      552
     | 
    
      0 translated messages.
 
     | 
  
  
    | 
      553
     | 
    
      configure:6081: result: /usr/bin/msgfmt
 
     | 
  
  
    | 
      554
     | 
    
      configure:6090: checking for gmsgfmt
 
     | 
  
  
    | 
      555
     | 
    
      configure:6121: result: /usr/bin/msgfmt
 
     | 
  
  
    | 
      556
     | 
    
      configure:6171: checking for xgettext
 
     | 
  
  
    | 
      557
     | 
    
      configure: trying /usr/bin/xgettext...
 
     | 
  
  
    | 
      558
     | 
    
      /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
 
     | 
  
  
    | 
      559
     | 
    
      configure:6203: result: /usr/bin/xgettext
 
     | 
  
  
    | 
      560
     | 
    
      configure:6248: checking for msgmerge
 
     | 
  
  
    | 
      561
     | 
    
      configure: trying /usr/bin/msgmerge...
 
     | 
  
  
    | 
      562
     | 
    
      configure:6279: result: /usr/bin/msgmerge
 
     | 
  
  
    | 
      563
     | 
    
      configure:6337: checking for ld used by gcc
 
     | 
  
  
    | 
      564
     | 
    
      configure:6404: result: /usr/i586-suse-linux/bin/ld
 
     | 
  
  
    | 
      565
     | 
    
      configure:6411: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
 
     | 
  
  
    | 
      566
     | 
    
      configure:6426: result: yes
 
     | 
  
  
    | 
      567
     | 
    
      configure:6433: checking for shared library run path origin
 
     | 
  
  
    | 
      568
     | 
    
      configure:6446: result: done
 
     | 
  
  
    | 
      569
     | 
    
      configure:7018: checking for CFPreferencesCopyAppValue
 
     | 
  
  
    | 
      570
     | 
    
      configure:7036: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
 
     | 
  
  
    | 
      571
     | 
    
      conftest.c:23:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 
     | 
  
  
    | 
      572
     | 
    
       #include <CoreFoundation/CFPreferences.h>
 
     | 
  
  
    | 
      573
     | 
    
                                                ^
 
     | 
  
  
    | 
      574
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      575
     | 
    
      configure:7036: $? = 1
 
     | 
  
  
    | 
      576
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      577
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      578
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      579
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      580
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      581
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      582
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      583
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      584
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      585
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      586
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      587
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      588
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      589
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      590
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      591
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      592
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      593
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      594
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      595
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      596
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      597
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      598
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      599
     | 
    
      | #include <CoreFoundation/CFPreferences.h>
 
     | 
  
  
    | 
      600
     | 
    
      | int
 
     | 
  
  
    | 
      601
     | 
    
      | main ()
 
     | 
  
  
    | 
      602
     | 
    
      | {
     | 
  
  
    | 
      603
     | 
    
      | CFPreferencesCopyAppValue(NULL, NULL)
 
     | 
  
  
    | 
      604
     | 
    
      |   ;
 
     | 
  
  
    | 
      605
     | 
    
      |   return 0;
 
     | 
  
  
    | 
      606
     | 
    
      | }
 
     | 
  
  
    | 
      607
     | 
    
      configure:7045: result: no
 
     | 
  
  
    | 
      608
     | 
    
      configure:7052: checking for CFLocaleCopyCurrent
 
     | 
  
  
    | 
      609
     | 
    
      configure:7070: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
 
     | 
  
  
    | 
      610
     | 
    
      conftest.c:23:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 
     | 
  
  
    | 
      611
     | 
    
       #include <CoreFoundation/CFLocale.h>
 
     | 
  
  
    | 
      612
     | 
    
                                           ^
 
     | 
  
  
    | 
      613
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      614
     | 
    
      configure:7070: $? = 1
 
     | 
  
  
    | 
      615
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      616
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      617
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      618
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      619
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      620
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      621
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      622
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      623
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      624
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      625
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      626
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      627
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      628
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      629
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      630
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      631
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      632
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      633
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      634
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      635
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      636
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      637
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      638
     | 
    
      | #include <CoreFoundation/CFLocale.h>
 
     | 
  
  
    | 
      639
     | 
    
      | int
 
     | 
  
  
    | 
      640
     | 
    
      | main ()
 
     | 
  
  
    | 
      641
     | 
    
      | {
     | 
  
  
    | 
      642
     | 
    
      | CFLocaleCopyCurrent();
 
     | 
  
  
    | 
      643
     | 
    
      |   ;
 
     | 
  
  
    | 
      644
     | 
    
      |   return 0;
 
     | 
  
  
    | 
      645
     | 
    
      | }
 
     | 
  
  
    | 
      646
     | 
    
      configure:7079: result: no
 
     | 
  
  
    | 
      647
     | 
    
      configure:7128: checking for GNU gettext in libc
 
     | 
  
  
    | 
      648
     | 
    
      configure:7152: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread  >&5
 
     | 
  
  
    | 
      649
     | 
    
      configure:7152: $? = 0
 
     | 
  
  
    | 
      650
     | 
    
      configure:7161: result: yes
 
     | 
  
  
    | 
      651
     | 
    
      configure:7989: checking whether to use NLS
 
     | 
  
  
    | 
      652
     | 
    
      configure:7991: result: yes
 
     | 
  
  
    | 
      653
     | 
    
      configure:7994: checking where the gettext function comes from
 
     | 
  
  
    | 
      654
     | 
    
      configure:8005: result: libc
 
     | 
  
  
    | 
      655
     | 
    
      configure:8071: checking for AUDACIOUS
 
     | 
  
  
    | 
      656
     | 
    
      configure:8078: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
 
     | 
  
  
    | 
      657
     | 
    
      configure:8081: $? = 0
 
     | 
  
  
    | 
      658
     | 
    
      configure:8095: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
 
     | 
  
  
    | 
      659
     | 
    
      configure:8098: $? = 0
 
     | 
  
  
    | 
      660
     | 
    
      configure:8138: result: yes
 
     | 
  
  
    | 
      661
     | 
    
      configure:8149: checking for XML
 
     | 
  
  
    | 
      662
     | 
    
      configure:8156: $PKG_CONFIG --exists --print-errors "libxml-2.0"
 
     | 
  
  
    | 
      663
     | 
    
      configure:8159: $? = 0
 
     | 
  
  
    | 
      664
     | 
    
      configure:8173: $PKG_CONFIG --exists --print-errors "libxml-2.0"
 
     | 
  
  
    | 
      665
     | 
    
      configure:8176: $? = 0
 
     | 
  
  
    | 
      666
     | 
    
      configure:8234: result: yes
 
     | 
  
  
    | 
      667
     | 
    
      configure:8261: checking zlib.h usability
 
     | 
  
  
    | 
      668
     | 
    
      configure:8261: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      669
     | 
    
      configure:8261: $? = 0
 
     | 
  
  
    | 
      670
     | 
    
      configure:8261: result: yes
 
     | 
  
  
    | 
      671
     | 
    
      configure:8261: checking zlib.h presence
 
     | 
  
  
    | 
      672
     | 
    
      configure:8261: gcc -E   conftest.c
 
     | 
  
  
    | 
      673
     | 
    
      configure:8261: $? = 0
 
     | 
  
  
    | 
      674
     | 
    
      configure:8261: result: yes
 
     | 
  
  
    | 
      675
     | 
    
      configure:8261: checking for zlib.h
 
     | 
  
  
    | 
      676
     | 
    
      configure:8261: result: yes
 
     | 
  
  
    | 
      677
     | 
    
      configure:8307: checking for PULSE
 
     | 
  
  
    | 
      678
     | 
    
      configure:8314: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
 
     | 
  
  
    | 
      679
     | 
    
      configure:8317: $? = 0
 
     | 
  
  
    | 
      680
     | 
    
      configure:8331: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
 
     | 
  
  
    | 
      681
     | 
    
      configure:8334: $? = 0
 
     | 
  
  
    | 
      682
     | 
    
      configure:8378: result: yes
 
     | 
  
  
    | 
      683
     | 
    
      configure:8414: checking for MPG123
 
     | 
  
  
    | 
      684
     | 
    
      configure:8421: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
 
     | 
  
  
    | 
      685
     | 
    
      configure:8424: $? = 0
 
     | 
  
  
    | 
      686
     | 
    
      configure:8438: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
 
     | 
  
  
    | 
      687
     | 
    
      configure:8441: $? = 0
 
     | 
  
  
    | 
      688
     | 
    
      configure:8485: result: yes
 
     | 
  
  
    | 
      689
     | 
    
      configure:8509: checking for GDKX11
 
     | 
  
  
    | 
      690
     | 
    
      configure:8516: $PKG_CONFIG --exists --print-errors "gdk-x11-3.0"
 
     | 
  
  
    | 
      691
     | 
    
      configure:8519: $? = 0
 
     | 
  
  
    | 
      692
     | 
    
      configure:8533: $PKG_CONFIG --exists --print-errors "gdk-x11-3.0"
 
     | 
  
  
    | 
      693
     | 
    
      configure:8536: $? = 0
 
     | 
  
  
    | 
      694
     | 
    
      configure:8580: result: yes
 
     | 
  
  
    | 
      695
     | 
    
      configure:8604: checking for DBUS
 
     | 
  
  
    | 
      696
     | 
    
      configure:8611: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
 
     | 
  
  
    | 
      697
     | 
    
      Package dbus-glib-1 was not found in the pkg-config search path.
 
     | 
  
  
    | 
      698
     | 
    
      Perhaps you should add the directory containing `dbus-glib-1.pc'
 
     | 
  
  
    | 
      699
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      700
     | 
    
      No package 'dbus-glib-1' found
 
     | 
  
  
    | 
      701
     | 
    
      configure:8614: $? = 1
 
     | 
  
  
    | 
      702
     | 
    
      configure:8628: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
 
     | 
  
  
    | 
      703
     | 
    
      Package dbus-glib-1 was not found in the pkg-config search path.
 
     | 
  
  
    | 
      704
     | 
    
      Perhaps you should add the directory containing `dbus-glib-1.pc'
 
     | 
  
  
    | 
      705
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      706
     | 
    
      No package 'dbus-glib-1' found
 
     | 
  
  
    | 
      707
     | 
    
      configure:8631: $? = 1
 
     | 
  
  
    | 
      708
     | 
    
      configure:8645: result: no
 
     | 
  
  
    | 
      709
     | 
    
      No package 'dbus-glib-1' found
 
     | 
  
  
    | 
      710
     | 
    
      configure:8698: checking lirc/lirc_client.h usability
 
     | 
  
  
    | 
      711
     | 
    
      configure:8698: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      712
     | 
    
      configure:8698: $? = 0
 
     | 
  
  
    | 
      713
     | 
    
      configure:8698: result: yes
 
     | 
  
  
    | 
      714
     | 
    
      configure:8698: checking lirc/lirc_client.h presence
 
     | 
  
  
    | 
      715
     | 
    
      configure:8698: gcc -E   conftest.c
 
     | 
  
  
    | 
      716
     | 
    
      configure:8698: $? = 0
 
     | 
  
  
    | 
      717
     | 
    
      configure:8698: result: yes
 
     | 
  
  
    | 
      718
     | 
    
      configure:8698: checking for lirc/lirc_client.h
 
     | 
  
  
    | 
      719
     | 
    
      configure:8698: result: yes
 
     | 
  
  
    | 
      720
     | 
    
      configure:8728: checking sys/wait.h usability
 
     | 
  
  
    | 
      721
     | 
    
      configure:8728: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      722
     | 
    
      configure:8728: $? = 0
 
     | 
  
  
    | 
      723
     | 
    
      configure:8728: result: yes
 
     | 
  
  
    | 
      724
     | 
    
      configure:8728: checking sys/wait.h presence
 
     | 
  
  
    | 
      725
     | 
    
      configure:8728: gcc -E   conftest.c
 
     | 
  
  
    | 
      726
     | 
    
      configure:8728: $? = 0
 
     | 
  
  
    | 
      727
     | 
    
      configure:8728: result: yes
 
     | 
  
  
    | 
      728
     | 
    
      configure:8728: checking for sys/wait.h
 
     | 
  
  
    | 
      729
     | 
    
      configure:8728: result: yes
 
     | 
  
  
    | 
      730
     | 
    
      configure:8773: checking for XRENDER
 
     | 
  
  
    | 
      731
     | 
    
      configure:8780: $PKG_CONFIG --exists --print-errors "xrender"
 
     | 
  
  
    | 
      732
     | 
    
      configure:8783: $? = 0
 
     | 
  
  
    | 
      733
     | 
    
      configure:8797: $PKG_CONFIG --exists --print-errors "xrender"
 
     | 
  
  
    | 
      734
     | 
    
      configure:8800: $? = 0
 
     | 
  
  
    | 
      735
     | 
    
      configure:8842: result: yes
 
     | 
  
  
    | 
      736
     | 
    
      configure:8877: checking for XCOMPOSITE
 
     | 
  
  
    | 
      737
     | 
    
      configure:8884: $PKG_CONFIG --exists --print-errors "xcomposite"
 
     | 
  
  
    | 
      738
     | 
    
      configure:8887: $? = 0
 
     | 
  
  
    | 
      739
     | 
    
      configure:8901: $PKG_CONFIG --exists --print-errors "xcomposite"
 
     | 
  
  
    | 
      740
     | 
    
      configure:8904: $? = 0
 
     | 
  
  
    | 
      741
     | 
    
      configure:8948: result: yes
 
     | 
  
  
    | 
      742
     | 
    
      configure:8973: checking for NOTIFY
 
     | 
  
  
    | 
      743
     | 
    
      configure:8980: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
 
     | 
  
  
    | 
      744
     | 
    
      configure:8983: $? = 0
 
     | 
  
  
    | 
      745
     | 
    
      configure:8997: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
 
     | 
  
  
    | 
      746
     | 
    
      configure:9000: $? = 0
 
     | 
  
  
    | 
      747
     | 
    
      configure:9044: result: yes
 
     | 
  
  
    | 
      748
     | 
    
      configure:9065: checking for gdbus-codegen
 
     | 
  
  
    | 
      749
     | 
    
      configure:9081: found /usr/bin/gdbus-codegen
 
     | 
  
  
    | 
      750
     | 
    
      configure:9093: result: yes
 
     | 
  
  
    | 
      751
     | 
    
      configure:9122: checking for BINIO
 
     | 
  
  
    | 
      752
     | 
    
      configure:9129: $PKG_CONFIG --exists --print-errors "libbinio >= 1.4"
 
     | 
  
  
    | 
      753
     | 
    
      configure:9132: $? = 0
 
     | 
  
  
    | 
      754
     | 
    
      configure:9146: $PKG_CONFIG --exists --print-errors "libbinio >= 1.4"
 
     | 
  
  
    | 
      755
     | 
    
      configure:9149: $? = 0
 
     | 
  
  
    | 
      756
     | 
    
      configure:9193: result: yes
 
     | 
  
  
    | 
      757
     | 
    
      configure:9217: checking for VORBIS
 
     | 
  
  
    | 
      758
     | 
    
      configure:9224: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
 
     | 
  
  
    | 
      759
     | 
    
      configure:9227: $? = 0
 
     | 
  
  
    | 
      760
     | 
    
      configure:9241: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
 
     | 
  
  
    | 
      761
     | 
    
      configure:9244: $? = 0
 
     | 
  
  
    | 
      762
     | 
    
      configure:9288: result: yes
 
     | 
  
  
    | 
      763
     | 
    
      configure:9309: checking for LIBFLAC
 
     | 
  
  
    | 
      764
     | 
    
      configure:9316: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
 
     | 
  
  
    | 
      765
     | 
    
      configure:9319: $? = 0
 
     | 
  
  
    | 
      766
     | 
    
      configure:9333: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
 
     | 
  
  
    | 
      767
     | 
    
      configure:9336: $? = 0
 
     | 
  
  
    | 
      768
     | 
    
      configure:9380: result: yes
 
     | 
  
  
    | 
      769
     | 
    
      configure:9404: checking for WAVPACK
 
     | 
  
  
    | 
      770
     | 
    
      configure:9411: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
 
     | 
  
  
    | 
      771
     | 
    
      configure:9414: $? = 0
 
     | 
  
  
    | 
      772
     | 
    
      configure:9428: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
 
     | 
  
  
    | 
      773
     | 
    
      configure:9431: $? = 0
 
     | 
  
  
    | 
      774
     | 
    
      configure:9475: result: yes
 
     | 
  
  
    | 
      775
     | 
    
      configure:9500: checking faad.h usability
 
     | 
  
  
    | 
      776
     | 
    
      configure:9500: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      777
     | 
    
      In file included from conftest.c:63:0:
 
     | 
  
  
    | 
      778
     | 
    
      /usr/include/faad.h:32:9: note: #pragma message: please update faad2 include filename and function names!
 
     | 
  
  
    | 
      779
     | 
    
       #pragma message("please update faad2 include filename and function names!")
     | 
  
  
    | 
      780
     | 
    
               ^
 
     | 
  
  
    | 
      781
     | 
    
      configure:9500: $? = 0
 
     | 
  
  
    | 
      782
     | 
    
      configure:9500: result: yes
 
     | 
  
  
    | 
      783
     | 
    
      configure:9500: checking faad.h presence
 
     | 
  
  
    | 
      784
     | 
    
      configure:9500: gcc -E   conftest.c
 
     | 
  
  
    | 
      785
     | 
    
      configure:9500: $? = 0
 
     | 
  
  
    | 
      786
     | 
    
      configure:9500: result: yes
 
     | 
  
  
    | 
      787
     | 
    
      configure:9500: checking for faad.h
 
     | 
  
  
    | 
      788
     | 
    
      configure:9500: result: yes
 
     | 
  
  
    | 
      789
     | 
    
      configure:9502: checking whether FAAD2_VERSION is declared
 
     | 
  
  
    | 
      790
     | 
    
      configure:9502: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      791
     | 
    
      configure:9502: $? = 0
 
     | 
  
  
    | 
      792
     | 
    
      configure:9502: result: yes
 
     | 
  
  
    | 
      793
     | 
    
      configure:9505: checking whether NeAACDecInit2 is declared
 
     | 
  
  
    | 
      794
     | 
    
      configure:9505: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      795
     | 
    
      configure:9505: $? = 0
 
     | 
  
  
    | 
      796
     | 
    
      configure:9505: result: yes
 
     | 
  
  
    | 
      797
     | 
    
      configure:9508: checking for NeAACDecInit2 in -lfaad
 
     | 
  
  
    | 
      798
     | 
    
      configure:9533: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    -Wl,-z,defs conftest.c -lfaad  -lpthread   -laudcore -laudgui  >&5
 
     | 
  
  
    | 
      799
     | 
    
      configure:9533: $? = 0
 
     | 
  
  
    | 
      800
     | 
    
      configure:9542: result: yes
 
     | 
  
  
    | 
      801
     | 
    
      configure:9579: checking for SNDFILE
 
     | 
  
  
    | 
      802
     | 
    
      configure:9586: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
 
     | 
  
  
    | 
      803
     | 
    
      configure:9589: $? = 0
 
     | 
  
  
    | 
      804
     | 
    
      configure:9603: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
 
     | 
  
  
    | 
      805
     | 
    
      configure:9606: $? = 0
 
     | 
  
  
    | 
      806
     | 
    
      configure:9650: result: yes
 
     | 
  
  
    | 
      807
     | 
    
      configure:9674: checking for MODPLUG
 
     | 
  
  
    | 
      808
     | 
    
      configure:9681: $PKG_CONFIG --exists --print-errors "libmodplug"
 
     | 
  
  
    | 
      809
     | 
    
      configure:9684: $? = 0
 
     | 
  
  
    | 
      810
     | 
    
      configure:9698: $PKG_CONFIG --exists --print-errors "libmodplug"
 
     | 
  
  
    | 
      811
     | 
    
      configure:9701: $? = 0
 
     | 
  
  
    | 
      812
     | 
    
      configure:9745: result: yes
 
     | 
  
  
    | 
      813
     | 
    
      configure:9766: checking for FFMPEG
 
     | 
  
  
    | 
      814
     | 
    
      configure:9773: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.5.0 libavutil >= 50.42.0"
 
     | 
  
  
    | 
      815
     | 
    
      Package libavcodec was not found in the pkg-config search path.
 
     | 
  
  
    | 
      816
     | 
    
      Perhaps you should add the directory containing `libavcodec.pc'
 
     | 
  
  
    | 
      817
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      818
     | 
    
      No package 'libavcodec' found
 
     | 
  
  
    | 
      819
     | 
    
      Package libavformat was not found in the pkg-config search path.
 
     | 
  
  
    | 
      820
     | 
    
      Perhaps you should add the directory containing `libavformat.pc'
 
     | 
  
  
    | 
      821
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      822
     | 
    
      No package 'libavformat' found
 
     | 
  
  
    | 
      823
     | 
    
      Package libavutil was not found in the pkg-config search path.
 
     | 
  
  
    | 
      824
     | 
    
      Perhaps you should add the directory containing `libavutil.pc'
 
     | 
  
  
    | 
      825
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      826
     | 
    
      No package 'libavutil' found
 
     | 
  
  
    | 
      827
     | 
    
      configure:9776: $? = 1
 
     | 
  
  
    | 
      828
     | 
    
      configure:9790: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.5.0 libavutil >= 50.42.0"
 
     | 
  
  
    | 
      829
     | 
    
      Package libavcodec was not found in the pkg-config search path.
 
     | 
  
  
    | 
      830
     | 
    
      Perhaps you should add the directory containing `libavcodec.pc'
 
     | 
  
  
    | 
      831
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      832
     | 
    
      No package 'libavcodec' found
 
     | 
  
  
    | 
      833
     | 
    
      Package libavformat was not found in the pkg-config search path.
 
     | 
  
  
    | 
      834
     | 
    
      Perhaps you should add the directory containing `libavformat.pc'
 
     | 
  
  
    | 
      835
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      836
     | 
    
      No package 'libavformat' found
 
     | 
  
  
    | 
      837
     | 
    
      Package libavutil was not found in the pkg-config search path.
 
     | 
  
  
    | 
      838
     | 
    
      Perhaps you should add the directory containing `libavutil.pc'
 
     | 
  
  
    | 
      839
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      840
     | 
    
      No package 'libavutil' found
 
     | 
  
  
    | 
      841
     | 
    
      configure:9793: $? = 1
 
     | 
  
  
    | 
      842
     | 
    
      configure:9807: result: no
 
     | 
  
  
    | 
      843
     | 
    
      No package 'libavcodec' found
 
     | 
  
  
    | 
      844
     | 
    
      No package 'libavformat' found
 
     | 
  
  
    | 
      845
     | 
    
      No package 'libavutil' found
 
     | 
  
  
    | 
      846
     | 
    
      configure:9857: checking for JACK
 
     | 
  
  
    | 
      847
     | 
    
      configure:9864: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
 
     | 
  
  
    | 
      848
     | 
    
      configure:9867: $? = 0
 
     | 
  
  
    | 
      849
     | 
    
      configure:9881: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
 
     | 
  
  
    | 
      850
     | 
    
      configure:9884: $? = 0
 
     | 
  
  
    | 
      851
     | 
    
      configure:10064: result: yes
 
     | 
  
  
    | 
      852
     | 
    
      configure:10072: checking for SAMPLERATE
 
     | 
  
  
    | 
      853
     | 
    
      configure:10079: $PKG_CONFIG --exists --print-errors "samplerate"
 
     | 
  
  
    | 
      854
     | 
    
      configure:10082: $? = 0
 
     | 
  
  
    | 
      855
     | 
    
      configure:10096: $PKG_CONFIG --exists --print-errors "samplerate"
 
     | 
  
  
    | 
      856
     | 
    
      configure:10099: $? = 0
 
     | 
  
  
    | 
      857
     | 
    
      configure:10139: result: yes
 
     | 
  
  
    | 
      858
     | 
    
      configure:10164: checking for SIDPLAYFP
 
     | 
  
  
    | 
      859
     | 
    
      configure:10171: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
 
     | 
  
  
    | 
      860
     | 
    
      configure:10174: $? = 0
 
     | 
  
  
    | 
      861
     | 
    
      configure:10188: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
 
     | 
  
  
    | 
      862
     | 
    
      configure:10191: $? = 0
 
     | 
  
  
    | 
      863
     | 
    
      configure:10235: result: yes
 
     | 
  
  
    | 
      864
     | 
    
      configure:10267: checking sys/soundcard.h usability
 
     | 
  
  
    | 
      865
     | 
    
      configure:10267: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    conftest.c >&5
 
     | 
  
  
    | 
      866
     | 
    
      configure:10267: $? = 0
 
     | 
  
  
    | 
      867
     | 
    
      configure:10267: result: yes
 
     | 
  
  
    | 
      868
     | 
    
      configure:10267: checking sys/soundcard.h presence
 
     | 
  
  
    | 
      869
     | 
    
      configure:10267: gcc -E    conftest.c
 
     | 
  
  
    | 
      870
     | 
    
      configure:10267: $? = 0
 
     | 
  
  
    | 
      871
     | 
    
      configure:10267: result: yes
 
     | 
  
  
    | 
      872
     | 
    
      configure:10267: checking for sys/soundcard.h
 
     | 
  
  
    | 
      873
     | 
    
      configure:10267: result: yes
 
     | 
  
  
    | 
      874
     | 
    
      configure:10267: checking soundcard.h usability
 
     | 
  
  
    | 
      875
     | 
    
      configure:10267: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    conftest.c >&5
 
     | 
  
  
    | 
      876
     | 
    
      conftest.c:64:23: fatal error: soundcard.h: No such file or directory
 
     | 
  
  
    | 
      877
     | 
    
       #include <soundcard.h>
 
     | 
  
  
    | 
      878
     | 
    
                             ^
 
     | 
  
  
    | 
      879
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      880
     | 
    
      configure:10267: $? = 1
 
     | 
  
  
    | 
      881
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      882
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      883
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      884
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      885
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      886
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      887
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      888
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      889
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      890
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      891
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      892
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      893
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      894
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      895
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      896
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      897
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      898
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      899
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      900
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      901
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      902
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      903
     | 
    
      | #define ENABLE_NLS 1
 
     | 
  
  
    | 
      904
     | 
    
      | #define HAVE_GETTEXT 1
 
     | 
  
  
    | 
      905
     | 
    
      | #define HAVE_DCGETTEXT 1
 
     | 
  
  
    | 
      906
     | 
    
      | #define HAVE_ZLIB_H 1
 
     | 
  
  
    | 
      907
     | 
    
      | #define HAVE_LIRC_LIRC_CLIENT_H 1
 
     | 
  
  
    | 
      908
     | 
    
      | #define HAVE_SYS_WAIT_H 1
 
     | 
  
  
    | 
      909
     | 
    
      | #define HAVE_XCOMPOSITE /**/
 
     | 
  
  
    | 
      910
     | 
    
      | #define HAVE_SYS_SOUNDCARD_H 1
 
     | 
  
  
    | 
      911
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      912
     | 
    
      | #include <stdio.h>
 
     | 
  
  
    | 
      913
     | 
    
      | #ifdef HAVE_SYS_TYPES_H
 
     | 
  
  
    | 
      914
     | 
    
      | # include <sys/types.h>
 
     | 
  
  
    | 
      915
     | 
    
      | #endif
 
     | 
  
  
    | 
      916
     | 
    
      | #ifdef HAVE_SYS_STAT_H
 
     | 
  
  
    | 
      917
     | 
    
      | # include <sys/stat.h>
 
     | 
  
  
    | 
      918
     | 
    
      | #endif
 
     | 
  
  
    | 
      919
     | 
    
      | #ifdef STDC_HEADERS
 
     | 
  
  
    | 
      920
     | 
    
      | # include <stdlib.h>
 
     | 
  
  
    | 
      921
     | 
    
      | # include <stddef.h>
 
     | 
  
  
    | 
      922
     | 
    
      | #else
 
     | 
  
  
    | 
      923
     | 
    
      | # ifdef HAVE_STDLIB_H
 
     | 
  
  
    | 
      924
     | 
    
      | #  include <stdlib.h>
 
     | 
  
  
    | 
      925
     | 
    
      | # endif
 
     | 
  
  
    | 
      926
     | 
    
      | #endif
 
     | 
  
  
    | 
      927
     | 
    
      | #ifdef HAVE_STRING_H
 
     | 
  
  
    | 
      928
     | 
    
      | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 
     | 
  
  
    | 
      929
     | 
    
      | #  include <memory.h>
 
     | 
  
  
    | 
      930
     | 
    
      | # endif
 
     | 
  
  
    | 
      931
     | 
    
      | # include <string.h>
 
     | 
  
  
    | 
      932
     | 
    
      | #endif
 
     | 
  
  
    | 
      933
     | 
    
      | #ifdef HAVE_STRINGS_H
 
     | 
  
  
    | 
      934
     | 
    
      | # include <strings.h>
 
     | 
  
  
    | 
      935
     | 
    
      | #endif
 
     | 
  
  
    | 
      936
     | 
    
      | #ifdef HAVE_INTTYPES_H
 
     | 
  
  
    | 
      937
     | 
    
      | # include <inttypes.h>
 
     | 
  
  
    | 
      938
     | 
    
      | #endif
 
     | 
  
  
    | 
      939
     | 
    
      | #ifdef HAVE_STDINT_H
 
     | 
  
  
    | 
      940
     | 
    
      | # include <stdint.h>
 
     | 
  
  
    | 
      941
     | 
    
      | #endif
 
     | 
  
  
    | 
      942
     | 
    
      | #ifdef HAVE_UNISTD_H
 
     | 
  
  
    | 
      943
     | 
    
      | # include <unistd.h>
 
     | 
  
  
    | 
      944
     | 
    
      | #endif
 
     | 
  
  
    | 
      945
     | 
    
      | #include <soundcard.h>
 
     | 
  
  
    | 
      946
     | 
    
      configure:10267: result: no
 
     | 
  
  
    | 
      947
     | 
    
      configure:10267: checking soundcard.h presence
 
     | 
  
  
    | 
      948
     | 
    
      configure:10267: gcc -E    conftest.c
 
     | 
  
  
    | 
      949
     | 
    
      conftest.c:31:23: fatal error: soundcard.h: No such file or directory
 
     | 
  
  
    | 
      950
     | 
    
       #include <soundcard.h>
 
     | 
  
  
    | 
      951
     | 
    
                             ^
 
     | 
  
  
    | 
      952
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      953
     | 
    
      configure:10267: $? = 1
 
     | 
  
  
    | 
      954
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      955
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      956
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      957
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      958
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      959
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      960
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      961
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      962
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      963
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      964
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      965
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      966
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      967
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      968
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      969
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      970
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      971
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      972
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      973
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      974
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      975
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      976
     | 
    
      | #define ENABLE_NLS 1
 
     | 
  
  
    | 
      977
     | 
    
      | #define HAVE_GETTEXT 1
 
     | 
  
  
    | 
      978
     | 
    
      | #define HAVE_DCGETTEXT 1
 
     | 
  
  
    | 
      979
     | 
    
      | #define HAVE_ZLIB_H 1
 
     | 
  
  
    | 
      980
     | 
    
      | #define HAVE_LIRC_LIRC_CLIENT_H 1
 
     | 
  
  
    | 
      981
     | 
    
      | #define HAVE_SYS_WAIT_H 1
 
     | 
  
  
    | 
      982
     | 
    
      | #define HAVE_XCOMPOSITE /**/
 
     | 
  
  
    | 
      983
     | 
    
      | #define HAVE_SYS_SOUNDCARD_H 1
 
     | 
  
  
    | 
      984
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      985
     | 
    
      | #include <soundcard.h>
 
     | 
  
  
    | 
      986
     | 
    
      configure:10267: result: no
 
     | 
  
  
    | 
      987
     | 
    
      configure:10267: checking for soundcard.h
 
     | 
  
  
    | 
      988
     | 
    
      configure:10267: result: no
 
     | 
  
  
    | 
      989
     | 
    
      configure:10277: checking for OSS4
 
     | 
  
  
    | 
      990
     | 
    
      configure:10305: result: no
 
     | 
  
  
    | 
      991
     | 
    
      configure:10324: checking for ALSA
 
     | 
  
  
    | 
      992
     | 
    
      configure:10331: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
 
     | 
  
  
    | 
      993
     | 
    
      configure:10334: $? = 0
 
     | 
  
  
    | 
      994
     | 
    
      configure:10348: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
 
     | 
  
  
    | 
      995
     | 
    
      configure:10351: $? = 0
 
     | 
  
  
    | 
      996
     | 
    
      configure:10393: result: yes
 
     | 
  
  
    | 
      997
     | 
    
      configure:10416: checking for SDL
 
     | 
  
  
    | 
      998
     | 
    
      configure:10423: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0"
 
     | 
  
  
    | 
      999
     | 
    
      Package sdl2 was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1000
     | 
    
      Perhaps you should add the directory containing `sdl2.pc'
 
     | 
  
  
    | 
      1001
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1002
     | 
    
      No package 'sdl2' found
 
     | 
  
  
    | 
      1003
     | 
    
      configure:10426: $? = 1
 
     | 
  
  
    | 
      1004
     | 
    
      configure:10440: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0"
 
     | 
  
  
    | 
      1005
     | 
    
      Package sdl2 was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1006
     | 
    
      Perhaps you should add the directory containing `sdl2.pc'
 
     | 
  
  
    | 
      1007
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1008
     | 
    
      No package 'sdl2' found
 
     | 
  
  
    | 
      1009
     | 
    
      configure:10443: $? = 1
 
     | 
  
  
    | 
      1010
     | 
    
      configure:10457: result: no
 
     | 
  
  
    | 
      1011
     | 
    
      No package 'sdl2' found
 
     | 
  
  
    | 
      1012
     | 
    
      configure:10475: checking for SDL
 
     | 
  
  
    | 
      1013
     | 
    
      configure:10482: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.11"
 
     | 
  
  
    | 
      1014
     | 
    
      configure:10485: $? = 0
 
     | 
  
  
    | 
      1015
     | 
    
      configure:10499: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.11"
 
     | 
  
  
    | 
      1016
     | 
    
      configure:10502: $? = 0
 
     | 
  
  
    | 
      1017
     | 
    
      configure:10544: result: yes
 
     | 
  
  
    | 
      1018
     | 
    
      configure:10650: checking sndio.h usability
 
     | 
  
  
    | 
      1019
     | 
    
      configure:10650: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   conftest.c >&5
 
     | 
  
  
    | 
      1020
     | 
    
      conftest.c:64:19: fatal error: sndio.h: No such file or directory
 
     | 
  
  
    | 
      1021
     | 
    
       #include <sndio.h>
 
     | 
  
  
    | 
      1022
     | 
    
                         ^
 
     | 
  
  
    | 
      1023
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      1024
     | 
    
      configure:10650: $? = 1
 
     | 
  
  
    | 
      1025
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      1026
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      1027
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      1028
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      1029
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      1030
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      1031
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      1032
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      1033
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      1034
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      1035
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      1036
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      1037
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      1038
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      1039
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      1040
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      1041
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      1042
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      1043
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      1044
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      1045
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      1046
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      1047
     | 
    
      | #define ENABLE_NLS 1
 
     | 
  
  
    | 
      1048
     | 
    
      | #define HAVE_GETTEXT 1
 
     | 
  
  
    | 
      1049
     | 
    
      | #define HAVE_DCGETTEXT 1
 
     | 
  
  
    | 
      1050
     | 
    
      | #define HAVE_ZLIB_H 1
 
     | 
  
  
    | 
      1051
     | 
    
      | #define HAVE_LIRC_LIRC_CLIENT_H 1
 
     | 
  
  
    | 
      1052
     | 
    
      | #define HAVE_SYS_WAIT_H 1
 
     | 
  
  
    | 
      1053
     | 
    
      | #define HAVE_XCOMPOSITE /**/
 
     | 
  
  
    | 
      1054
     | 
    
      | #define HAVE_SYS_SOUNDCARD_H 1
 
     | 
  
  
    | 
      1055
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      1056
     | 
    
      | #include <stdio.h>
 
     | 
  
  
    | 
      1057
     | 
    
      | #ifdef HAVE_SYS_TYPES_H
 
     | 
  
  
    | 
      1058
     | 
    
      | # include <sys/types.h>
 
     | 
  
  
    | 
      1059
     | 
    
      | #endif
 
     | 
  
  
    | 
      1060
     | 
    
      | #ifdef HAVE_SYS_STAT_H
 
     | 
  
  
    | 
      1061
     | 
    
      | # include <sys/stat.h>
 
     | 
  
  
    | 
      1062
     | 
    
      | #endif
 
     | 
  
  
    | 
      1063
     | 
    
      | #ifdef STDC_HEADERS
 
     | 
  
  
    | 
      1064
     | 
    
      | # include <stdlib.h>
 
     | 
  
  
    | 
      1065
     | 
    
      | # include <stddef.h>
 
     | 
  
  
    | 
      1066
     | 
    
      | #else
 
     | 
  
  
    | 
      1067
     | 
    
      | # ifdef HAVE_STDLIB_H
 
     | 
  
  
    | 
      1068
     | 
    
      | #  include <stdlib.h>
 
     | 
  
  
    | 
      1069
     | 
    
      | # endif
 
     | 
  
  
    | 
      1070
     | 
    
      | #endif
 
     | 
  
  
    | 
      1071
     | 
    
      | #ifdef HAVE_STRING_H
 
     | 
  
  
    | 
      1072
     | 
    
      | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 
     | 
  
  
    | 
      1073
     | 
    
      | #  include <memory.h>
 
     | 
  
  
    | 
      1074
     | 
    
      | # endif
 
     | 
  
  
    | 
      1075
     | 
    
      | # include <string.h>
 
     | 
  
  
    | 
      1076
     | 
    
      | #endif
 
     | 
  
  
    | 
      1077
     | 
    
      | #ifdef HAVE_STRINGS_H
 
     | 
  
  
    | 
      1078
     | 
    
      | # include <strings.h>
 
     | 
  
  
    | 
      1079
     | 
    
      | #endif
 
     | 
  
  
    | 
      1080
     | 
    
      | #ifdef HAVE_INTTYPES_H
 
     | 
  
  
    | 
      1081
     | 
    
      | # include <inttypes.h>
 
     | 
  
  
    | 
      1082
     | 
    
      | #endif
 
     | 
  
  
    | 
      1083
     | 
    
      | #ifdef HAVE_STDINT_H
 
     | 
  
  
    | 
      1084
     | 
    
      | # include <stdint.h>
 
     | 
  
  
    | 
      1085
     | 
    
      | #endif
 
     | 
  
  
    | 
      1086
     | 
    
      | #ifdef HAVE_UNISTD_H
 
     | 
  
  
    | 
      1087
     | 
    
      | # include <unistd.h>
 
     | 
  
  
    | 
      1088
     | 
    
      | #endif
 
     | 
  
  
    | 
      1089
     | 
    
      | #include <sndio.h>
 
     | 
  
  
    | 
      1090
     | 
    
      configure:10650: result: no
 
     | 
  
  
    | 
      1091
     | 
    
      configure:10650: checking sndio.h presence
 
     | 
  
  
    | 
      1092
     | 
    
      configure:10650: gcc -E   conftest.c
 
     | 
  
  
    | 
      1093
     | 
    
      conftest.c:31:19: fatal error: sndio.h: No such file or directory
 
     | 
  
  
    | 
      1094
     | 
    
       #include <sndio.h>
 
     | 
  
  
    | 
      1095
     | 
    
                         ^
 
     | 
  
  
    | 
      1096
     | 
    
      compilation terminated.
 
     | 
  
  
    | 
      1097
     | 
    
      configure:10650: $? = 1
 
     | 
  
  
    | 
      1098
     | 
    
      configure: failed program was:
 
     | 
  
  
    | 
      1099
     | 
    
      | /* confdefs.h */
 
     | 
  
  
    | 
      1100
     | 
    
      | #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      1101
     | 
    
      | #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      1102
     | 
    
      | #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      1103
     | 
    
      | #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      1104
     | 
    
      | #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      1105
     | 
    
      | #define PACKAGE_URL ""
 
     | 
  
  
    | 
      1106
     | 
    
      | #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      1107
     | 
    
      | #define VERSION "3.5"
 
     | 
  
  
    | 
      1108
     | 
    
      | #define STDC_HEADERS 1
 
     | 
  
  
    | 
      1109
     | 
    
      | #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      1110
     | 
    
      | #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      1111
     | 
    
      | #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      1112
     | 
    
      | #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      1113
     | 
    
      | #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      1114
     | 
    
      | #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      1115
     | 
    
      | #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      1116
     | 
    
      | #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      1117
     | 
    
      | #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      1118
     | 
    
      | #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      1119
     | 
    
      | #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      1120
     | 
    
      | #define ENABLE_NLS 1
 
     | 
  
  
    | 
      1121
     | 
    
      | #define HAVE_GETTEXT 1
 
     | 
  
  
    | 
      1122
     | 
    
      | #define HAVE_DCGETTEXT 1
 
     | 
  
  
    | 
      1123
     | 
    
      | #define HAVE_ZLIB_H 1
 
     | 
  
  
    | 
      1124
     | 
    
      | #define HAVE_LIRC_LIRC_CLIENT_H 1
 
     | 
  
  
    | 
      1125
     | 
    
      | #define HAVE_SYS_WAIT_H 1
 
     | 
  
  
    | 
      1126
     | 
    
      | #define HAVE_XCOMPOSITE /**/
 
     | 
  
  
    | 
      1127
     | 
    
      | #define HAVE_SYS_SOUNDCARD_H 1
 
     | 
  
  
    | 
      1128
     | 
    
      | /* end confdefs.h.  */
 
     | 
  
  
    | 
      1129
     | 
    
      | #include <sndio.h>
 
     | 
  
  
    | 
      1130
     | 
    
      configure:10650: result: no
 
     | 
  
  
    | 
      1131
     | 
    
      configure:10650: checking for sndio.h
 
     | 
  
  
    | 
      1132
     | 
    
      configure:10650: result: no
 
     | 
  
  
    | 
      1133
     | 
    
      configure:10719: checking for FLUIDSYNTH
 
     | 
  
  
    | 
      1134
     | 
    
      configure:10726: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
 
     | 
  
  
    | 
      1135
     | 
    
      configure:10729: $? = 0
 
     | 
  
  
    | 
      1136
     | 
    
      configure:10743: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
 
     | 
  
  
    | 
      1137
     | 
    
      configure:10746: $? = 0
 
     | 
  
  
    | 
      1138
     | 
    
      configure:10788: result: yes
 
     | 
  
  
    | 
      1139
     | 
    
      configure:10809: checking for CDIO
 
     | 
  
  
    | 
      1140
     | 
    
      configure:10816: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70"
 
     | 
  
  
    | 
      1141
     | 
    
      Package libcdio_cdda was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1142
     | 
    
      Perhaps you should add the directory containing `libcdio_cdda.pc'
 
     | 
  
  
    | 
      1143
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1144
     | 
    
      No package 'libcdio_cdda' found
 
     | 
  
  
    | 
      1145
     | 
    
      configure:10819: $? = 1
 
     | 
  
  
    | 
      1146
     | 
    
      configure:10833: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70"
 
     | 
  
  
    | 
      1147
     | 
    
      Package libcdio_cdda was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1148
     | 
    
      Perhaps you should add the directory containing `libcdio_cdda.pc'
 
     | 
  
  
    | 
      1149
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1150
     | 
    
      No package 'libcdio_cdda' found
 
     | 
  
  
    | 
      1151
     | 
    
      configure:10836: $? = 1
 
     | 
  
  
    | 
      1152
     | 
    
      configure:10850: result: no
 
     | 
  
  
    | 
      1153
     | 
    
      No package 'libcdio_cdda' found
 
     | 
  
  
    | 
      1154
     | 
    
      configure:10866: WARNING: *** Cannot find libcdio 0.70 or newer, cdaudio-ng will not be built ***
 
     | 
  
  
    | 
      1155
     | 
    
      configure:10981: checking for CURL
 
     | 
  
  
    | 
      1156
     | 
    
      configure:10988: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
 
     | 
  
  
    | 
      1157
     | 
    
      configure:10991: $? = 0
 
     | 
  
  
    | 
      1158
     | 
    
      configure:11005: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
 
     | 
  
  
    | 
      1159
     | 
    
      configure:11008: $? = 0
 
     | 
  
  
    | 
      1160
     | 
    
      configure:11052: result: yes
 
     | 
  
  
    | 
      1161
     | 
    
      configure:11074: checking for NEON
 
     | 
  
  
    | 
      1162
     | 
    
      configure:11081: $PKG_CONFIG --exists --print-errors "neon >= 0.26"
 
     | 
  
  
    | 
      1163
     | 
    
      configure:11084: $? = 0
 
     | 
  
  
    | 
      1164
     | 
    
      configure:11098: $PKG_CONFIG --exists --print-errors "neon >= 0.26"
 
     | 
  
  
    | 
      1165
     | 
    
      configure:11101: $? = 0
 
     | 
  
  
    | 
      1166
     | 
    
      configure:11145: result: yes
 
     | 
  
  
    | 
      1167
     | 
    
      configure:11149: checking for ne_set_connect_timeout in -lneon
 
     | 
  
  
    | 
      1168
     | 
    
      configure:11174: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    -Wl,-z,defs conftest.c -lneon -lneon  -lpthread   -laudcore -laudgui  >&5
 
     | 
  
  
    | 
      1169
     | 
    
      configure:11174: $? = 0
 
     | 
  
  
    | 
      1170
     | 
    
      configure:11183: result: yes
 
     | 
  
  
    | 
      1171
     | 
    
      configure:11209: checking for MMS
 
     | 
  
  
    | 
      1172
     | 
    
      configure:11216: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
 
     | 
  
  
    | 
      1173
     | 
    
      configure:11219: $? = 0
 
     | 
  
  
    | 
      1174
     | 
    
      configure:11233: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
 
     | 
  
  
    | 
      1175
     | 
    
      configure:11236: $? = 0
 
     | 
  
  
    | 
      1176
     | 
    
      configure:11280: result: yes
 
     | 
  
  
    | 
      1177
     | 
    
      configure:11303: checking for CUE
 
     | 
  
  
    | 
      1178
     | 
    
      configure:11310: $PKG_CONFIG --exists --print-errors "libcue"
 
     | 
  
  
    | 
      1179
     | 
    
      configure:11313: $? = 0
 
     | 
  
  
    | 
      1180
     | 
    
      configure:11327: $PKG_CONFIG --exists --print-errors "libcue"
 
     | 
  
  
    | 
      1181
     | 
    
      configure:11330: $? = 0
 
     | 
  
  
    | 
      1182
     | 
    
      configure:11374: result: yes
 
     | 
  
  
    | 
      1183
     | 
    
      configure:11412: checking for lame_get_id3v2_tag in -lmp3lame
 
     | 
  
  
    | 
      1184
     | 
    
      configure:11438: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    -Wl,-z,defs conftest.c -lmp3lame -lm
 
     | 
  
  
    | 
      1185
     | 
    
           -lpthread   -laudcore -laudgui  >&5
 
     | 
  
  
    | 
      1186
     | 
    
      configure:11438: $? = 0
 
     | 
  
  
    | 
      1187
     | 
    
      configure:11447: result: yes
 
     | 
  
  
    | 
      1188
     | 
    
      configure:11487: checking for FLAC
 
     | 
  
  
    | 
      1189
     | 
    
      configure:11494: $PKG_CONFIG --exists --print-errors "flac >= 1.1.3"
 
     | 
  
  
    | 
      1190
     | 
    
      configure:11497: $? = 0
 
     | 
  
  
    | 
      1191
     | 
    
      configure:11511: $PKG_CONFIG --exists --print-errors "flac >= 1.1.3"
 
     | 
  
  
    | 
      1192
     | 
    
      configure:11514: $? = 0
 
     | 
  
  
    | 
      1193
     | 
    
      configure:11558: result: yes
 
     | 
  
  
    | 
      1194
     | 
    
      configure:11586: checking for BS2B
 
     | 
  
  
    | 
      1195
     | 
    
      configure:11593: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
 
     | 
  
  
    | 
      1196
     | 
    
      configure:11596: $? = 0
 
     | 
  
  
    | 
      1197
     | 
    
      configure:11610: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
 
     | 
  
  
    | 
      1198
     | 
    
      configure:11613: $? = 0
 
     | 
  
  
    | 
      1199
     | 
    
      configure:11657: result: yes
 
     | 
  
  
    | 
      1200
     | 
    
      configure:11681: checking for SAMPLERATE
 
     | 
  
  
    | 
      1201
     | 
    
      configure:11688: $PKG_CONFIG --exists --print-errors "samplerate"
 
     | 
  
  
    | 
      1202
     | 
    
      configure:11691: $? = 0
 
     | 
  
  
    | 
      1203
     | 
    
      configure:11752: result: yes
 
     | 
  
  
    | 
      1204
     | 
    
      configure:11772: checking for SAMPLERATE
 
     | 
  
  
    | 
      1205
     | 
    
      configure:11779: $PKG_CONFIG --exists --print-errors "samplerate"
 
     | 
  
  
    | 
      1206
     | 
    
      configure:11782: $? = 0
 
     | 
  
  
    | 
      1207
     | 
    
      configure:11843: result: yes
 
     | 
  
  
    | 
      1208
     | 
    
      configure:11864: checking for SOXR
 
     | 
  
  
    | 
      1209
     | 
    
      configure:11871: $PKG_CONFIG --exists --print-errors "soxr"
 
     | 
  
  
    | 
      1210
     | 
    
      Package soxr was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1211
     | 
    
      Perhaps you should add the directory containing `soxr.pc'
 
     | 
  
  
    | 
      1212
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1213
     | 
    
      No package 'soxr' found
 
     | 
  
  
    | 
      1214
     | 
    
      configure:11874: $? = 1
 
     | 
  
  
    | 
      1215
     | 
    
      configure:11888: $PKG_CONFIG --exists --print-errors "soxr"
 
     | 
  
  
    | 
      1216
     | 
    
      Package soxr was not found in the pkg-config search path.
 
     | 
  
  
    | 
      1217
     | 
    
      Perhaps you should add the directory containing `soxr.pc'
 
     | 
  
  
    | 
      1218
     | 
    
      to the PKG_CONFIG_PATH environment variable
 
     | 
  
  
    | 
      1219
     | 
    
      No package 'soxr' found
 
     | 
  
  
    | 
      1220
     | 
    
      configure:11891: $? = 1
 
     | 
  
  
    | 
      1221
     | 
    
      configure:11905: result: no
 
     | 
  
  
    | 
      1222
     | 
    
      No package 'soxr' found
 
     | 
  
  
    | 
      1223
     | 
    
      configure:11981: checking for GLIB214
 
     | 
  
  
    | 
      1224
     | 
    
      configure:11988: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14"
 
     | 
  
  
    | 
      1225
     | 
    
      configure:11991: $? = 0
 
     | 
  
  
    | 
      1226
     | 
    
      configure:12005: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14"
 
     | 
  
  
    | 
      1227
     | 
    
      configure:12008: $? = 0
 
     | 
  
  
    | 
      1228
     | 
    
      configure:12052: result: yes
 
     | 
  
  
    | 
      1229
     | 
    
      configure:12075: checking for glXCreateContext in -lGL
 
     | 
  
  
    | 
      1230
     | 
    
      configure:12100: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits    -Wl,-z,defs conftest.c -lGL  -lpthread   -laudcore -laudgui  >&5
 
     | 
  
  
    | 
      1231
     | 
    
      configure:12100: $? = 0
 
     | 
  
  
    | 
      1232
     | 
    
      configure:12109: result: yes
 
     | 
  
  
    | 
      1233
     | 
    
      configure:12294: checking for tput
 
     | 
  
  
    | 
      1234
     | 
    
      configure:12312: found /usr/bin/tput
 
     | 
  
  
    | 
      1235
     | 
    
      configure:12324: result: /usr/bin/tput
 
     | 
  
  
    | 
      1236
     | 
    
      configure:12410: creating ./config.status
 
     | 
  
  
    | 
      1237
     | 
    
      
 
     | 
  
  
    | 
      1238
     | 
    
      ## ---------------------- ##
 
     | 
  
  
    | 
      1239
     | 
    
      ## Running config.status. ##
 
     | 
  
  
    | 
      1240
     | 
    
      ## ---------------------- ##
 
     | 
  
  
    | 
      1241
     | 
    
      
 
     | 
  
  
    | 
      1242
     | 
    
      This file was extended by audacious-plugins config.status 3.5, which was
 
     | 
  
  
    | 
      1243
     | 
    
      generated by GNU Autoconf 2.69.  Invocation command line was
 
     | 
  
  
    | 
      1244
     | 
    
      
 
     | 
  
  
    | 
      1245
     | 
    
        CONFIG_FILES    = 
 
     | 
  
  
    | 
      1246
     | 
    
        CONFIG_HEADERS  = 
 
     | 
  
  
    | 
      1247
     | 
    
        CONFIG_LINKS    = 
 
     | 
  
  
    | 
      1248
     | 
    
        CONFIG_COMMANDS = 
 
     | 
  
  
    | 
      1249
     | 
    
        $ ./config.status 
 
     | 
  
  
    | 
      1250
     | 
    
      
 
     | 
  
  
    | 
      1251
     | 
    
      on X41-int-oS131.site
 
     | 
  
  
    | 
      1252
     | 
    
      
 
     | 
  
  
    | 
      1253
     | 
    
      config.status:1009: creating buildsys.mk
 
     | 
  
  
    | 
      1254
     | 
    
      config.status:1009: creating extra.mk
 
     | 
  
  
    | 
      1255
     | 
    
      config.status:1009: creating config.h
 
     | 
  
  
    | 
      1256
     | 
    
      config.status:1190: config.h is unchanged
 
     | 
  
  
    | 
      1257
     | 
    
      config.status:1204: executing po-directories commands
 
     | 
  
  
    | 
      1258
     | 
    
      
 
     | 
  
  
    | 
      1259
     | 
    
      ## ---------------- ##
 
     | 
  
  
    | 
      1260
     | 
    
      ## Cache variables. ##
 
     | 
  
  
    | 
      1261
     | 
    
      ## ---------------- ##
 
     | 
  
  
    | 
      1262
     | 
    
      
 
     | 
  
  
    | 
      1263
     | 
    
      ac_cv_build=i686-pc-linux-gnu
 
     | 
  
  
    | 
      1264
     | 
    
      ac_cv_c_bigendian=no
 
     | 
  
  
    | 
      1265
     | 
    
      ac_cv_c_compiler_gnu=yes
 
     | 
  
  
    | 
      1266
     | 
    
      ac_cv_cxx_compiler_gnu=yes
 
     | 
  
  
    | 
      1267
     | 
    
      ac_cv_env_ALSA_CFLAGS_set=
 
     | 
  
  
    | 
      1268
     | 
    
      ac_cv_env_ALSA_CFLAGS_value=
 
     | 
  
  
    | 
      1269
     | 
    
      ac_cv_env_ALSA_LIBS_set=
 
     | 
  
  
    | 
      1270
     | 
    
      ac_cv_env_ALSA_LIBS_value=
 
     | 
  
  
    | 
      1271
     | 
    
      ac_cv_env_AUDACIOUS_CFLAGS_set=
 
     | 
  
  
    | 
      1272
     | 
    
      ac_cv_env_AUDACIOUS_CFLAGS_value=
 
     | 
  
  
    | 
      1273
     | 
    
      ac_cv_env_AUDACIOUS_LIBS_set=
 
     | 
  
  
    | 
      1274
     | 
    
      ac_cv_env_AUDACIOUS_LIBS_value=
 
     | 
  
  
    | 
      1275
     | 
    
      ac_cv_env_BINIO_CFLAGS_set=
 
     | 
  
  
    | 
      1276
     | 
    
      ac_cv_env_BINIO_CFLAGS_value=
 
     | 
  
  
    | 
      1277
     | 
    
      ac_cv_env_BINIO_LIBS_set=
 
     | 
  
  
    | 
      1278
     | 
    
      ac_cv_env_BINIO_LIBS_value=
 
     | 
  
  
    | 
      1279
     | 
    
      ac_cv_env_BS2B_CFLAGS_set=
 
     | 
  
  
    | 
      1280
     | 
    
      ac_cv_env_BS2B_CFLAGS_value=
 
     | 
  
  
    | 
      1281
     | 
    
      ac_cv_env_BS2B_LIBS_set=
 
     | 
  
  
    | 
      1282
     | 
    
      ac_cv_env_BS2B_LIBS_value=
 
     | 
  
  
    | 
      1283
     | 
    
      ac_cv_env_CCC_set=
 
     | 
  
  
    | 
      1284
     | 
    
      ac_cv_env_CCC_value=
 
     | 
  
  
    | 
      1285
     | 
    
      ac_cv_env_CC_set=
 
     | 
  
  
    | 
      1286
     | 
    
      ac_cv_env_CC_value=
 
     | 
  
  
    | 
      1287
     | 
    
      ac_cv_env_CDDB_CFLAGS_set=
 
     | 
  
  
    | 
      1288
     | 
    
      ac_cv_env_CDDB_CFLAGS_value=
 
     | 
  
  
    | 
      1289
     | 
    
      ac_cv_env_CDDB_LIBS_set=
 
     | 
  
  
    | 
      1290
     | 
    
      ac_cv_env_CDDB_LIBS_value=
 
     | 
  
  
    | 
      1291
     | 
    
      ac_cv_env_CDIO_CFLAGS_set=
 
     | 
  
  
    | 
      1292
     | 
    
      ac_cv_env_CDIO_CFLAGS_value=
 
     | 
  
  
    | 
      1293
     | 
    
      ac_cv_env_CDIO_LIBS_set=
 
     | 
  
  
    | 
      1294
     | 
    
      ac_cv_env_CDIO_LIBS_value=
 
     | 
  
  
    | 
      1295
     | 
    
      ac_cv_env_CFLAGS_set=
 
     | 
  
  
    | 
      1296
     | 
    
      ac_cv_env_CFLAGS_value=
 
     | 
  
  
    | 
      1297
     | 
    
      ac_cv_env_CPPFLAGS_set=
 
     | 
  
  
    | 
      1298
     | 
    
      ac_cv_env_CPPFLAGS_value=
 
     | 
  
  
    | 
      1299
     | 
    
      ac_cv_env_CPP_set=
 
     | 
  
  
    | 
      1300
     | 
    
      ac_cv_env_CPP_value=
 
     | 
  
  
    | 
      1301
     | 
    
      ac_cv_env_CUE_CFLAGS_set=
 
     | 
  
  
    | 
      1302
     | 
    
      ac_cv_env_CUE_CFLAGS_value=
 
     | 
  
  
    | 
      1303
     | 
    
      ac_cv_env_CUE_LIBS_set=
 
     | 
  
  
    | 
      1304
     | 
    
      ac_cv_env_CUE_LIBS_value=
 
     | 
  
  
    | 
      1305
     | 
    
      ac_cv_env_CURL_CFLAGS_set=
 
     | 
  
  
    | 
      1306
     | 
    
      ac_cv_env_CURL_CFLAGS_value=
 
     | 
  
  
    | 
      1307
     | 
    
      ac_cv_env_CURL_LIBS_set=
 
     | 
  
  
    | 
      1308
     | 
    
      ac_cv_env_CURL_LIBS_value=
 
     | 
  
  
    | 
      1309
     | 
    
      ac_cv_env_CXXFLAGS_set=
 
     | 
  
  
    | 
      1310
     | 
    
      ac_cv_env_CXXFLAGS_value=
 
     | 
  
  
    | 
      1311
     | 
    
      ac_cv_env_CXX_set=
 
     | 
  
  
    | 
      1312
     | 
    
      ac_cv_env_CXX_value=
 
     | 
  
  
    | 
      1313
     | 
    
      ac_cv_env_DBUS_CFLAGS_set=
 
     | 
  
  
    | 
      1314
     | 
    
      ac_cv_env_DBUS_CFLAGS_value=
 
     | 
  
  
    | 
      1315
     | 
    
      ac_cv_env_DBUS_LIBS_set=
 
     | 
  
  
    | 
      1316
     | 
    
      ac_cv_env_DBUS_LIBS_value=
 
     | 
  
  
    | 
      1317
     | 
    
      ac_cv_env_FFMPEG_CFLAGS_set=
 
     | 
  
  
    | 
      1318
     | 
    
      ac_cv_env_FFMPEG_CFLAGS_value=
 
     | 
  
  
    | 
      1319
     | 
    
      ac_cv_env_FFMPEG_LIBS_set=
 
     | 
  
  
    | 
      1320
     | 
    
      ac_cv_env_FFMPEG_LIBS_value=
 
     | 
  
  
    | 
      1321
     | 
    
      ac_cv_env_FLAC_CFLAGS_set=
 
     | 
  
  
    | 
      1322
     | 
    
      ac_cv_env_FLAC_CFLAGS_value=
 
     | 
  
  
    | 
      1323
     | 
    
      ac_cv_env_FLAC_LIBS_set=
 
     | 
  
  
    | 
      1324
     | 
    
      ac_cv_env_FLAC_LIBS_value=
 
     | 
  
  
    | 
      1325
     | 
    
      ac_cv_env_FLUIDSYNTH_CFLAGS_set=
 
     | 
  
  
    | 
      1326
     | 
    
      ac_cv_env_FLUIDSYNTH_CFLAGS_value=
 
     | 
  
  
    | 
      1327
     | 
    
      ac_cv_env_FLUIDSYNTH_LIBS_set=
 
     | 
  
  
    | 
      1328
     | 
    
      ac_cv_env_FLUIDSYNTH_LIBS_value=
 
     | 
  
  
    | 
      1329
     | 
    
      ac_cv_env_GDKX11_CFLAGS_set=
 
     | 
  
  
    | 
      1330
     | 
    
      ac_cv_env_GDKX11_CFLAGS_value=
 
     | 
  
  
    | 
      1331
     | 
    
      ac_cv_env_GDKX11_LIBS_set=
 
     | 
  
  
    | 
      1332
     | 
    
      ac_cv_env_GDKX11_LIBS_value=
 
     | 
  
  
    | 
      1333
     | 
    
      ac_cv_env_GIO_CFLAGS_set=
 
     | 
  
  
    | 
      1334
     | 
    
      ac_cv_env_GIO_CFLAGS_value=
 
     | 
  
  
    | 
      1335
     | 
    
      ac_cv_env_GIO_LIBS_set=
 
     | 
  
  
    | 
      1336
     | 
    
      ac_cv_env_GIO_LIBS_value=
 
     | 
  
  
    | 
      1337
     | 
    
      ac_cv_env_GLIB214_CFLAGS_set=
 
     | 
  
  
    | 
      1338
     | 
    
      ac_cv_env_GLIB214_CFLAGS_value=
 
     | 
  
  
    | 
      1339
     | 
    
      ac_cv_env_GLIB214_LIBS_set=
 
     | 
  
  
    | 
      1340
     | 
    
      ac_cv_env_GLIB214_LIBS_value=
 
     | 
  
  
    | 
      1341
     | 
    
      ac_cv_env_GLIB_CFLAGS_set=
 
     | 
  
  
    | 
      1342
     | 
    
      ac_cv_env_GLIB_CFLAGS_value=
 
     | 
  
  
    | 
      1343
     | 
    
      ac_cv_env_GLIB_LIBS_set=
 
     | 
  
  
    | 
      1344
     | 
    
      ac_cv_env_GLIB_LIBS_value=
 
     | 
  
  
    | 
      1345
     | 
    
      ac_cv_env_GMODULE_CFLAGS_set=
 
     | 
  
  
    | 
      1346
     | 
    
      ac_cv_env_GMODULE_CFLAGS_value=
 
     | 
  
  
    | 
      1347
     | 
    
      ac_cv_env_GMODULE_LIBS_set=
 
     | 
  
  
    | 
      1348
     | 
    
      ac_cv_env_GMODULE_LIBS_value=
 
     | 
  
  
    | 
      1349
     | 
    
      ac_cv_env_GTK_CFLAGS_set=
 
     | 
  
  
    | 
      1350
     | 
    
      ac_cv_env_GTK_CFLAGS_value=
 
     | 
  
  
    | 
      1351
     | 
    
      ac_cv_env_GTK_LIBS_set=
 
     | 
  
  
    | 
      1352
     | 
    
      ac_cv_env_GTK_LIBS_value=
 
     | 
  
  
    | 
      1353
     | 
    
      ac_cv_env_JACK_CFLAGS_set=
 
     | 
  
  
    | 
      1354
     | 
    
      ac_cv_env_JACK_CFLAGS_value=
 
     | 
  
  
    | 
      1355
     | 
    
      ac_cv_env_JACK_LIBS_set=
 
     | 
  
  
    | 
      1356
     | 
    
      ac_cv_env_JACK_LIBS_value=
 
     | 
  
  
    | 
      1357
     | 
    
      ac_cv_env_LDFLAGS_set=
 
     | 
  
  
    | 
      1358
     | 
    
      ac_cv_env_LDFLAGS_value=
 
     | 
  
  
    | 
      1359
     | 
    
      ac_cv_env_LIBFLAC_CFLAGS_set=
 
     | 
  
  
    | 
      1360
     | 
    
      ac_cv_env_LIBFLAC_CFLAGS_value=
 
     | 
  
  
    | 
      1361
     | 
    
      ac_cv_env_LIBFLAC_LIBS_set=
 
     | 
  
  
    | 
      1362
     | 
    
      ac_cv_env_LIBFLAC_LIBS_value=
 
     | 
  
  
    | 
      1363
     | 
    
      ac_cv_env_LIBS_set=
 
     | 
  
  
    | 
      1364
     | 
    
      ac_cv_env_LIBS_value=
 
     | 
  
  
    | 
      1365
     | 
    
      ac_cv_env_MMS_CFLAGS_set=
 
     | 
  
  
    | 
      1366
     | 
    
      ac_cv_env_MMS_CFLAGS_value=
 
     | 
  
  
    | 
      1367
     | 
    
      ac_cv_env_MMS_LIBS_set=
 
     | 
  
  
    | 
      1368
     | 
    
      ac_cv_env_MMS_LIBS_value=
 
     | 
  
  
    | 
      1369
     | 
    
      ac_cv_env_MODPLUG_CFLAGS_set=
 
     | 
  
  
    | 
      1370
     | 
    
      ac_cv_env_MODPLUG_CFLAGS_value=
 
     | 
  
  
    | 
      1371
     | 
    
      ac_cv_env_MODPLUG_LIBS_set=
 
     | 
  
  
    | 
      1372
     | 
    
      ac_cv_env_MODPLUG_LIBS_value=
 
     | 
  
  
    | 
      1373
     | 
    
      ac_cv_env_MPG123_CFLAGS_set=
 
     | 
  
  
    | 
      1374
     | 
    
      ac_cv_env_MPG123_CFLAGS_value=
 
     | 
  
  
    | 
      1375
     | 
    
      ac_cv_env_MPG123_LIBS_set=
 
     | 
  
  
    | 
      1376
     | 
    
      ac_cv_env_MPG123_LIBS_value=
 
     | 
  
  
    | 
      1377
     | 
    
      ac_cv_env_NEON_CFLAGS_set=
 
     | 
  
  
    | 
      1378
     | 
    
      ac_cv_env_NEON_CFLAGS_value=
 
     | 
  
  
    | 
      1379
     | 
    
      ac_cv_env_NEON_LIBS_set=
 
     | 
  
  
    | 
      1380
     | 
    
      ac_cv_env_NEON_LIBS_value=
 
     | 
  
  
    | 
      1381
     | 
    
      ac_cv_env_NOTIFY_CFLAGS_set=
 
     | 
  
  
    | 
      1382
     | 
    
      ac_cv_env_NOTIFY_CFLAGS_value=
 
     | 
  
  
    | 
      1383
     | 
    
      ac_cv_env_NOTIFY_LIBS_set=
 
     | 
  
  
    | 
      1384
     | 
    
      ac_cv_env_NOTIFY_LIBS_value=
 
     | 
  
  
    | 
      1385
     | 
    
      ac_cv_env_PKG_CONFIG_LIBDIR_set=
 
     | 
  
  
    | 
      1386
     | 
    
      ac_cv_env_PKG_CONFIG_LIBDIR_value=
 
     | 
  
  
    | 
      1387
     | 
    
      ac_cv_env_PKG_CONFIG_PATH_set=
 
     | 
  
  
    | 
      1388
     | 
    
      ac_cv_env_PKG_CONFIG_PATH_value=
 
     | 
  
  
    | 
      1389
     | 
    
      ac_cv_env_PKG_CONFIG_set=
 
     | 
  
  
    | 
      1390
     | 
    
      ac_cv_env_PKG_CONFIG_value=
 
     | 
  
  
    | 
      1391
     | 
    
      ac_cv_env_PULSE_CFLAGS_set=
 
     | 
  
  
    | 
      1392
     | 
    
      ac_cv_env_PULSE_CFLAGS_value=
 
     | 
  
  
    | 
      1393
     | 
    
      ac_cv_env_PULSE_LIBS_set=
 
     | 
  
  
    | 
      1394
     | 
    
      ac_cv_env_PULSE_LIBS_value=
 
     | 
  
  
    | 
      1395
     | 
    
      ac_cv_env_SAMPLERATE_CFLAGS_set=
 
     | 
  
  
    | 
      1396
     | 
    
      ac_cv_env_SAMPLERATE_CFLAGS_value=
 
     | 
  
  
    | 
      1397
     | 
    
      ac_cv_env_SAMPLERATE_LIBS_set=
 
     | 
  
  
    | 
      1398
     | 
    
      ac_cv_env_SAMPLERATE_LIBS_value=
 
     | 
  
  
    | 
      1399
     | 
    
      ac_cv_env_SDL_CFLAGS_set=
 
     | 
  
  
    | 
      1400
     | 
    
      ac_cv_env_SDL_CFLAGS_value=
 
     | 
  
  
    | 
      1401
     | 
    
      ac_cv_env_SDL_LIBS_set=
 
     | 
  
  
    | 
      1402
     | 
    
      ac_cv_env_SDL_LIBS_value=
 
     | 
  
  
    | 
      1403
     | 
    
      ac_cv_env_SIDPLAYFP_CFLAGS_set=
 
     | 
  
  
    | 
      1404
     | 
    
      ac_cv_env_SIDPLAYFP_CFLAGS_value=
 
     | 
  
  
    | 
      1405
     | 
    
      ac_cv_env_SIDPLAYFP_LIBS_set=
 
     | 
  
  
    | 
      1406
     | 
    
      ac_cv_env_SIDPLAYFP_LIBS_value=
 
     | 
  
  
    | 
      1407
     | 
    
      ac_cv_env_SNDFILE_CFLAGS_set=
 
     | 
  
  
    | 
      1408
     | 
    
      ac_cv_env_SNDFILE_CFLAGS_value=
 
     | 
  
  
    | 
      1409
     | 
    
      ac_cv_env_SNDFILE_LIBS_set=
 
     | 
  
  
    | 
      1410
     | 
    
      ac_cv_env_SNDFILE_LIBS_value=
 
     | 
  
  
    | 
      1411
     | 
    
      ac_cv_env_SOXR_CFLAGS_set=
 
     | 
  
  
    | 
      1412
     | 
    
      ac_cv_env_SOXR_CFLAGS_value=
 
     | 
  
  
    | 
      1413
     | 
    
      ac_cv_env_SOXR_LIBS_set=
 
     | 
  
  
    | 
      1414
     | 
    
      ac_cv_env_SOXR_LIBS_value=
 
     | 
  
  
    | 
      1415
     | 
    
      ac_cv_env_VORBIS_CFLAGS_set=
 
     | 
  
  
    | 
      1416
     | 
    
      ac_cv_env_VORBIS_CFLAGS_value=
 
     | 
  
  
    | 
      1417
     | 
    
      ac_cv_env_VORBIS_LIBS_set=
 
     | 
  
  
    | 
      1418
     | 
    
      ac_cv_env_VORBIS_LIBS_value=
 
     | 
  
  
    | 
      1419
     | 
    
      ac_cv_env_WAVPACK_CFLAGS_set=
 
     | 
  
  
    | 
      1420
     | 
    
      ac_cv_env_WAVPACK_CFLAGS_value=
 
     | 
  
  
    | 
      1421
     | 
    
      ac_cv_env_WAVPACK_LIBS_set=
 
     | 
  
  
    | 
      1422
     | 
    
      ac_cv_env_WAVPACK_LIBS_value=
 
     | 
  
  
    | 
      1423
     | 
    
      ac_cv_env_XCOMPOSITE_CFLAGS_set=
 
     | 
  
  
    | 
      1424
     | 
    
      ac_cv_env_XCOMPOSITE_CFLAGS_value=
 
     | 
  
  
    | 
      1425
     | 
    
      ac_cv_env_XCOMPOSITE_LIBS_set=
 
     | 
  
  
    | 
      1426
     | 
    
      ac_cv_env_XCOMPOSITE_LIBS_value=
 
     | 
  
  
    | 
      1427
     | 
    
      ac_cv_env_XML_CFLAGS_set=
 
     | 
  
  
    | 
      1428
     | 
    
      ac_cv_env_XML_CFLAGS_value=
 
     | 
  
  
    | 
      1429
     | 
    
      ac_cv_env_XML_LIBS_set=
 
     | 
  
  
    | 
      1430
     | 
    
      ac_cv_env_XML_LIBS_value=
 
     | 
  
  
    | 
      1431
     | 
    
      ac_cv_env_XRENDER_CFLAGS_set=
 
     | 
  
  
    | 
      1432
     | 
    
      ac_cv_env_XRENDER_CFLAGS_value=
 
     | 
  
  
    | 
      1433
     | 
    
      ac_cv_env_XRENDER_LIBS_set=
 
     | 
  
  
    | 
      1434
     | 
    
      ac_cv_env_XRENDER_LIBS_value=
 
     | 
  
  
    | 
      1435
     | 
    
      ac_cv_env_build_alias_set=
 
     | 
  
  
    | 
      1436
     | 
    
      ac_cv_env_build_alias_value=
 
     | 
  
  
    | 
      1437
     | 
    
      ac_cv_env_host_alias_set=
 
     | 
  
  
    | 
      1438
     | 
    
      ac_cv_env_host_alias_value=
 
     | 
  
  
    | 
      1439
     | 
    
      ac_cv_env_target_alias_set=
 
     | 
  
  
    | 
      1440
     | 
    
      ac_cv_env_target_alias_value=
 
     | 
  
  
    | 
      1441
     | 
    
      ac_cv_func_mkdtemp=yes
 
     | 
  
  
    | 
      1442
     | 
    
      ac_cv_have_decl_FAAD2_VERSION=yes
 
     | 
  
  
    | 
      1443
     | 
    
      ac_cv_have_decl_NeAACDecInit2=yes
 
     | 
  
  
    | 
      1444
     | 
    
      ac_cv_header_faad_h=yes
 
     | 
  
  
    | 
      1445
     | 
    
      ac_cv_header_inttypes_h=yes
 
     | 
  
  
    | 
      1446
     | 
    
      ac_cv_header_lirc_lirc_client_h=yes
 
     | 
  
  
    | 
      1447
     | 
    
      ac_cv_header_memory_h=yes
 
     | 
  
  
    | 
      1448
     | 
    
      ac_cv_header_sndio_h=no
 
     | 
  
  
    | 
      1449
     | 
    
      ac_cv_header_soundcard_h=no
 
     | 
  
  
    | 
      1450
     | 
    
      ac_cv_header_stdc=yes
 
     | 
  
  
    | 
      1451
     | 
    
      ac_cv_header_stdint_h=yes
 
     | 
  
  
    | 
      1452
     | 
    
      ac_cv_header_stdlib_h=yes
 
     | 
  
  
    | 
      1453
     | 
    
      ac_cv_header_string_h=yes
 
     | 
  
  
    | 
      1454
     | 
    
      ac_cv_header_strings_h=yes
 
     | 
  
  
    | 
      1455
     | 
    
      ac_cv_header_sys_soundcard_h=yes
 
     | 
  
  
    | 
      1456
     | 
    
      ac_cv_header_sys_stat_h=yes
 
     | 
  
  
    | 
      1457
     | 
    
      ac_cv_header_sys_types_h=yes
 
     | 
  
  
    | 
      1458
     | 
    
      ac_cv_header_sys_wait_h=yes
 
     | 
  
  
    | 
      1459
     | 
    
      ac_cv_header_unistd_h=yes
 
     | 
  
  
    | 
      1460
     | 
    
      ac_cv_header_zlib_h=yes
 
     | 
  
  
    | 
      1461
     | 
    
      ac_cv_host=i686-pc-linux-gnu
 
     | 
  
  
    | 
      1462
     | 
    
      ac_cv_lib_GL_glXCreateContext=yes
 
     | 
  
  
    | 
      1463
     | 
    
      ac_cv_lib_faad_NeAACDecInit2=yes
 
     | 
  
  
    | 
      1464
     | 
    
      ac_cv_lib_mp3lame_lame_get_id3v2_tag=yes
 
     | 
  
  
    | 
      1465
     | 
    
      ac_cv_lib_neon_ne_set_connect_timeout=yes
 
     | 
  
  
    | 
      1466
     | 
    
      ac_cv_objext=o
 
     | 
  
  
    | 
      1467
     | 
    
      ac_cv_path_AR=/usr/bin/ar
 
     | 
  
  
    | 
      1468
     | 
    
      ac_cv_path_CP=/usr/bin/cp
 
     | 
  
  
    | 
      1469
     | 
    
      ac_cv_path_EGREP='/usr/bin/grep -E'
 
     | 
  
  
    | 
      1470
     | 
    
      ac_cv_path_GMSGFMT=/usr/bin/msgfmt
 
     | 
  
  
    | 
      1471
     | 
    
      ac_cv_path_GREP=/usr/bin/grep
 
     | 
  
  
    | 
      1472
     | 
    
      ac_cv_path_MSGFMT=/usr/bin/msgfmt
 
     | 
  
  
    | 
      1473
     | 
    
      ac_cv_path_MSGMERGE=/usr/bin/msgmerge
 
     | 
  
  
    | 
      1474
     | 
    
      ac_cv_path_MV=/usr/bin/mv
 
     | 
  
  
    | 
      1475
     | 
    
      ac_cv_path_RANLIB=/usr/bin/ranlib
 
     | 
  
  
    | 
      1476
     | 
    
      ac_cv_path_RM=/usr/bin/rm
 
     | 
  
  
    | 
      1477
     | 
    
      ac_cv_path_SED=/usr/bin/sed
 
     | 
  
  
    | 
      1478
     | 
    
      ac_cv_path_TPUT=/usr/bin/tput
 
     | 
  
  
    | 
      1479
     | 
    
      ac_cv_path_XGETTEXT=/usr/bin/xgettext
 
     | 
  
  
    | 
      1480
     | 
    
      ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
 
     | 
  
  
    | 
      1481
     | 
    
      ac_cv_path_install='/usr/bin/install -c'
 
     | 
  
  
    | 
      1482
     | 
    
      ac_cv_path_mkdir=/usr/bin/mkdir
 
     | 
  
  
    | 
      1483
     | 
    
      ac_cv_prog_CPP='gcc -E'
 
     | 
  
  
    | 
      1484
     | 
    
      ac_cv_prog_ac_ct_CC=gcc
 
     | 
  
  
    | 
      1485
     | 
    
      ac_cv_prog_ac_ct_CXX=g++
 
     | 
  
  
    | 
      1486
     | 
    
      ac_cv_prog_cc_c89=
 
     | 
  
  
    | 
      1487
     | 
    
      ac_cv_prog_cc_g=yes
 
     | 
  
  
    | 
      1488
     | 
    
      ac_cv_prog_cxx_g=yes
 
     | 
  
  
    | 
      1489
     | 
    
      ac_cv_prog_have_mpris2=yes
 
     | 
  
  
    | 
      1490
     | 
    
      ac_cv_prog_make_make_set=yes
 
     | 
  
  
    | 
      1491
     | 
    
      ac_cv_search_pthread_create=-lpthread
 
     | 
  
  
    | 
      1492
     | 
    
      ac_cv_sys_file_offset_bits=64
 
     | 
  
  
    | 
      1493
     | 
    
      ac_cv_sys_largefile_CC=no
 
     | 
  
  
    | 
      1494
     | 
    
      ac_cv_target=i686-pc-linux-gnu
 
     | 
  
  
    | 
      1495
     | 
    
      acl_cv_hardcode_direct=no
 
     | 
  
  
    | 
      1496
     | 
    
      acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
     | 
  
  
    | 
      1497
     | 
    
      acl_cv_hardcode_libdir_separator=
 
     | 
  
  
    | 
      1498
     | 
    
      acl_cv_hardcode_minus_L=no
 
     | 
  
  
    | 
      1499
     | 
    
      acl_cv_libext=a
 
     | 
  
  
    | 
      1500
     | 
    
      acl_cv_libname_spec='lib$name'
 
     | 
  
  
    | 
      1501
     | 
    
      acl_cv_library_names_spec='$libname$shrext'
 
     | 
  
  
    | 
      1502
     | 
    
      acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
 
     | 
  
  
    | 
      1503
     | 
    
      acl_cv_prog_gnu_ld=yes
 
     | 
  
  
    | 
      1504
     | 
    
      acl_cv_rpath=done
 
     | 
  
  
    | 
      1505
     | 
    
      acl_cv_shlibext=so
 
     | 
  
  
    | 
      1506
     | 
    
      acl_cv_wl=-Wl,
 
     | 
  
  
    | 
      1507
     | 
    
      gt_cv_func_CFLocaleCopyCurrent=no
 
     | 
  
  
    | 
      1508
     | 
    
      gt_cv_func_CFPreferencesCopyAppValue=no
 
     | 
  
  
    | 
      1509
     | 
    
      gt_cv_func_gnugettext1_libc=yes
 
     | 
  
  
    | 
      1510
     | 
    
      pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
 
     | 
  
  
    | 
      1511
     | 
    
      pkg_cv_ALSA_LIBS='-lasound '
 
     | 
  
  
    | 
      1512
     | 
    
      pkg_cv_AUDACIOUS_CFLAGS=
 
     | 
  
  
    | 
      1513
     | 
    
      pkg_cv_AUDACIOUS_LIBS='-laudcore -laudgui '
 
     | 
  
  
    | 
      1514
     | 
    
      pkg_cv_BINIO_CFLAGS='-I/usr/include/libbinio '
 
     | 
  
  
    | 
      1515
     | 
    
      pkg_cv_BINIO_LIBS='-lbinio '
 
     | 
  
  
    | 
      1516
     | 
    
      pkg_cv_BS2B_CFLAGS='-I/usr/include/bs2b '
 
     | 
  
  
    | 
      1517
     | 
    
      pkg_cv_BS2B_LIBS='-lbs2b '
 
     | 
  
  
    | 
      1518
     | 
    
      pkg_cv_CUE_CFLAGS='-I/usr/include/libcue-1.4 '
 
     | 
  
  
    | 
      1519
     | 
    
      pkg_cv_CUE_LIBS='-lcue '
 
     | 
  
  
    | 
      1520
     | 
    
      pkg_cv_CURL_CFLAGS=
 
     | 
  
  
    | 
      1521
     | 
    
      pkg_cv_CURL_LIBS='-lcurl '
 
     | 
  
  
    | 
      1522
     | 
    
      pkg_cv_FLAC_CFLAGS='-I/usr/include/FLAC '
 
     | 
  
  
    | 
      1523
     | 
    
      pkg_cv_FLAC_LIBS='-lFLAC '
 
     | 
  
  
    | 
      1524
     | 
    
      pkg_cv_FLUIDSYNTH_CFLAGS=
 
     | 
  
  
    | 
      1525
     | 
    
      pkg_cv_FLUIDSYNTH_LIBS='-lfluidsynth '
 
     | 
  
  
    | 
      1526
     | 
    
      pkg_cv_GDKX11_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/pkg/libxkbcommon -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1527
     | 
    
      pkg_cv_GDKX11_LIBS='-lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1528
     | 
    
      pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1529
     | 
    
      pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1530
     | 
    
      pkg_cv_GLIB214_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1531
     | 
    
      pkg_cv_GLIB214_LIBS='-lglib-2.0 '
 
     | 
  
  
    | 
      1532
     | 
    
      pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1533
     | 
    
      pkg_cv_GLIB_LIBS='-lglib-2.0 '
 
     | 
  
  
    | 
      1534
     | 
    
      pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1535
     | 
    
      pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
 
     | 
  
  
    | 
      1536
     | 
    
      pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/pkg/libxkbcommon -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -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/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1537
     | 
    
      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 '
 
     | 
  
  
    | 
      1538
     | 
    
      pkg_cv_JACK_CFLAGS=
 
     | 
  
  
    | 
      1539
     | 
    
      pkg_cv_JACK_LIBS='-ljack '
 
     | 
  
  
    | 
      1540
     | 
    
      pkg_cv_LIBFLAC_CFLAGS='-I/usr/include/FLAC '
 
     | 
  
  
    | 
      1541
     | 
    
      pkg_cv_LIBFLAC_LIBS='-lFLAC '
 
     | 
  
  
    | 
      1542
     | 
    
      pkg_cv_MMS_CFLAGS='-I/usr/include/ '
 
     | 
  
  
    | 
      1543
     | 
    
      pkg_cv_MMS_LIBS='-lmms -lm '
 
     | 
  
  
    | 
      1544
     | 
    
      pkg_cv_MODPLUG_CFLAGS='-I/usr/include/libmodplug '
 
     | 
  
  
    | 
      1545
     | 
    
      pkg_cv_MODPLUG_LIBS='-lmodplug '
 
     | 
  
  
    | 
      1546
     | 
    
      pkg_cv_MPG123_CFLAGS=
 
     | 
  
  
    | 
      1547
     | 
    
      pkg_cv_MPG123_LIBS='-lmpg123 '
 
     | 
  
  
    | 
      1548
     | 
    
      pkg_cv_NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
 
     | 
  
  
    | 
      1549
     | 
    
      pkg_cv_NEON_LIBS='-lneon '
 
     | 
  
  
    | 
      1550
     | 
    
      pkg_cv_NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1551
     | 
    
      pkg_cv_NOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1552
     | 
    
      pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
 
     | 
  
  
    | 
      1553
     | 
    
      pkg_cv_PULSE_LIBS='-lpulse '
 
     | 
  
  
    | 
      1554
     | 
    
      pkg_cv_SAMPLERATE_CFLAGS=
 
     | 
  
  
    | 
      1555
     | 
    
      pkg_cv_SAMPLERATE_LIBS='-lsamplerate '
 
     | 
  
  
    | 
      1556
     | 
    
      pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
 
     | 
  
  
    | 
      1557
     | 
    
      pkg_cv_SDL_LIBS='-lSDL -lpthread '
 
     | 
  
  
    | 
      1558
     | 
    
      pkg_cv_SIDPLAYFP_CFLAGS=
 
     | 
  
  
    | 
      1559
     | 
    
      pkg_cv_SIDPLAYFP_LIBS='-lsidplayfp '
 
     | 
  
  
    | 
      1560
     | 
    
      pkg_cv_SNDFILE_CFLAGS=
 
     | 
  
  
    | 
      1561
     | 
    
      pkg_cv_SNDFILE_LIBS='-lsndfile '
 
     | 
  
  
    | 
      1562
     | 
    
      pkg_cv_VORBIS_CFLAGS=
 
     | 
  
  
    | 
      1563
     | 
    
      pkg_cv_VORBIS_LIBS='-logg -lvorbis -lvorbisenc -lvorbisfile '
 
     | 
  
  
    | 
      1564
     | 
    
      pkg_cv_WAVPACK_CFLAGS=
 
     | 
  
  
    | 
      1565
     | 
    
      pkg_cv_WAVPACK_LIBS='-lwavpack -lm '
 
     | 
  
  
    | 
      1566
     | 
    
      pkg_cv_XCOMPOSITE_CFLAGS=
 
     | 
  
  
    | 
      1567
     | 
    
      pkg_cv_XCOMPOSITE_LIBS='-lXcomposite '
 
     | 
  
  
    | 
      1568
     | 
    
      pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
 
     | 
  
  
    | 
      1569
     | 
    
      pkg_cv_XML_LIBS='-lxml2 '
 
     | 
  
  
    | 
      1570
     | 
    
      pkg_cv_XRENDER_CFLAGS=
 
     | 
  
  
    | 
      1571
     | 
    
      pkg_cv_XRENDER_LIBS='-lXrender -lX11 '
 
     | 
  
  
    | 
      1572
     | 
    
      
 
     | 
  
  
    | 
      1573
     | 
    
      ## ----------------- ##
 
     | 
  
  
    | 
      1574
     | 
    
      ## Output variables. ##
 
     | 
  
  
    | 
      1575
     | 
    
      ## ----------------- ##
 
     | 
  
  
    | 
      1576
     | 
    
      
 
     | 
  
  
    | 
      1577
     | 
    
      ALSA_CFLAGS='-I/usr/include/alsa '
 
     | 
  
  
    | 
      1578
     | 
    
      ALSA_LIBS='-lasound '
 
     | 
  
  
    | 
      1579
     | 
    
      AR='/usr/bin/ar'
 
     | 
  
  
    | 
      1580
     | 
    
      AUDACIOUS_CFLAGS=''
 
     | 
  
  
    | 
      1581
     | 
    
      AUDACIOUS_LIBS='-laudcore -laudgui '
 
     | 
  
  
    | 
      1582
     | 
    
      BINIO_CFLAGS='-I/usr/include/libbinio '
 
     | 
  
  
    | 
      1583
     | 
    
      BINIO_LIBS='-lbinio '
 
     | 
  
  
    | 
      1584
     | 
    
      BS2B_CFLAGS='-I/usr/include/bs2b '
 
     | 
  
  
    | 
      1585
     | 
    
      BS2B_LIBS='-lbs2b '
 
     | 
  
  
    | 
      1586
     | 
    
      CC='gcc'
 
     | 
  
  
    | 
      1587
     | 
    
      CC_DEPENDS='yes'
 
     | 
  
  
    | 
      1588
     | 
    
      CDDB_CFLAGS=''
 
     | 
  
  
    | 
      1589
     | 
    
      CDDB_LIBS=''
 
     | 
  
  
    | 
      1590
     | 
    
      CDIO_CFLAGS=''
 
     | 
  
  
    | 
      1591
     | 
    
      CDIO_LIBS=''
 
     | 
  
  
    | 
      1592
     | 
    
      CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits'
 
     | 
  
  
    | 
      1593
     | 
    
      CLEAN_LIB=''
 
     | 
  
  
    | 
      1594
     | 
    
      CONTAINER_PLUGINS='asx asx3 audpl m3u pls xspf cue'
 
     | 
  
  
    | 
      1595
     | 
    
      CONTAINER_PLUGIN_DIR='Container'
 
     | 
  
  
    | 
      1596
     | 
    
      CP='/usr/bin/cp'
 
     | 
  
  
    | 
      1597
     | 
    
      CPP='gcc -E'
 
     | 
  
  
    | 
      1598
     | 
    
      CPPFLAGS='  -include config.h'
 
     | 
  
  
    | 
      1599
     | 
    
      CUE_CFLAGS='-I/usr/include/libcue-1.4 '
 
     | 
  
  
    | 
      1600
     | 
    
      CUE_LIBS='-lcue '
 
     | 
  
  
    | 
      1601
     | 
    
      CURL_CFLAGS=''
 
     | 
  
  
    | 
      1602
     | 
    
      CURL_LIBS='-lcurl '
 
     | 
  
  
    | 
      1603
     | 
    
      CXX='g++'
 
     | 
  
  
    | 
      1604
     | 
    
      CXXFLAGS='-g -O2 -Wall -pipe -Wtype-limits'
 
     | 
  
  
    | 
      1605
     | 
    
      CXX_DEPENDS='yes'
 
     | 
  
  
    | 
      1606
     | 
    
      DBUS_CFLAGS=''
 
     | 
  
  
    | 
      1607
     | 
    
      DBUS_LIBS=''
 
     | 
  
  
    | 
      1608
     | 
    
      DEFS='-DHAVE_CONFIG_H'
 
     | 
  
  
    | 
      1609
     | 
    
      ECHO_C=''
 
     | 
  
  
    | 
      1610
     | 
    
      ECHO_N='-n'
 
     | 
  
  
    | 
      1611
     | 
    
      ECHO_T=''
 
     | 
  
  
    | 
      1612
     | 
    
      EFFECT_PLUGINS='compressor crossfade crystalizer ladspa mixer stereo_plugin voice_removal echo_plugin bs2b resample speed-pitch'
 
     | 
  
  
    | 
      1613
     | 
    
      EFFECT_PLUGIN_DIR='Effect'
 
     | 
  
  
    | 
      1614
     | 
    
      EGREP='/usr/bin/grep -E'
 
     | 
  
  
    | 
      1615
     | 
    
      EXEEXT=''
 
     | 
  
  
    | 
      1616
     | 
    
      FAAD_CFLAGS=''
 
     | 
  
  
    | 
      1617
     | 
    
      FAAD_LIBS='-lfaad'
 
     | 
  
  
    | 
      1618
     | 
    
      FFMPEG_CFLAGS=''
 
     | 
  
  
    | 
      1619
     | 
    
      FFMPEG_LIBS=''
 
     | 
  
  
    | 
      1620
     | 
    
      FILEWRITER_CFLAGS='  -I/usr/include/FLAC '
 
     | 
  
  
    | 
      1621
     | 
    
      FILEWRITER_LIBS=' -lmp3lame -logg -lvorbis -lvorbisenc -lvorbisfile  -lFLAC '
 
     | 
  
  
    | 
      1622
     | 
    
      FLAC_CFLAGS='-I/usr/include/FLAC '
 
     | 
  
  
    | 
      1623
     | 
    
      FLAC_LIBS='-lFLAC '
 
     | 
  
  
    | 
      1624
     | 
    
      FLUIDSYNTH_CFLAGS=''
 
     | 
  
  
    | 
      1625
     | 
    
      FLUIDSYNTH_LIBS='-lfluidsynth '
 
     | 
  
  
    | 
      1626
     | 
    
      GDKX11_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/pkg/libxkbcommon -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1627
     | 
    
      GDKX11_LIBS='-lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1628
     | 
    
      GENERAL_PLUGINS='alarm albumart delete-files search-tool hotkey lirc song_change statusicon aosd notify mpris2 scrobbler2 gtkui skins lyricwiki'
 
     | 
  
  
    | 
      1629
     | 
    
      GENERAL_PLUGIN_DIR='General'
 
     | 
  
  
    | 
      1630
     | 
    
      GETTEXT_MACRO_VERSION='0.18'
 
     | 
  
  
    | 
      1631
     | 
    
      GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1632
     | 
    
      GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1633
     | 
    
      GLIB214_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1634
     | 
    
      GLIB214_LIBS='-lglib-2.0 '
 
     | 
  
  
    | 
      1635
     | 
    
      GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1636
     | 
    
      GLIB_LIBS='-lglib-2.0 '
 
     | 
  
  
    | 
      1637
     | 
    
      GL_LIBS='-lGL -lX11'
 
     | 
  
  
    | 
      1638
     | 
    
      GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1639
     | 
    
      GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
 
     | 
  
  
    | 
      1640
     | 
    
      GMSGFMT='/usr/bin/msgfmt'
 
     | 
  
  
    | 
      1641
     | 
    
      GMSGFMT_015='/usr/bin/msgfmt'
 
     | 
  
  
    | 
      1642
     | 
    
      GREP='/usr/bin/grep'
 
     | 
  
  
    | 
      1643
     | 
    
      GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/pkg/libxkbcommon -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -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/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1644
     | 
    
      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 '
 
     | 
  
  
    | 
      1645
     | 
    
      HAVE_LINUX='yes'
 
     | 
  
  
    | 
      1646
     | 
    
      HAVE_MSWINDOWS='no'
 
     | 
  
  
    | 
      1647
     | 
    
      INPUT_PLUGINS='tonegen metronom vtx console xsf psf mpg123 adplug vorbis flacng wavpack aac aac-raw sndfile modplug sid'
 
     | 
  
  
    | 
      1648
     | 
    
      INPUT_PLUGIN_DIR='Input'
 
     | 
  
  
    | 
      1649
     | 
    
      INSTALL_DATA='${INSTALL} -m 644'
     | 
  
  
    | 
      1650
     | 
    
      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'
     | 
  
  
    | 
      1651
     | 
    
      INSTALL_PROGRAM='${INSTALL}'
     | 
  
  
    | 
      1652
     | 
    
      INSTALL_SCRIPT='${INSTALL}'
     | 
  
  
    | 
      1653
     | 
    
      INTLLIBS=''
 
     | 
  
  
    | 
      1654
     | 
    
      INTL_MACOSX_LIBS=''
 
     | 
  
  
    | 
      1655
     | 
    
      JACK_CFLAGS=''
 
     | 
  
  
    | 
      1656
     | 
    
      JACK_LIBS='-ljack '
 
     | 
  
  
    | 
      1657
     | 
    
      LDFLAGS=' -Wl,-z,defs'
 
     | 
  
  
    | 
      1658
     | 
    
      LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
     | 
  
  
    | 
      1659
     | 
    
      LIBFLAC_CFLAGS='-I/usr/include/FLAC '
 
     | 
  
  
    | 
      1660
     | 
    
      LIBFLAC_LIBS='-lFLAC '
 
     | 
  
  
    | 
      1661
     | 
    
      LIBICONV='-liconv'
 
     | 
  
  
    | 
      1662
     | 
    
      LIBINTL=''
 
     | 
  
  
    | 
      1663
     | 
    
      LIBOBJS=''
 
     | 
  
  
    | 
      1664
     | 
    
      LIBS='-lpthread   -laudcore -laudgui '
 
     | 
  
  
    | 
      1665
     | 
    
      LIB_CFLAGS='-fPIC -DPIC'
 
     | 
  
  
    | 
      1666
     | 
    
      LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
     | 
  
  
    | 
      1667
     | 
    
      LIB_PREFIX='lib'
 
     | 
  
  
    | 
      1668
     | 
    
      LIB_SUFFIX='.so'
 
     | 
  
  
    | 
      1669
     | 
    
      LN_S='ln -s'
 
     | 
  
  
    | 
      1670
     | 
    
      LTLIBICONV='-liconv'
 
     | 
  
  
    | 
      1671
     | 
    
      LTLIBINTL=''
 
     | 
  
  
    | 
      1672
     | 
    
      LTLIBOBJS=''
 
     | 
  
  
    | 
      1673
     | 
    
      MKDIR_P='/usr/bin/mkdir -p'
 
     | 
  
  
    | 
      1674
     | 
    
      MMS_CFLAGS='-I/usr/include/ '
 
     | 
  
  
    | 
      1675
     | 
    
      MMS_LIBS='-lmms -lm '
 
     | 
  
  
    | 
      1676
     | 
    
      MODPLUG_CFLAGS='-I/usr/include/libmodplug '
 
     | 
  
  
    | 
      1677
     | 
    
      MODPLUG_LIBS='-lmodplug '
 
     | 
  
  
    | 
      1678
     | 
    
      MPG123_CFLAGS=''
 
     | 
  
  
    | 
      1679
     | 
    
      MPG123_LIBS='-lmpg123 '
 
     | 
  
  
    | 
      1680
     | 
    
      MSGFMT='/usr/bin/msgfmt'
 
     | 
  
  
    | 
      1681
     | 
    
      MSGFMT_015='/usr/bin/msgfmt'
 
     | 
  
  
    | 
      1682
     | 
    
      MSGMERGE='/usr/bin/msgmerge'
 
     | 
  
  
    | 
      1683
     | 
    
      MV='/usr/bin/mv'
 
     | 
  
  
    | 
      1684
     | 
    
      NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
 
     | 
  
  
    | 
      1685
     | 
    
      NEON_LIBS='-lneon '
 
     | 
  
  
    | 
      1686
     | 
    
      NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 
     | 
  
  
    | 
      1687
     | 
    
      NOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
 
     | 
  
  
    | 
      1688
     | 
    
      OBJCXX_DEPENDS=''
 
     | 
  
  
    | 
      1689
     | 
    
      OBJC_DEPENDS=''
 
     | 
  
  
    | 
      1690
     | 
    
      OBJEXT='o'
 
     | 
  
  
    | 
      1691
     | 
    
      OSS_CFLAGS=''
 
     | 
  
  
    | 
      1692
     | 
    
      OUTPUT_PLUGINS=' pulse_audio jack alsa sdlout amidi-plug filewriter'
 
     | 
  
  
    | 
      1693
     | 
    
      OUTPUT_PLUGIN_DIR='Output'
 
     | 
  
  
    | 
      1694
     | 
    
      PACKAGE_BUGREPORT=''
 
     | 
  
  
    | 
      1695
     | 
    
      PACKAGE_NAME='audacious-plugins'
 
     | 
  
  
    | 
      1696
     | 
    
      PACKAGE_STRING='audacious-plugins 3.5'
 
     | 
  
  
    | 
      1697
     | 
    
      PACKAGE_TARNAME='audacious-plugins'
 
     | 
  
  
    | 
      1698
     | 
    
      PACKAGE_URL=''
 
     | 
  
  
    | 
      1699
     | 
    
      PACKAGE_VERSION='3.5'
 
     | 
  
  
    | 
      1700
     | 
    
      PATH_SEPARATOR=':'
 
     | 
  
  
    | 
      1701
     | 
    
      PKG_CONFIG='/usr/bin/pkg-config'
 
     | 
  
  
    | 
      1702
     | 
    
      PKG_CONFIG_LIBDIR=''
 
     | 
  
  
    | 
      1703
     | 
    
      PKG_CONFIG_PATH=''
 
     | 
  
  
    | 
      1704
     | 
    
      PLUGIN_CFLAGS='-fPIC -DPIC'
 
     | 
  
  
    | 
      1705
     | 
    
      PLUGIN_LDFLAGS='-shared'
 
     | 
  
  
    | 
      1706
     | 
    
      PLUGIN_SUFFIX='.so'
 
     | 
  
  
    | 
      1707
     | 
    
      POSUB='po'
 
     | 
  
  
    | 
      1708
     | 
    
      PULSE_CFLAGS='-D_REENTRANT '
 
     | 
  
  
    | 
      1709
     | 
    
      PULSE_LIBS='-lpulse '
 
     | 
  
  
    | 
      1710
     | 
    
      RANLIB='/usr/bin/ranlib'
 
     | 
  
  
    | 
      1711
     | 
    
      RM='/usr/bin/rm'
 
     | 
  
  
    | 
      1712
     | 
    
      SAMPLERATE_CFLAGS=''
 
     | 
  
  
    | 
      1713
     | 
    
      SAMPLERATE_LIBS='-lsamplerate '
 
     | 
  
  
    | 
      1714
     | 
    
      SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
 
     | 
  
  
    | 
      1715
     | 
    
      SDL_LIBS='-lSDL -lpthread '
 
     | 
  
  
    | 
      1716
     | 
    
      SED='/usr/bin/sed'
 
     | 
  
  
    | 
      1717
     | 
    
      SET_MAKE=''
 
     | 
  
  
    | 
      1718
     | 
    
      SHELL='/bin/sh'
 
     | 
  
  
    | 
      1719
     | 
    
      SIDPLAYFP_CFLAGS=''
 
     | 
  
  
    | 
      1720
     | 
    
      SIDPLAYFP_LIBS='-lsidplayfp '
 
     | 
  
  
    | 
      1721
     | 
    
      SNDFILE_CFLAGS=''
 
     | 
  
  
    | 
      1722
     | 
    
      SNDFILE_LIBS='-lsndfile '
 
     | 
  
  
    | 
      1723
     | 
    
      SNDIO_LIBS=''
 
     | 
  
  
    | 
      1724
     | 
    
      SOXR_CFLAGS=''
 
     | 
  
  
    | 
      1725
     | 
    
      SOXR_LIBS=''
 
     | 
  
  
    | 
      1726
     | 
    
      TERM_BOLD='[1m'
 
     | 
  
  
    | 
      1727
     | 
    
      TERM_EL='[K'
 
     | 
  
  
    | 
      1728
     | 
    
      TERM_SETAF1='[31m'
 
     | 
  
  
    | 
      1729
     | 
    
      TERM_SETAF2='[32m'
 
     | 
  
  
    | 
      1730
     | 
    
      TERM_SETAF3='[33m'
 
     | 
  
  
    | 
      1731
     | 
    
      TERM_SETAF4='[34m'
 
     | 
  
  
    | 
      1732
     | 
    
      TERM_SETAF6='[36m'
 
     | 
  
  
    | 
      1733
     | 
    
      TERM_SGR0='(B[m'
 
     | 
  
  
    | 
      1734
     | 
    
      TPUT='/usr/bin/tput'
 
     | 
  
  
    | 
      1735
     | 
    
      TRANSPORT_PLUGINS='gio neon mms'
 
     | 
  
  
    | 
      1736
     | 
    
      TRANSPORT_PLUGIN_DIR='Transport'
 
     | 
  
  
    | 
      1737
     | 
    
      UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
     | 
  
  
    | 
      1738
     | 
    
      USE_NLS='yes'
 
     | 
  
  
    | 
      1739
     | 
    
      VISUALIZATION_PLUGINS='blur_scope cairo-spectrum gl-spectrum'
 
     | 
  
  
    | 
      1740
     | 
    
      VISUALIZATION_PLUGIN_DIR='Visualization'
 
     | 
  
  
    | 
      1741
     | 
    
      VORBIS_CFLAGS=''
 
     | 
  
  
    | 
      1742
     | 
    
      VORBIS_LIBS='-logg -lvorbis -lvorbisenc -lvorbisfile '
 
     | 
  
  
    | 
      1743
     | 
    
      WAVPACK_CFLAGS=''
 
     | 
  
  
    | 
      1744
     | 
    
      WAVPACK_LIBS='-lwavpack -lm '
 
     | 
  
  
    | 
      1745
     | 
    
      WINDRES=''
 
     | 
  
  
    | 
      1746
     | 
    
      XCOMPOSITE_CFLAGS=''
 
     | 
  
  
    | 
      1747
     | 
    
      XCOMPOSITE_LIBS='-lXcomposite '
 
     | 
  
  
    | 
      1748
     | 
    
      XGETTEXT='/usr/bin/xgettext'
 
     | 
  
  
    | 
      1749
     | 
    
      XGETTEXT_015='/usr/bin/xgettext'
 
     | 
  
  
    | 
      1750
     | 
    
      XGETTEXT_EXTRA_OPTIONS=''
 
     | 
  
  
    | 
      1751
     | 
    
      XML_CFLAGS='-I/usr/include/libxml2 '
 
     | 
  
  
    | 
      1752
     | 
    
      XML_LIBS='-lxml2 '
 
     | 
  
  
    | 
      1753
     | 
    
      XRENDER_CFLAGS=''
 
     | 
  
  
    | 
      1754
     | 
    
      XRENDER_LIBS='-lXrender -lX11 '
 
     | 
  
  
    | 
      1755
     | 
    
      ac_ct_CC='gcc'
 
     | 
  
  
    | 
      1756
     | 
    
      ac_ct_CXX='g++'
 
     | 
  
  
    | 
      1757
     | 
    
      bindir='${exec_prefix}/bin'
     | 
  
  
    | 
      1758
     | 
    
      build='i686-pc-linux-gnu'
 
     | 
  
  
    | 
      1759
     | 
    
      build_alias=''
 
     | 
  
  
    | 
      1760
     | 
    
      build_cpu='i686'
 
     | 
  
  
    | 
      1761
     | 
    
      build_os='linux-gnu'
 
     | 
  
  
    | 
      1762
     | 
    
      build_vendor='pc'
 
     | 
  
  
    | 
      1763
     | 
    
      datadir='${datarootdir}'
     | 
  
  
    | 
      1764
     | 
    
      datarootdir='${prefix}/share'
     | 
  
  
    | 
      1765
     | 
    
      docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
     | 
  
  
    | 
      1766
     | 
    
      dvidir='${docdir}'
     | 
  
  
    | 
      1767
     | 
    
      exec_prefix='${prefix}'
     | 
  
  
    | 
      1768
     | 
    
      have_mpris2='yes'
 
     | 
  
  
    | 
      1769
     | 
    
      host='i686-pc-linux-gnu'
 
     | 
  
  
    | 
      1770
     | 
    
      host_alias=''
 
     | 
  
  
    | 
      1771
     | 
    
      host_cpu='i686'
 
     | 
  
  
    | 
      1772
     | 
    
      host_os='linux-gnu'
 
     | 
  
  
    | 
      1773
     | 
    
      host_vendor='pc'
 
     | 
  
  
    | 
      1774
     | 
    
      htmldir='${docdir}'
     | 
  
  
    | 
      1775
     | 
    
      includedir='${prefix}/include'
     | 
  
  
    | 
      1776
     | 
    
      infodir='${datarootdir}/info'
     | 
  
  
    | 
      1777
     | 
    
      libdir='${exec_prefix}/lib'
     | 
  
  
    | 
      1778
     | 
    
      libexecdir='${exec_prefix}/lib'
     | 
  
  
    | 
      1779
     | 
    
      localedir='${prefix}/share/locale'
     | 
  
  
    | 
      1780
     | 
    
      localstatedir='${prefix}/var'
     | 
  
  
    | 
      1781
     | 
    
      mandir='${datarootdir}/man'
     | 
  
  
    | 
      1782
     | 
    
      oldincludedir='/usr/include'
 
     | 
  
  
    | 
      1783
     | 
    
      pdfdir='${docdir}'
     | 
  
  
    | 
      1784
     | 
    
      plugindir='/usr/lib/audacious'
 
     | 
  
  
    | 
      1785
     | 
    
      prefix='/usr'
 
     | 
  
  
    | 
      1786
     | 
    
      program_transform_name='s,x,x,'
 
     | 
  
  
    | 
      1787
     | 
    
      psdir='${docdir}'
     | 
  
  
    | 
      1788
     | 
    
      sbindir='${exec_prefix}/sbin'
     | 
  
  
    | 
      1789
     | 
    
      sharedstatedir='${prefix}/com'
     | 
  
  
    | 
      1790
     | 
    
      sysconfdir='${prefix}/etc'
     | 
  
  
    | 
      1791
     | 
    
      target='i686-pc-linux-gnu'
 
     | 
  
  
    | 
      1792
     | 
    
      target_alias=''
 
     | 
  
  
    | 
      1793
     | 
    
      target_cpu='i686'
 
     | 
  
  
    | 
      1794
     | 
    
      target_os='linux-gnu'
 
     | 
  
  
    | 
      1795
     | 
    
      target_vendor='pc'
 
     | 
  
  
    | 
      1796
     | 
    
      
 
     | 
  
  
    | 
      1797
     | 
    
      ## ----------- ##
 
     | 
  
  
    | 
      1798
     | 
    
      ## confdefs.h. ##
 
     | 
  
  
    | 
      1799
     | 
    
      ## ----------- ##
 
     | 
  
  
    | 
      1800
     | 
    
      
 
     | 
  
  
    | 
      1801
     | 
    
      /* confdefs.h */
 
     | 
  
  
    | 
      1802
     | 
    
      #define PACKAGE_NAME "audacious-plugins"
 
     | 
  
  
    | 
      1803
     | 
    
      #define PACKAGE_TARNAME "audacious-plugins"
 
     | 
  
  
    | 
      1804
     | 
    
      #define PACKAGE_VERSION "3.5"
 
     | 
  
  
    | 
      1805
     | 
    
      #define PACKAGE_STRING "audacious-plugins 3.5"
 
     | 
  
  
    | 
      1806
     | 
    
      #define PACKAGE_BUGREPORT ""
 
     | 
  
  
    | 
      1807
     | 
    
      #define PACKAGE_URL ""
 
     | 
  
  
    | 
      1808
     | 
    
      #define PACKAGE "audacious-plugins"
 
     | 
  
  
    | 
      1809
     | 
    
      #define VERSION "3.5"
 
     | 
  
  
    | 
      1810
     | 
    
      #define STDC_HEADERS 1
 
     | 
  
  
    | 
      1811
     | 
    
      #define HAVE_SYS_TYPES_H 1
 
     | 
  
  
    | 
      1812
     | 
    
      #define HAVE_SYS_STAT_H 1
 
     | 
  
  
    | 
      1813
     | 
    
      #define HAVE_STDLIB_H 1
 
     | 
  
  
    | 
      1814
     | 
    
      #define HAVE_STRING_H 1
 
     | 
  
  
    | 
      1815
     | 
    
      #define HAVE_MEMORY_H 1
 
     | 
  
  
    | 
      1816
     | 
    
      #define HAVE_STRINGS_H 1
 
     | 
  
  
    | 
      1817
     | 
    
      #define HAVE_INTTYPES_H 1
 
     | 
  
  
    | 
      1818
     | 
    
      #define HAVE_STDINT_H 1
 
     | 
  
  
    | 
      1819
     | 
    
      #define HAVE_UNISTD_H 1
 
     | 
  
  
    | 
      1820
     | 
    
      #define _FILE_OFFSET_BITS 64
 
     | 
  
  
    | 
      1821
     | 
    
      #define HAVE_MKDTEMP 1
 
     | 
  
  
    | 
      1822
     | 
    
      #define ENABLE_NLS 1
 
     | 
  
  
    | 
      1823
     | 
    
      #define HAVE_GETTEXT 1
 
     | 
  
  
    | 
      1824
     | 
    
      #define HAVE_DCGETTEXT 1
 
     | 
  
  
    | 
      1825
     | 
    
      #define HAVE_ZLIB_H 1
 
     | 
  
  
    | 
      1826
     | 
    
      #define HAVE_LIRC_LIRC_CLIENT_H 1
 
     | 
  
  
    | 
      1827
     | 
    
      #define HAVE_SYS_WAIT_H 1
 
     | 
  
  
    | 
      1828
     | 
    
      #define HAVE_XCOMPOSITE /**/
 
     | 
  
  
    | 
      1829
     | 
    
      #define HAVE_SYS_SOUNDCARD_H 1
 
     | 
  
  
    | 
      1830
     | 
    
      #define HAVE_NE_SET_CONNECT_TIMEOUT 1
 
     | 
  
  
    | 
      1831
     | 
    
      #define FILEWRITER_MP3 1
 
     | 
  
  
    | 
      1832
     | 
    
      #define FILEWRITER_VORBIS 1
 
     | 
  
  
    | 
      1833
     | 
    
      #define FILEWRITER_FLAC 1
 
     | 
  
  
    | 
      1834
     | 
    
      
 
     | 
  
  
    | 
      1835
     | 
    
      configure: exit 0
 
     |