Changeset 22b05cefc618ed1601e1c42908179a307dcab743

Show
Ignore:
Timestamp:
04/03/02 01:27:07 (6 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1017790027 +0000
git-parent:

[ad14a89d0fbcca30225e6d33c6f40c35e7eb45e4]

git-author:
Gildas Bazin <gbazin@videolan.org> 1017790027 +0000
Message:

* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.

( this creates a small memory leak as we don't free the string obtained

from config_GetPszVariable, but I think we can live with it for now )

* the SSE plugins are disable on the mingw32 build as they don't work.

( because memalign is not implemented on win32, and malloc only aligns

on an 8 bytes boundary )

* fixed small mistake in INSTALL.win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    r4313827 r22b05ce  
    7777  make distclean ; \ 
    7878  ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ 
     79  --build=i386-linux \ 
    7980  --with-gtk-config-path=/usr/local/gtk-win32/bin \ 
    8081  --with-sdl-config-path=/usr/local/SDL-1.2.3-win32/i386-mingw32msvc/bin \ 
     
    8788  PATH=/usr/local/cross-tools/bin:$PATH \ 
    8889  ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ 
     90  --build=i386-linux \ 
    8991  --with-gtk-config-path=/usr/local/gtk-win32/bin \ 
    9092  --with-sdl-config-path=/usr/local/SDL-1.2.3-win32/i386-mingw32msvc/bin \ 
  • configure

    r75824aa r22b05ce  
    56535653MMXEXT_MODULES="memcpymmxext idctmmxext motionmmxext" 
    56545654THREEDNOW_MODULES="memcpy3dn imdct3dn downmix3dn" 
     5655if test x$SYS != xmingw32; then 
    56555656SSE_MODULES="imdctsse downmixsse" 
     5657fi 
    56565658ALTIVEC_MODULES="idctaltivec motionaltivec memcpyaltivec" 
    56575659 
    56585660echo $ac_n "checking if \$CC groks MMX inline assembly""... $ac_c" 1>&6 
    5659 echo "configure:5660: checking if \$CC groks MMX inline assembly" >&5 
     5661echo "configure:5662: checking if \$CC groks MMX inline assembly" >&5 
    56605662if eval "test \"`echo '$''{'ac_cv_mmx_inline'+set}'`\" = set"; then 
    56615663  echo $ac_n "(cached) $ac_c" 1>&6 
    56625664else 
    56635665  cat > conftest.$ac_ext <<EOF 
    5664 #line 5665 "configure" 
     5666#line 5667 "configure" 
    56655667#include "confdefs.h" 
    56665668 
     
    56695671; return 0; } 
    56705672EOF 
    5671 if { (eval echo configure:5672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5673if { (eval echo configure:5674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    56725674  rm -rf conftest* 
    56735675  ac_cv_mmx_inline=yes 
     
    56875689 
    56885690echo $ac_n "checking if \$CC groks MMX EXT inline assembly""... $ac_c" 1>&6 
    5689 echo "configure:5690: checking if \$CC groks MMX EXT inline assembly" >&5 
     5691echo "configure:5692: checking if \$CC groks MMX EXT inline assembly" >&5 
    56905692if eval "test \"`echo '$''{'ac_cv_mmxext_inline'+set}'`\" = set"; then 
    56915693  echo $ac_n "(cached) $ac_c" 1>&6 
    56925694else 
    56935695  cat > conftest.$ac_ext <<EOF 
    5694 #line 5695 "configure" 
     5696#line 5697 "configure" 
    56955697#include "confdefs.h" 
    56965698 
     
    56995701; return 0; } 
    57005702EOF 
    5701 if { (eval echo configure:5702: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5703if { (eval echo configure:5704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    57025704  rm -rf conftest* 
    57035705  ac_cv_mmxext_inline=yes 
     
    57175719 
    57185720echo $ac_n "checking if \$CC groks 3D Now! inline assembly""... $ac_c" 1>&6 
    5719 echo "configure:5720: checking if \$CC groks 3D Now! inline assembly" >&5 
     5721echo "configure:5722: checking if \$CC groks 3D Now! inline assembly" >&5 
    57205722if eval "test \"`echo '$''{'ac_cv_3dnow_inline'+set}'`\" = set"; then 
    57215723  echo $ac_n "(cached) $ac_c" 1>&6 
    57225724else 
    57235725  cat > conftest.$ac_ext <<EOF 
    5724 #line 5725 "configure" 
     5726#line 5727 "configure" 
    57255727#include "confdefs.h" 
    57265728 
     
    57295731; return 0; } 
    57305732EOF 
    5731 if { (eval echo configure:5732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5733if { (eval echo configure:5734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    57325734  rm -rf conftest* 
    57335735  ac_cv_3dnow_inline=yes 
     
    57515753 
    57525754echo $ac_n "checking if \$CC groks SSE inline assembly""... $ac_c" 1>&6 
    5753 echo "configure:5754: checking if \$CC groks SSE inline assembly" >&5 
     5755echo "configure:5756: checking if \$CC groks SSE inline assembly" >&5 
    57545756if eval "test \"`echo '$''{'ac_cv_sse_inline'+set}'`\" = set"; then 
    57555757  echo $ac_n "(cached) $ac_c" 1>&6 
    57565758else 
    57575759  cat > conftest.$ac_ext <<EOF 
    5758 #line 5759 "configure" 
     5760#line 5761 "configure" 
    57595761#include "confdefs.h" 
    57605762 
     
    57635765; return 0; } 
    57645766EOF 
    5765 if { (eval echo configure:5766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5767if { (eval echo configure:5768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    57665768  rm -rf conftest* 
    57675769  ac_cv_sse_inline=yes 
     
    57885790if test x$SYS != xmingw32; then 
    57895791echo $ac_n "checking if \$CC groks Altivec inline assembly""... $ac_c" 1>&6 
    5790 echo "configure:5791: checking if \$CC groks Altivec inline assembly" >&5 
     5792echo "configure:5793: checking if \$CC groks Altivec inline assembly" >&5 
    57915793if eval "test \"`echo '$''{'ac_cv_altivec_inline'+set}'`\" = set"; then 
    57925794  echo $ac_n "(cached) $ac_c" 1>&6 
    57935795else 
    57945796  cat > conftest.$ac_ext <<EOF 
    5795 #line 5796 "configure" 
     5797#line 5798 "configure" 
    57965798#include "confdefs.h" 
    57975799 
     
    58005802; return 0; } 
    58015803EOF 
    5802 if { (eval echo configure:5803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5804if { (eval echo configure:5805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    58035805  rm -rf conftest* 
    58045806  ac_cv_altivec_inline=yes 
     
    58105812          CFLAGS="$CFLAGS -Wa,-m7400" 
    58115813          cat > conftest.$ac_ext <<EOF 
    5812 #line 5813 "configure" 
     5814#line 5815 "configure" 
    58135815#include "confdefs.h" 
    58145816 
     
    58175819; return 0; } 
    58185820EOF 
    5819 if { (eval echo configure:5820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5821if { (eval echo configure:5822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    58205822  rm -rf conftest* 
    58215823  ac_cv_altivec_inline="-Wa,-m7400" 
     
    58485850 
    58495851echo $ac_n "checking if \$CC groks Altivec C extensions""... $ac_c" 1>&6 
    5850 echo "configure:5851: checking if \$CC groks Altivec C extensions" >&5 
     5852echo "configure:5853: checking if \$CC groks Altivec C extensions" >&5 
    58515853if eval "test \"`echo '$''{'ac_cv_c_altivec'+set}'`\" = set"; then 
    58525854  echo $ac_n "(cached) $ac_c" 1>&6 
     
    58565858     # Darwin test 
    58575859     cat > conftest.$ac_ext <<EOF 
    5858 #line 5859 "configure" 
     5860#line 5861 "configure" 
    58595861#include "confdefs.h" 
    58605862 
     
    58635865; return 0; } 
    58645866EOF 
    5865 if { (eval echo configure:5866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5867if { (eval echo configure:5868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    58665868  rm -rf conftest* 
    58675869  ac_cv_c_altivec=-faltivec 
     
    58745876        CFLAGS="$save_CFLAGS $CFLAGS_IDCTALTIVEC -fvec" 
    58755877        cat > conftest.$ac_ext <<EOF 
    5876 #line 5877 "configure" 
     5878#line 5879 "configure" 
    58775879#include "confdefs.h" 
    58785880 
     
    58815883; return 0; } 
    58825884EOF 
    5883 if { (eval echo configure:5884: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5885if { (eval echo configure:5886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    58845886  rm -rf conftest* 
    58855887  ac_cv_c_altivec="-fvec" 
     
    59115913 
    59125914echo $ac_n "checking if linker needs -framework vecLib""... $ac_c" 1>&6 
    5913 echo "configure:5914: checking if linker needs -framework vecLib" >&5 
     5915echo "configure:5916: checking if linker needs -framework vecLib" >&5 
    59145916if eval "test \"`echo '$''{'ac_cv_ld_altivec'+set}'`\" = set"; then 
    59155917  echo $ac_n "(cached) $ac_c" 1>&6 
     
    59185920     LDFLAGS="$LDFLAGS -framework vecLib" 
    59195921     cat > conftest.$ac_ext <<EOF 
    5920 #line 5921 "configure" 
     5922#line 5923 "configure" 
    59215923#include "confdefs.h" 
    59225924 
     
    59255927; return 0; } 
    59265928EOF 
    5927 if { (eval echo configure:5928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     5929if { (eval echo configure:5930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    59285930  rm -rf conftest* 
    59295931  ac_cv_ld_altivec=yes 
     
    59475949fi # end if mingw32 
    59485950 
    5949 case x$SYS in 
    5950   xmingw32) 
    5951     DVD_DEVICE="E:" 
    5952     VCD_DEVICE="E:" 
    5953     ;; 
    5954   *) 
    5955     DVD_DEVICE="/dev/dvd" 
    5956     VCD_DEVICE="/dev/cdrom" 
    5957     ;; 
    5958 esac 
    5959  
    5960 cat >> confdefs.h <<EOF 
    5961 #define DVD_DEVICE "$DVD_DEVICE" 
    5962 EOF 
    5963  
    5964 cat >> confdefs.h <<EOF 
    5965 #define VCD_DEVICE "$VCD_DEVICE" 
    5966 EOF 
    5967  
    5968  
    59695951 
    59705952 
     
    59755957ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    59765958echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    5977 echo "configure:5978: checking for $ac_hdr" >&5 
     5959echo "configure:5960: checking for $ac_hdr" >&5 
    59785960if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    59795961  echo $ac_n "(cached) $ac_c" 1>&6 
    59805962else 
    59815963  cat > conftest.$ac_ext <<EOF 
    5982 #line 5983 "configure" 
     5964#line 5965 "configure" 
    59835965#include "confdefs.h" 
    59845966#include <$ac_hdr> 
    59855967EOF 
    59865968ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    5987 { (eval echo configure:5988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     5969{ (eval echo configure:5970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    59885970ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    59895971if test -z "$ac_err"; then 
     
    60186000ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    60196001echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6020 echo "configure:6021: checking for $ac_hdr" >&5 
     6002echo "configure:6003: checking for $ac_hdr" >&5 
    60216003if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    60226004  echo $ac_n "(cached) $ac_c" 1>&6 
    60236005else 
    60246006  cat > conftest.$ac_ext <<EOF 
    6025 #line 6026 "configure" 
     6007#line 6008 "configure" 
    60266008#include "confdefs.h" 
    60276009#include <$ac_hdr> 
    60286010EOF 
    60296011ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6030 { (eval echo configure:6031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6012{ (eval echo configure:6013: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    60316013ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    60326014if test -z "$ac_err"; then 
     
    60546036ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    60556037echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6056 echo "configure:6057: checking for $ac_hdr" >&5 
     6038echo "configure:6039: checking for $ac_hdr" >&5 
    60576039if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    60586040  echo $ac_n "(cached) $ac_c" 1>&6 
    60596041else 
    60606042  cat > conftest.$ac_ext <<EOF 
    6061 #line 6062 "configure" 
     6043#line 6044 "configure" 
    60626044#include "confdefs.h" 
    60636045#include <$ac_hdr> 
    60646046EOF 
    60656047ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6066 { (eval echo configure:6067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6048{ (eval echo configure:6049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    60676049ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    60686050if test -z "$ac_err"; then 
     
    60946076  OPENBSD_DVD_STRUCT=0 
    60956077        cat > conftest.$ac_ext <<EOF 
    6096 #line 6097 "configure" 
     6078#line 6079 "configure" 
    60976079#include "confdefs.h" 
    60986080#include <sys/cdio.h> 
     
    61076089 
    61086090    cat > conftest.$ac_ext <<EOF 
    6109 #line 6110 "configure" 
     6091#line 6092 "configure" 
    61106092#include "confdefs.h" 
    61116093#include <sys/cdio.h> 
     
    61276109 
    61286110        cat > conftest.$ac_ext <<EOF 
    6129 #line 6130 "configure" 
     6111#line 6112 "configure" 
    61306112#include "confdefs.h" 
    61316113#include <sys/dvdio.h> 
     
    61406122 
    61416123    cat > conftest.$ac_ext <<EOF 
    6142 #line 6143 "configure" 
     6124#line 6125 "configure" 
    61436125#include "confdefs.h" 
    61446126#include <sys/dvdio.h> 
     
    61606142 
    61616143        cat > conftest.$ac_ext <<EOF 
    6162 #line 6163 "configure" 
     6144#line 6145 "configure" 
    61636145#include "confdefs.h" 
    61646146#include <linux/cdrom.h> 
     
    61796161        NEED_BSDI_LIBDVD=0 
    61806162  cat > conftest.$ac_ext <<EOF 
    6181 #line 6182 "configure" 
     6163#line 6164 "configure" 
    61826164#include "confdefs.h" 
    61836165#include <dvd.h> 
     
    62016183ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    62026184echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6203 echo "configure:6204: checking for $ac_hdr" >&5 
     6185echo "configure:6186: checking for $ac_hdr" >&5 
    62046186if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    62056187  echo $ac_n "(cached) $ac_c" 1>&6 
    62066188else 
    62076189  cat > conftest.$ac_ext <<EOF 
    6208 #line 6209 "configure" 
     6190#line 6191 "configure" 
    62096191#include "confdefs.h" 
    62106192#include <$ac_hdr> 
    62116193EOF 
    62126194ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6213 { (eval echo configure:6214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6195{ (eval echo configure:6196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    62146196ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    62156197if test -z "$ac_err"; then 
     
    62516233        ac_safe=`echo "sys/scsi/scsi_types.h" | sed 'y%./+-%__p_%'` 
    62526234echo $ac_n "checking for sys/scsi/scsi_types.h""... $ac_c" 1>&6 
    6253 echo "configure:6254: checking for sys/scsi/scsi_types.h" >&5 
     6235echo "configure:6236: checking for sys/scsi/scsi_types.h" >&5 
    62546236if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    62556237  echo $ac_n "(cached) $ac_c" 1>&6 
    62566238else 
    62576239  cat > conftest.$ac_ext <<EOF 
    6258 #line 6259 "configure" 
     6240#line 6241 "configure" 
    62596241#include "confdefs.h" 
    62606242#include <sys/scsi/scsi_types.h> 
    62616243EOF 
    62626244ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6263 { (eval echo configure:6264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6245{ (eval echo configure:6246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    62646246ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    62656247if test -z "$ac_err"; then 
     
    62806262    ac_safe=`echo "sys/scsi/impl/uscsi.h" | sed 'y%./+-%__p_%'` 
    62816263echo $ac_n "checking for sys/scsi/impl/uscsi.h""... $ac_c" 1>&6 
    6282 echo "configure:6283: checking for sys/scsi/impl/uscsi.h" >&5 
     6264echo "configure:6265: checking for sys/scsi/impl/uscsi.h" >&5 
    62836265if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    62846266  echo $ac_n "(cached) $ac_c" 1>&6 
    62856267else 
    62866268  cat > conftest.$ac_ext <<EOF 
    6287 #line 6288 "configure" 
     6269#line 6270 "configure" 
    62886270#include "confdefs.h" 
    62896271#include <sys/scsi/impl/uscsi.h> 
    62906272EOF 
    62916273ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6292 { (eval echo configure:6293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6274{ (eval echo configure:6275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    62936275ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    62946276if test -z "$ac_err"; then 
     
    63236305        ac_safe=`echo "sys/scsi.h" | sed 'y%./+-%__p_%'` 
    63246306echo $ac_n "checking for sys/scsi.h""... $ac_c" 1>&6 
    6325 echo "configure:6326: checking for sys/scsi.h" >&5 
     6307echo "configure:6308: checking for sys/scsi.h" >&5 
    63266308if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    63276309  echo $ac_n "(cached) $ac_c" 1>&6 
    63286310else 
    63296311  cat > conftest.$ac_ext <<EOF 
    6330 #line 6331 "configure" 
     6312#line 6313 "configure" 
    63316313#include "confdefs.h" 
    63326314#include <sys/scsi.h> 
    63336315EOF 
    63346316ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6335 { (eval echo configure:6336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6317{ (eval echo configure:6318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    63366318ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    63376319if test -z "$ac_err"; then 
     
    63516333   
    63526334    cat > conftest.$ac_ext <<EOF 
    6353 #line 6354 "configure" 
     6335#line 6336 "configure" 
    63546336#include "confdefs.h" 
    63556337#include <sys/scsi.h> 
     
    66136595then 
    66146596  cat > conftest.$ac_ext <<EOF 
    6615 #line 6616 "configure" 
     6597#line 6598 "configure" 
    66166598#include "confdefs.h" 
    66176599#include <linux/cdrom.h> 
     
    66546636 
    66556637echo $ac_n "checking for inet_pton""... $ac_c" 1>&6 
    6656 echo "configure:6657: checking for inet_pton" >&5 
     6638echo "configure:6639: checking for inet_pton" >&5 
    66576639if eval "test \"`echo '$''{'ac_cv_func_inet_pton'+set}'`\" = set"; then 
    66586640  echo $ac_n "(cached) $ac_c" 1>&6 
    66596641else 
    66606642  cat > conftest.$ac_ext <<EOF 
    6661 #line 6662 "configure" 
     6643#line 6644 "configure" 
    66626644#include "confdefs.h" 
    66636645/* System header to define __stub macros and hopefully few prototypes, 
     
    66826664; return 0; } 
    66836665EOF 
    6684 if { (eval echo configure:6685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     6666if { (eval echo configure:6667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    66856667  rm -rf conftest* 
    66866668  eval "ac_cv_func_inet_pton=yes" 
     
    67386720ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    67396721echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6740 echo "configure:6741: checking for $ac_hdr" >&5 
     6722echo "configure:6723: checking for $ac_hdr" >&5 
    67416723if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    67426724  echo $ac_n "(cached) $ac_c" 1>&6 
    67436725else 
    67446726  cat > conftest.$ac_ext <<EOF 
    6745 #line 6746 "configure" 
     6727#line 6728 "configure" 
    67466728#include "confdefs.h" 
    67476729#include <$ac_hdr> 
    67486730EOF 
    67496731ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6750 { (eval echo configure:6751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6732{ (eval echo configure:6733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    67516733ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    67526734if test -z "$ac_err"; then 
     
    67786760 
    67796761  echo $ac_n "checking for mad_bit_init in -lmad""... $ac_c" 1>&6 
    6780 echo "configure:6781: checking for mad_bit_init in -lmad" >&5 
     6762echo "configure:6763: checking for mad_bit_init in -lmad" >&5 
    67816763ac_lib_var=`echo mad'_'mad_bit_init | sed 'y%./+-%__p_%'` 
    67826764if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    67866768LIBS="-lmad  $LIBS" 
    67876769cat > conftest.$ac_ext <<EOF 
    6788 #line 6789 "configure" 
     6770#line 6771 "configure" 
    67896771#include "confdefs.h" 
    67906772/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    67976779; return 0; } 
    67986780EOF 
    6799 if { (eval echo configure:6800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     6781if { (eval echo configure:6782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    68006782  rm -rf conftest* 
    68016783  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    68496831ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    68506832echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6851 echo "configure:6852: checking for $ac_hdr" >&5 
     6833echo "configure:6834: checking for $ac_hdr" >&5 
    68526834if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    68536835  echo $ac_n "(cached) $ac_c" 1>&6 
    68546836else 
    68556837  cat > conftest.$ac_ext <<EOF 
    6856 #line 6857 "configure" 
     6838#line 6839 "configure" 
    68576839#include "confdefs.h" 
    68586840#include <$ac_hdr> 
    68596841EOF 
    68606842ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6861 { (eval echo configure:6862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6843{ (eval echo configure:6844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    68626844ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    68636845if test -z "$ac_err"; then 
     
    69186900ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    69196901echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6920 echo "configure:6921: checking for $ac_hdr" >&5 
     6902echo "configure:6903: checking for $ac_hdr" >&5 
    69216903if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    69226904  echo $ac_n "(cached) $ac_c" 1>&6 
    69236905else 
    69246906  cat > conftest.$ac_ext <<EOF 
    6925 #line 6926 "configure" 
     6907#line 6908 "configure" 
    69266908#include "confdefs.h" 
    69276909#include <$ac_hdr> 
    69286910EOF 
    69296911ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6930 { (eval echo configure:6931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6912{ (eval echo configure:6913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    69316913ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    69326914if test -z "$ac_err"; then 
     
    69816963ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    69826964echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    6983 echo "configure:6984: checking for $ac_hdr" >&5 
     6965echo "configure:6966: checking for $ac_hdr" >&5 
    69846966if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    69856967  echo $ac_n "(cached) $ac_c" 1>&6 
    69866968else 
    69876969  cat > conftest.$ac_ext <<EOF 
    6988 #line 6989 "configure" 
     6970#line 6971 "configure" 
    69896971#include "confdefs.h" 
    69906972#include <$ac_hdr> 
    69916973EOF 
    69926974ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    6993 { (eval echo configure:6994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     6975{ (eval echo configure:6976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    69946976ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    69956977if test -z "$ac_err"; then 
     
    70156997    CFLAGS="$CFLAGS -L$x_libraries -lX11 -lXext" 
    70166998    echo $ac_n "checking for XvSetPortAttribute in -lXv_pic""... $ac_c" 1>&6 
    7017 echo "configure:7018: checking for XvSetPortAttribute in -lXv_pic" >&5 
     6999echo "configure:7000: checking for XvSetPortAttribute in -lXv_pic" >&5 
    70187000ac_lib_var=`echo Xv_pic'_'XvSetPortAttribute | sed 'y%./+-%__p_%'` 
    70197001if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    70237005LIBS="-lXv_pic  $LIBS" 
    70247006cat > conftest.$ac_ext <<EOF 
    7025 #line 7026 "configure" 
     7007#line 7008 "configure" 
    70267008#include "confdefs.h" 
    70277009/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    70347016; return 0; } 
    70357017EOF 
    7036 if { (eval echo configure:7037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     7018if { (eval echo configure:7019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    70377019  rm -rf conftest* 
    70387020  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    70927074set dummy sdl12-config; ac_word=$2 
    70937075echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7094 echo "configure:7095: checking for $ac_word" >&5 
     7076echo "configure:7077: checking for $ac_word" >&5 
    70957077if eval "test \"`echo '$''{'ac_cv_path_SDL12_CONFIG'+set}'`\" = set"; then 
    70967078  echo $ac_n "(cached) $ac_c" 1>&6 
     
    71327114set dummy sdl11-config; ac_word=$2 
    71337115echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7134 echo "configure:7135: checking for $ac_word" >&5 
     7116echo "configure:7117: checking for $ac_word" >&5 
    71357117if eval "test \"`echo '$''{'ac_cv_path_SDL11_CONFIG'+set}'`\" = set"; then 
    71367118  echo $ac_n "(cached) $ac_c" 1>&6 
     
    71737155set dummy sdl-config; ac_word=$2 
    71747156echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7175 echo "configure:7176: checking for $ac_word" >&5 
     7157echo "configure:7158: checking for $ac_word" >&5 
    71767158if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then 
    71777159  echo $ac_n "(cached) $ac_c" 1>&6 
     
    72197201ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    72207202echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    7221 echo "configure:7222: checking for $ac_hdr" >&5 
     7203echo "configure:7204: checking for $ac_hdr" >&5 
    72227204if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    72237205  echo $ac_n "(cached) $ac_c" 1>&6 
    72247206else 
    72257207  cat > conftest.$ac_ext <<EOF 
    7226 #line 7227 "configure" 
     7208#line 7209 "configure" 
    72277209#include "confdefs.h" 
    72287210#include <$ac_hdr> 
    72297211EOF 
    72307212ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7231 { (eval echo configure:7232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7213{ (eval echo configure:7214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    72327214ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    72337215if test -z "$ac_err"; then 
     
    72997281ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    73007282echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    7301 echo "configure:7302: checking for $ac_hdr" >&5 
     7283echo "configure:7284: checking for $ac_hdr" >&5 
    73027284if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    73037285  echo $ac_n "(cached) $ac_c" 1>&6 
    73047286else 
    73057287  cat > conftest.$ac_ext <<EOF 
    7306 #line 7307 "configure" 
     7288#line 7289 "configure" 
    73077289#include "confdefs.h" 
    73087290#include <$ac_hdr> 
    73097291EOF 
    73107292ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7311 { (eval echo configure:7312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7293{ (eval echo configure:7294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    73127294ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    73137295if test -z "$ac_err"; then 
     
    73387320    else 
    73397321      echo $ac_n "checking for directX headers in ${withval}""... $ac_c" 1>&6 
    7340 echo "configure:7341: checking for directX headers in ${withval}" >&5 
     7322echo "configure:7323: checking for directX headers in ${withval}" >&5 
    73417323      if test -f ${withval}/ddraw.h 
    73427324      then 
     
    73657347ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    73667348echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    7367 echo "configure:7368: checking for $ac_hdr" >&5 
     7349echo "configure:7350: checking for $ac_hdr" >&5 
    73687350if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    73697351  echo $ac_n "(cached) $ac_c" 1>&6 
    73707352else 
    73717353  cat > conftest.$ac_ext <<EOF 
    7372 #line 7373 "configure" 
     7354#line 7355 "configure" 
    73737355#include "confdefs.h" 
    73747356#include <$ac_hdr> 
    73757357EOF 
    73767358ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7377 { (eval echo configure:7378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7359{ (eval echo configure:7360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    73787360ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    73797361if test -z "$ac_err"; then 
     
    74707452  ac_safe=`echo "aalib.h" | sed 'y%./+-%__p_%'` 
    74717453echo $ac_n "checking for aalib.h""... $ac_c" 1>&6 
    7472 echo "configure:7473: checking for aalib.h" >&5 
     7454echo "configure:7455: checking for aalib.h" >&5 
    74737455if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    74747456  echo $ac_n "(cached) $ac_c" 1>&6 
    74757457else 
    74767458  cat > conftest.$ac_ext <<EOF 
    7477 #line 7478 "configure" 
     7459#line 7460 "configure" 
    74787460#include "confdefs.h" 
    74797461#include <aalib.h> 
    74807462EOF 
    74817463ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7482 { (eval echo configure:7483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7464{ (eval echo configure:7465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    74837465ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    74847466if test -z "$ac_err"; then 
     
    75317513ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    75327514echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    7533 echo "configure:7534: checking for $ac_hdr" >&5 
     7515echo "configure:7516: checking for $ac_hdr" >&5 
    75347516if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    75357517  echo $ac_n "(cached) $ac_c" 1>&6 
    75367518else 
    75377519  cat > conftest.$ac_ext <<EOF 
    7538 #line 7539 "configure" 
     7520#line 7521 "configure" 
    75397521#include "confdefs.h" 
    75407522#include <$ac_hdr> 
    75417523EOF 
    75427524ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7543 { (eval echo configure:7544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7525{ (eval echo configure:7526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    75447526ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    75457527if test -z "$ac_err"; then 
     
    75647546    PLUGINS="${PLUGINS} dsp" 
    75657547    echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 
    7566 echo "configure:7567: checking for main in -lossaudio" >&5 
     7548echo "configure:7549: checking for main in -lossaudio" >&5 
    75677549ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` 
    75687550if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    75727554LIBS="-lossaudio  $LIBS" 
    75737555cat > conftest.$ac_ext <<EOF 
    7574 #line 7575 "configure" 
     7556#line 7557 "configure" 
    75757557#include "confdefs.h" 
    75767558 
     
    75797561; return 0; } 
    75807562EOF 
    7581 if { (eval echo configure:7582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     7563if { (eval echo configure:7564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    75827564  rm -rf conftest* 
    75837565  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    76157597set dummy esd-config; ac_word=$2 
    76167598echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7617 echo "configure:7618: checking for $ac_word" >&5 
     7599echo "configure:7600: checking for $ac_word" >&5 
    76187600if eval "test \"`echo '$''{'ac_cv_path_ESD_CONFIG'+set}'`\" = set"; then 
    76197601  echo $ac_n "(cached) $ac_c" 1>&6 
     
    76667648set dummy artsc-config; ac_word=$2 
    76677649echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7668 echo "configure:7669: checking for $ac_word" >&5 
     7650echo "configure:7651: checking for $ac_word" >&5 
    76697651if eval "test \"`echo '$''{'ac_cv_path_ARTS_CONFIG'+set}'`\" = set"; then 
    76707652  echo $ac_n "(cached) $ac_c" 1>&6 
     
    77167698     ac_safe=`echo "alsa/asoundlib.h" | sed 'y%./+-%__p_%'` 
    77177699echo $ac_n "checking for alsa/asoundlib.h""... $ac_c" 1>&6 
    7718 echo "configure:7719: checking for alsa/asoundlib.h" >&5 
     7700echo "configure:7701: checking for alsa/asoundlib.h" >&5 
    77197701if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    77207702  echo $ac_n "(cached) $ac_c" 1>&6 
    77217703else 
    77227704  cat > conftest.$ac_ext <<EOF 
    7723 #line 7724 "configure" 
     7705#line 7706 "configure" 
    77247706#include "confdefs.h" 
    77257707#include <alsa/asoundlib.h> 
    77267708EOF 
    77277709ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7728 { (eval echo configure:7729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7710{ (eval echo configure:7711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    77297711ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    77307712if test -z "$ac_err"; then 
     
    77437725  echo "$ac_t""yes" 1>&6 
    77447726  echo $ac_n "checking for main in -lasound""... $ac_c" 1>&6 
    7745 echo "configure:7746: checking for main in -lasound" >&5 
     7727echo "configure:7728: checking for main in -lasound" >&5 
    77467728ac_lib_var=`echo asound'_'main | sed 'y%./+-%__p_%'` 
    77477729if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    77517733LIBS="-lasound  $LIBS" 
    77527734cat > conftest.$ac_ext <<EOF 
    7753 #line 7754 "configure" 
     7735#line 7736 "configure" 
    77547736#include "confdefs.h" 
    77557737 
     
    77587740; return 0; } 
    77597741EOF 
    7760 if { (eval echo configure:7761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     7742if { (eval echo configure:7743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    77617743  rm -rf conftest* 
    77627744  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    78357817set dummy gtk12-config; ac_word=$2 
    78367818echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7837 echo "configure:7838: checking for $ac_word" >&5 
     7819echo "configure:7820: checking for $ac_word" >&5 
    78387820if eval "test \"`echo '$''{'ac_cv_path_GTK12_CONFIG'+set}'`\" = set"; then 
    78397821  echo $ac_n "(cached) $ac_c" 1>&6 
     
    78747856set dummy gtk-config; ac_word=$2 
    78757857echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7876 echo "configure:7877: checking for $ac_word" >&5 
     7858echo "configure:7859: checking for $ac_word" >&5 
    78777859if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then 
    78787860  echo $ac_n "(cached) $ac_c" 1>&6 
     
    79247906ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    79257907echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    7926 echo "configure:7927: checking for $ac_hdr" >&5 
     7908echo "configure:7909: checking for $ac_hdr" >&5 
    79277909if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    79287910  echo $ac_n "(cached) $ac_c" 1>&6 
    79297911else 
    79307912  cat > conftest.$ac_ext <<EOF 
    7931 #line 7932 "configure" 
     7913#line 7914 "configure" 
    79327914#include "confdefs.h" 
    79337915#include <$ac_hdr> 
    79347916EOF 
    79357917ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    7936 { (eval echo configure:7937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     7918{ (eval echo configure:7919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    79377919ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    79387920if test -z "$ac_err"; then 
     
    79807962set dummy gnome-config; ac_word=$2 
    79817963echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    7982 echo "configure:7983: checking for $ac_word" >&5 
     7964echo "configure:7965: checking for $ac_word" >&5 
    79837965if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then 
    79847966  echo $ac_n "(cached) $ac_c" 1>&6 
     
    80258007ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    80268008echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    8027 echo "configure:8028: checking for $ac_hdr" >&5 
     8009echo "configure:8010: checking for $ac_hdr" >&5 
    80288010if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    80298011  echo $ac_n "(cached) $ac_c" 1>&6 
    80308012else 
    80318013  cat > conftest.$ac_ext <<EOF 
    8032 #line 8033 "configure" 
     8014#line 8015 "configure" 
    80338015#include "confdefs.h" 
    80348016#include <$ac_hdr> 
    80358017EOF 
    80368018ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    8037 { (eval echo configure:8038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     8019{ (eval echo configure:8020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    80388020ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    80398021if test -z "$ac_err"; then 
     
    81258107ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    81268108echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    8127 echo "configure:8128: checking for $ac_hdr" >&5 
     8109echo "configure:8110: checking for $ac_hdr" >&5 
    81288110if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    81298111  echo $ac_n "(cached) $ac_c" 1>&6 
    81308112else 
    81318113  cat > conftest.$ac_ext <<EOF 
    8132 #line 8133 "configure" 
     8114#line 8115 "configure" 
    81338115#include "confdefs.h" 
    81348116#include <$ac_hdr> 
    81358117EOF 
    81368118ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    8137 { (eval echo configure:8138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     8119{ (eval echo configure:8120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    81388120ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    81398121if test -z "$ac_err"; then 
     
    81808162ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    81818163echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    8182 echo "configure:8183: checking for $ac_hdr" >&5 
     8164echo "configure:8165: checking for $ac_hdr" >&5 
    81838165if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    81848166  echo $ac_n "(cached) $ac_c" 1>&6 
    81858167else 
    81868168  cat > conftest.$ac_ext <<EOF 
    8187 #line 8188 "configure" 
     8169#line 8170 "configure" 
    81888170#include "confdefs.h" 
    81898171#include <$ac_hdr> 
    81908172EOF 
    81918173ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    8192 { (eval echo configure:8193: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     8174{ (eval echo configure:8175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    81938175ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    81948176if test -z "$ac_err"; then 
     
    82518233  ac_safe=`echo "lirc/lirc_client.h" | sed 'y%./+-%__p_%'` 
    82528234echo $ac_n "checking for lirc/lirc_client.h""... $ac_c" 1>&6 
    8253 echo "configure:8254: checking for lirc/lirc_client.h" >&5 
     8235echo "configure:8236: checking for lirc/lirc_client.h" >&5 
    82548236if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    82558237  echo $ac_n "(cached) $ac_c" 1>&6 
    82568238else 
    82578239  cat > conftest.$ac_ext <<EOF 
    8258 #line 8259 "configure" 
     8240#line 8241 "configure" 
    82598241#include "confdefs.h" 
    82608242#include <lirc/lirc_client.h> 
    82618243EOF 
    82628244ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    8263 { (eval echo configure:8264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     8245{ (eval echo configure:8246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    82648246ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    82658247if test -z "$ac_err"; then 
     
    82788260  echo "$ac_t""yes" 1>&6 
    82798261  echo $ac_n "checking for lirc_init in -llirc_client""... $ac_c" 1>&6 
    8280 echo "configure:8281: checking for lirc_init in -llirc_client" >&5 
     8262echo "configure:8263: checking for lirc_init in -llirc_client" >&5 
    82818263ac_lib_var=`echo lirc_client'_'lirc_init | sed 'y%./+-%__p_%'` 
    82828264if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    82868268LIBS="-llirc_client  $LIBS" 
    82878269cat > conftest.$ac_ext <<EOF 
    8288 #line 8289 "configure" 
     8270#line 8271 "configure" 
    82898271#include "confdefs.h" 
    82908272/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    82978279; return 0; } 
    82988280EOF 
    8299 if { (eval echo configure:8300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     8281if { (eval echo configure:8282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    83008282  rm -rf conftest* 
    83018283  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    83548336    *) 
    83558337                  echo $ac_n "checking whether the byte order is big-endian""... $ac_c" 1>&6 
    8356 echo "configure:8357: checking whether the byte order is big-endian" >&5 
     8338echo "configure:8339: checking whether the byte order is big-endian" >&5 
    83578339if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 
    83588340  echo $ac_n "(cached) $ac_c" 1>&6 
     
    84398421   if test x$enableval = xyes; then 
    84408422    echo $ac_n "checking for pth_init in -lpth""... $ac_c" 1>&6 
    8441 echo "configure:8442: checking for pth_init in -lpth" >&5 
     8423echo "configure:8424: checking for pth_init in -lpth" >&5 
    84428424ac_lib_var=`echo pth'_'pth_init | sed 'y%./+-%__p_%'` 
    84438425if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    84478429LIBS="-lpth  $LIBS" 
    84488430cat > conftest.$ac_ext <<EOF 
    8449 #line 8450 "configure" 
     8431#line 8432 "configure" 
    84508432#include "confdefs.h" 
    84518433/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    84588440; return 0; } 
    84598441EOF 
    8460 if { (eval echo configure:8461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     8442if { (eval echo configure:8443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    84618443  rm -rf conftest* 
    84628444  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    84868468 
    84878469    cat > conftest.$ac_ext <<EOF 
    8488 #line 8489 "configure" 
     8470#line 8471 "configure" 
    84898471#include "confdefs.h" 
    84908472#include <pth.h> 
     
    85128494   if test x$enableval = xyes; then 
    85138495    echo $ac_n "checking for st_init in -lst""... $ac_c" 1>&6 
    8514 echo "configure:8515: checking for st_init in -lst" >&5 
     8496echo "configure:8497: checking for st_init in -lst" >&5 
    85158497ac_lib_var=`echo st'_'st_init | sed 'y%./+-%__p_%'` 
    85168498if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    85208502LIBS="-lst  $LIBS" 
    85218503cat > conftest.$ac_ext <<EOF 
    8522 #line 8523 "configure" 
     8504#line 8505 "configure" 
    85238505#include "confdefs.h" 
    85248506/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    85318513; return 0; } 
    85328514EOF