]> git.sesse.net Git - vlc/blob - configure
* Updated version number to 0.2.82.
[vlc] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --disable-ppro          Disable PentiumPro optimizations (default enabled for x86)"
16 ac_help="$ac_help
17   --disable-mmx           Disable MMX optimizations (default enabled for x86)"
18 ac_help="$ac_help
19   --enable-altivec        Enable altivec optimizations (default disabled since it is broken)"
20 ac_help="$ac_help
21   --enable-debug          Enable debug mode (default disabled)"
22 ac_help="$ac_help
23   --enable-stats          Enable printing of statistics (default disabled)"
24 ac_help="$ac_help
25   --enable-trace          Enable trace mode (default disabled)"
26 ac_help="$ac_help
27   --enable-profiling      Enable gprof profiling (default disabled)"
28 ac_help="$ac_help
29   --disable-optimizations Disable compiler optimizations (default enabled)"
30 ac_help="$ac_help
31   --enable-pth            Enable GNU Pth support (default disabled)"
32 ac_help="$ac_help
33   --with-dvdcss[=name]    way to use libdvdcss, either 'yes' or 'no', or 'local-static', 'local-shared', or a path to another libdvdcss such as '/usr/local' (default 'local-static')"
34 ac_help="$ac_help
35   --disable-dummy         dummy module (default enabled)"
36 ac_help="$ac_help
37   --disable-null          Null module (default enabled)"
38 ac_help="$ac_help
39   --disable-rc            rc module (default enabled)"
40 ac_help="$ac_help
41   --disable-dsp           Linux /dev/dsp support (default enabled)"
42 ac_help="$ac_help
43   --enable-esd            Esound library support (default disabled)"
44 ac_help="$ac_help
45   --enable-darwin         Darwin sound support (default disabled)"
46 ac_help="$ac_help
47   --enable-macosx         Mac OS X interface support (default enabled in Mac OS X)"
48 ac_help="$ac_help
49   --disable-qnx           QNX RTOS support (default enabled in QNX RTOS)"
50 ac_help="$ac_help
51   --enable-fb             Linux framebuffer support (default disabled)"
52 ac_help="$ac_help
53   --with-ggi[=name]       GGI support (default disabled)"
54 ac_help="$ac_help
55   --disable-sdl           SDL support (default enabled)"
56 ac_help="$ac_help
57   --with-directx[=name]   Windows DirectX support (default enabled)"
58 ac_help="$ac_help
59   --with-glide[=name]     Glide (3dfx) support (default disabled)"
60 ac_help="$ac_help
61   --enable-ncurses        ncurses interface support (default disabled)"
62 ac_help="$ac_help
63   --enable-qt             Qt interface support (default disabled)"
64 ac_help="$ac_help
65   --enable-kde            KDE interface support (default disabled)"
66 ac_help="$ac_help
67   --enable-gnome          Gnome interface support (default disabled)"
68 ac_help="$ac_help
69   --disable-gtk           Gtk+ support (default enabled)"
70 ac_help="$ac_help
71   --disable-x11           X11 support (default enabled)"
72 ac_help="$ac_help
73   --disable-xvideo        XVideo support (default enabled)"
74 ac_help="$ac_help
75   --enable-alsa           Alsa sound drivers support (Only for linux) (default disabled)"
76
77 # Initialize some variables set by options.
78 # The variables have the same names as the options, with
79 # dashes changed to underlines.
80 build=NONE
81 cache_file=./config.cache
82 exec_prefix=NONE
83 host=NONE
84 no_create=
85 nonopt=NONE
86 no_recursion=
87 prefix=NONE
88 program_prefix=NONE
89 program_suffix=NONE
90 program_transform_name=s,x,x,
91 silent=
92 site=
93 srcdir=
94 target=NONE
95 verbose=
96 x_includes=NONE
97 x_libraries=NONE
98 bindir='${exec_prefix}/bin'
99 sbindir='${exec_prefix}/sbin'
100 libexecdir='${exec_prefix}/libexec'
101 datadir='${prefix}/share'
102 sysconfdir='${prefix}/etc'
103 sharedstatedir='${prefix}/com'
104 localstatedir='${prefix}/var'
105 libdir='${exec_prefix}/lib'
106 includedir='${prefix}/include'
107 oldincludedir='/usr/include'
108 infodir='${prefix}/info'
109 mandir='${prefix}/man'
110
111 # Initialize some other variables.
112 subdirs=
113 MFLAGS= MAKEFLAGS=
114 SHELL=${CONFIG_SHELL-/bin/sh}
115 # Maximum number of lines to put in a shell here document.
116 ac_max_here_lines=12
117
118 ac_prev=
119 for ac_option
120 do
121
122   # If the previous option needs an argument, assign it.
123   if test -n "$ac_prev"; then
124     eval "$ac_prev=\$ac_option"
125     ac_prev=
126     continue
127   fi
128
129   case "$ac_option" in
130   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
131   *) ac_optarg= ;;
132   esac
133
134   # Accept the important Cygnus configure options, so we can diagnose typos.
135
136   case "$ac_option" in
137
138   -bindir | --bindir | --bindi | --bind | --bin | --bi)
139     ac_prev=bindir ;;
140   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
141     bindir="$ac_optarg" ;;
142
143   -build | --build | --buil | --bui | --bu)
144     ac_prev=build ;;
145   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
146     build="$ac_optarg" ;;
147
148   -cache-file | --cache-file | --cache-fil | --cache-fi \
149   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
150     ac_prev=cache_file ;;
151   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
152   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
153     cache_file="$ac_optarg" ;;
154
155   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
156     ac_prev=datadir ;;
157   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
158   | --da=*)
159     datadir="$ac_optarg" ;;
160
161   -disable-* | --disable-*)
162     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
163     # Reject names that are not valid shell variable names.
164     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
165       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
166     fi
167     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
168     eval "enable_${ac_feature}=no" ;;
169
170   -enable-* | --enable-*)
171     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
172     # Reject names that are not valid shell variable names.
173     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
174       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
175     fi
176     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
177     case "$ac_option" in
178       *=*) ;;
179       *) ac_optarg=yes ;;
180     esac
181     eval "enable_${ac_feature}='$ac_optarg'" ;;
182
183   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
184   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
185   | --exec | --exe | --ex)
186     ac_prev=exec_prefix ;;
187   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
188   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
189   | --exec=* | --exe=* | --ex=*)
190     exec_prefix="$ac_optarg" ;;
191
192   -gas | --gas | --ga | --g)
193     # Obsolete; use --with-gas.
194     with_gas=yes ;;
195
196   -help | --help | --hel | --he)
197     # Omit some internal or obsolete options to make the list less imposing.
198     # This message is too long to be a string in the A/UX 3.1 sh.
199     cat << EOF
200 Usage: configure [options] [host]
201 Options: [defaults in brackets after descriptions]
202 Configuration:
203   --cache-file=FILE       cache test results in FILE
204   --help                  print this message
205   --no-create             do not create output files
206   --quiet, --silent       do not print \`checking...' messages
207   --version               print the version of autoconf that created configure
208 Directory and file names:
209   --prefix=PREFIX         install architecture-independent files in PREFIX
210                           [$ac_default_prefix]
211   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
212                           [same as prefix]
213   --bindir=DIR            user executables in DIR [EPREFIX/bin]
214   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
215   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
216   --datadir=DIR           read-only architecture-independent data in DIR
217                           [PREFIX/share]
218   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
219   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
220                           [PREFIX/com]
221   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
222   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
223   --includedir=DIR        C header files in DIR [PREFIX/include]
224   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
225   --infodir=DIR           info documentation in DIR [PREFIX/info]
226   --mandir=DIR            man documentation in DIR [PREFIX/man]
227   --srcdir=DIR            find the sources in DIR [configure dir or ..]
228   --program-prefix=PREFIX prepend PREFIX to installed program names
229   --program-suffix=SUFFIX append SUFFIX to installed program names
230   --program-transform-name=PROGRAM
231                           run sed PROGRAM on installed program names
232 EOF
233     cat << EOF
234 Host type:
235   --build=BUILD           configure for building on BUILD [BUILD=HOST]
236   --host=HOST             configure for HOST [guessed]
237   --target=TARGET         configure for TARGET [TARGET=HOST]
238 Features and packages:
239   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
240   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
241   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
242   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
243   --x-includes=DIR        X include files are in DIR
244   --x-libraries=DIR       X library files are in DIR
245 EOF
246     if test -n "$ac_help"; then
247       echo "--enable and --with options recognized:$ac_help"
248     fi
249     exit 0 ;;
250
251   -host | --host | --hos | --ho)
252     ac_prev=host ;;
253   -host=* | --host=* | --hos=* | --ho=*)
254     host="$ac_optarg" ;;
255
256   -includedir | --includedir | --includedi | --included | --include \
257   | --includ | --inclu | --incl | --inc)
258     ac_prev=includedir ;;
259   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
260   | --includ=* | --inclu=* | --incl=* | --inc=*)
261     includedir="$ac_optarg" ;;
262
263   -infodir | --infodir | --infodi | --infod | --info | --inf)
264     ac_prev=infodir ;;
265   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
266     infodir="$ac_optarg" ;;
267
268   -libdir | --libdir | --libdi | --libd)
269     ac_prev=libdir ;;
270   -libdir=* | --libdir=* | --libdi=* | --libd=*)
271     libdir="$ac_optarg" ;;
272
273   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
274   | --libexe | --libex | --libe)
275     ac_prev=libexecdir ;;
276   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
277   | --libexe=* | --libex=* | --libe=*)
278     libexecdir="$ac_optarg" ;;
279
280   -localstatedir | --localstatedir | --localstatedi | --localstated \
281   | --localstate | --localstat | --localsta | --localst \
282   | --locals | --local | --loca | --loc | --lo)
283     ac_prev=localstatedir ;;
284   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
285   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
286   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
287     localstatedir="$ac_optarg" ;;
288
289   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
290     ac_prev=mandir ;;
291   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
292     mandir="$ac_optarg" ;;
293
294   -nfp | --nfp | --nf)
295     # Obsolete; use --without-fp.
296     with_fp=no ;;
297
298   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
299   | --no-cr | --no-c)
300     no_create=yes ;;
301
302   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
303   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
304     no_recursion=yes ;;
305
306   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
307   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
308   | --oldin | --oldi | --old | --ol | --o)
309     ac_prev=oldincludedir ;;
310   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
311   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
312   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
313     oldincludedir="$ac_optarg" ;;
314
315   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
316     ac_prev=prefix ;;
317   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
318     prefix="$ac_optarg" ;;
319
320   -program-prefix | --program-prefix | --program-prefi | --program-pref \
321   | --program-pre | --program-pr | --program-p)
322     ac_prev=program_prefix ;;
323   -program-prefix=* | --program-prefix=* | --program-prefi=* \
324   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
325     program_prefix="$ac_optarg" ;;
326
327   -program-suffix | --program-suffix | --program-suffi | --program-suff \
328   | --program-suf | --program-su | --program-s)
329     ac_prev=program_suffix ;;
330   -program-suffix=* | --program-suffix=* | --program-suffi=* \
331   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
332     program_suffix="$ac_optarg" ;;
333
334   -program-transform-name | --program-transform-name \
335   | --program-transform-nam | --program-transform-na \
336   | --program-transform-n | --program-transform- \
337   | --program-transform | --program-transfor \
338   | --program-transfo | --program-transf \
339   | --program-trans | --program-tran \
340   | --progr-tra | --program-tr | --program-t)
341     ac_prev=program_transform_name ;;
342   -program-transform-name=* | --program-transform-name=* \
343   | --program-transform-nam=* | --program-transform-na=* \
344   | --program-transform-n=* | --program-transform-=* \
345   | --program-transform=* | --program-transfor=* \
346   | --program-transfo=* | --program-transf=* \
347   | --program-trans=* | --program-tran=* \
348   | --progr-tra=* | --program-tr=* | --program-t=*)
349     program_transform_name="$ac_optarg" ;;
350
351   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
352   | -silent | --silent | --silen | --sile | --sil)
353     silent=yes ;;
354
355   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
356     ac_prev=sbindir ;;
357   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
358   | --sbi=* | --sb=*)
359     sbindir="$ac_optarg" ;;
360
361   -sharedstatedir | --sharedstatedir | --sharedstatedi \
362   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
363   | --sharedst | --shareds | --shared | --share | --shar \
364   | --sha | --sh)
365     ac_prev=sharedstatedir ;;
366   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
367   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
368   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
369   | --sha=* | --sh=*)
370     sharedstatedir="$ac_optarg" ;;
371
372   -site | --site | --sit)
373     ac_prev=site ;;
374   -site=* | --site=* | --sit=*)
375     site="$ac_optarg" ;;
376
377   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
378     ac_prev=srcdir ;;
379   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
380     srcdir="$ac_optarg" ;;
381
382   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
383   | --syscon | --sysco | --sysc | --sys | --sy)
384     ac_prev=sysconfdir ;;
385   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
386   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
387     sysconfdir="$ac_optarg" ;;
388
389   -target | --target | --targe | --targ | --tar | --ta | --t)
390     ac_prev=target ;;
391   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
392     target="$ac_optarg" ;;
393
394   -v | -verbose | --verbose | --verbos | --verbo | --verb)
395     verbose=yes ;;
396
397   -version | --version | --versio | --versi | --vers)
398     echo "configure generated by autoconf version 2.13"
399     exit 0 ;;
400
401   -with-* | --with-*)
402     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
403     # Reject names that are not valid shell variable names.
404     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
405       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
406     fi
407     ac_package=`echo $ac_package| sed 's/-/_/g'`
408     case "$ac_option" in
409       *=*) ;;
410       *) ac_optarg=yes ;;
411     esac
412     eval "with_${ac_package}='$ac_optarg'" ;;
413
414   -without-* | --without-*)
415     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
416     # Reject names that are not valid shell variable names.
417     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
418       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
419     fi
420     ac_package=`echo $ac_package| sed 's/-/_/g'`
421     eval "with_${ac_package}=no" ;;
422
423   --x)
424     # Obsolete; use --with-x.
425     with_x=yes ;;
426
427   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
428   | --x-incl | --x-inc | --x-in | --x-i)
429     ac_prev=x_includes ;;
430   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
431   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
432     x_includes="$ac_optarg" ;;
433
434   -x-libraries | --x-libraries | --x-librarie | --x-librari \
435   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
436     ac_prev=x_libraries ;;
437   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
438   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
439     x_libraries="$ac_optarg" ;;
440
441   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
442     ;;
443
444   *)
445     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
446       echo "configure: warning: $ac_option: invalid host type" 1>&2
447     fi
448     if test "x$nonopt" != xNONE; then
449       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
450     fi
451     nonopt="$ac_option"
452     ;;
453
454   esac
455 done
456
457 if test -n "$ac_prev"; then
458   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
459 fi
460
461 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
462
463 # File descriptor usage:
464 # 0 standard input
465 # 1 file creation
466 # 2 errors and warnings
467 # 3 some systems may open it to /dev/tty
468 # 4 used on the Kubota Titan
469 # 6 checking for... messages and results
470 # 5 compiler messages saved in config.log
471 if test "$silent" = yes; then
472   exec 6>/dev/null
473 else
474   exec 6>&1
475 fi
476 exec 5>./config.log
477
478 echo "\
479 This file contains any messages produced by compilers while
480 running configure, to aid debugging if configure makes a mistake.
481 " 1>&5
482
483 # Strip out --no-create and --no-recursion so they do not pile up.
484 # Also quote any args containing shell metacharacters.
485 ac_configure_args=
486 for ac_arg
487 do
488   case "$ac_arg" in
489   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
490   | --no-cr | --no-c) ;;
491   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
493   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
494   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
495   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
496   esac
497 done
498
499 # NLS nuisances.
500 # Only set these to C if already set.  These must not be set unconditionally
501 # because not all systems understand e.g. LANG=C (notably SCO).
502 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
503 # Non-C LC_CTYPE values break the ctype check.
504 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
505 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
506 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
507 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
508
509 # confdefs.h avoids OS command line length limits that DEFS can exceed.
510 rm -rf conftest* confdefs.h
511 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
512 echo > confdefs.h
513
514 # A filename unique to this package, relative to the directory that
515 # configure is in, which we can look for to find out if srcdir is correct.
516 ac_unique_file=include/common.h
517
518 # Find the source files, if location was not specified.
519 if test -z "$srcdir"; then
520   ac_srcdir_defaulted=yes
521   # Try the directory containing this script, then its parent.
522   ac_prog=$0
523   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
524   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
525   srcdir=$ac_confdir
526   if test ! -r $srcdir/$ac_unique_file; then
527     srcdir=..
528   fi
529 else
530   ac_srcdir_defaulted=no
531 fi
532 if test ! -r $srcdir/$ac_unique_file; then
533   if test "$ac_srcdir_defaulted" = yes; then
534     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
535   else
536     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
537   fi
538 fi
539 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
540
541 # Prefer explicitly selected file to automatically selected ones.
542 if test -z "$CONFIG_SITE"; then
543   if test "x$prefix" != xNONE; then
544     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
545   else
546     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
547   fi
548 fi
549 for ac_site_file in $CONFIG_SITE; do
550   if test -r "$ac_site_file"; then
551     echo "loading site script $ac_site_file"
552     . "$ac_site_file"
553   fi
554 done
555
556 if test -r "$cache_file"; then
557   echo "loading cache $cache_file"
558   . $cache_file
559 else
560   echo "creating cache $cache_file"
561   > $cache_file
562 fi
563
564 ac_ext=c
565 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
566 ac_cpp='$CPP $CPPFLAGS'
567 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
568 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
569 cross_compiling=$ac_cv_prog_cc_cross
570
571 ac_exeext=
572 ac_objext=o
573 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
574   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
575   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
576     ac_n= ac_c='
577 ' ac_t='        '
578   else
579     ac_n=-n ac_c= ac_t=
580   fi
581 else
582   ac_n= ac_c='\c' ac_t=
583 fi
584
585
586
587
588 ac_aux_dir=
589 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
590   if test -f $ac_dir/install-sh; then
591     ac_aux_dir=$ac_dir
592     ac_install_sh="$ac_aux_dir/install-sh -c"
593     break
594   elif test -f $ac_dir/install.sh; then
595     ac_aux_dir=$ac_dir
596     ac_install_sh="$ac_aux_dir/install.sh -c"
597     break
598   fi
599 done
600 if test -z "$ac_aux_dir"; then
601   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
602 fi
603 ac_config_guess=$ac_aux_dir/config.guess
604 ac_config_sub=$ac_aux_dir/config.sub
605 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
606
607
608 # Make sure we can run config.sub.
609 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
610 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
611 fi
612
613 echo $ac_n "checking host system type""... $ac_c" 1>&6
614 echo "configure:615: checking host system type" >&5
615
616 host_alias=$host
617 case "$host_alias" in
618 NONE)
619   case $nonopt in
620   NONE)
621     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
622     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
623     fi ;;
624   *) host_alias=$nonopt ;;
625   esac ;;
626 esac
627
628 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
629 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
630 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
631 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
632 echo "$ac_t""$host" 1>&6
633
634
635 HAVE_VLC=0
636 if test -r src/interface/main.c; then
637   HAVE_VLC=1
638   VLC_VERSION=0.2.82
639   
640   VLC_CODENAME=Ourumov
641   
642 fi
643
644 HAVE_LIBDVDCSS=0
645 if test -r extras/libdvdcss/libdvdcss.c; then
646   HAVE_LIBDVDCSS=1
647   LIBDVDCSS_VERSION=0.0.2
648   
649 fi
650
651 save_CFLAGS="${CFLAGS}"
652 save_LDFLAGS="${LDFLAGS}"
653
654 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
655 echo "configure:656: checking whether ${MAKE-make} sets \${MAKE}" >&5
656 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
657 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
658   echo $ac_n "(cached) $ac_c" 1>&6
659 else
660   cat > conftestmake <<\EOF
661 all:
662         @echo 'ac_maketemp="${MAKE}"'
663 EOF
664 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
665 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
666 if test -n "$ac_maketemp"; then
667   eval ac_cv_prog_make_${ac_make}_set=yes
668 else
669   eval ac_cv_prog_make_${ac_make}_set=no
670 fi
671 rm -f conftestmake
672 fi
673 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
674   echo "$ac_t""yes" 1>&6
675   SET_MAKE=
676 else
677   echo "$ac_t""no" 1>&6
678   SET_MAKE="MAKE=${MAKE-make}"
679 fi
680
681 # Extract the first word of "gcc", so it can be a program name with args.
682 set dummy gcc; ac_word=$2
683 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
684 echo "configure:685: checking for $ac_word" >&5
685 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
686   echo $ac_n "(cached) $ac_c" 1>&6
687 else
688   if test -n "$CC"; then
689   ac_cv_prog_CC="$CC" # Let the user override the test.
690 else
691   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
692   ac_dummy="$PATH"
693   for ac_dir in $ac_dummy; do
694     test -z "$ac_dir" && ac_dir=.
695     if test -f $ac_dir/$ac_word; then
696       ac_cv_prog_CC="gcc"
697       break
698     fi
699   done
700   IFS="$ac_save_ifs"
701 fi
702 fi
703 CC="$ac_cv_prog_CC"
704 if test -n "$CC"; then
705   echo "$ac_t""$CC" 1>&6
706 else
707   echo "$ac_t""no" 1>&6
708 fi
709
710 if test -z "$CC"; then
711   # Extract the first word of "cc", so it can be a program name with args.
712 set dummy cc; ac_word=$2
713 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
714 echo "configure:715: checking for $ac_word" >&5
715 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
716   echo $ac_n "(cached) $ac_c" 1>&6
717 else
718   if test -n "$CC"; then
719   ac_cv_prog_CC="$CC" # Let the user override the test.
720 else
721   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
722   ac_prog_rejected=no
723   ac_dummy="$PATH"
724   for ac_dir in $ac_dummy; do
725     test -z "$ac_dir" && ac_dir=.
726     if test -f $ac_dir/$ac_word; then
727       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
728         ac_prog_rejected=yes
729         continue
730       fi
731       ac_cv_prog_CC="cc"
732       break
733     fi
734   done
735   IFS="$ac_save_ifs"
736 if test $ac_prog_rejected = yes; then
737   # We found a bogon in the path, so make sure we never use it.
738   set dummy $ac_cv_prog_CC
739   shift
740   if test $# -gt 0; then
741     # We chose a different compiler from the bogus one.
742     # However, it has the same basename, so the bogon will be chosen
743     # first if we set CC to just the basename; use the full file name.
744     shift
745     set dummy "$ac_dir/$ac_word" "$@"
746     shift
747     ac_cv_prog_CC="$@"
748   fi
749 fi
750 fi
751 fi
752 CC="$ac_cv_prog_CC"
753 if test -n "$CC"; then
754   echo "$ac_t""$CC" 1>&6
755 else
756   echo "$ac_t""no" 1>&6
757 fi
758
759   if test -z "$CC"; then
760     case "`uname -s`" in
761     *win32* | *WIN32*)
762       # Extract the first word of "cl", so it can be a program name with args.
763 set dummy cl; ac_word=$2
764 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
765 echo "configure:766: checking for $ac_word" >&5
766 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
767   echo $ac_n "(cached) $ac_c" 1>&6
768 else
769   if test -n "$CC"; then
770   ac_cv_prog_CC="$CC" # Let the user override the test.
771 else
772   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
773   ac_dummy="$PATH"
774   for ac_dir in $ac_dummy; do
775     test -z "$ac_dir" && ac_dir=.
776     if test -f $ac_dir/$ac_word; then
777       ac_cv_prog_CC="cl"
778       break
779     fi
780   done
781   IFS="$ac_save_ifs"
782 fi
783 fi
784 CC="$ac_cv_prog_CC"
785 if test -n "$CC"; then
786   echo "$ac_t""$CC" 1>&6
787 else
788   echo "$ac_t""no" 1>&6
789 fi
790  ;;
791     esac
792   fi
793   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
794 fi
795
796 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
797 echo "configure:798: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
798
799 ac_ext=c
800 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
801 ac_cpp='$CPP $CPPFLAGS'
802 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
803 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
804 cross_compiling=$ac_cv_prog_cc_cross
805
806 cat > conftest.$ac_ext << EOF
807
808 #line 809 "configure"
809 #include "confdefs.h"
810
811 main(){return(0);}
812 EOF
813 if { (eval echo configure:814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
814   ac_cv_prog_cc_works=yes
815   # If we can't run a trivial program, we are probably using a cross compiler.
816   if (./conftest; exit) 2>/dev/null; then
817     ac_cv_prog_cc_cross=no
818   else
819     ac_cv_prog_cc_cross=yes
820   fi
821 else
822   echo "configure: failed program was:" >&5
823   cat conftest.$ac_ext >&5
824   ac_cv_prog_cc_works=no
825 fi
826 rm -fr conftest*
827 ac_ext=c
828 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
829 ac_cpp='$CPP $CPPFLAGS'
830 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
831 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
832 cross_compiling=$ac_cv_prog_cc_cross
833
834 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
835 if test $ac_cv_prog_cc_works = no; then
836   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
837 fi
838 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
839 echo "configure:840: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
840 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
841 cross_compiling=$ac_cv_prog_cc_cross
842
843 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
844 echo "configure:845: checking whether we are using GNU C" >&5
845 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
846   echo $ac_n "(cached) $ac_c" 1>&6
847 else
848   cat > conftest.c <<EOF
849 #ifdef __GNUC__
850   yes;
851 #endif
852 EOF
853 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
854   ac_cv_prog_gcc=yes
855 else
856   ac_cv_prog_gcc=no
857 fi
858 fi
859
860 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
861
862 if test $ac_cv_prog_gcc = yes; then
863   GCC=yes
864 else
865   GCC=
866 fi
867
868 ac_test_CFLAGS="${CFLAGS+set}"
869 ac_save_CFLAGS="$CFLAGS"
870 CFLAGS=
871 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
872 echo "configure:873: checking whether ${CC-cc} accepts -g" >&5
873 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
874   echo $ac_n "(cached) $ac_c" 1>&6
875 else
876   echo 'void f(){}' > conftest.c
877 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
878   ac_cv_prog_cc_g=yes
879 else
880   ac_cv_prog_cc_g=no
881 fi
882 rm -f conftest*
883
884 fi
885
886 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
887 if test "$ac_test_CFLAGS" = set; then
888   CFLAGS="$ac_save_CFLAGS"
889 elif test $ac_cv_prog_cc_g = yes; then
890   if test "$GCC" = yes; then
891     CFLAGS="-g -O2"
892   else
893     CFLAGS="-g"
894   fi
895 else
896   if test "$GCC" = yes; then
897     CFLAGS="-O2"
898   else
899     CFLAGS=
900   fi
901 fi
902
903 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
904 echo "configure:905: checking how to run the C preprocessor" >&5
905 # On Suns, sometimes $CPP names a directory.
906 if test -n "$CPP" && test -d "$CPP"; then
907   CPP=
908 fi
909 if test -z "$CPP"; then
910 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
911   echo $ac_n "(cached) $ac_c" 1>&6
912 else
913     # This must be in double quotes, not single quotes, because CPP may get
914   # substituted into the Makefile and "${CC-cc}" will confuse make.
915   CPP="${CC-cc} -E"
916   # On the NeXT, cc -E runs the code through the compiler's parser,
917   # not just through cpp.
918   cat > conftest.$ac_ext <<EOF
919 #line 920 "configure"
920 #include "confdefs.h"
921 #include <assert.h>
922 Syntax Error
923 EOF
924 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
925 { (eval echo configure:926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
926 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
927 if test -z "$ac_err"; then
928   :
929 else
930   echo "$ac_err" >&5
931   echo "configure: failed program was:" >&5
932   cat conftest.$ac_ext >&5
933   rm -rf conftest*
934   CPP="${CC-cc} -E -traditional-cpp"
935   cat > conftest.$ac_ext <<EOF
936 #line 937 "configure"
937 #include "confdefs.h"
938 #include <assert.h>
939 Syntax Error
940 EOF
941 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
942 { (eval echo configure:943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
943 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
944 if test -z "$ac_err"; then
945   :
946 else
947   echo "$ac_err" >&5
948   echo "configure: failed program was:" >&5
949   cat conftest.$ac_ext >&5
950   rm -rf conftest*
951   CPP="${CC-cc} -nologo -E"
952   cat > conftest.$ac_ext <<EOF
953 #line 954 "configure"
954 #include "confdefs.h"
955 #include <assert.h>
956 Syntax Error
957 EOF
958 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
959 { (eval echo configure:960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
960 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
961 if test -z "$ac_err"; then
962   :
963 else
964   echo "$ac_err" >&5
965   echo "configure: failed program was:" >&5
966   cat conftest.$ac_ext >&5
967   rm -rf conftest*
968   CPP=/lib/cpp
969 fi
970 rm -f conftest*
971 fi
972 rm -f conftest*
973 fi
974 rm -f conftest*
975   ac_cv_prog_CPP="$CPP"
976 fi
977   CPP="$ac_cv_prog_CPP"
978 else
979   ac_cv_prog_CPP="$CPP"
980 fi
981 echo "$ac_t""$CPP" 1>&6
982
983 # Extract the first word of "ranlib", so it can be a program name with args.
984 set dummy ranlib; ac_word=$2
985 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
986 echo "configure:987: checking for $ac_word" >&5
987 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
988   echo $ac_n "(cached) $ac_c" 1>&6
989 else
990   if test -n "$RANLIB"; then
991   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
992 else
993   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
994   ac_dummy="$PATH"
995   for ac_dir in $ac_dummy; do
996     test -z "$ac_dir" && ac_dir=.
997     if test -f $ac_dir/$ac_word; then
998       ac_cv_prog_RANLIB="ranlib"
999       break
1000     fi
1001   done
1002   IFS="$ac_save_ifs"
1003   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1004 fi
1005 fi
1006 RANLIB="$ac_cv_prog_RANLIB"
1007 if test -n "$RANLIB"; then
1008   echo "$ac_t""$RANLIB" 1>&6
1009 else
1010   echo "$ac_t""no" 1>&6
1011 fi
1012
1013
1014 # Find a good install program.  We prefer a C program (faster),
1015 # so one script is as good as another.  But avoid the broken or
1016 # incompatible versions:
1017 # SysV /etc/install, /usr/sbin/install
1018 # SunOS /usr/etc/install
1019 # IRIX /sbin/install
1020 # AIX /bin/install
1021 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1022 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1023 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1024 # ./install, which can be erroneously created by make from ./install.sh.
1025 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1026 echo "configure:1027: checking for a BSD compatible install" >&5
1027 if test -z "$INSTALL"; then
1028 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1029   echo $ac_n "(cached) $ac_c" 1>&6
1030 else
1031     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1032   for ac_dir in $PATH; do
1033     # Account for people who put trailing slashes in PATH elements.
1034     case "$ac_dir/" in
1035     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1036     *)
1037       # OSF1 and SCO ODT 3.0 have their own names for install.
1038       # Don't use installbsd from OSF since it installs stuff as root
1039       # by default.
1040       for ac_prog in ginstall scoinst install; do
1041         if test -f $ac_dir/$ac_prog; then
1042           if test $ac_prog = install &&
1043             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1044             # AIX install.  It has an incompatible calling convention.
1045             :
1046           else
1047             ac_cv_path_install="$ac_dir/$ac_prog -c"
1048             break 2
1049           fi
1050         fi
1051       done
1052       ;;
1053     esac
1054   done
1055   IFS="$ac_save_IFS"
1056
1057 fi
1058   if test "${ac_cv_path_install+set}" = set; then
1059     INSTALL="$ac_cv_path_install"
1060   else
1061     # As a last resort, use the slow shell script.  We don't cache a
1062     # path for INSTALL within a source directory, because that will
1063     # break other packages using the cache if that directory is
1064     # removed, or if the path is relative.
1065     INSTALL="$ac_install_sh"
1066   fi
1067 fi
1068 echo "$ac_t""$INSTALL" 1>&6
1069
1070 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1071 # It thinks the first close brace ends the variable substitution.
1072 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1073
1074 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1075
1076 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1077
1078
1079 if test x${cross_compiling} != xyes; then
1080   echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
1081 echo "configure:1082: checking whether byte ordering is bigendian" >&5
1082 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
1083   echo $ac_n "(cached) $ac_c" 1>&6
1084 else
1085   ac_cv_c_bigendian=unknown
1086 # See if sys/param.h defines the BYTE_ORDER macro.
1087 cat > conftest.$ac_ext <<EOF
1088 #line 1089 "configure"
1089 #include "confdefs.h"
1090 #include <sys/types.h>
1091 #include <sys/param.h>
1092 int main() {
1093
1094 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
1095  bogus endian macros
1096 #endif
1097 ; return 0; }
1098 EOF
1099 if { (eval echo configure:1100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1100   rm -rf conftest*
1101   # It does; now see whether it defined to BIG_ENDIAN or not.
1102 cat > conftest.$ac_ext <<EOF
1103 #line 1104 "configure"
1104 #include "confdefs.h"
1105 #include <sys/types.h>
1106 #include <sys/param.h>
1107 int main() {
1108
1109 #if BYTE_ORDER != BIG_ENDIAN
1110  not big endian
1111 #endif
1112 ; return 0; }
1113 EOF
1114 if { (eval echo configure:1115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1115   rm -rf conftest*
1116   ac_cv_c_bigendian=yes
1117 else
1118   echo "configure: failed program was:" >&5
1119   cat conftest.$ac_ext >&5
1120   rm -rf conftest*
1121   ac_cv_c_bigendian=no
1122 fi
1123 rm -f conftest*
1124 else
1125   echo "configure: failed program was:" >&5
1126   cat conftest.$ac_ext >&5
1127 fi
1128 rm -f conftest*
1129 if test $ac_cv_c_bigendian = unknown; then
1130 if test "$cross_compiling" = yes; then
1131     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1132 else
1133   cat > conftest.$ac_ext <<EOF
1134 #line 1135 "configure"
1135 #include "confdefs.h"
1136 main () {
1137   /* Are we little or big endian?  From Harbison&Steele.  */
1138   union
1139   {
1140     long l;
1141     char c[sizeof (long)];
1142   } u;
1143   u.l = 1;
1144   exit (u.c[sizeof (long) - 1] == 1);
1145 }
1146 EOF
1147 if { (eval echo configure:1148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1148 then
1149   ac_cv_c_bigendian=no
1150 else
1151   echo "configure: failed program was:" >&5
1152   cat conftest.$ac_ext >&5
1153   rm -fr conftest*
1154   ac_cv_c_bigendian=yes
1155 fi
1156 rm -fr conftest*
1157 fi
1158
1159 fi
1160 fi
1161
1162 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
1163 if test $ac_cv_c_bigendian = yes; then
1164   cat >> confdefs.h <<\EOF
1165 #define WORDS_BIGENDIAN 1
1166 EOF
1167
1168 fi
1169
1170 fi
1171
1172 for ac_func in gettimeofday select strerror strtod strtol
1173 do
1174 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1175 echo "configure:1176: checking for $ac_func" >&5
1176 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1177   echo $ac_n "(cached) $ac_c" 1>&6
1178 else
1179   cat > conftest.$ac_ext <<EOF
1180 #line 1181 "configure"
1181 #include "confdefs.h"
1182 /* System header to define __stub macros and hopefully few prototypes,
1183     which can conflict with char $ac_func(); below.  */
1184 #include <assert.h>
1185 /* Override any gcc2 internal prototype to avoid an error.  */
1186 /* We use char because int might match the return type of a gcc2
1187     builtin and then its argument prototype would still apply.  */
1188 char $ac_func();
1189
1190 int main() {
1191
1192 /* The GNU C library defines this for functions which it implements
1193     to always fail with ENOSYS.  Some functions are actually named
1194     something starting with __ and the normal name is an alias.  */
1195 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1196 choke me
1197 #else
1198 $ac_func();
1199 #endif
1200
1201 ; return 0; }
1202 EOF
1203 if { (eval echo configure:1204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1204   rm -rf conftest*
1205   eval "ac_cv_func_$ac_func=yes"
1206 else
1207   echo "configure: failed program was:" >&5
1208   cat conftest.$ac_ext >&5
1209   rm -rf conftest*
1210   eval "ac_cv_func_$ac_func=no"
1211 fi
1212 rm -f conftest*
1213 fi
1214
1215 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1216   echo "$ac_t""yes" 1>&6
1217     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1218   cat >> confdefs.h <<EOF
1219 #define $ac_tr_func 1
1220 EOF
1221  
1222 else
1223   echo "$ac_t""no" 1>&6
1224 fi
1225 done
1226
1227 for ac_func in setenv putenv
1228 do
1229 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1230 echo "configure:1231: checking for $ac_func" >&5
1231 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1232   echo $ac_n "(cached) $ac_c" 1>&6
1233 else
1234   cat > conftest.$ac_ext <<EOF
1235 #line 1236 "configure"
1236 #include "confdefs.h"
1237 /* System header to define __stub macros and hopefully few prototypes,
1238     which can conflict with char $ac_func(); below.  */
1239 #include <assert.h>
1240 /* Override any gcc2 internal prototype to avoid an error.  */
1241 /* We use char because int might match the return type of a gcc2
1242     builtin and then its argument prototype would still apply.  */
1243 char $ac_func();
1244
1245 int main() {
1246
1247 /* The GNU C library defines this for functions which it implements
1248     to always fail with ENOSYS.  Some functions are actually named
1249     something starting with __ and the normal name is an alias.  */
1250 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1251 choke me
1252 #else
1253 $ac_func();
1254 #endif
1255
1256 ; return 0; }
1257 EOF
1258 if { (eval echo configure:1259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1259   rm -rf conftest*
1260   eval "ac_cv_func_$ac_func=yes"
1261 else
1262   echo "configure: failed program was:" >&5
1263   cat conftest.$ac_ext >&5
1264   rm -rf conftest*
1265   eval "ac_cv_func_$ac_func=no"
1266 fi
1267 rm -f conftest*
1268 fi
1269
1270 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1271   echo "$ac_t""yes" 1>&6
1272     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1273   cat >> confdefs.h <<EOF
1274 #define $ac_tr_func 1
1275 EOF
1276  
1277 else
1278   echo "$ac_t""no" 1>&6
1279 fi
1280 done
1281
1282 echo $ac_n "checking for connect""... $ac_c" 1>&6
1283 echo "configure:1284: checking for connect" >&5
1284 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1285   echo $ac_n "(cached) $ac_c" 1>&6
1286 else
1287   cat > conftest.$ac_ext <<EOF
1288 #line 1289 "configure"
1289 #include "confdefs.h"
1290 /* System header to define __stub macros and hopefully few prototypes,
1291     which can conflict with char connect(); below.  */
1292 #include <assert.h>
1293 /* Override any gcc2 internal prototype to avoid an error.  */
1294 /* We use char because int might match the return type of a gcc2
1295     builtin and then its argument prototype would still apply.  */
1296 char connect();
1297
1298 int main() {
1299
1300 /* The GNU C library defines this for functions which it implements
1301     to always fail with ENOSYS.  Some functions are actually named
1302     something starting with __ and the normal name is an alias.  */
1303 #if defined (__stub_connect) || defined (__stub___connect)
1304 choke me
1305 #else
1306 connect();
1307 #endif
1308
1309 ; return 0; }
1310 EOF
1311 if { (eval echo configure:1312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1312   rm -rf conftest*
1313   eval "ac_cv_func_connect=yes"
1314 else
1315   echo "configure: failed program was:" >&5
1316   cat conftest.$ac_ext >&5
1317   rm -rf conftest*
1318   eval "ac_cv_func_connect=no"
1319 fi
1320 rm -f conftest*
1321 fi
1322
1323 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1324   echo "$ac_t""yes" 1>&6
1325   :
1326 else
1327   echo "$ac_t""no" 1>&6
1328
1329   echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1330 echo "configure:1331: checking for connect in -lsocket" >&5
1331 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1332 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1333   echo $ac_n "(cached) $ac_c" 1>&6
1334 else
1335   ac_save_LIBS="$LIBS"
1336 LIBS="-lsocket  $LIBS"
1337 cat > conftest.$ac_ext <<EOF
1338 #line 1339 "configure"
1339 #include "confdefs.h"
1340 /* Override any gcc2 internal prototype to avoid an error.  */
1341 /* We use char because int might match the return type of a gcc2
1342     builtin and then its argument prototype would still apply.  */
1343 char connect();
1344
1345 int main() {
1346 connect()
1347 ; return 0; }
1348 EOF
1349 if { (eval echo configure:1350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1350   rm -rf conftest*
1351   eval "ac_cv_lib_$ac_lib_var=yes"
1352 else
1353   echo "configure: failed program was:" >&5
1354   cat conftest.$ac_ext >&5
1355   rm -rf conftest*
1356   eval "ac_cv_lib_$ac_lib_var=no"
1357 fi
1358 rm -f conftest*
1359 LIBS="$ac_save_LIBS"
1360
1361 fi
1362 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1363   echo "$ac_t""yes" 1>&6
1364   LIB="${LIB} -lsocket"
1365 else
1366   echo "$ac_t""no" 1>&6
1367 fi
1368
1369
1370 fi
1371
1372 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1373 echo "configure:1374: checking for gethostbyname" >&5
1374 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1375   echo $ac_n "(cached) $ac_c" 1>&6
1376 else
1377   cat > conftest.$ac_ext <<EOF
1378 #line 1379 "configure"
1379 #include "confdefs.h"
1380 /* System header to define __stub macros and hopefully few prototypes,
1381     which can conflict with char gethostbyname(); below.  */
1382 #include <assert.h>
1383 /* Override any gcc2 internal prototype to avoid an error.  */
1384 /* We use char because int might match the return type of a gcc2
1385     builtin and then its argument prototype would still apply.  */
1386 char gethostbyname();
1387
1388 int main() {
1389
1390 /* The GNU C library defines this for functions which it implements
1391     to always fail with ENOSYS.  Some functions are actually named
1392     something starting with __ and the normal name is an alias.  */
1393 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1394 choke me
1395 #else
1396 gethostbyname();
1397 #endif
1398
1399 ; return 0; }
1400 EOF
1401 if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1402   rm -rf conftest*
1403   eval "ac_cv_func_gethostbyname=yes"
1404 else
1405   echo "configure: failed program was:" >&5
1406   cat conftest.$ac_ext >&5
1407   rm -rf conftest*
1408   eval "ac_cv_func_gethostbyname=no"
1409 fi
1410 rm -f conftest*
1411 fi
1412
1413 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1414   echo "$ac_t""yes" 1>&6
1415   :
1416 else
1417   echo "$ac_t""no" 1>&6
1418
1419   echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1420 echo "configure:1421: checking for gethostbyname in -lnsl" >&5
1421 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1422 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1423   echo $ac_n "(cached) $ac_c" 1>&6
1424 else
1425   ac_save_LIBS="$LIBS"
1426 LIBS="-lnsl  $LIBS"
1427 cat > conftest.$ac_ext <<EOF
1428 #line 1429 "configure"
1429 #include "confdefs.h"
1430 /* Override any gcc2 internal prototype to avoid an error.  */
1431 /* We use char because int might match the return type of a gcc2
1432     builtin and then its argument prototype would still apply.  */
1433 char gethostbyname();
1434
1435 int main() {
1436 gethostbyname()
1437 ; return 0; }
1438 EOF
1439 if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1440   rm -rf conftest*
1441   eval "ac_cv_lib_$ac_lib_var=yes"
1442 else
1443   echo "configure: failed program was:" >&5
1444   cat conftest.$ac_ext >&5
1445   rm -rf conftest*
1446   eval "ac_cv_lib_$ac_lib_var=no"
1447 fi
1448 rm -f conftest*
1449 LIBS="$ac_save_LIBS"
1450
1451 fi
1452 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1453   echo "$ac_t""yes" 1>&6
1454   LIB="${LIB} -lnsl"
1455 else
1456   echo "$ac_t""no" 1>&6
1457 fi
1458
1459
1460 fi
1461
1462 echo $ac_n "checking for nanosleep""... $ac_c" 1>&6
1463 echo "configure:1464: checking for nanosleep" >&5
1464 if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then
1465   echo $ac_n "(cached) $ac_c" 1>&6
1466 else
1467   cat > conftest.$ac_ext <<EOF
1468 #line 1469 "configure"
1469 #include "confdefs.h"
1470 /* System header to define __stub macros and hopefully few prototypes,
1471     which can conflict with char nanosleep(); below.  */
1472 #include <assert.h>
1473 /* Override any gcc2 internal prototype to avoid an error.  */
1474 /* We use char because int might match the return type of a gcc2
1475     builtin and then its argument prototype would still apply.  */
1476 char nanosleep();
1477
1478 int main() {
1479
1480 /* The GNU C library defines this for functions which it implements
1481     to always fail with ENOSYS.  Some functions are actually named
1482     something starting with __ and the normal name is an alias.  */
1483 #if defined (__stub_nanosleep) || defined (__stub___nanosleep)
1484 choke me
1485 #else
1486 nanosleep();
1487 #endif
1488
1489 ; return 0; }
1490 EOF
1491 if { (eval echo configure:1492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1492   rm -rf conftest*
1493   eval "ac_cv_func_nanosleep=yes"
1494 else
1495   echo "configure: failed program was:" >&5
1496   cat conftest.$ac_ext >&5
1497   rm -rf conftest*
1498   eval "ac_cv_func_nanosleep=no"
1499 fi
1500 rm -f conftest*
1501 fi
1502
1503 if eval "test \"`echo '$ac_cv_func_'nanosleep`\" = yes"; then
1504   echo "$ac_t""yes" 1>&6
1505   :
1506 else
1507   echo "$ac_t""no" 1>&6
1508
1509   echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6
1510 echo "configure:1511: checking for nanosleep in -lrt" >&5
1511 ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'`
1512 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1513   echo $ac_n "(cached) $ac_c" 1>&6
1514 else
1515   ac_save_LIBS="$LIBS"
1516 LIBS="-lrt  $LIBS"
1517 cat > conftest.$ac_ext <<EOF
1518 #line 1519 "configure"
1519 #include "confdefs.h"
1520 /* Override any gcc2 internal prototype to avoid an error.  */
1521 /* We use char because int might match the return type of a gcc2
1522     builtin and then its argument prototype would still apply.  */
1523 char nanosleep();
1524
1525 int main() {
1526 nanosleep()
1527 ; return 0; }
1528 EOF
1529 if { (eval echo configure:1530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1530   rm -rf conftest*
1531   eval "ac_cv_lib_$ac_lib_var=yes"
1532 else
1533   echo "configure: failed program was:" >&5
1534   cat conftest.$ac_ext >&5
1535   rm -rf conftest*
1536   eval "ac_cv_lib_$ac_lib_var=no"
1537 fi
1538 rm -f conftest*
1539 LIBS="$ac_save_LIBS"
1540
1541 fi
1542 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1543   echo "$ac_t""yes" 1>&6
1544   LIB="${LIB} -lrt"
1545 else
1546   echo "$ac_t""no" 1>&6
1547
1548     echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
1549 echo "configure:1550: checking for nanosleep in -lposix4" >&5
1550 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
1551 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1552   echo $ac_n "(cached) $ac_c" 1>&6
1553 else
1554   ac_save_LIBS="$LIBS"
1555 LIBS="-lposix4  $LIBS"
1556 cat > conftest.$ac_ext <<EOF
1557 #line 1558 "configure"
1558 #include "confdefs.h"
1559 /* Override any gcc2 internal prototype to avoid an error.  */
1560 /* We use char because int might match the return type of a gcc2
1561     builtin and then its argument prototype would still apply.  */
1562 char nanosleep();
1563
1564 int main() {
1565 nanosleep()
1566 ; return 0; }
1567 EOF
1568 if { (eval echo configure:1569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1569   rm -rf conftest*
1570   eval "ac_cv_lib_$ac_lib_var=yes"
1571 else
1572   echo "configure: failed program was:" >&5
1573   cat conftest.$ac_ext >&5
1574   rm -rf conftest*
1575   eval "ac_cv_lib_$ac_lib_var=no"
1576 fi
1577 rm -f conftest*
1578 LIBS="$ac_save_LIBS"
1579
1580 fi
1581 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1582   echo "$ac_t""yes" 1>&6
1583   LIB="${LIB} -lposix4"
1584 else
1585   echo "$ac_t""no" 1>&6
1586 fi
1587
1588   
1589 fi
1590
1591
1592 fi
1593
1594 for ac_func in usleep
1595 do
1596 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1597 echo "configure:1598: checking for $ac_func" >&5
1598 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1599   echo $ac_n "(cached) $ac_c" 1>&6
1600 else
1601   cat > conftest.$ac_ext <<EOF
1602 #line 1603 "configure"
1603 #include "confdefs.h"
1604 /* System header to define __stub macros and hopefully few prototypes,
1605     which can conflict with char $ac_func(); below.  */
1606 #include <assert.h>
1607 /* Override any gcc2 internal prototype to avoid an error.  */
1608 /* We use char because int might match the return type of a gcc2
1609     builtin and then its argument prototype would still apply.  */
1610 char $ac_func();
1611
1612 int main() {
1613
1614 /* The GNU C library defines this for functions which it implements
1615     to always fail with ENOSYS.  Some functions are actually named
1616     something starting with __ and the normal name is an alias.  */
1617 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1618 choke me
1619 #else
1620 $ac_func();
1621 #endif
1622
1623 ; return 0; }
1624 EOF
1625 if { (eval echo configure:1626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1626   rm -rf conftest*
1627   eval "ac_cv_func_$ac_func=yes"
1628 else
1629   echo "configure: failed program was:" >&5
1630   cat conftest.$ac_ext >&5
1631   rm -rf conftest*
1632   eval "ac_cv_func_$ac_func=no"
1633 fi
1634 rm -f conftest*
1635 fi
1636
1637 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1638   echo "$ac_t""yes" 1>&6
1639     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1640   cat >> confdefs.h <<EOF
1641 #define $ac_tr_func 1
1642 EOF
1643  
1644 else
1645   echo "$ac_t""no" 1>&6
1646 fi
1647 done
1648
1649 echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
1650 echo "configure:1651: checking for inet_aton" >&5
1651 if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
1652   echo $ac_n "(cached) $ac_c" 1>&6
1653 else
1654   cat > conftest.$ac_ext <<EOF
1655 #line 1656 "configure"
1656 #include "confdefs.h"
1657 /* System header to define __stub macros and hopefully few prototypes,
1658     which can conflict with char inet_aton(); below.  */
1659 #include <assert.h>
1660 /* Override any gcc2 internal prototype to avoid an error.  */
1661 /* We use char because int might match the return type of a gcc2
1662     builtin and then its argument prototype would still apply.  */
1663 char inet_aton();
1664
1665 int main() {
1666
1667 /* The GNU C library defines this for functions which it implements
1668     to always fail with ENOSYS.  Some functions are actually named
1669     something starting with __ and the normal name is an alias.  */
1670 #if defined (__stub_inet_aton) || defined (__stub___inet_aton)
1671 choke me
1672 #else
1673 inet_aton();
1674 #endif
1675
1676 ; return 0; }
1677 EOF
1678 if { (eval echo configure:1679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1679   rm -rf conftest*
1680   eval "ac_cv_func_inet_aton=yes"
1681 else
1682   echo "configure: failed program was:" >&5
1683   cat conftest.$ac_ext >&5
1684   rm -rf conftest*
1685   eval "ac_cv_func_inet_aton=no"
1686 fi
1687 rm -f conftest*
1688 fi
1689
1690 if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
1691   echo "$ac_t""yes" 1>&6
1692   :
1693 else
1694   echo "$ac_t""no" 1>&6
1695
1696   echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
1697 echo "configure:1698: checking for inet_aton in -lresolv" >&5
1698 ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
1699 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1700   echo $ac_n "(cached) $ac_c" 1>&6
1701 else
1702   ac_save_LIBS="$LIBS"
1703 LIBS="-lresolv  $LIBS"
1704 cat > conftest.$ac_ext <<EOF
1705 #line 1706 "configure"
1706 #include "confdefs.h"
1707 /* Override any gcc2 internal prototype to avoid an error.  */
1708 /* We use char because int might match the return type of a gcc2
1709     builtin and then its argument prototype would still apply.  */
1710 char inet_aton();
1711
1712 int main() {
1713 inet_aton()
1714 ; return 0; }
1715 EOF
1716 if { (eval echo configure:1717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1717   rm -rf conftest*
1718   eval "ac_cv_lib_$ac_lib_var=yes"
1719 else
1720   echo "configure: failed program was:" >&5
1721   cat conftest.$ac_ext >&5
1722   rm -rf conftest*
1723   eval "ac_cv_lib_$ac_lib_var=no"
1724 fi
1725 rm -f conftest*
1726 LIBS="$ac_save_LIBS"
1727
1728 fi
1729 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1730   echo "$ac_t""yes" 1>&6
1731   LIB="${LIB} -lresolv"
1732 else
1733   echo "$ac_t""no" 1>&6
1734 fi
1735
1736
1737 fi
1738
1739 for ac_func in vasprintf
1740 do
1741 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1742 echo "configure:1743: checking for $ac_func" >&5
1743 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1744   echo $ac_n "(cached) $ac_c" 1>&6
1745 else
1746   cat > conftest.$ac_ext <<EOF
1747 #line 1748 "configure"
1748 #include "confdefs.h"
1749 /* System header to define __stub macros and hopefully few prototypes,
1750     which can conflict with char $ac_func(); below.  */
1751 #include <assert.h>
1752 /* Override any gcc2 internal prototype to avoid an error.  */
1753 /* We use char because int might match the return type of a gcc2
1754     builtin and then its argument prototype would still apply.  */
1755 char $ac_func();
1756
1757 int main() {
1758
1759 /* The GNU C library defines this for functions which it implements
1760     to always fail with ENOSYS.  Some functions are actually named
1761     something starting with __ and the normal name is an alias.  */
1762 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1763 choke me
1764 #else
1765 $ac_func();
1766 #endif
1767
1768 ; return 0; }
1769 EOF
1770 if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1771   rm -rf conftest*
1772   eval "ac_cv_func_$ac_func=yes"
1773 else
1774   echo "configure: failed program was:" >&5
1775   cat conftest.$ac_ext >&5
1776   rm -rf conftest*
1777   eval "ac_cv_func_$ac_func=no"
1778 fi
1779 rm -f conftest*
1780 fi
1781
1782 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1783   echo "$ac_t""yes" 1>&6
1784     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1785   cat >> confdefs.h <<EOF
1786 #define $ac_tr_func 1
1787 EOF
1788  
1789 else
1790   echo "$ac_t""no" 1>&6
1791 fi
1792 done
1793
1794 for ac_func in swab
1795 do
1796 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1797 echo "configure:1798: checking for $ac_func" >&5
1798 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1799   echo $ac_n "(cached) $ac_c" 1>&6
1800 else
1801   cat > conftest.$ac_ext <<EOF
1802 #line 1803 "configure"
1803 #include "confdefs.h"
1804 /* System header to define __stub macros and hopefully few prototypes,
1805     which can conflict with char $ac_func(); below.  */
1806 #include <assert.h>
1807 /* Override any gcc2 internal prototype to avoid an error.  */
1808 /* We use char because int might match the return type of a gcc2
1809     builtin and then its argument prototype would still apply.  */
1810 char $ac_func();
1811
1812 int main() {
1813
1814 /* The GNU C library defines this for functions which it implements
1815     to always fail with ENOSYS.  Some functions are actually named
1816     something starting with __ and the normal name is an alias.  */
1817 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1818 choke me
1819 #else
1820 $ac_func();
1821 #endif
1822
1823 ; return 0; }
1824 EOF
1825 if { (eval echo configure:1826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1826   rm -rf conftest*
1827   eval "ac_cv_func_$ac_func=yes"
1828 else
1829   echo "configure: failed program was:" >&5
1830   cat conftest.$ac_ext >&5
1831   rm -rf conftest*
1832   eval "ac_cv_func_$ac_func=no"
1833 fi
1834 rm -f conftest*
1835 fi
1836
1837 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1838   echo "$ac_t""yes" 1>&6
1839     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1840   cat >> confdefs.h <<EOF
1841 #define $ac_tr_func 1
1842 EOF
1843  
1844 else
1845   echo "$ac_t""no" 1>&6
1846 fi
1847 done
1848
1849
1850 for ac_func in sigrelse
1851 do
1852 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1853 echo "configure:1854: checking for $ac_func" >&5
1854 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1855   echo $ac_n "(cached) $ac_c" 1>&6
1856 else
1857   cat > conftest.$ac_ext <<EOF
1858 #line 1859 "configure"
1859 #include "confdefs.h"
1860 /* System header to define __stub macros and hopefully few prototypes,
1861     which can conflict with char $ac_func(); below.  */
1862 #include <assert.h>
1863 /* Override any gcc2 internal prototype to avoid an error.  */
1864 /* We use char because int might match the return type of a gcc2
1865     builtin and then its argument prototype would still apply.  */
1866 char $ac_func();
1867
1868 int main() {
1869
1870 /* The GNU C library defines this for functions which it implements
1871     to always fail with ENOSYS.  Some functions are actually named
1872     something starting with __ and the normal name is an alias.  */
1873 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1874 choke me
1875 #else
1876 $ac_func();
1877 #endif
1878
1879 ; return 0; }
1880 EOF
1881 if { (eval echo configure:1882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1882   rm -rf conftest*
1883   eval "ac_cv_func_$ac_func=yes"
1884 else
1885   echo "configure: failed program was:" >&5
1886   cat conftest.$ac_ext >&5
1887   rm -rf conftest*
1888   eval "ac_cv_func_$ac_func=no"
1889 fi
1890 rm -f conftest*
1891 fi
1892
1893 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1894   echo "$ac_t""yes" 1>&6
1895     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1896   cat >> confdefs.h <<EOF
1897 #define $ac_tr_func 1
1898 EOF
1899  
1900 else
1901   echo "$ac_t""no" 1>&6
1902 fi
1903 done
1904
1905
1906 GETOPT=0
1907 echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
1908 echo "configure:1909: checking for getopt_long" >&5
1909 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
1910   echo $ac_n "(cached) $ac_c" 1>&6
1911 else
1912   cat > conftest.$ac_ext <<EOF
1913 #line 1914 "configure"
1914 #include "confdefs.h"
1915 /* System header to define __stub macros and hopefully few prototypes,
1916     which can conflict with char getopt_long(); below.  */
1917 #include <assert.h>
1918 /* Override any gcc2 internal prototype to avoid an error.  */
1919 /* We use char because int might match the return type of a gcc2
1920     builtin and then its argument prototype would still apply.  */
1921 char getopt_long();
1922
1923 int main() {
1924
1925 /* The GNU C library defines this for functions which it implements
1926     to always fail with ENOSYS.  Some functions are actually named
1927     something starting with __ and the normal name is an alias.  */
1928 #if defined (__stub_getopt_long) || defined (__stub___getopt_long)
1929 choke me
1930 #else
1931 getopt_long();
1932 #endif
1933
1934 ; return 0; }
1935 EOF
1936 if { (eval echo configure:1937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1937   rm -rf conftest*
1938   eval "ac_cv_func_getopt_long=yes"
1939 else
1940   echo "configure: failed program was:" >&5
1941   cat conftest.$ac_ext >&5
1942   rm -rf conftest*
1943   eval "ac_cv_func_getopt_long=no"
1944 fi
1945 rm -f conftest*
1946 fi
1947
1948 if eval "test \"`echo '$ac_cv_func_'getopt_long`\" = yes"; then
1949   echo "$ac_t""yes" 1>&6
1950   cat >> confdefs.h <<\EOF
1951 #define HAVE_GETOPT_LONG 1
1952 EOF
1953
1954 else
1955   echo "$ac_t""no" 1>&6
1956  # FreeBSD has a gnugetopt library for this:
1957   echo $ac_n "checking for getopt_long in -lgnugetopt""... $ac_c" 1>&6
1958 echo "configure:1959: checking for getopt_long in -lgnugetopt" >&5
1959 ac_lib_var=`echo gnugetopt'_'getopt_long | sed 'y%./+-%__p_%'`
1960 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1961   echo $ac_n "(cached) $ac_c" 1>&6
1962 else
1963   ac_save_LIBS="$LIBS"
1964 LIBS="-lgnugetopt  $LIBS"
1965 cat > conftest.$ac_ext <<EOF
1966 #line 1967 "configure"
1967 #include "confdefs.h"
1968 /* Override any gcc2 internal prototype to avoid an error.  */
1969 /* We use char because int might match the return type of a gcc2
1970     builtin and then its argument prototype would still apply.  */
1971 char getopt_long();
1972
1973 int main() {
1974 getopt_long()
1975 ; return 0; }
1976 EOF
1977 if { (eval echo configure:1978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1978   rm -rf conftest*
1979   eval "ac_cv_lib_$ac_lib_var=yes"
1980 else
1981   echo "configure: failed program was:" >&5
1982   cat conftest.$ac_ext >&5
1983   rm -rf conftest*
1984   eval "ac_cv_lib_$ac_lib_var=no"
1985 fi
1986 rm -f conftest*
1987 LIBS="$ac_save_LIBS"
1988
1989 fi
1990 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1991   echo "$ac_t""yes" 1>&6
1992   cat >> confdefs.h <<\EOF
1993 #define HAVE_GETOPT_LONG 1
1994 EOF
1995  LIB="${LIB} -lgnugetopt"
1996 else
1997   echo "$ac_t""no" 1>&6
1998 GETOPT=1
1999 fi
2000
2001 fi
2002
2003
2004 for ac_hdr in unistd.h
2005 do
2006 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2007 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2008 echo "configure:2009: checking for $ac_hdr" >&5
2009 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2010   echo $ac_n "(cached) $ac_c" 1>&6
2011 else
2012   cat > conftest.$ac_ext <<EOF
2013 #line 2014 "configure"
2014 #include "confdefs.h"
2015 #include <$ac_hdr>
2016 EOF
2017 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2018 { (eval echo configure:2019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2019 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2020 if test -z "$ac_err"; then
2021   rm -rf conftest*
2022   eval "ac_cv_header_$ac_safe=yes"
2023 else
2024   echo "$ac_err" >&5
2025   echo "configure: failed program was:" >&5
2026   cat conftest.$ac_ext >&5
2027   rm -rf conftest*
2028   eval "ac_cv_header_$ac_safe=no"
2029 fi
2030 rm -f conftest*
2031 fi
2032 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2033   echo "$ac_t""yes" 1>&6
2034     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2035   cat >> confdefs.h <<EOF
2036 #define $ac_tr_hdr 1
2037 EOF
2038  
2039 else
2040   echo "$ac_t""no" 1>&6
2041 fi
2042 done
2043
2044 for ac_func in getpagesize
2045 do
2046 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2047 echo "configure:2048: checking for $ac_func" >&5
2048 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2049   echo $ac_n "(cached) $ac_c" 1>&6
2050 else
2051   cat > conftest.$ac_ext <<EOF
2052 #line 2053 "configure"
2053 #include "confdefs.h"
2054 /* System header to define __stub macros and hopefully few prototypes,
2055     which can conflict with char $ac_func(); below.  */
2056 #include <assert.h>
2057 /* Override any gcc2 internal prototype to avoid an error.  */
2058 /* We use char because int might match the return type of a gcc2
2059     builtin and then its argument prototype would still apply.  */
2060 char $ac_func();
2061
2062 int main() {
2063
2064 /* The GNU C library defines this for functions which it implements
2065     to always fail with ENOSYS.  Some functions are actually named
2066     something starting with __ and the normal name is an alias.  */
2067 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2068 choke me
2069 #else
2070 $ac_func();
2071 #endif
2072
2073 ; return 0; }
2074 EOF
2075 if { (eval echo configure:2076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2076   rm -rf conftest*
2077   eval "ac_cv_func_$ac_func=yes"
2078 else
2079   echo "configure: failed program was:" >&5
2080   cat conftest.$ac_ext >&5
2081   rm -rf conftest*
2082   eval "ac_cv_func_$ac_func=no"
2083 fi
2084 rm -f conftest*
2085 fi
2086
2087 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2088   echo "$ac_t""yes" 1>&6
2089     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2090   cat >> confdefs.h <<EOF
2091 #define $ac_tr_func 1
2092 EOF
2093  
2094 else
2095   echo "$ac_t""no" 1>&6
2096 fi
2097 done
2098
2099 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2100 echo "configure:2101: checking for working mmap" >&5
2101 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2102   echo $ac_n "(cached) $ac_c" 1>&6
2103 else
2104   if test "$cross_compiling" = yes; then
2105   ac_cv_func_mmap_fixed_mapped=no
2106 else
2107   cat > conftest.$ac_ext <<EOF
2108 #line 2109 "configure"
2109 #include "confdefs.h"
2110
2111 /* Thanks to Mike Haertel and Jim Avera for this test.
2112    Here is a matrix of mmap possibilities:
2113         mmap private not fixed
2114         mmap private fixed at somewhere currently unmapped
2115         mmap private fixed at somewhere already mapped
2116         mmap shared not fixed
2117         mmap shared fixed at somewhere currently unmapped
2118         mmap shared fixed at somewhere already mapped
2119    For private mappings, we should verify that changes cannot be read()
2120    back from the file, nor mmap's back from the file at a different
2121    address.  (There have been systems where private was not correctly
2122    implemented like the infamous i386 svr4.0, and systems where the
2123    VM page cache was not coherent with the filesystem buffer cache
2124    like early versions of FreeBSD and possibly contemporary NetBSD.)
2125    For shared mappings, we should conversely verify that changes get
2126    propogated back to all the places they're supposed to be.
2127
2128    Grep wants private fixed already mapped.
2129    The main things grep needs to know about mmap are:
2130    * does it exist and is it safe to write into the mmap'd area
2131    * how to use it (BSD variants)  */
2132 #include <sys/types.h>
2133 #include <fcntl.h>
2134 #include <sys/mman.h>
2135
2136 /* This mess was copied from the GNU getpagesize.h.  */
2137 #ifndef HAVE_GETPAGESIZE
2138 # ifdef HAVE_UNISTD_H
2139 #  include <unistd.h>
2140 # endif
2141
2142 /* Assume that all systems that can run configure have sys/param.h.  */
2143 # ifndef HAVE_SYS_PARAM_H
2144 #  define HAVE_SYS_PARAM_H 1
2145 # endif
2146
2147 # ifdef _SC_PAGESIZE
2148 #  define getpagesize() sysconf(_SC_PAGESIZE)
2149 # else /* no _SC_PAGESIZE */
2150 #  ifdef HAVE_SYS_PARAM_H
2151 #   include <sys/param.h>
2152 #   ifdef EXEC_PAGESIZE
2153 #    define getpagesize() EXEC_PAGESIZE
2154 #   else /* no EXEC_PAGESIZE */
2155 #    ifdef NBPG
2156 #     define getpagesize() NBPG * CLSIZE
2157 #     ifndef CLSIZE
2158 #      define CLSIZE 1
2159 #     endif /* no CLSIZE */
2160 #    else /* no NBPG */
2161 #     ifdef NBPC
2162 #      define getpagesize() NBPC
2163 #     else /* no NBPC */
2164 #      ifdef PAGESIZE
2165 #       define getpagesize() PAGESIZE
2166 #      endif /* PAGESIZE */
2167 #     endif /* no NBPC */
2168 #    endif /* no NBPG */
2169 #   endif /* no EXEC_PAGESIZE */
2170 #  else /* no HAVE_SYS_PARAM_H */
2171 #   define getpagesize() 8192   /* punt totally */
2172 #  endif /* no HAVE_SYS_PARAM_H */
2173 # endif /* no _SC_PAGESIZE */
2174
2175 #endif /* no HAVE_GETPAGESIZE */
2176
2177 #ifdef __cplusplus
2178 extern "C" { void *malloc(unsigned); }
2179 #else
2180 char *malloc();
2181 #endif
2182
2183 int
2184 main()
2185 {
2186         char *data, *data2, *data3;
2187         int i, pagesize;
2188         int fd;
2189
2190         pagesize = getpagesize();
2191
2192         /*
2193          * First, make a file with some known garbage in it.
2194          */
2195         data = malloc(pagesize);
2196         if (!data)
2197                 exit(1);
2198         for (i = 0; i < pagesize; ++i)
2199                 *(data + i) = rand();
2200         umask(0);
2201         fd = creat("conftestmmap", 0600);
2202         if (fd < 0)
2203                 exit(1);
2204         if (write(fd, data, pagesize) != pagesize)
2205                 exit(1);
2206         close(fd);
2207
2208         /*
2209          * Next, try to mmap the file at a fixed address which
2210          * already has something else allocated at it.  If we can,
2211          * also make sure that we see the same garbage.
2212          */
2213         fd = open("conftestmmap", O_RDWR);
2214         if (fd < 0)
2215                 exit(1);
2216         data2 = malloc(2 * pagesize);
2217         if (!data2)
2218                 exit(1);
2219         data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
2220         if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
2221             MAP_PRIVATE | MAP_FIXED, fd, 0L))
2222                 exit(1);
2223         for (i = 0; i < pagesize; ++i)
2224                 if (*(data + i) != *(data2 + i))
2225                         exit(1);
2226
2227         /*
2228          * Finally, make sure that changes to the mapped area
2229          * do not percolate back to the file as seen by read().
2230          * (This is a bug on some variants of i386 svr4.0.)
2231          */
2232         for (i = 0; i < pagesize; ++i)
2233                 *(data2 + i) = *(data2 + i) + 1;
2234         data3 = malloc(pagesize);
2235         if (!data3)
2236                 exit(1);
2237         if (read(fd, data3, pagesize) != pagesize)
2238                 exit(1);
2239         for (i = 0; i < pagesize; ++i)
2240                 if (*(data + i) != *(data3 + i))
2241                         exit(1);
2242         close(fd);
2243         unlink("conftestmmap");
2244         exit(0);
2245 }
2246
2247 EOF
2248 if { (eval echo configure:2249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2249 then
2250   ac_cv_func_mmap_fixed_mapped=yes
2251 else
2252   echo "configure: failed program was:" >&5
2253   cat conftest.$ac_ext >&5
2254   rm -fr conftest*
2255   ac_cv_func_mmap_fixed_mapped=no
2256 fi
2257 rm -fr conftest*
2258 fi
2259
2260 fi
2261
2262 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
2263 if test $ac_cv_func_mmap_fixed_mapped = yes; then
2264   cat >> confdefs.h <<\EOF
2265 #define HAVE_MMAP 1
2266 EOF
2267
2268 fi
2269
2270 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2271 echo "configure:2272: checking return type of signal handlers" >&5
2272 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2273   echo $ac_n "(cached) $ac_c" 1>&6
2274 else
2275   cat > conftest.$ac_ext <<EOF
2276 #line 2277 "configure"
2277 #include "confdefs.h"
2278 #include <sys/types.h>
2279 #include <signal.h>
2280 #ifdef signal
2281 #undef signal
2282 #endif
2283 #ifdef __cplusplus
2284 extern "C" void (*signal (int, void (*)(int)))(int);
2285 #else
2286 void (*signal ()) ();
2287 #endif
2288
2289 int main() {
2290 int i;
2291 ; return 0; }
2292 EOF
2293 if { (eval echo configure:2294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2294   rm -rf conftest*
2295   ac_cv_type_signal=void
2296 else
2297   echo "configure: failed program was:" >&5
2298   cat conftest.$ac_ext >&5
2299   rm -rf conftest*
2300   ac_cv_type_signal=int
2301 fi
2302 rm -f conftest*
2303 fi
2304
2305 echo "$ac_t""$ac_cv_type_signal" 1>&6
2306 cat >> confdefs.h <<EOF
2307 #define RETSIGTYPE $ac_cv_type_signal
2308 EOF
2309
2310
2311 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2312 echo "configure:2313: checking for dlopen in -ldl" >&5
2313 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2314 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2315   echo $ac_n "(cached) $ac_c" 1>&6
2316 else
2317   ac_save_LIBS="$LIBS"
2318 LIBS="-ldl  $LIBS"
2319 cat > conftest.$ac_ext <<EOF
2320 #line 2321 "configure"
2321 #include "confdefs.h"
2322 /* Override any gcc2 internal prototype to avoid an error.  */
2323 /* We use char because int might match the return type of a gcc2
2324     builtin and then its argument prototype would still apply.  */
2325 char dlopen();
2326
2327 int main() {
2328 dlopen()
2329 ; return 0; }
2330 EOF
2331 if { (eval echo configure:2332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2332   rm -rf conftest*
2333   eval "ac_cv_lib_$ac_lib_var=yes"
2334 else
2335   echo "configure: failed program was:" >&5
2336   cat conftest.$ac_ext >&5
2337   rm -rf conftest*
2338   eval "ac_cv_lib_$ac_lib_var=no"
2339 fi
2340 rm -f conftest*
2341 LIBS="$ac_save_LIBS"
2342
2343 fi
2344 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2345   echo "$ac_t""yes" 1>&6
2346   LIB="${LIB} -ldl"
2347 else
2348   echo "$ac_t""no" 1>&6
2349 fi
2350
2351 echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6
2352 echo "configure:2353: checking for pow in -lm" >&5
2353 ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'`
2354 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2355   echo $ac_n "(cached) $ac_c" 1>&6
2356 else
2357   ac_save_LIBS="$LIBS"
2358 LIBS="-lm  $LIBS"
2359 cat > conftest.$ac_ext <<EOF
2360 #line 2361 "configure"
2361 #include "confdefs.h"
2362 /* Override any gcc2 internal prototype to avoid an error.  */
2363 /* We use char because int might match the return type of a gcc2
2364     builtin and then its argument prototype would still apply.  */
2365 char pow();
2366
2367 int main() {
2368 pow()
2369 ; return 0; }
2370 EOF
2371 if { (eval echo configure:2372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2372   rm -rf conftest*
2373   eval "ac_cv_lib_$ac_lib_var=yes"
2374 else
2375   echo "configure: failed program was:" >&5
2376   cat conftest.$ac_ext >&5
2377   rm -rf conftest*
2378   eval "ac_cv_lib_$ac_lib_var=no"
2379 fi
2380 rm -f conftest*
2381 LIBS="$ac_save_LIBS"
2382
2383 fi
2384 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2385   echo "$ac_t""yes" 1>&6
2386   LIB_YUV="${LIB_YUV} -lm"
2387 else
2388   echo "$ac_t""no" 1>&6
2389 fi
2390
2391 echo $ac_n "checking for dvd_cdrom_ioctl in -ldvd""... $ac_c" 1>&6
2392 echo "configure:2393: checking for dvd_cdrom_ioctl in -ldvd" >&5
2393 ac_lib_var=`echo dvd'_'dvd_cdrom_ioctl | sed 'y%./+-%__p_%'`
2394 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2395   echo $ac_n "(cached) $ac_c" 1>&6
2396 else
2397   ac_save_LIBS="$LIBS"
2398 LIBS="-ldvd  $LIBS"
2399 cat > conftest.$ac_ext <<EOF
2400 #line 2401 "configure"
2401 #include "confdefs.h"
2402 /* Override any gcc2 internal prototype to avoid an error.  */
2403 /* We use char because int might match the return type of a gcc2
2404     builtin and then its argument prototype would still apply.  */
2405 char dvd_cdrom_ioctl();
2406
2407 int main() {
2408 dvd_cdrom_ioctl()
2409 ; return 0; }
2410 EOF
2411 if { (eval echo configure:2412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2412   rm -rf conftest*
2413   eval "ac_cv_lib_$ac_lib_var=yes"
2414 else
2415   echo "configure: failed program was:" >&5
2416   cat conftest.$ac_ext >&5
2417   rm -rf conftest*
2418   eval "ac_cv_lib_$ac_lib_var=no"
2419 fi
2420 rm -f conftest*
2421 LIBS="$ac_save_LIBS"
2422
2423 fi
2424 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2425   echo "$ac_t""yes" 1>&6
2426   LIB_LIBDVDCSS="${LIB_LIBDVDCSS} -ldvd"
2427 else
2428   echo "$ac_t""no" 1>&6
2429 fi
2430
2431
2432 CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
2433 CFLAGS="${CFLAGS} -I/usr/local/include"
2434
2435 PTHREAD_LIBS=error
2436 echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
2437 echo "configure:2438: checking for pthread_attr_init in -lpthread" >&5
2438 ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
2439 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2440   echo $ac_n "(cached) $ac_c" 1>&6
2441 else
2442   ac_save_LIBS="$LIBS"
2443 LIBS="-lpthread  $LIBS"
2444 cat > conftest.$ac_ext <<EOF
2445 #line 2446 "configure"
2446 #include "confdefs.h"
2447 /* Override any gcc2 internal prototype to avoid an error.  */
2448 /* We use char because int might match the return type of a gcc2
2449     builtin and then its argument prototype would still apply.  */
2450 char pthread_attr_init();
2451
2452 int main() {
2453 pthread_attr_init()
2454 ; return 0; }
2455 EOF
2456 if { (eval echo configure:2457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2457   rm -rf conftest*
2458   eval "ac_cv_lib_$ac_lib_var=yes"
2459 else
2460   echo "configure: failed program was:" >&5
2461   cat conftest.$ac_ext >&5
2462   rm -rf conftest*
2463   eval "ac_cv_lib_$ac_lib_var=no"
2464 fi
2465 rm -f conftest*
2466 LIBS="$ac_save_LIBS"
2467
2468 fi
2469 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2470   echo "$ac_t""yes" 1>&6
2471   THREAD_LIB="-lpthread"
2472 else
2473   echo "$ac_t""no" 1>&6
2474 fi
2475
2476 if test "x${THREAD_LIB}" = xerror; then
2477   echo $ac_n "checking for pthread_attr_init in -lpthreads""... $ac_c" 1>&6
2478 echo "configure:2479: checking for pthread_attr_init in -lpthreads" >&5
2479 ac_lib_var=`echo pthreads'_'pthread_attr_init | sed 'y%./+-%__p_%'`
2480 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2481   echo $ac_n "(cached) $ac_c" 1>&6
2482 else
2483   ac_save_LIBS="$LIBS"
2484 LIBS="-lpthreads  $LIBS"
2485 cat > conftest.$ac_ext <<EOF
2486 #line 2487 "configure"
2487 #include "confdefs.h"
2488 /* Override any gcc2 internal prototype to avoid an error.  */
2489 /* We use char because int might match the return type of a gcc2
2490     builtin and then its argument prototype would still apply.  */
2491 char pthread_attr_init();
2492
2493 int main() {
2494 pthread_attr_init()
2495 ; return 0; }
2496 EOF
2497 if { (eval echo configure:2498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2498   rm -rf conftest*
2499   eval "ac_cv_lib_$ac_lib_var=yes"
2500 else
2501   echo "configure: failed program was:" >&5
2502   cat conftest.$ac_ext >&5
2503   rm -rf conftest*
2504   eval "ac_cv_lib_$ac_lib_var=no"
2505 fi
2506 rm -f conftest*
2507 LIBS="$ac_save_LIBS"
2508
2509 fi
2510 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2511   echo "$ac_t""yes" 1>&6
2512   THREAD_LIB="-lpthreads"
2513 else
2514   echo "$ac_t""no" 1>&6
2515 fi
2516
2517 fi
2518 if test "x${THREAD_LIB}" = xerror; then
2519   echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6
2520 echo "configure:2521: checking for pthread_attr_init in -lc_r" >&5
2521 ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'`
2522 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2523   echo $ac_n "(cached) $ac_c" 1>&6
2524 else
2525   ac_save_LIBS="$LIBS"
2526 LIBS="-lc_r  $LIBS"
2527 cat > conftest.$ac_ext <<EOF
2528 #line 2529 "configure"
2529 #include "confdefs.h"
2530 /* Override any gcc2 internal prototype to avoid an error.  */
2531 /* We use char because int might match the return type of a gcc2
2532     builtin and then its argument prototype would still apply.  */
2533 char pthread_attr_init();
2534
2535 int main() {
2536 pthread_attr_init()
2537 ; return 0; }
2538 EOF
2539 if { (eval echo configure:2540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2540   rm -rf conftest*
2541   eval "ac_cv_lib_$ac_lib_var=yes"
2542 else
2543   echo "configure: failed program was:" >&5
2544   cat conftest.$ac_ext >&5
2545   rm -rf conftest*
2546   eval "ac_cv_lib_$ac_lib_var=no"
2547 fi
2548 rm -f conftest*
2549 LIBS="$ac_save_LIBS"
2550
2551 fi
2552 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2553   echo "$ac_t""yes" 1>&6
2554   THREAD_LIB="-lc_r"
2555 else
2556   echo "$ac_t""no" 1>&6
2557 fi
2558
2559 fi
2560 if test "x${THREAD_LIB}" = xerror; then
2561   THREAD_LIBS=""
2562   echo $ac_n "checking for pthread_attr_init""... $ac_c" 1>&6
2563 echo "configure:2564: checking for pthread_attr_init" >&5
2564 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_init'+set}'`\" = set"; then
2565   echo $ac_n "(cached) $ac_c" 1>&6
2566 else
2567   cat > conftest.$ac_ext <<EOF
2568 #line 2569 "configure"
2569 #include "confdefs.h"
2570 /* System header to define __stub macros and hopefully few prototypes,
2571     which can conflict with char pthread_attr_init(); below.  */
2572 #include <assert.h>
2573 /* Override any gcc2 internal prototype to avoid an error.  */
2574 /* We use char because int might match the return type of a gcc2
2575     builtin and then its argument prototype would still apply.  */
2576 char pthread_attr_init();
2577
2578 int main() {
2579
2580 /* The GNU C library defines this for functions which it implements
2581     to always fail with ENOSYS.  Some functions are actually named
2582     something starting with __ and the normal name is an alias.  */
2583 #if defined (__stub_pthread_attr_init) || defined (__stub___pthread_attr_init)
2584 choke me
2585 #else
2586 pthread_attr_init();
2587 #endif
2588
2589 ; return 0; }
2590 EOF
2591 if { (eval echo configure:2592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2592   rm -rf conftest*
2593   eval "ac_cv_func_pthread_attr_init=yes"
2594 else
2595   echo "configure: failed program was:" >&5
2596   cat conftest.$ac_ext >&5
2597   rm -rf conftest*
2598   eval "ac_cv_func_pthread_attr_init=no"
2599 fi
2600 rm -f conftest*
2601 fi
2602
2603 if eval "test \"`echo '$ac_cv_func_'pthread_attr_init`\" = yes"; then
2604   echo "$ac_t""yes" 1>&6
2605   :
2606 else
2607   echo "$ac_t""no" 1>&6
2608 fi
2609
2610 fi
2611
2612 cat > conftest.$ac_ext <<EOF
2613 #line 2614 "configure"
2614 #include "confdefs.h"
2615 #include <pthread.h>
2616 EOF
2617 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2618   egrep "pthread_cond_t" >/dev/null 2>&1; then
2619   rm -rf conftest*
2620   
2621   cat >> confdefs.h <<\EOF
2622 #define PTHREAD_COND_T_IN_PTHREAD_H 1
2623 EOF
2624
2625 fi
2626 rm -f conftest*
2627
2628 cat > conftest.$ac_ext <<EOF
2629 #line 2630 "configure"
2630 #include "confdefs.h"
2631 #include <strings.h>
2632 EOF
2633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2634   egrep "strncasecmp" >/dev/null 2>&1; then
2635   rm -rf conftest*
2636   
2637   cat >> confdefs.h <<\EOF
2638 #define STRNCASECMP_IN_STRINGS_H 1
2639 EOF
2640
2641 fi
2642 rm -f conftest*
2643
2644
2645 for ac_hdr in stddef.h getopt.h strings.h
2646 do
2647 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2648 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2649 echo "configure:2650: checking for $ac_hdr" >&5
2650 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2651   echo $ac_n "(cached) $ac_c" 1>&6
2652 else
2653   cat > conftest.$ac_ext <<EOF
2654 #line 2655 "configure"
2655 #include "confdefs.h"
2656 #include <$ac_hdr>
2657 EOF
2658 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2659 { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2660 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2661 if test -z "$ac_err"; then
2662   rm -rf conftest*
2663   eval "ac_cv_header_$ac_safe=yes"
2664 else
2665   echo "$ac_err" >&5
2666   echo "configure: failed program was:" >&5
2667   cat conftest.$ac_ext >&5
2668   rm -rf conftest*
2669   eval "ac_cv_header_$ac_safe=no"
2670 fi
2671 rm -f conftest*
2672 fi
2673 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2674   echo "$ac_t""yes" 1>&6
2675     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2676   cat >> confdefs.h <<EOF
2677 #define $ac_tr_hdr 1
2678 EOF
2679  
2680 else
2681   echo "$ac_t""no" 1>&6
2682 fi
2683 done
2684
2685 for ac_hdr in sys/sockio.h fcntl.h sys/time.h
2686 do
2687 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2688 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2689 echo "configure:2690: checking for $ac_hdr" >&5
2690 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2691   echo $ac_n "(cached) $ac_c" 1>&6
2692 else
2693   cat > conftest.$ac_ext <<EOF
2694 #line 2695 "configure"
2695 #include "confdefs.h"
2696 #include <$ac_hdr>
2697 EOF
2698 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2699 { (eval echo configure:2700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2700 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2701 if test -z "$ac_err"; then
2702   rm -rf conftest*
2703   eval "ac_cv_header_$ac_safe=yes"
2704 else
2705   echo "$ac_err" >&5
2706   echo "configure: failed program was:" >&5
2707   cat conftest.$ac_ext >&5
2708   rm -rf conftest*
2709   eval "ac_cv_header_$ac_safe=no"
2710 fi
2711 rm -f conftest*
2712 fi
2713 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2714   echo "$ac_t""yes" 1>&6
2715     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2716   cat >> confdefs.h <<EOF
2717 #define $ac_tr_hdr 1
2718 EOF
2719  
2720 else
2721   echo "$ac_t""no" 1>&6
2722 fi
2723 done
2724
2725 for ac_hdr in sys/soundcard.h machine/soundcard.h
2726 do
2727 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2728 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2729 echo "configure:2730: checking for $ac_hdr" >&5
2730 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2731   echo $ac_n "(cached) $ac_c" 1>&6
2732 else
2733   cat > conftest.$ac_ext <<EOF
2734 #line 2735 "configure"
2735 #include "confdefs.h"
2736 #include <$ac_hdr>
2737 EOF
2738 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2739 { (eval echo configure:2740: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2740 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2741 if test -z "$ac_err"; then
2742   rm -rf conftest*
2743   eval "ac_cv_header_$ac_safe=yes"
2744 else
2745   echo "$ac_err" >&5
2746   echo "configure: failed program was:" >&5
2747   cat conftest.$ac_ext >&5
2748   rm -rf conftest*
2749   eval "ac_cv_header_$ac_safe=no"
2750 fi
2751 rm -f conftest*
2752 fi
2753 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2754   echo "$ac_t""yes" 1>&6
2755     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2756   cat >> confdefs.h <<EOF
2757 #define $ac_tr_hdr 1
2758 EOF
2759  
2760 else
2761   echo "$ac_t""no" 1>&6
2762 fi
2763 done
2764
2765 for ac_hdr in dlfcn.h image.h
2766 do
2767 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2768 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2769 echo "configure:2770: checking for $ac_hdr" >&5
2770 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2771   echo $ac_n "(cached) $ac_c" 1>&6
2772 else
2773   cat > conftest.$ac_ext <<EOF
2774 #line 2775 "configure"
2775 #include "confdefs.h"
2776 #include <$ac_hdr>
2777 EOF
2778 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2779 { (eval echo configure:2780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2780 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2781 if test -z "$ac_err"; then
2782   rm -rf conftest*
2783   eval "ac_cv_header_$ac_safe=yes"
2784 else
2785   echo "$ac_err" >&5
2786   echo "configure: failed program was:" >&5
2787   cat conftest.$ac_ext >&5
2788   rm -rf conftest*
2789   eval "ac_cv_header_$ac_safe=no"
2790 fi
2791 rm -f conftest*
2792 fi
2793 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2794   echo "$ac_t""yes" 1>&6
2795     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2796   cat >> confdefs.h <<EOF
2797 #define $ac_tr_hdr 1
2798 EOF
2799  
2800 else
2801   echo "$ac_t""no" 1>&6
2802 fi
2803 done
2804
2805 for ac_hdr in arpa/inet.h net/if.h netinet/in.h sys/socket.h
2806 do
2807 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2808 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2809 echo "configure:2810: checking for $ac_hdr" >&5
2810 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2811   echo $ac_n "(cached) $ac_c" 1>&6
2812 else
2813   cat > conftest.$ac_ext <<EOF
2814 #line 2815 "configure"
2815 #include "confdefs.h"
2816 #include <$ac_hdr>
2817 EOF
2818 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2819 { (eval echo configure:2820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2820 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2821 if test -z "$ac_err"; then
2822   rm -rf conftest*
2823   eval "ac_cv_header_$ac_safe=yes"
2824 else
2825   echo "$ac_err" >&5
2826   echo "configure: failed program was:" >&5
2827   cat conftest.$ac_ext >&5
2828   rm -rf conftest*
2829   eval "ac_cv_header_$ac_safe=no"
2830 fi
2831 rm -f conftest*
2832 fi
2833 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2834   echo "$ac_t""yes" 1>&6
2835     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2836   cat >> confdefs.h <<EOF
2837 #define $ac_tr_hdr 1
2838 EOF
2839  
2840 else
2841   echo "$ac_t""no" 1>&6
2842 fi
2843 done
2844
2845 for ac_hdr in machine/param.h
2846 do
2847 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2848 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2849 echo "configure:2850: checking for $ac_hdr" >&5
2850 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2851   echo $ac_n "(cached) $ac_c" 1>&6
2852 else
2853   cat > conftest.$ac_ext <<EOF
2854 #line 2855 "configure"
2855 #include "confdefs.h"
2856 #include <$ac_hdr>
2857 EOF
2858 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2859 { (eval echo configure:2860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2860 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2861 if test -z "$ac_err"; then
2862   rm -rf conftest*
2863   eval "ac_cv_header_$ac_safe=yes"
2864 else
2865   echo "$ac_err" >&5
2866   echo "configure: failed program was:" >&5
2867   cat conftest.$ac_ext >&5
2868   rm -rf conftest*
2869   eval "ac_cv_header_$ac_safe=no"
2870 fi
2871 rm -f conftest*
2872 fi
2873 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2874   echo "$ac_t""yes" 1>&6
2875     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2876   cat >> confdefs.h <<EOF
2877 #define $ac_tr_hdr 1
2878 EOF
2879  
2880 else
2881   echo "$ac_t""no" 1>&6
2882 fi
2883 done
2884
2885
2886 for ac_hdr in cthreads.h pthread.h kernel/scheduler.h kernel/OS.h
2887 do
2888 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2889 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2890 echo "configure:2891: checking for $ac_hdr" >&5
2891 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2892   echo $ac_n "(cached) $ac_c" 1>&6
2893 else
2894   cat > conftest.$ac_ext <<EOF
2895 #line 2896 "configure"
2896 #include "confdefs.h"
2897 #include <$ac_hdr>
2898 EOF
2899 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2900 { (eval echo configure:2901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2901 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2902 if test -z "$ac_err"; then
2903   rm -rf conftest*
2904   eval "ac_cv_header_$ac_safe=yes"
2905 else
2906   echo "$ac_err" >&5
2907   echo "configure: failed program was:" >&5
2908   cat conftest.$ac_ext >&5
2909   rm -rf conftest*
2910   eval "ac_cv_header_$ac_safe=no"
2911 fi
2912 rm -f conftest*
2913 fi
2914 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2915   echo "$ac_t""yes" 1>&6
2916     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2917   cat >> confdefs.h <<EOF
2918 #define $ac_tr_hdr 1
2919 EOF
2920  
2921 else
2922   echo "$ac_t""no" 1>&6
2923 fi
2924 done
2925
2926
2927 CFLAGS="${save_CFLAGS} -Wall -Werror"
2928 echo $ac_n "checking for ntohl in sys/param.h""... $ac_c" 1>&6
2929 echo "configure:2930: checking for ntohl in sys/param.h" >&5
2930 cat > conftest.$ac_ext <<EOF
2931 #line 2932 "configure"
2932 #include "confdefs.h"
2933 #include <sys/param.h>
2934 void foo() { int meuh; ntohl(meuh); }
2935 int main() {
2936
2937 ; return 0; }
2938 EOF
2939 if { (eval echo configure:2940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2940   rm -rf conftest*
2941   cat >> confdefs.h <<\EOF
2942 #define NTOHL_IN_SYS_PARAM_H 1
2943 EOF
2944
2945  echo "$ac_t""yes" 1>&6
2946 else
2947   echo "configure: failed program was:" >&5
2948   cat conftest.$ac_ext >&5
2949   rm -rf conftest*
2950   echo "$ac_t""no" 1>&6
2951 fi
2952 rm -f conftest*
2953
2954 CFLAGS="${save_CFLAGS} -finline-limit=31337"
2955 echo $ac_n "checking if \$CC accepts -finline-limit""... $ac_c" 1>&6
2956 echo "configure:2957: checking if \$CC accepts -finline-limit" >&5
2957 cat > conftest.$ac_ext <<EOF
2958 #line 2959 "configure"
2959 #include "confdefs.h"
2960
2961 int main() {
2962
2963 ; return 0; }
2964 EOF
2965 if { (eval echo configure:2966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2966   rm -rf conftest*
2967   save_CFLAGS="${save_CFLAGS} -finline-limit=31337"; echo "$ac_t""yes" 1>&6
2968 else
2969   echo "configure: failed program was:" >&5
2970   cat conftest.$ac_ext >&5
2971   rm -rf conftest*
2972   echo "$ac_t""no" 1>&6
2973 fi
2974 rm -f conftest*
2975
2976 CFLAGS="${save_CFLAGS} -bundle -undefined suppress"
2977 echo $ac_n "checking if \$CC accepts -bundle -undefined suppress""... $ac_c" 1>&6
2978 echo "configure:2979: checking if \$CC accepts -bundle -undefined suppress" >&5
2979 cat > conftest.$ac_ext <<EOF
2980 #line 2981 "configure"
2981 #include "confdefs.h"
2982
2983 int main() {
2984
2985 ; return 0; }
2986 EOF
2987 if { (eval echo configure:2988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2988   rm -rf conftest*
2989   PLCFLAGS="${PLCFLAGS} -bundle -undefined suppress"; echo "$ac_t""yes" 1>&6
2990 else
2991   echo "configure: failed program was:" >&5
2992   cat conftest.$ac_ext >&5
2993   rm -rf conftest*
2994   echo "$ac_t""no" 1>&6
2995 fi
2996 rm -f conftest*
2997
2998 CFLAGS="${save_CFLAGS} -shared"
2999 echo $ac_n "checking if \$CC accepts -shared""... $ac_c" 1>&6
3000 echo "configure:3001: checking if \$CC accepts -shared" >&5
3001 cat > conftest.$ac_ext <<EOF
3002 #line 3003 "configure"
3003 #include "confdefs.h"
3004
3005 int main() {
3006
3007 ; return 0; }
3008 EOF
3009 if { (eval echo configure:3010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3010   rm -rf conftest*
3011   PLCFLAGS="${PLCFLAGS} -shared"; echo "$ac_t""yes" 1>&6
3012 else
3013   echo "configure: failed program was:" >&5
3014   cat conftest.$ac_ext >&5
3015   rm -rf conftest*
3016   echo "$ac_t""no" 1>&6
3017 fi
3018 rm -f conftest*
3019
3020 if test x"${SOFLAGS}" = x; then
3021   try_SOFLAGS="-Wl,-soname -Wl,"
3022   LDFLAGS="${save_LDFLAGS} ${try_SOFLAGS}foo.so.0"
3023   echo $ac_n "checking if linker accepts ${try_SOFLAGS}foo.so.0""... $ac_c" 1>&6
3024 echo "configure:3025: checking if linker accepts ${try_SOFLAGS}foo.so.0" >&5
3025   cat > conftest.$ac_ext <<EOF
3026 #line 3027 "configure"
3027 #include "confdefs.h"
3028
3029 int main() {
3030
3031 ; return 0; }
3032 EOF
3033 if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3034   rm -rf conftest*
3035   SOFLAGS="${try_SOFLAGS}"; echo "$ac_t""yes" 1>&6
3036 else
3037   echo "configure: failed program was:" >&5
3038   cat conftest.$ac_ext >&5
3039   rm -rf conftest*
3040   echo "$ac_t""no" 1>&6
3041 fi
3042 rm -f conftest*
3043 fi
3044
3045 if test x"${SOFLAGS}" = x; then
3046   try_SOFLAGS="-Wl,-h -Wl,"
3047   LDFLAGS="${save_LDFLAGS} ${try_SOFLAGS}foo.so.0"
3048   echo $ac_n "checking if linker accepts ${try_SOFLAGS}foo.so.0""... $ac_c" 1>&6
3049 echo "configure:3050: checking if linker accepts ${try_SOFLAGS}foo.so.0" >&5
3050   cat > conftest.$ac_ext <<EOF
3051 #line 3052 "configure"
3052 #include "confdefs.h"
3053
3054 int main() {
3055
3056 ; return 0; }
3057 EOF
3058 if { (eval echo configure:3059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3059   rm -rf conftest*
3060   SOFLAGS="${try_SOFLAGS}"; echo "$ac_t""yes" 1>&6
3061 else
3062   echo "configure: failed program was:" >&5
3063   cat conftest.$ac_ext >&5
3064   rm -rf conftest*
3065   echo "$ac_t""no" 1>&6
3066 fi
3067 rm -f conftest*
3068 fi
3069
3070 CFLAGS="${save_CFLAGS}"
3071 LDFLAGS="${save_LDFLAGS}"
3072
3073 echo $ac_n "checking for boolean_t in sys/types.h""... $ac_c" 1>&6
3074 echo "configure:3075: checking for boolean_t in sys/types.h" >&5
3075 cat > conftest.$ac_ext <<EOF
3076 #line 3077 "configure"
3077 #include "confdefs.h"
3078 #include <sys/types.h>
3079 void quux() { boolean_t foo; }
3080 int main() {
3081
3082 ; return 0; }
3083 EOF
3084 if { (eval echo configure:3085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3085   rm -rf conftest*
3086   cat >> confdefs.h <<\EOF
3087 #define BOOLEAN_T_IN_SYS_TYPES_H 1
3088 EOF
3089
3090  echo "$ac_t""yes" 1>&6
3091 else
3092   echo "configure: failed program was:" >&5
3093   cat conftest.$ac_ext >&5
3094   rm -rf conftest*
3095   echo "$ac_t""no" 1>&6
3096 fi
3097 rm -f conftest*
3098 echo $ac_n "checking for boolean_t in pthread.h""... $ac_c" 1>&6
3099 echo "configure:3100: checking for boolean_t in pthread.h" >&5
3100 cat > conftest.$ac_ext <<EOF
3101 #line 3102 "configure"
3102 #include "confdefs.h"
3103 #include <pthread.h>
3104 void quux() { boolean_t foo; }
3105 int main() {
3106
3107 ; return 0; }
3108 EOF
3109 if { (eval echo configure:3110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3110   rm -rf conftest*
3111   cat >> confdefs.h <<\EOF
3112 #define BOOLEAN_T_IN_PTHREAD_H 1
3113 EOF
3114
3115  echo "$ac_t""yes" 1>&6
3116 else
3117   echo "configure: failed program was:" >&5
3118   cat conftest.$ac_ext >&5
3119   rm -rf conftest*
3120   echo "$ac_t""no" 1>&6
3121 fi
3122 rm -f conftest*
3123
3124 echo $ac_n "checking for working const""... $ac_c" 1>&6
3125 echo "configure:3126: checking for working const" >&5
3126 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3127   echo $ac_n "(cached) $ac_c" 1>&6
3128 else
3129   cat > conftest.$ac_ext <<EOF
3130 #line 3131 "configure"
3131 #include "confdefs.h"
3132
3133 int main() {
3134
3135 /* Ultrix mips cc rejects this.  */
3136 typedef int charset[2]; const charset x;
3137 /* SunOS 4.1.1 cc rejects this.  */
3138 char const *const *ccp;
3139 char **p;
3140 /* NEC SVR4.0.2 mips cc rejects this.  */
3141 struct point {int x, y;};
3142 static struct point const zero = {0,0};
3143 /* AIX XL C 1.02.0.0 rejects this.
3144    It does not let you subtract one const X* pointer from another in an arm
3145    of an if-expression whose if-part is not a constant expression */
3146 const char *g = "string";
3147 ccp = &g + (g ? g-g : 0);
3148 /* HPUX 7.0 cc rejects these. */
3149 ++ccp;
3150 p = (char**) ccp;
3151 ccp = (char const *const *) p;
3152 { /* SCO 3.2v4 cc rejects this.  */
3153   char *t;
3154   char const *s = 0 ? (char *) 0 : (char const *) 0;
3155
3156   *t++ = 0;
3157 }
3158 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
3159   int x[] = {25, 17};
3160   const int *foo = &x[0];
3161   ++foo;
3162 }
3163 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3164   typedef const int *iptr;
3165   iptr p = 0;
3166   ++p;
3167 }
3168 { /* AIX XL C 1.02.0.0 rejects this saying
3169      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3170   struct s { int j; const int *ap[3]; };
3171   struct s *b; b->j = 5;
3172 }
3173 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3174   const int foo = 10;
3175 }
3176
3177 ; return 0; }
3178 EOF
3179 if { (eval echo configure:3180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3180   rm -rf conftest*
3181   ac_cv_c_const=yes
3182 else
3183   echo "configure: failed program was:" >&5
3184   cat conftest.$ac_ext >&5
3185   rm -rf conftest*
3186   ac_cv_c_const=no
3187 fi
3188 rm -f conftest*
3189 fi
3190
3191 echo "$ac_t""$ac_cv_c_const" 1>&6
3192 if test $ac_cv_c_const = no; then
3193   cat >> confdefs.h <<\EOF
3194 #define const 
3195 EOF
3196
3197 fi
3198
3199 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
3200 echo "configure:3201: checking for ANSI C header files" >&5
3201 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
3202   echo $ac_n "(cached) $ac_c" 1>&6
3203 else
3204   cat > conftest.$ac_ext <<EOF
3205 #line 3206 "configure"
3206 #include "confdefs.h"
3207 #include <stdlib.h>
3208 #include <stdarg.h>
3209 #include <string.h>
3210 #include <float.h>
3211 EOF
3212 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3213 { (eval echo configure:3214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3214 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3215 if test -z "$ac_err"; then
3216   rm -rf conftest*
3217   ac_cv_header_stdc=yes
3218 else
3219   echo "$ac_err" >&5
3220   echo "configure: failed program was:" >&5
3221   cat conftest.$ac_ext >&5
3222   rm -rf conftest*
3223   ac_cv_header_stdc=no
3224 fi
3225 rm -f conftest*
3226
3227 if test $ac_cv_header_stdc = yes; then
3228   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3229 cat > conftest.$ac_ext <<EOF
3230 #line 3231 "configure"
3231 #include "confdefs.h"
3232 #include <string.h>
3233 EOF
3234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3235   egrep "memchr" >/dev/null 2>&1; then
3236   :
3237 else
3238   rm -rf conftest*
3239   ac_cv_header_stdc=no
3240 fi
3241 rm -f conftest*
3242
3243 fi
3244
3245 if test $ac_cv_header_stdc = yes; then
3246   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3247 cat > conftest.$ac_ext <<EOF
3248 #line 3249 "configure"
3249 #include "confdefs.h"
3250 #include <stdlib.h>
3251 EOF
3252 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3253   egrep "free" >/dev/null 2>&1; then
3254   :
3255 else
3256   rm -rf conftest*
3257   ac_cv_header_stdc=no
3258 fi
3259 rm -f conftest*
3260
3261 fi
3262
3263 if test $ac_cv_header_stdc = yes; then
3264   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3265 if test "$cross_compiling" = yes; then
3266   :
3267 else
3268   cat > conftest.$ac_ext <<EOF
3269 #line 3270 "configure"
3270 #include "confdefs.h"
3271 #include <ctype.h>
3272 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3273 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3274 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3275 int main () { int i; for (i = 0; i < 256; i++)
3276 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
3277 exit (0); }
3278
3279 EOF
3280 if { (eval echo configure:3281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3281 then
3282   :
3283 else
3284   echo "configure: failed program was:" >&5
3285   cat conftest.$ac_ext >&5
3286   rm -fr conftest*
3287   ac_cv_header_stdc=no
3288 fi
3289 rm -fr conftest*
3290 fi
3291
3292 fi
3293 fi
3294
3295 echo "$ac_t""$ac_cv_header_stdc" 1>&6
3296 if test $ac_cv_header_stdc = yes; then
3297   cat >> confdefs.h <<\EOF
3298 #define STDC_HEADERS 1
3299 EOF
3300
3301 fi
3302
3303 echo $ac_n "checking for size_t""... $ac_c" 1>&6
3304 echo "configure:3305: checking for size_t" >&5
3305 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
3306   echo $ac_n "(cached) $ac_c" 1>&6
3307 else
3308   cat > conftest.$ac_ext <<EOF
3309 #line 3310 "configure"
3310 #include "confdefs.h"
3311 #include <sys/types.h>
3312 #if STDC_HEADERS
3313 #include <stdlib.h>
3314 #include <stddef.h>
3315 #endif
3316 EOF
3317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3318   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
3319   rm -rf conftest*
3320   ac_cv_type_size_t=yes
3321 else
3322   rm -rf conftest*
3323   ac_cv_type_size_t=no
3324 fi
3325 rm -f conftest*
3326
3327 fi
3328 echo "$ac_t""$ac_cv_type_size_t" 1>&6
3329 if test $ac_cv_type_size_t = no; then
3330   cat >> confdefs.h <<\EOF
3331 #define size_t unsigned
3332 EOF
3333
3334 fi
3335
3336 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
3337 echo "configure:3338: checking whether time.h and sys/time.h may both be included" >&5
3338 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
3339   echo $ac_n "(cached) $ac_c" 1>&6
3340 else
3341   cat > conftest.$ac_ext <<EOF
3342 #line 3343 "configure"
3343 #include "confdefs.h"
3344 #include <sys/types.h>
3345 #include <sys/time.h>
3346 #include <time.h>
3347 int main() {
3348 struct tm *tp;
3349 ; return 0; }
3350 EOF
3351 if { (eval echo configure:3352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3352   rm -rf conftest*
3353   ac_cv_header_time=yes
3354 else
3355   echo "configure: failed program was:" >&5
3356   cat conftest.$ac_ext >&5
3357   rm -rf conftest*
3358   ac_cv_header_time=no
3359 fi
3360 rm -f conftest*
3361 fi
3362
3363 echo "$ac_t""$ac_cv_header_time" 1>&6
3364 if test $ac_cv_header_time = yes; then
3365   cat >> confdefs.h <<\EOF
3366 #define TIME_WITH_SYS_TIME 1
3367 EOF
3368
3369 fi
3370
3371
3372 ARCH=${host_cpu}
3373
3374 BUILTINS="${BUILTINS} es ps ts yuv idct idctclassic motion imdct downmix"
3375 PLUGINS="${PLUGINS}"
3376
3377 MMX_MODULES="yuvmmx idctmmx motionmmx"
3378 MMXEXT_MODULES="idctmmxext motionmmxext imdct3dn imdctsse downmix3dn downmixsse"
3379
3380 echo $ac_n "checking if \$CC groks MMX inline assembly""... $ac_c" 1>&6
3381 echo "configure:3382: checking if \$CC groks MMX inline assembly" >&5
3382 cat > conftest.$ac_ext <<EOF
3383 #line 3384 "configure"
3384 #include "confdefs.h"
3385 void quux(){void *p;asm("packuswb %%mm1,%%mm2"::"r"(p));}
3386 int main() {
3387
3388 ; return 0; }
3389 EOF
3390 if { (eval echo configure:3391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3391   rm -rf conftest*
3392   ACCEL_MODULES="${ACCEL_MODULES} ${MMX_MODULES}"
3393   echo "$ac_t""yes" 1>&6
3394 else
3395   echo "configure: failed program was:" >&5
3396   cat conftest.$ac_ext >&5
3397   rm -rf conftest*
3398   echo "$ac_t""no" 1>&6
3399 fi
3400 rm -f conftest*
3401
3402 echo $ac_n "checking if \$CC groks MMX EXT or SSE inline assembly""... $ac_c" 1>&6
3403 echo "configure:3404: checking if \$CC groks MMX EXT or SSE inline assembly" >&5
3404 cat > conftest.$ac_ext <<EOF
3405 #line 3406 "configure"
3406 #include "confdefs.h"
3407 void quux(){void *p;asm("maskmovq %%mm1,%%mm2"::"r"(p));}
3408 int main() {
3409
3410 ; return 0; }
3411 EOF
3412 if { (eval echo configure:3413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3413   rm -rf conftest*
3414   ACCEL_MODULES="${ACCEL_MODULES} ${MMXEXT_MODULES}"
3415   echo "$ac_t""yes" 1>&6
3416 else
3417   echo "configure: failed program was:" >&5
3418   cat conftest.$ac_ext >&5
3419   rm -rf conftest*
3420   echo "$ac_t""no" 1>&6
3421 fi
3422 rm -f conftest*
3423
3424
3425 CAN_BUILD_LIBDVDCSS=0
3426
3427 for ac_hdr in winioctl.h
3428 do
3429 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3431 echo "configure:3432: checking for $ac_hdr" >&5
3432 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3433   echo $ac_n "(cached) $ac_c" 1>&6
3434 else
3435   cat > conftest.$ac_ext <<EOF
3436 #line 3437 "configure"
3437 #include "confdefs.h"
3438 #include <$ac_hdr>
3439 EOF
3440 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3441 { (eval echo configure:3442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3442 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3443 if test -z "$ac_err"; then
3444   rm -rf conftest*
3445   eval "ac_cv_header_$ac_safe=yes"
3446 else
3447   echo "$ac_err" >&5
3448   echo "configure: failed program was:" >&5
3449   cat conftest.$ac_ext >&5
3450   rm -rf conftest*
3451   eval "ac_cv_header_$ac_safe=no"
3452 fi
3453 rm -f conftest*
3454 fi
3455 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3456   echo "$ac_t""yes" 1>&6
3457     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3458   cat >> confdefs.h <<EOF
3459 #define $ac_tr_hdr 1
3460 EOF
3461  
3462   CAN_BUILD_LIBDVDCSS="${HAVE_LIBDVDCSS}"
3463
3464 else
3465   echo "$ac_t""no" 1>&6
3466 fi
3467 done
3468
3469
3470 for ac_hdr in sys/ioctl.h
3471 do
3472 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3473 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3474 echo "configure:3475: checking for $ac_hdr" >&5
3475 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3476   echo $ac_n "(cached) $ac_c" 1>&6
3477 else
3478   cat > conftest.$ac_ext <<EOF
3479 #line 3480 "configure"
3480 #include "confdefs.h"
3481 #include <$ac_hdr>
3482 EOF
3483 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3484 { (eval echo configure:3485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3485 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3486 if test -z "$ac_err"; then
3487   rm -rf conftest*
3488   eval "ac_cv_header_$ac_safe=yes"
3489 else
3490   echo "$ac_err" >&5
3491   echo "configure: failed program was:" >&5
3492   cat conftest.$ac_ext >&5
3493   rm -rf conftest*
3494   eval "ac_cv_header_$ac_safe=no"
3495 fi
3496 rm -f conftest*
3497 fi
3498 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3499   echo "$ac_t""yes" 1>&6
3500     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3501   cat >> confdefs.h <<EOF
3502 #define $ac_tr_hdr 1
3503 EOF
3504  
3505   CAN_BUILD_LIBDVDCSS="${HAVE_LIBDVDCSS}"
3506   for ac_hdr in sys/cdio.h sys/dvdio.h linux/cdrom.h dvd.h
3507 do
3508 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3509 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3510 echo "configure:3511: checking for $ac_hdr" >&5
3511 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3512   echo $ac_n "(cached) $ac_c" 1>&6
3513 else
3514   cat > conftest.$ac_ext <<EOF
3515 #line 3516 "configure"
3516 #include "confdefs.h"
3517 #include <$ac_hdr>
3518 EOF
3519 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3520 { (eval echo configure:3521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3521 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3522 if test -z "$ac_err"; then
3523   rm -rf conftest*
3524   eval "ac_cv_header_$ac_safe=yes"
3525 else
3526   echo "$ac_err" >&5
3527   echo "configure: failed program was:" >&5
3528   cat conftest.$ac_ext >&5
3529   rm -rf conftest*
3530   eval "ac_cv_header_$ac_safe=no"
3531 fi
3532 rm -f conftest*
3533 fi
3534 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3535   echo "$ac_t""yes" 1>&6
3536     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3537   cat >> confdefs.h <<EOF
3538 #define $ac_tr_hdr 1
3539 EOF
3540  
3541 else
3542   echo "$ac_t""no" 1>&6
3543 fi
3544 done
3545
3546   BSD_DVD_STRUCT=0
3547   LINUX_DVD_STRUCT=0
3548         cat > conftest.$ac_ext <<EOF
3549 #line 3550 "configure"
3550 #include "confdefs.h"
3551 #include <sys/dvdio.h>
3552 EOF
3553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3554   egrep "dvd_struct" >/dev/null 2>&1; then
3555   rm -rf conftest*
3556   
3557     cat >> confdefs.h <<\EOF
3558 #define DVD_STRUCT_IN_SYS_DVDIO_H 1
3559 EOF
3560
3561     BSD_DVD_STRUCT=1
3562   
3563 fi
3564 rm -f conftest*
3565
3566         cat > conftest.$ac_ext <<EOF
3567 #line 3568 "configure"
3568 #include "confdefs.h"
3569 #include <sys/cdio.h>
3570 EOF
3571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3572   egrep "dvd_struct" >/dev/null 2>&1; then
3573   rm -rf conftest*
3574   
3575     cat >> confdefs.h <<\EOF
3576 #define DVD_STRUCT_IN_SYS_CDIO_H 1
3577 EOF
3578
3579     BSD_DVD_STRUCT=1
3580   
3581 fi
3582 rm -f conftest*
3583
3584         cat > conftest.$ac_ext <<EOF
3585 #line 3586 "configure"
3586 #include "confdefs.h"
3587 #include <linux/cdrom.h>
3588 EOF
3589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3590   egrep "dvd_struct" >/dev/null 2>&1; then
3591   rm -rf conftest*
3592   
3593     cat >> confdefs.h <<\EOF
3594 #define DVD_STRUCT_IN_LINUX_CDROM_H 1
3595 EOF
3596
3597     LINUX_DVD_STRUCT=1
3598   
3599 fi
3600 rm -f conftest*
3601
3602         cat > conftest.$ac_ext <<EOF
3603 #line 3604 "configure"
3604 #include "confdefs.h"
3605 #include <dvd.h>
3606 EOF
3607 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3608   egrep "dvd_struct" >/dev/null 2>&1; then
3609   rm -rf conftest*
3610   
3611     cat >> confdefs.h <<\EOF
3612 #define DVD_STRUCT_IN_DVD_H 1
3613 EOF
3614
3615     LINUX_DVD_STRUCT=1
3616   
3617 fi
3618 rm -f conftest*
3619
3620         if test x$LINUX_DVD_STRUCT = x1; then
3621     cat >> confdefs.h <<\EOF
3622 #define HAVE_LINUX_DVD_STRUCT 1
3623 EOF
3624
3625   else
3626     if test x$BSD_DVD_STRUCT = x1; then
3627       cat >> confdefs.h <<\EOF
3628 #define HAVE_BSD_DVD_STRUCT 1
3629 EOF
3630
3631     fi
3632   fi
3633
3634 else
3635   echo "$ac_t""no" 1>&6
3636 fi
3637 done
3638
3639
3640
3641 case ${host_os} in
3642   bsdi*)
3643     SYS=bsdi
3644     ;;
3645   darwin*)
3646     SYS=darwin
3647     ;;
3648   *)
3649     SYS=${host_os}
3650     ;;
3651 esac
3652
3653 # Check whether --enable-ppro or --disable-ppro was given.
3654 if test "${enable_ppro+set}" = set; then
3655   enableval="$enable_ppro"
3656    if test x$enableval = xyes; then ARCH="${ARCH} ppro"; fi 
3657 else
3658    if test x${host_cpu} = xi686; then ARCH="${ARCH} ppro"; fi 
3659 fi
3660
3661
3662 # Check whether --enable-mmx or --disable-mmx was given.
3663 if test "${enable_mmx+set}" = set; then
3664   enableval="$enable_mmx"
3665    if test x$enableval = xyes; then ARCH="${ARCH} mmx";
3666   BUILTINS="${BUILTINS} ${ACCEL_MODULES}"; fi 
3667 else
3668    if test x${host_cpu} = xi686 -o x${host_cpu} = xi586 -o x${host_cpu} = xx86 -o x${host_cpu} = xi386; then ARCH="${ARCH} mmx";
3669   BUILTINS="${BUILTINS} ${ACCEL_MODULES}"; fi 
3670 fi
3671
3672
3673 # Check whether --enable-altivec or --disable-altivec was given.
3674 if test "${enable_altivec+set}" = set; then
3675   enableval="$enable_altivec"
3676    if test x$enableval = xyes; then ARCH="${ARCH} altivec"
3677     BUILTINS="${BUILTINS} idctaltivec"
3678     LIB_IDCTALTIVEC="-framework vecLib"
3679   fi 
3680 fi
3681
3682 #[ if test -d /System/Library/Frameworks/vecLib.framework; then ARCH="${ARCH} altivec"; PLUGINS="${PLUGINS} idctaltivec"; fi ])
3683
3684 DEBUG=0
3685 # Check whether --enable-debug or --disable-debug was given.
3686 if test "${enable_debug+set}" = set; then
3687   enableval="$enable_debug"
3688    if test x$enableval = xyes; then DEBUG=1; fi 
3689 fi
3690
3691
3692 STATS=0
3693 # Check whether --enable-stats or --disable-stats was given.
3694 if test "${enable_stats+set}" = set; then
3695   enableval="$enable_stats"
3696    if test x$enableval = xyes; then STATS=1; fi 
3697 fi
3698
3699
3700 TRACE=0
3701 # Check whether --enable-trace or --disable-trace was given.
3702 if test "${enable_trace+set}" = set; then
3703   enableval="$enable_trace"
3704    if test x$enableval = xyes; then TRACE=1; fi 
3705 fi
3706
3707
3708 PROFILING=0
3709 # Check whether --enable-profiling or --disable-profiling was given.
3710 if test "${enable_profiling+set}" = set; then
3711   enableval="$enable_profiling"
3712    if test x$enableval = xyes; then PROFILING=1; fi 
3713 fi
3714
3715
3716 # Check whether --enable-optimizations or --disable-optimizations was given.
3717 if test "${enable_optimizations+set}" = set; then
3718   enableval="$enable_optimizations"
3719    if test x$enableval = xno; then OPTIMS=0; fi 
3720 else
3721    OPTIMS=1 
3722 fi
3723
3724
3725 # Check whether --enable-pth or --disable-pth was given.
3726 if test "${enable_pth+set}" = set; then
3727   enableval="$enable_pth"
3728    if test x$enableval = xyes; then
3729     echo $ac_n "checking for pth_init in -lpth""... $ac_c" 1>&6
3730 echo "configure:3731: checking for pth_init in -lpth" >&5
3731 ac_lib_var=`echo pth'_'pth_init | sed 'y%./+-%__p_%'`
3732 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3733   echo $ac_n "(cached) $ac_c" 1>&6
3734 else
3735   ac_save_LIBS="$LIBS"
3736 LIBS="-lpth  $LIBS"
3737 cat > conftest.$ac_ext <<EOF
3738 #line 3739 "configure"
3739 #include "confdefs.h"
3740 /* Override any gcc2 internal prototype to avoid an error.  */
3741 /* We use char because int might match the return type of a gcc2
3742     builtin and then its argument prototype would still apply.  */
3743 char pth_init();
3744
3745 int main() {
3746 pth_init()
3747 ; return 0; }
3748 EOF
3749 if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3750   rm -rf conftest*
3751   eval "ac_cv_lib_$ac_lib_var=yes"
3752 else
3753   echo "configure: failed program was:" >&5
3754   cat conftest.$ac_ext >&5
3755   rm -rf conftest*
3756   eval "ac_cv_lib_$ac_lib_var=no"
3757 fi
3758 rm -f conftest*
3759 LIBS="$ac_save_LIBS"
3760
3761 fi
3762 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3763   echo "$ac_t""yes" 1>&6
3764     ac_tr_lib=HAVE_LIB`echo pth | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3765     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3766   cat >> confdefs.h <<EOF
3767 #define $ac_tr_lib 1
3768 EOF
3769
3770   LIBS="-lpth $LIBS"
3771
3772 else
3773   echo "$ac_t""no" 1>&6
3774 fi
3775
3776     cat > conftest.$ac_ext <<EOF
3777 #line 3778 "configure"
3778 #include "confdefs.h"
3779 #include <pth.h>
3780 EOF
3781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3782   egrep "pth_init" >/dev/null 2>&1; then
3783   rm -rf conftest*
3784   
3785       cat >> confdefs.h <<\EOF
3786 #define PTH_INIT_IN_PTH_H 1
3787 EOF
3788
3789     THREAD_LIB="-lpth"
3790     fi
3791 fi
3792 rm -f conftest*
3793
3794
3795 fi
3796
3797
3798 LIB="${LIB} ${THREAD_LIB}"
3799
3800 LOCAL_LIBDVDCSS=0
3801 STATIC_LIBDVDCSS=0
3802 DUMMY_LIBDVDCSS=0
3803 # Check whether --with-dvdcss or --without-dvdcss was given.
3804 if test "${with_dvdcss+set}" = set; then
3805   withval="$with_dvdcss"
3806    case "x${withval}" in
3807     xlocal-static|xyes)
3808       # local libdvdcss, statically linked
3809       if test x${CAN_BUILD_LIBDVDCSS} = x1
3810       then
3811         LOCAL_LIBDVDCSS=1
3812         STATIC_LIBDVDCSS=1
3813         BUILTINS="${BUILTINS} dvd"
3814         CFLAGS_DVD="${CFLAGS_DVD} -I../../extras/libdvdcss"
3815         LIB_DVD="${LIB_DVD} lib/libdvdcss.a ${LIB_LIBDVDCSS}"
3816         LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} ../../lib/libdvdcss.a ${LIB_LIBDVDCSS}"
3817       fi
3818     ;;
3819     xlocal-shared)
3820       # local libdvdcss, dynamically linked
3821       if test x${CAN_BUILD_LIBDVDCSS} = x1
3822       then
3823         LOCAL_LIBDVDCSS=1
3824         BUILTINS="${BUILTINS} dvd"
3825         CFLAGS_DVD="${CFLAGS_DVD} -I../../extras/libdvdcss"
3826         LIB_DVD="${LIB_DVD} -Llib -ldvdcss"
3827         LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} -L../../lib -ldvdcss"
3828       fi
3829     ;;
3830     xno)
3831       # don't use libdvdcss at all, build a DVD module that can dlopen() it
3832       DUMMY_LIBDVDCSS=1
3833       BUILTINS="${BUILTINS} dvd"
3834       OBJ_DVD="${OBJ_DVD} dummy_dvdcss.o"
3835       CFLAGS_DVD="${CFLAGS_DVD} -DGOD_DAMN_DMCA"
3836       CFLAGS_DVD="${CFLAGS_DVD} -DLIBDVDCSS_VERSION=\"${LIBDVDCSS_VERSION}\""
3837       LIB_DVD="${LIB_DVD} -ldl"
3838       LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} -ldl"
3839     ;;
3840     *)
3841       # existing libdvdcss
3842       BUILTINS="${BUILTINS} dvd"
3843       if test "x$withval" != "xyes"
3844       then
3845         LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} -L"$withval"/lib"
3846         CFLAGS_DVD="${CFLAGS_DVD} -I"$withval"/include"
3847       fi
3848       LIB_DVD="${LIB_DVD} -ldvdcss"
3849       LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} -ldvdcss"
3850     esac 
3851 else
3852   # user didn't decide, we choose to use local libdvdcss and link statically
3853   # if libdvdcss is in the archive, or to use the dummy replacement otherwise.
3854    if test x${CAN_BUILD_LIBDVDCSS} = x1
3855     then
3856       LOCAL_LIBDVDCSS=1
3857       STATIC_LIBDVDCSS=1
3858       BUILTINS="${BUILTINS} dvd"
3859       CFLAGS_DVD="${CFLAGS_DVD} -I../../extras/libdvdcss"
3860       LIB_DVD="${LIB_DVD} lib/libdvdcss.a ${LIB_LIBDVDCSS}"
3861       LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} ../../lib/libdvdcss.a ${LIB_LIBDVDCSS}"
3862     else
3863       # XXX: no check for libdl is done, don't try this at home !
3864       DUMMY_LIBDVDCSS=1
3865       BUILTINS="${BUILTINS} dvd"
3866       OBJ_DVD="${OBJ_DVD} dummy_dvdcss.o"
3867       CFLAGS_DVD="${CFLAGS_DVD} -DGOD_DAMN_DMCA"
3868       LIB_DVD="${LIB_DVD} -ldl"
3869       LIB_DVD_PLUGIN="${LIB_DVD_PLUGIN} -ldl"
3870     fi 
3871 fi
3872
3873
3874 # Check whether --enable-dummy or --disable-dummy was given.
3875 if test "${enable_dummy+set}" = set; then
3876   enableval="$enable_dummy"
3877   :
3878 fi
3879
3880
3881 if test x$enable_dummy != xno
3882 then
3883   BUILTINS="${BUILTINS} dummy"
3884 fi
3885
3886 # Check whether --enable-null or --disable-null was given.
3887 if test "${enable_null+set}" = set; then
3888   enableval="$enable_null"
3889   :
3890 fi
3891
3892
3893 if test x$enable_null != xno
3894 then
3895   BUILTINS="${BUILTINS} null"
3896 fi
3897
3898 # Check whether --enable-rc or --disable-rc was given.
3899 if test "${enable_rc+set}" = set; then
3900   enableval="$enable_rc"
3901   :
3902 fi
3903
3904
3905 if test x$enable_rc != xno
3906 then
3907   BUILTINS="${BUILTINS} rc"
3908 fi
3909
3910 if test x$SYS = xbeos
3911 then
3912     BUILTINS="${BUILTINS} beos"
3913     LIB_BEOS="-lbe -lgame -lroot -ltracker"
3914     PLCFLAGS="${PLCFLAGS} -nostart"
3915
3916 else
3917
3918 # Check whether --enable-dsp or --disable-dsp was given.
3919 if test "${enable_dsp+set}" = set; then
3920   enableval="$enable_dsp"
3921   :
3922 fi
3923
3924
3925 if test x$enable_dsp != xno
3926 then
3927   if test -c /dev/dsp
3928   then
3929     PLUGINS="${PLUGINS} dsp"
3930   fi
3931 fi
3932
3933 # Check whether --enable-esd or --disable-esd was given.
3934 if test "${enable_esd+set}" = set; then
3935   enableval="$enable_esd"
3936   if test x$enable_esd = xyes
3937    then
3938      # Extract the first word of "esd-config", so it can be a program name with args.
3939 set dummy esd-config; ac_word=$2
3940 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3941 echo "configure:3942: checking for $ac_word" >&5
3942 if eval "test \"`echo '$''{'ac_cv_path_ESD_CONFIG'+set}'`\" = set"; then
3943   echo $ac_n "(cached) $ac_c" 1>&6
3944 else
3945   case "$ESD_CONFIG" in
3946   /*)
3947   ac_cv_path_ESD_CONFIG="$ESD_CONFIG" # Let the user override the test with a path.
3948   ;;
3949   ?:/*)                  
3950   ac_cv_path_ESD_CONFIG="$ESD_CONFIG" # Let the user override the test with a dos path.
3951   ;;
3952   *)
3953   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3954   ac_dummy="$PATH"
3955   for ac_dir in $ac_dummy; do 
3956     test -z "$ac_dir" && ac_dir=.
3957     if test -f $ac_dir/$ac_word; then
3958       ac_cv_path_ESD_CONFIG="$ac_dir/$ac_word"
3959       break
3960     fi
3961   done
3962   IFS="$ac_save_ifs"
3963   test -z "$ac_cv_path_ESD_CONFIG" && ac_cv_path_ESD_CONFIG="no"
3964   ;;
3965 esac
3966 fi
3967 ESD_CONFIG="$ac_cv_path_ESD_CONFIG"
3968 if test -n "$ESD_CONFIG"; then
3969   echo "$ac_t""$ESD_CONFIG" 1>&6
3970 else
3971   echo "$ac_t""no" 1>&6
3972 fi
3973
3974      if test x${ESD_CONFIG} != xno
3975      then
3976        PLUGINS="${PLUGINS} esd"
3977        LIB_ESD="`${ESD_CONFIG} --libs`"
3978      fi
3979    fi
3980 fi
3981
3982
3983 # Check whether --enable-darwin or --disable-darwin was given.
3984 if test "${enable_darwin+set}" = set; then
3985   enableval="$enable_darwin"
3986   if test x$enable_darwin = xyes; then
3987      PLUGINS="${PLUGINS} darwin"
3988      LIB_DARWIN="-framework CoreAudio"
3989    fi
3990 fi
3991
3992
3993 # Check whether --enable-macosx or --disable-macosx was given.
3994 if test "${enable_macosx+set}" = set; then
3995   enableval="$enable_macosx"
3996   if test x$enable_macosx = xyes
3997    then
3998      BUILTINS="${BUILTINS} macosx"
3999      LIB_MACOSX="-framework CoreAudio -framework Carbon -framework AGL"
4000      LIB_TS="${LIB_TS} -framework AGL -framework Carbon"
4001      LIB_SDL="${LIB_SDL} -framework AGL -framework Carbon"
4002    fi
4003 else
4004   for ac_hdr in Carbon/Carbon.h
4005 do
4006 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4007 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4008 echo "configure:4009: checking for $ac_hdr" >&5
4009 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4010   echo $ac_n "(cached) $ac_c" 1>&6
4011 else
4012   cat > conftest.$ac_ext <<EOF
4013 #line 4014 "configure"
4014 #include "confdefs.h"
4015 #include <$ac_hdr>
4016 EOF
4017 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4018 { (eval echo configure:4019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4019 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4020 if test -z "$ac_err"; then
4021   rm -rf conftest*
4022   eval "ac_cv_header_$ac_safe=yes"
4023 else
4024   echo "$ac_err" >&5
4025   echo "configure: failed program was:" >&5
4026   cat conftest.$ac_ext >&5
4027   rm -rf conftest*
4028   eval "ac_cv_header_$ac_safe=no"
4029 fi
4030 rm -f conftest*
4031 fi
4032 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4033   echo "$ac_t""yes" 1>&6
4034     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4035   cat >> confdefs.h <<EOF
4036 #define $ac_tr_hdr 1
4037 EOF
4038  BUILTINS="${BUILTINS} macosx"
4039      LIB_MACOSX="-framework CoreAudio -framework Carbon -framework AGL"
4040      LIB_TS="${LIB_TS} -framework AGL -framework Carbon"
4041      LIB_SDL="${LIB_SDL} -framework AGL -framework Carbon"
4042    
4043 else
4044   echo "$ac_t""no" 1>&6
4045 fi
4046 done
4047
4048 fi
4049
4050
4051 # Check whether --enable-qnx or --disable-qnx was given.
4052 if test "${enable_qnx+set}" = set; then
4053   enableval="$enable_qnx"
4054   :
4055 fi
4056
4057     if test x$enable_qnx != xno
4058     then
4059       for ac_hdr in Ph.h
4060 do
4061 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4062 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4063 echo "configure:4064: checking for $ac_hdr" >&5
4064 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4065   echo $ac_n "(cached) $ac_c" 1>&6
4066 else
4067   cat > conftest.$ac_ext <<EOF
4068 #line 4069 "configure"
4069 #include "confdefs.h"
4070 #include <$ac_hdr>
4071 EOF
4072 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4073 { (eval echo configure:4074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4074 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4075 if test -z "$ac_err"; then
4076   rm -rf conftest*
4077   eval "ac_cv_header_$ac_safe=yes"
4078 else
4079   echo "$ac_err" >&5
4080   echo "configure: failed program was:" >&5
4081   cat conftest.$ac_ext >&5
4082   rm -rf conftest*
4083   eval "ac_cv_header_$ac_safe=no"
4084 fi
4085 rm -f conftest*
4086 fi
4087 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4088   echo "$ac_t""yes" 1>&6
4089     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4090   cat >> confdefs.h <<EOF
4091 #define $ac_tr_hdr 1
4092 EOF
4093  
4094         PLUGINS="${PLUGINS} qnx"
4095         LIB_QNX="-lasound -lph"
4096       
4097 else
4098   echo "$ac_t""no" 1>&6
4099 fi
4100 done
4101
4102     fi
4103
4104 # Check whether --enable-fb or --disable-fb was given.
4105 if test "${enable_fb+set}" = set; then
4106   enableval="$enable_fb"
4107    if test x$enable_fb = xyes
4108     then
4109       PLUGINS="${PLUGINS} fb"
4110     fi 
4111 fi
4112
4113
4114 # Check whether --with-ggi or --without-ggi was given.
4115 if test "${with_ggi+set}" = set; then
4116   withval="$with_ggi"
4117    if test "x$withval" != "xno"
4118     then
4119       PLUGINS="${PLUGINS} ggi"
4120       if test "x$withval" != "xyes"
4121       then
4122         LIB_GGI="-l"$withval
4123       else
4124         LIB_GGI="-lggi"
4125       fi
4126     fi 
4127 fi
4128
4129
4130 # Check whether --enable-sdl or --disable-sdl was given.
4131 if test "${enable_sdl+set}" = set; then
4132   enableval="$enable_sdl"
4133   :
4134 fi
4135
4136 if test "x$enable_sdl" != "xno"
4137 then
4138   # Extract the first word of "sdl12-config", so it can be a program name with args.
4139 set dummy sdl12-config; ac_word=$2
4140 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4141 echo "configure:4142: checking for $ac_word" >&5
4142 if eval "test \"`echo '$''{'ac_cv_path_SDL12_CONFIG'+set}'`\" = set"; then
4143   echo $ac_n "(cached) $ac_c" 1>&6
4144 else
4145   case "$SDL12_CONFIG" in
4146   /*)
4147   ac_cv_path_SDL12_CONFIG="$SDL12_CONFIG" # Let the user override the test with a path.
4148   ;;
4149   ?:/*)                  
4150   ac_cv_path_SDL12_CONFIG="$SDL12_CONFIG" # Let the user override the test with a dos path.
4151   ;;
4152   *)
4153   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4154   ac_dummy="$PATH"
4155   for ac_dir in $ac_dummy; do 
4156     test -z "$ac_dir" && ac_dir=.
4157     if test -f $ac_dir/$ac_word; then
4158       ac_cv_path_SDL12_CONFIG="$ac_dir/$ac_word"
4159       break
4160     fi
4161   done
4162   IFS="$ac_save_ifs"
4163   test -z "$ac_cv_path_SDL12_CONFIG" && ac_cv_path_SDL12_CONFIG="no"
4164   ;;
4165 esac
4166 fi
4167 SDL12_CONFIG="$ac_cv_path_SDL12_CONFIG"
4168 if test -n "$SDL12_CONFIG"; then
4169   echo "$ac_t""$SDL12_CONFIG" 1>&6
4170 else
4171   echo "$ac_t""no" 1>&6
4172 fi
4173
4174   SDL_CONFIG=${SDL12_CONFIG}
4175   SDL_HEADER="SDL12/SDL.h"
4176   if test x${SDL_CONFIG} = xno
4177   then
4178     # Extract the first word of "sdl11-config", so it can be a program name with args.
4179 set dummy sdl11-config; ac_word=$2
4180 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4181 echo "configure:4182: checking for $ac_word" >&5
4182 if eval "test \"`echo '$''{'ac_cv_path_SDL11_CONFIG'+set}'`\" = set"; then
4183   echo $ac_n "(cached) $ac_c" 1>&6
4184 else
4185   case "$SDL11_CONFIG" in
4186   /*)
4187   ac_cv_path_SDL11_CONFIG="$SDL11_CONFIG" # Let the user override the test with a path.
4188   ;;
4189   ?:/*)                  
4190   ac_cv_path_SDL11_CONFIG="$SDL11_CONFIG" # Let the user override the test with a dos path.
4191   ;;
4192   *)
4193   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4194   ac_dummy="$PATH"
4195   for ac_dir in $ac_dummy; do 
4196     test -z "$ac_dir" && ac_dir=.
4197     if test -f $ac_dir/$ac_word; then
4198       ac_cv_path_SDL11_CONFIG="$ac_dir/$ac_word"
4199       break
4200     fi
4201   done
4202   IFS="$ac_save_ifs"
4203   test -z "$ac_cv_path_SDL11_CONFIG" && ac_cv_path_SDL11_CONFIG="no"
4204   ;;
4205 esac
4206 fi
4207 SDL11_CONFIG="$ac_cv_path_SDL11_CONFIG"
4208 if test -n "$SDL11_CONFIG"; then
4209   echo "$ac_t""$SDL11_CONFIG" 1>&6
4210 else
4211   echo "$ac_t""no" 1>&6
4212 fi
4213
4214     SDL_CONFIG=${SDL11_CONFIG}
4215     SDL_HEADER="SDL11/SDL.h"
4216   fi
4217   if test x${SDL_CONFIG} = xno
4218   then
4219     # Extract the first word of "sdl-config", so it can be a program name with args.
4220 set dummy sdl-config; ac_word=$2
4221 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4222 echo "configure:4223: checking for $ac_word" >&5
4223 if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then
4224   echo $ac_n "(cached) $ac_c" 1>&6
4225 else
4226   case "$SDL_CONFIG" in
4227   /*)
4228   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
4229   ;;
4230   ?:/*)                  
4231   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a dos path.
4232   ;;
4233   *)
4234   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4235   ac_dummy="$PATH"
4236   for ac_dir in $ac_dummy; do 
4237     test -z "$ac_dir" && ac_dir=.
4238     if test -f $ac_dir/$ac_word; then
4239       ac_cv_path_SDL_CONFIG="$ac_dir/$ac_word"
4240       break
4241     fi
4242   done
4243   IFS="$ac_save_ifs"
4244   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
4245   ;;
4246 esac
4247 fi
4248 SDL_CONFIG="$ac_cv_path_SDL_CONFIG"
4249 if test -n "$SDL_CONFIG"; then
4250   echo "$ac_t""$SDL_CONFIG" 1>&6
4251 else
4252   echo "$ac_t""no" 1>&6
4253 fi
4254
4255     SDL_HEADER="SDL/SDL.h"
4256   fi
4257   if test x${SDL_CONFIG} != xno
4258   then
4259     PLUGINS="${PLUGINS} sdl"
4260     CFLAGS_SDL="`${SDL_CONFIG} --cflags`"
4261     LIB_SDL="`${SDL_CONFIG} --libs | sed 's,-rdynamic,,'`"
4262     save_CFLAGS=$CFLAGS
4263     CFLAGS="$CFLAGS $CFLAGS_SDL"
4264     for ac_hdr in ${SDL_HEADER}
4265 do
4266 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4267 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4268 echo "configure:4269: checking for $ac_hdr" >&5
4269 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4270   echo $ac_n "(cached) $ac_c" 1>&6
4271 else
4272   cat > conftest.$ac_ext <<EOF
4273 #line 4274 "configure"
4274 #include "confdefs.h"
4275 #include <$ac_hdr>
4276 EOF
4277 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4278 { (eval echo configure:4279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4279 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4280 if test -z "$ac_err"; then
4281   rm -rf conftest*
4282   eval "ac_cv_header_$ac_safe=yes"
4283 else
4284   echo "$ac_err" >&5
4285   echo "configure: failed program was:" >&5
4286   cat conftest.$ac_ext >&5
4287   rm -rf conftest*
4288   eval "ac_cv_header_$ac_safe=no"
4289 fi
4290 rm -f conftest*
4291 fi
4292 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4293   echo "$ac_t""yes" 1>&6
4294     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4295   cat >> confdefs.h <<EOF
4296 #define $ac_tr_hdr 1
4297 EOF
4298  cat >> confdefs.h <<EOF
4299 #define SDL_INCLUDE_FILE <${SDL_HEADER}>
4300 EOF
4301
4302 else
4303   echo "$ac_t""no" 1>&6
4304 echo "The development package for SDL is not installed. Please install it"
4305         echo "and try again. Alternatively you can also configure with --disable-sdl."
4306         exit 1 
4307 fi
4308 done
4309
4310     CFLAGS=$save_CFLAGS
4311     if expr 1.1.5 \> `$SDL_CONFIG --version` >/dev/null
4312     then
4313       echo "You need SDL version 1.1.5 or later. Install it and try again."
4314       echo "Alternatively, you can also configure with --disable-sdl."
4315       exit 1
4316     fi
4317   elif test "x$enable_sdl" =  "xyes"
4318   then
4319     echo "I couldn't find the SDL package. You can download libSDL from"
4320     echo "http://www.libsdl.org/, or configure with --disable-sdl. Have a"
4321     echo "nice day."
4322     exit 1
4323   fi
4324 fi
4325
4326 # Check whether --with-directx or --without-directx was given.
4327 if test "${with_directx+set}" = set; then
4328   withval="$with_directx"
4329    if test "x$withval" != "xno"
4330     then
4331       PLUGINS="${PLUGINS} directx"
4332       if test "x$withval" != "xyes"
4333       then
4334         LIB_DIRECTX="${LIB_DIRECTX} -L"$withval"/lib -lgdi32 -ldxguid"
4335         INCLUDE="${INCLUDE} -I"$withval"/include"
4336       else
4337         for ac_hdr in directx.h
4338 do
4339 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4340 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4341 echo "configure:4342: checking for $ac_hdr" >&5
4342 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4343   echo $ac_n "(cached) $ac_c" 1>&6
4344 else
4345   cat > conftest.$ac_ext <<EOF
4346 #line 4347 "configure"
4347 #include "confdefs.h"
4348 #include <$ac_hdr>
4349 EOF
4350 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4351 { (eval echo configure:4352: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4352 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4353 if test -z "$ac_err"; then
4354   rm -rf conftest*
4355   eval "ac_cv_header_$ac_safe=yes"
4356 else
4357   echo "$ac_err" >&5
4358   echo "configure: failed program was:" >&5
4359   cat conftest.$ac_ext >&5
4360   rm -rf conftest*
4361   eval "ac_cv_header_$ac_safe=no"
4362 fi
4363 rm -f conftest*
4364 fi
4365 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4366   echo "$ac_t""yes" 1>&6
4367     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4368   cat >> confdefs.h <<EOF
4369 #define $ac_tr_hdr 1
4370 EOF
4371  
4372 else
4373   echo "$ac_t""no" 1>&6
4374 echo "Cannot find DirectX headers !"; exit
4375 fi
4376 done
4377
4378         LIB_DIRECTX="${LIB_DIRECTX} -L/usr/lib -lgdi32 -ldxguid"
4379       fi
4380     fi 
4381 fi
4382
4383     if test "x$withval" = "x"
4384     then
4385       for ac_hdr in directx.h
4386 do
4387 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4388 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4389 echo "configure:4390: checking for $ac_hdr" >&5
4390 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4391   echo $ac_n "(cached) $ac_c" 1>&6
4392 else
4393   cat > conftest.$ac_ext <<EOF
4394 #line 4395 "configure"
4395 #include "confdefs.h"
4396 #include <$ac_hdr>
4397 EOF
4398 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4399 { (eval echo configure:4400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4400 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4401 if test -z "$ac_err"; then
4402   rm -rf conftest*
4403   eval "ac_cv_header_$ac_safe=yes"
4404 else
4405   echo "$ac_err" >&5
4406   echo "configure: failed program was:" >&5
4407   cat conftest.$ac_ext >&5
4408   rm -rf conftest*
4409   eval "ac_cv_header_$ac_safe=no"
4410 fi
4411 rm -f conftest*
4412 fi
4413 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4414   echo "$ac_t""yes" 1>&6
4415     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4416   cat >> confdefs.h <<EOF
4417 #define $ac_tr_hdr 1
4418 EOF
4419  PLUGINS="${PLUGINS} directx"
4420        LIB_DIRECTX="${LIB_DIRECTX} -L/usr/lib -lgdi32 -ldxguid"
4421 else
4422   echo "$ac_t""no" 1>&6
4423 fi
4424 done
4425
4426     fi
4427
4428 # Check whether --with-glide or --without-glide was given.
4429 if test "${with_glide+set}" = set; then
4430   withval="$with_glide"
4431    if test "x$withval" != "xno"
4432     then
4433       PLUGINS="${PLUGINS} glide"
4434       if test "x$withval" != "xyes"
4435       then
4436         LIB_GLIDE="-l"$withval" -lm"
4437       else
4438         LIB_GLIDE="-lglide2x -lm"
4439       fi
4440     fi 
4441 fi
4442
4443
4444 # Check whether --enable-ncurses or --disable-ncurses was given.
4445 if test "${enable_ncurses+set}" = set; then
4446   enableval="$enable_ncurses"
4447   if test x$enable_ncurses = xyes; then
4448      PLUGINS="${PLUGINS} ncurses"
4449      LIB_NCURSES="-lncurses"
4450    fi
4451 fi
4452
4453
4454 # Check whether --enable-qt or --disable-qt was given.
4455 if test "${enable_qt+set}" = set; then
4456   enableval="$enable_qt"
4457   if test x$enable_qt = xyes; then
4458      PLUGINS="${PLUGINS} qt"
4459      ALIASES="${ALIASES} qvlc"
4460      LIB_QT="-lqt -L${QTDIR}/lib"
4461      if test -x ${QTDIR}/bin/moc
4462      then
4463        MOC=${QTDIR}/bin/moc
4464      else
4465        MOC=moc
4466      fi
4467    fi
4468 fi
4469
4470
4471 # Check whether --enable-kde or --disable-kde was given.
4472 if test "${enable_kde+set}" = set; then
4473   enableval="$enable_kde"
4474   if test x$enable_kde = xyes; then
4475      PLUGINS="${PLUGINS} kde"
4476      ALIASES="${ALIASES} kvlc"
4477      LIB_KDE="-L${KDEDIR}/lib -lkfile"
4478      if test -x ${QTDIR}/bin/moc
4479      then
4480        MOC=${QTDIR}/bin/moc
4481      else
4482        MOC=moc
4483      fi
4484    fi
4485 fi
4486
4487
4488 # Check whether --enable-gnome or --disable-gnome was given.
4489 if test "${enable_gnome+set}" = set; then
4490   enableval="$enable_gnome"
4491   if test x$enable_gnome = xyes; then
4492      PLUGINS="${PLUGINS} gnome"
4493      ALIASES="${ALIASES} gnome-vlc"
4494      LIB_GNOME="`gnome-config --libs gnomeui | sed 's,-rdynamic,,'`"
4495    fi
4496 fi
4497
4498
4499 # Check whether --enable-gtk or --disable-gtk was given.
4500 if test "${enable_gtk+set}" = set; then
4501   enableval="$enable_gtk"
4502   :
4503 fi
4504
4505 if test x$enable_gtk != xno
4506 then
4507   # look for gtk-config
4508   # Extract the first word of "gtk-config", so it can be a program name with args.
4509 set dummy gtk-config; ac_word=$2
4510 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4511 echo "configure:4512: checking for $ac_word" >&5
4512 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
4513   echo $ac_n "(cached) $ac_c" 1>&6
4514 else
4515   case "$GTK_CONFIG" in
4516   /*)
4517   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
4518   ;;
4519   ?:/*)                  
4520   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
4521   ;;
4522   *)
4523   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4524   ac_dummy="$PATH"
4525   for ac_dir in $ac_dummy; do 
4526     test -z "$ac_dir" && ac_dir=.
4527     if test -f $ac_dir/$ac_word; then
4528       ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
4529       break
4530     fi
4531   done
4532   IFS="$ac_save_ifs"
4533   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
4534   ;;
4535 esac
4536 fi
4537 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
4538 if test -n "$GTK_CONFIG"; then
4539   echo "$ac_t""$GTK_CONFIG" 1>&6
4540 else
4541   echo "$ac_t""no" 1>&6
4542 fi
4543
4544   if test -x ${GTK_CONFIG}
4545   then
4546     CFLAGS_GTK="`${GTK_CONFIG} --cflags gtk`"
4547     LIB_GTK="`${GTK_CONFIG} --libs gtk | sed 's,-rdynamic,,'`"
4548   fi
4549   # now look for the gtk.h header
4550   saved_CPPFLAGS=$CPPFLAGS
4551   CPPFLAGS="$CPPFLAGS $CFLAGS_GTK"
4552   for ac_hdr in gtk/gtk.h
4553 do
4554 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4555 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4556 echo "configure:4557: checking for $ac_hdr" >&5
4557 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4558   echo $ac_n "(cached) $ac_c" 1>&6
4559 else
4560   cat > conftest.$ac_ext <<EOF
4561 #line 4562 "configure"
4562 #include "confdefs.h"
4563 #include <$ac_hdr>
4564 EOF
4565 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4566 { (eval echo configure:4567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4567 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4568 if test -z "$ac_err"; then
4569   rm -rf conftest*
4570   eval "ac_cv_header_$ac_safe=yes"
4571 else
4572   echo "$ac_err" >&5
4573   echo "configure: failed program was:" >&5
4574   cat conftest.$ac_ext >&5
4575   rm -rf conftest*
4576   eval "ac_cv_header_$ac_safe=no"
4577 fi
4578 rm -f conftest*
4579 fi
4580 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4581   echo "$ac_t""yes" 1>&6
4582     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4583   cat >> confdefs.h <<EOF
4584 #define $ac_tr_hdr 1
4585 EOF
4586  
4587     PLUGINS="${PLUGINS} gtk"
4588     ALIASES="${ALIASES} gvlc"
4589   
4590 else
4591   echo "$ac_t""no" 1>&6
4592 fi
4593 done
4594
4595   CPPFLAGS=$saved_CPPFLAGS
4596 fi
4597
4598 # Check whether --enable-x11 or --disable-x11 was given.
4599 if test "${enable_x11+set}" = set; then
4600   enableval="$enable_x11"
4601   :
4602 fi
4603
4604 if test x$enable_x11 != xno; then
4605   if test x$x_includes = xNONE; then
4606     x_includes=/usr/X11R6/include
4607   fi
4608   if test x$x_libraries = xNONE; then
4609     x_libraries=/usr/X11R6/lib
4610   fi
4611   saved_CPPFLAGS=$CPPFLAGS
4612   CPPFLAGS="$CPPFLAGS -I$x_includes"
4613   for ac_hdr in X11/Xlib.h
4614 do
4615 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4616 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4617 echo "configure:4618: checking for $ac_hdr" >&5
4618 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4619   echo $ac_n "(cached) $ac_c" 1>&6
4620 else
4621   cat > conftest.$ac_ext <<EOF
4622 #line 4623 "configure"
4623 #include "confdefs.h"
4624 #include <$ac_hdr>
4625 EOF
4626 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4627 { (eval echo configure:4628: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4628 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4629 if test -z "$ac_err"; then
4630   rm -rf conftest*
4631   eval "ac_cv_header_$ac_safe=yes"
4632 else
4633   echo "$ac_err" >&5
4634   echo "configure: failed program was:" >&5
4635   cat conftest.$ac_ext >&5
4636   rm -rf conftest*
4637   eval "ac_cv_header_$ac_safe=no"
4638 fi
4639 rm -f conftest*
4640 fi
4641 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4642   echo "$ac_t""yes" 1>&6
4643     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4644   cat >> confdefs.h <<EOF
4645 #define $ac_tr_hdr 1
4646 EOF
4647  
4648     PLUGINS="${PLUGINS} x11"
4649     LIB_X11="-L$x_libraries -lX11 -lXext"
4650     CFLAGS_X11="-I$x_includes"
4651   
4652   CPPFLAGS=$saved_CPPFLAGS
4653 else
4654   echo "$ac_t""no" 1>&6
4655 fi
4656 done
4657
4658 fi
4659
4660 # Check whether --enable-xvideo or --disable-xvideo was given.
4661 if test "${enable_xvideo+set}" = set; then
4662   enableval="$enable_xvideo"
4663   :
4664 fi
4665
4666 if test x$enable_xvideo != xno; then
4667   if test x$x_includes = xNONE; then
4668     x_includes=/usr/X11R6/include
4669   fi
4670   if test x$x_libraries = xNONE; then
4671     x_libraries=/usr/X11R6/lib
4672   fi
4673   saved_CPPFLAGS=$CPPFLAGS
4674   CPPFLAGS="$CPPFLAGS -I$x_includes"
4675   for ac_hdr in X11/extensions/Xv.h
4676 do
4677 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4678 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4679 echo "configure:4680: checking for $ac_hdr" >&5
4680 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4681   echo $ac_n "(cached) $ac_c" 1>&6
4682 else
4683   cat > conftest.$ac_ext <<EOF
4684 #line 4685 "configure"
4685 #include "confdefs.h"
4686 #include <$ac_hdr>
4687 EOF
4688 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4689 { (eval echo configure:4690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4690 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4691 if test -z "$ac_err"; then
4692   rm -rf conftest*
4693   eval "ac_cv_header_$ac_safe=yes"
4694 else
4695   echo "$ac_err" >&5
4696   echo "configure: failed program was:" >&5
4697   cat conftest.$ac_ext >&5
4698   rm -rf conftest*
4699   eval "ac_cv_header_$ac_safe=no"
4700 fi
4701 rm -f conftest*
4702 fi
4703 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4704   echo "$ac_t""yes" 1>&6
4705     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4706   cat >> confdefs.h <<EOF
4707 #define $ac_tr_hdr 1
4708 EOF
4709  
4710     PLUGINS="${PLUGINS} xvideo"
4711     LIB_XVIDEO="-L$x_libraries -lX11 -lXext -lXv"
4712     CFLAGS_X11="-I$x_includes"
4713   
4714   CPPFLAGS=$saved_CPPFLAGS
4715 else
4716   echo "$ac_t""no" 1>&6
4717 fi
4718 done
4719
4720 fi
4721
4722 # Check whether --enable-alsa or --disable-alsa was given.
4723 if test "${enable_alsa+set}" = set; then
4724   enableval="$enable_alsa"
4725   if test x$enable_alsa = xyes
4726    then
4727      ac_safe=`echo "sys/asoundlib.h" | sed 'y%./+-%__p_%'`
4728 echo $ac_n "checking for sys/asoundlib.h""... $ac_c" 1>&6
4729 echo "configure:4730: checking for sys/asoundlib.h" >&5
4730 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4731   echo $ac_n "(cached) $ac_c" 1>&6
4732 else
4733   cat > conftest.$ac_ext <<EOF
4734 #line 4735 "configure"
4735 #include "confdefs.h"
4736 #include <sys/asoundlib.h>
4737 EOF
4738 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4739 { (eval echo configure:4740: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4740 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4741 if test -z "$ac_err"; then
4742   rm -rf conftest*
4743   eval "ac_cv_header_$ac_safe=yes"
4744 else
4745   echo "$ac_err" >&5
4746   echo "configure: failed program was:" >&5
4747   cat conftest.$ac_ext >&5
4748   rm -rf conftest*
4749   eval "ac_cv_header_$ac_safe=no"
4750 fi
4751 rm -f conftest*
4752 fi
4753 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4754   echo "$ac_t""yes" 1>&6
4755   echo $ac_n "checking for main in -lasound""... $ac_c" 1>&6
4756 echo "configure:4757: checking for main in -lasound" >&5
4757 ac_lib_var=`echo asound'_'main | sed 'y%./+-%__p_%'`
4758 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4759   echo $ac_n "(cached) $ac_c" 1>&6
4760 else
4761   ac_save_LIBS="$LIBS"
4762 LIBS="-lasound  $LIBS"
4763 cat > conftest.$ac_ext <<EOF
4764 #line 4765 "configure"
4765 #include "confdefs.h"
4766
4767 int main() {
4768 main()
4769 ; return 0; }
4770 EOF
4771 if { (eval echo configure:4772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4772   rm -rf conftest*
4773   eval "ac_cv_lib_$ac_lib_var=yes"
4774 else
4775   echo "configure: failed program was:" >&5
4776   cat conftest.$ac_ext >&5
4777   rm -rf conftest*
4778   eval "ac_cv_lib_$ac_lib_var=no"
4779 fi
4780 rm -f conftest*
4781 LIBS="$ac_save_LIBS"
4782
4783 fi
4784 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4785   echo "$ac_t""yes" 1>&6
4786   have_alsa="true"
4787 else
4788   echo "$ac_t""no" 1>&6
4789 have_alsa="false"
4790 fi
4791
4792 else
4793   echo "$ac_t""no" 1>&6
4794 have_alsa="false"
4795 fi
4796
4797      if test x$have_alsa = xtrue
4798      then
4799        PLUGINS="${PLUGINS} alsa"
4800        LIB_ALSA="-lasound"
4801      fi
4802    fi
4803 fi
4804
4805
4806 fi
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864 trap '' 1 2 15
4865 cat > confcache <<\EOF
4866 # This file is a shell script that caches the results of configure
4867 # tests run on this system so they can be shared between configure
4868 # scripts and configure runs.  It is not useful on other systems.
4869 # If it contains results you don't want to keep, you may remove or edit it.
4870 #
4871 # By default, configure uses ./config.cache as the cache file,
4872 # creating it if it does not exist already.  You can give configure
4873 # the --cache-file=FILE option to use a different cache file; that is
4874 # what configure does when it calls configure scripts in
4875 # subdirectories, so they share the cache.
4876 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4877 # config.status only pays attention to the cache file if you give it the
4878 # --recheck option to rerun configure.
4879 #
4880 EOF
4881 # The following way of writing the cache mishandles newlines in values,
4882 # but we know of no workaround that is simple, portable, and efficient.
4883 # So, don't put newlines in cache variables' values.
4884 # Ultrix sh set writes to stderr and can't be redirected directly,
4885 # and sets the high bit in the cache file unless we assign to the vars.
4886 (set) 2>&1 |
4887   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4888   *ac_space=\ *)
4889     # `set' does not quote correctly, so add quotes (double-quote substitution
4890     # turns \\\\ into \\, and sed turns \\ into \).
4891     sed -n \
4892       -e "s/'/'\\\\''/g" \
4893       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4894     ;;
4895   *)
4896     # `set' quotes correctly as required by POSIX, so do not add quotes.
4897     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4898     ;;
4899   esac >> confcache
4900 if cmp -s $cache_file confcache; then
4901   :
4902 else
4903   if test -w $cache_file; then
4904     echo "updating cache $cache_file"
4905     cat confcache > $cache_file
4906   else
4907     echo "not updating unwritable cache $cache_file"
4908   fi
4909 fi
4910 rm -f confcache
4911
4912 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4913
4914 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4915 # Let make expand exec_prefix.
4916 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4917
4918 # Any assignment to VPATH causes Sun make to only execute
4919 # the first set of double-colon rules, so remove it if not needed.
4920 # If there is a colon in the path, we need to keep it.
4921 if test "x$srcdir" = x.; then
4922   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
4923 fi
4924
4925 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4926
4927 DEFS=-DHAVE_CONFIG_H
4928
4929 # Without the "./", some shells look in PATH for config.status.
4930 : ${CONFIG_STATUS=./config.status}
4931
4932 echo creating $CONFIG_STATUS
4933 rm -f $CONFIG_STATUS
4934 cat > $CONFIG_STATUS <<EOF
4935 #! /bin/sh
4936 # Generated automatically by configure.
4937 # Run this file to recreate the current configuration.
4938 # This directory was configured as follows,
4939 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4940 #
4941 # $0 $ac_configure_args
4942 #
4943 # Compiler output produced by configure, useful for debugging
4944 # configure, is in ./config.log if it exists.
4945
4946 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4947 for ac_option
4948 do
4949   case "\$ac_option" in
4950   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4951     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4952     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4953   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4954     echo "$CONFIG_STATUS generated by autoconf version 2.13"
4955     exit 0 ;;
4956   -help | --help | --hel | --he | --h)
4957     echo "\$ac_cs_usage"; exit 0 ;;
4958   *) echo "\$ac_cs_usage"; exit 1 ;;
4959   esac
4960 done
4961
4962 ac_given_srcdir=$srcdir
4963 ac_given_INSTALL="$INSTALL"
4964
4965 trap 'rm -fr `echo "Makefile.opts include/config.h include/defs.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4966 EOF
4967 cat >> $CONFIG_STATUS <<EOF
4968
4969 # Protect against being on the right side of a sed subst in config.status.
4970 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4971  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4972 $ac_vpsub
4973 $extrasub
4974 s%@SHELL@%$SHELL%g
4975 s%@CFLAGS@%$CFLAGS%g
4976 s%@CPPFLAGS@%$CPPFLAGS%g
4977 s%@CXXFLAGS@%$CXXFLAGS%g
4978 s%@FFLAGS@%$FFLAGS%g
4979 s%@DEFS@%$DEFS%g
4980 s%@LDFLAGS@%$LDFLAGS%g
4981 s%@LIBS@%$LIBS%g
4982 s%@exec_prefix@%$exec_prefix%g
4983 s%@prefix@%$prefix%g
4984 s%@program_transform_name@%$program_transform_name%g
4985 s%@bindir@%$bindir%g
4986 s%@sbindir@%$sbindir%g
4987 s%@libexecdir@%$libexecdir%g
4988 s%@datadir@%$datadir%g
4989 s%@sysconfdir@%$sysconfdir%g
4990 s%@sharedstatedir@%$sharedstatedir%g
4991 s%@localstatedir@%$localstatedir%g
4992 s%@libdir@%$libdir%g
4993 s%@includedir@%$includedir%g
4994 s%@oldincludedir@%$oldincludedir%g
4995 s%@infodir@%$infodir%g
4996 s%@mandir@%$mandir%g
4997 s%@host@%$host%g
4998 s%@host_alias@%$host_alias%g
4999 s%@host_cpu@%$host_cpu%g
5000 s%@host_vendor@%$host_vendor%g
5001 s%@host_os@%$host_os%g
5002 s%@VLC_VERSION@%$VLC_VERSION%g
5003 s%@VLC_CODENAME@%$VLC_CODENAME%g
5004 s%@LIBDVDCSS_VERSION@%$LIBDVDCSS_VERSION%g
5005 s%@SET_MAKE@%$SET_MAKE%g
5006 s%@CC@%$CC%g
5007 s%@CPP@%$CPP%g
5008 s%@RANLIB@%$RANLIB%g
5009 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5010 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
5011 s%@INSTALL_DATA@%$INSTALL_DATA%g
5012 s%@ESD_CONFIG@%$ESD_CONFIG%g
5013 s%@SDL12_CONFIG@%$SDL12_CONFIG%g
5014 s%@SDL11_CONFIG@%$SDL11_CONFIG%g
5015 s%@SDL_CONFIG@%$SDL_CONFIG%g
5016 s%@GTK_CONFIG@%$GTK_CONFIG%g
5017 s%@SYS@%$SYS%g
5018 s%@ARCH@%$ARCH%g
5019 s%@PLUGINS@%$PLUGINS%g
5020 s%@BUILTINS@%$BUILTINS%g
5021 s%@ALIASES@%$ALIASES%g
5022 s%@DEFINE@%$DEFINE%g
5023 s%@INCLUDE@%$INCLUDE%g
5024 s%@DEBUG@%$DEBUG%g
5025 s%@STATS@%$STATS%g
5026 s%@ASM@%$ASM%g
5027 s%@TRACE@%$TRACE%g
5028 s%@PROFILING@%$PROFILING%g
5029 s%@OPTIMS@%$OPTIMS%g
5030 s%@GETOPT@%$GETOPT%g
5031 s%@MOC@%$MOC%g
5032 s%@WINDRES@%$WINDRES%g
5033 s%@LCFLAGS@%$LCFLAGS%g
5034 s%@PLCFLAGS@%$PLCFLAGS%g
5035 s%@SOFLAGS@%$SOFLAGS%g
5036 s%@LIB@%$LIB%g
5037 s%@LIB_ALSA@%$LIB_ALSA%g
5038 s%@LIB_BEOS@%$LIB_BEOS%g
5039 s%@LIB_DARWIN@%$LIB_DARWIN%g
5040 s%@LIB_DVD@%$LIB_DVD%g
5041 s%@LIB_DVD_PLUGIN@%$LIB_DVD_PLUGIN%g
5042 s%@LIB_ESD@%$LIB_ESD%g
5043 s%@LIB_GGI@%$LIB_GGI%g
5044 s%@LIB_GLIDE@%$LIB_GLIDE%g
5045 s%@LIB_GNOME@%$LIB_GNOME%g
5046 s%@LIB_GTK@%$LIB_GTK%g
5047 s%@LIB_IDCTALTIVEC@%$LIB_IDCTALTIVEC%g
5048 s%@LIB_LIBDVDCSS@%$LIB_LIBDVDCSS%g
5049 s%@LIB_KDE@%$LIB_KDE%g
5050 s%@LIB_MACOSX@%$LIB_MACOSX%g
5051 s%@LIB_QNX@%$LIB_QNX%g
5052 s%@LIB_NCURSES@%$LIB_NCURSES%g
5053 s%@LIB_QT@%$LIB_QT%g
5054 s%@LIB_TS@%$LIB_TS%g
5055 s%@LIB_SDL@%$LIB_SDL%g
5056 s%@LIB_DIRECTX@%$LIB_DIRECTX%g
5057 s%@LIB_X11@%$LIB_X11%g
5058 s%@LIB_XVIDEO@%$LIB_XVIDEO%g
5059 s%@LIB_YUV@%$LIB_YUV%g
5060 s%@CFLAGS_VLC@%$CFLAGS_VLC%g
5061 s%@CFLAGS_DVD@%$CFLAGS_DVD%g
5062 s%@CFLAGS_GTK@%$CFLAGS_GTK%g
5063 s%@CFLAGS_SDL@%$CFLAGS_SDL%g
5064 s%@CFLAGS_X11@%$CFLAGS_X11%g
5065 s%@OBJ_DVD@%$OBJ_DVD%g
5066 s%@LOCAL_LIBDVDCSS@%$LOCAL_LIBDVDCSS%g
5067
5068 CEOF
5069 EOF
5070
5071 cat >> $CONFIG_STATUS <<\EOF
5072
5073 # Split the substitutions into bite-sized pieces for seds with
5074 # small command number limits, like on Digital OSF/1 and HP-UX.
5075 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
5076 ac_file=1 # Number of current file.
5077 ac_beg=1 # First line for current file.
5078 ac_end=$ac_max_sed_cmds # Line after last line for current file.
5079 ac_more_lines=:
5080 ac_sed_cmds=""
5081 while $ac_more_lines; do
5082   if test $ac_beg -gt 1; then
5083     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
5084   else
5085     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5086   fi
5087   if test ! -s conftest.s$ac_file; then
5088     ac_more_lines=false
5089     rm -f conftest.s$ac_file
5090   else
5091     if test -z "$ac_sed_cmds"; then
5092       ac_sed_cmds="sed -f conftest.s$ac_file"
5093     else
5094       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
5095     fi
5096     ac_file=`expr $ac_file + 1`
5097     ac_beg=$ac_end
5098     ac_end=`expr $ac_end + $ac_max_sed_cmds`
5099   fi
5100 done
5101 if test -z "$ac_sed_cmds"; then
5102   ac_sed_cmds=cat
5103 fi
5104 EOF
5105
5106 cat >> $CONFIG_STATUS <<EOF
5107
5108 CONFIG_FILES=\${CONFIG_FILES-"Makefile.opts include/config.h"}
5109 EOF
5110 cat >> $CONFIG_STATUS <<\EOF
5111 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
5112   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5113   case "$ac_file" in
5114   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5115        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5116   *) ac_file_in="${ac_file}.in" ;;
5117   esac
5118
5119   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5120
5121   # Remove last slash and all that follows it.  Not all systems have dirname.
5122   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5123   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5124     # The file is in a subdirectory.
5125     test ! -d "$ac_dir" && mkdir "$ac_dir"
5126     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
5127     # A "../" for each directory in $ac_dir_suffix.
5128     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5129   else
5130     ac_dir_suffix= ac_dots=
5131   fi
5132
5133   case "$ac_given_srcdir" in
5134   .)  srcdir=.
5135       if test -z "$ac_dots"; then top_srcdir=.
5136       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5137   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
5138   *) # Relative path.
5139     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5140     top_srcdir="$ac_dots$ac_given_srcdir" ;;
5141   esac
5142
5143   case "$ac_given_INSTALL" in
5144   [/$]*) INSTALL="$ac_given_INSTALL" ;;
5145   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5146   esac
5147
5148   echo creating "$ac_file"
5149   rm -f "$ac_file"
5150   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5151   case "$ac_file" in
5152   *Makefile*) ac_comsub="1i\\
5153 # $configure_input" ;;
5154   *) ac_comsub= ;;
5155   esac
5156
5157   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5158   sed -e "$ac_comsub
5159 s%@configure_input@%$configure_input%g
5160 s%@srcdir@%$srcdir%g
5161 s%@top_srcdir@%$top_srcdir%g
5162 s%@INSTALL@%$INSTALL%g
5163 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
5164 fi; done
5165 rm -f conftest.s*
5166
5167 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5168 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5169 #
5170 # ac_d sets the value in "#define NAME VALUE" lines.
5171 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
5172 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
5173 ac_dC='\3'
5174 ac_dD='%g'
5175 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
5176 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
5177 ac_uB='\([      ]\)%\1#\2define\3'
5178 ac_uC=' '
5179 ac_uD='\4%g'
5180 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5181 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
5182 ac_eB='$%\1#\2define\3'
5183 ac_eC=' '
5184 ac_eD='%g'
5185
5186 if test "${CONFIG_HEADERS+set}" != set; then
5187 EOF
5188 cat >> $CONFIG_STATUS <<EOF
5189   CONFIG_HEADERS="include/defs.h"
5190 EOF
5191 cat >> $CONFIG_STATUS <<\EOF
5192 fi
5193 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
5194   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5195   case "$ac_file" in
5196   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5197        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5198   *) ac_file_in="${ac_file}.in" ;;
5199   esac
5200
5201   echo creating $ac_file
5202
5203   rm -f conftest.frag conftest.in conftest.out
5204   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5205   cat $ac_file_inputs > conftest.in
5206
5207 EOF
5208
5209 # Transform confdefs.h into a sed script conftest.vals that substitutes
5210 # the proper values into config.h.in to produce config.h.  And first:
5211 # Protect against being on the right side of a sed subst in config.status.
5212 # Protect against being in an unquoted here document in config.status.
5213 rm -f conftest.vals
5214 cat > conftest.hdr <<\EOF
5215 s/[\\&%]/\\&/g
5216 s%[\\$`]%\\&%g
5217 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
5218 s%ac_d%ac_u%gp
5219 s%ac_u%ac_e%gp
5220 EOF
5221 sed -n -f conftest.hdr confdefs.h > conftest.vals
5222 rm -f conftest.hdr
5223
5224 # This sed command replaces #undef with comments.  This is necessary, for
5225 # example, in the case of _POSIX_SOURCE, which is predefined and required
5226 # on some systems where configure will not decide to define it.
5227 cat >> conftest.vals <<\EOF
5228 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
5229 EOF
5230
5231 # Break up conftest.vals because some shells have a limit on
5232 # the size of here documents, and old seds have small limits too.
5233
5234 rm -f conftest.tail
5235 while :
5236 do
5237   ac_lines=`grep -c . conftest.vals`
5238   # grep -c gives empty output for an empty file on some AIX systems.
5239   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
5240   # Write a limited-size here document to conftest.frag.
5241   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
5242   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
5243   echo 'CEOF
5244   sed -f conftest.frag conftest.in > conftest.out
5245   rm -f conftest.in
5246   mv conftest.out conftest.in
5247 ' >> $CONFIG_STATUS
5248   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
5249   rm -f conftest.vals
5250   mv conftest.tail conftest.vals
5251 done
5252 rm -f conftest.vals
5253
5254 cat >> $CONFIG_STATUS <<\EOF
5255   rm -f conftest.frag conftest.h
5256   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
5257   cat conftest.in >> conftest.h
5258   rm -f conftest.in
5259   if cmp -s $ac_file conftest.h 2>/dev/null; then
5260     echo "$ac_file is unchanged"
5261     rm -f conftest.h
5262   else
5263     # Remove last slash and all that follows it.  Not all systems have dirname.
5264       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5265       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5266       # The file is in a subdirectory.
5267       test ! -d "$ac_dir" && mkdir "$ac_dir"
5268     fi
5269     rm -f $ac_file
5270     mv conftest.h $ac_file
5271   fi
5272 fi; done
5273
5274 EOF
5275 cat >> $CONFIG_STATUS <<EOF
5276
5277 EOF
5278 cat >> $CONFIG_STATUS <<\EOF
5279
5280 exit 0
5281 EOF
5282 chmod +x $CONFIG_STATUS
5283 rm -fr confdefs* $ac_clean_files
5284 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
5285
5286
5287 echo "
5288 global configuration
5289 --------------------
5290 system                : ${SYS}
5291 architecture          : ${ARCH}
5292 optimizations         : ${OPTIMS}"
5293
5294 if test x${HAVE_VLC} = x1
5295 then
5296   echo "
5297 vlc configuration
5298 -----------------
5299 vlc version           : ${VLC_VERSION}
5300 debug mode            : ${DEBUG}
5301 statistics            : ${STATS}
5302 trace mode            : ${TRACE}
5303 profiling             : ${PROFILING}
5304 need builtin getopt   : ${GETOPT}
5305 built-in modules      :${BUILTINS}
5306 plugin modules        :${PLUGINS}
5307 vlc aliases           :${ALIASES}"
5308 fi
5309
5310 echo "
5311 libdvdcss configuration
5312 -----------------------
5313 can be built          : ${CAN_BUILD_LIBDVDCSS}
5314 will be built         : ${LOCAL_LIBDVDCSS}"
5315 if test x${LOCAL_LIBDVDCSS} = x1
5316 then
5317   echo "link statically       : ${STATIC_LIBDVDCSS}"
5318 else
5319   echo "use dummy replacement : ${DUMMY_LIBDVDCSS}"
5320 fi
5321
5322 echo "
5323 You may now tune Makefile.opts at your convenience, for instance to choose
5324 which modules get compiled as plugins.
5325 "
5326 if test x${HAVE_VLC} = x1
5327 then
5328   echo "To build vlc and its plugins, type \`make vlc'."
5329 fi
5330 if test x${HAVE_LIBDVDCSS} = x1
5331 then
5332   echo "To build libdvdcss only, type \`make libdvdcss'."
5333 fi
5334 echo ""
5335