3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.14.1
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
19 cache_file=./config.cache
28 program_transform_name=s,x,x,
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
49 # Initialize some other variables.
52 SHELL=${CONFIG_SHELL-/bin/sh}
53 # Maximum number of lines to put in a shell here document.
60 # If the previous option needs an argument, assign it.
61 if test -n "$ac_prev"; then
62 eval "$ac_prev=\$ac_option"
68 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
72 # Accept the important Cygnus configure options, so we can diagnose typos.
76 -bindir | --bindir | --bindi | --bind | --bin | --bi)
78 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79 bindir="$ac_optarg" ;;
81 -build | --build | --buil | --bui | --bu)
83 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
86 -cache-file | --cache-file | --cache-fil | --cache-fi \
87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91 cache_file="$ac_optarg" ;;
93 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97 datadir="$ac_optarg" ;;
99 -disable-* | --disable-*)
100 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101 # Reject names that are not valid shell variable names.
102 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106 eval "enable_${ac_feature}=no" ;;
108 -enable-* | --enable-*)
109 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110 # Reject names that are not valid shell variable names.
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
119 eval "enable_${ac_feature}='$ac_optarg'" ;;
121 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123 | --exec | --exe | --ex)
124 ac_prev=exec_prefix ;;
125 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127 | --exec=* | --exe=* | --ex=*)
128 exec_prefix="$ac_optarg" ;;
130 -gas | --gas | --ga | --g)
131 # Obsolete; use --with-gas.
134 -help | --help | --hel | --he)
135 # Omit some internal or obsolete options to make the list less imposing.
136 # This message is too long to be a string in the A/UX 3.1 sh.
138 Usage: configure [options] [host]
139 Options: [defaults in brackets after descriptions]
141 --cache-file=FILE cache test results in FILE
142 --help print this message
143 --no-create do not create output files
144 --quiet, --silent do not print \`checking...' messages
145 --version print the version of autoconf that created configure
146 Directory and file names:
147 --prefix=PREFIX install architecture-independent files in PREFIX
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
151 --bindir=DIR user executables in DIR [EPREFIX/bin]
152 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
153 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
154 --datadir=DIR read-only architecture-independent data in DIR
156 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
157 --sharedstatedir=DIR modifiable architecture-independent data in DIR
159 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
160 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
163 --infodir=DIR info documentation in DIR [PREFIX/info]
164 --mandir=DIR man documentation in DIR [PREFIX/man]
165 --srcdir=DIR find the sources in DIR [configure dir or ..]
166 --program-prefix=PREFIX prepend PREFIX to installed program names
167 --program-suffix=SUFFIX append SUFFIX to installed program names
168 --program-transform-name=PROGRAM
169 run sed PROGRAM on installed program names
173 --build=BUILD configure for building on BUILD [BUILD=HOST]
174 --host=HOST configure for HOST [guessed]
175 --target=TARGET configure for TARGET [TARGET=HOST]
176 Features and packages:
177 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
178 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
179 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
180 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
184 if test -n "$ac_help"; then
185 echo "--enable and --with options recognized:$ac_help"
189 -host | --host | --hos | --ho)
191 -host=* | --host=* | --hos=* | --ho=*)
194 -includedir | --includedir | --includedi | --included | --include \
195 | --includ | --inclu | --incl | --inc)
196 ac_prev=includedir ;;
197 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198 | --includ=* | --inclu=* | --incl=* | --inc=*)
199 includedir="$ac_optarg" ;;
201 -infodir | --infodir | --infodi | --infod | --info | --inf)
203 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204 infodir="$ac_optarg" ;;
206 -libdir | --libdir | --libdi | --libd)
208 -libdir=* | --libdir=* | --libdi=* | --libd=*)
209 libdir="$ac_optarg" ;;
211 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212 | --libexe | --libex | --libe)
213 ac_prev=libexecdir ;;
214 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215 | --libexe=* | --libex=* | --libe=*)
216 libexecdir="$ac_optarg" ;;
218 -localstatedir | --localstatedir | --localstatedi | --localstated \
219 | --localstate | --localstat | --localsta | --localst \
220 | --locals | --local | --loca | --loc | --lo)
221 ac_prev=localstatedir ;;
222 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225 localstatedir="$ac_optarg" ;;
227 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
229 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230 mandir="$ac_optarg" ;;
233 # Obsolete; use --without-fp.
236 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
240 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246 | --oldin | --oldi | --old | --ol | --o)
247 ac_prev=oldincludedir ;;
248 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251 oldincludedir="$ac_optarg" ;;
253 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
255 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256 prefix="$ac_optarg" ;;
258 -program-prefix | --program-prefix | --program-prefi | --program-pref \
259 | --program-pre | --program-pr | --program-p)
260 ac_prev=program_prefix ;;
261 -program-prefix=* | --program-prefix=* | --program-prefi=* \
262 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263 program_prefix="$ac_optarg" ;;
265 -program-suffix | --program-suffix | --program-suffi | --program-suff \
266 | --program-suf | --program-su | --program-s)
267 ac_prev=program_suffix ;;
268 -program-suffix=* | --program-suffix=* | --program-suffi=* \
269 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270 program_suffix="$ac_optarg" ;;
272 -program-transform-name | --program-transform-name \
273 | --program-transform-nam | --program-transform-na \
274 | --program-transform-n | --program-transform- \
275 | --program-transform | --program-transfor \
276 | --program-transfo | --program-transf \
277 | --program-trans | --program-tran \
278 | --progr-tra | --program-tr | --program-t)
279 ac_prev=program_transform_name ;;
280 -program-transform-name=* | --program-transform-name=* \
281 | --program-transform-nam=* | --program-transform-na=* \
282 | --program-transform-n=* | --program-transform-=* \
283 | --program-transform=* | --program-transfor=* \
284 | --program-transfo=* | --program-transf=* \
285 | --program-trans=* | --program-tran=* \
286 | --progr-tra=* | --program-tr=* | --program-t=*)
287 program_transform_name="$ac_optarg" ;;
289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290 | -silent | --silent | --silen | --sile | --sil)
293 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
295 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
297 sbindir="$ac_optarg" ;;
299 -sharedstatedir | --sharedstatedir | --sharedstatedi \
300 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301 | --sharedst | --shareds | --shared | --share | --shar \
303 ac_prev=sharedstatedir ;;
304 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
308 sharedstatedir="$ac_optarg" ;;
310 -site | --site | --sit)
312 -site=* | --site=* | --sit=*)
315 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
317 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318 srcdir="$ac_optarg" ;;
320 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321 | --syscon | --sysco | --sysc | --sys | --sy)
322 ac_prev=sysconfdir ;;
323 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325 sysconfdir="$ac_optarg" ;;
327 -target | --target | --targe | --targ | --tar | --ta | --t)
329 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330 target="$ac_optarg" ;;
332 -v | -verbose | --verbose | --verbos | --verbo | --verb)
335 -version | --version | --versio | --versi | --vers)
336 echo "configure generated by autoconf version 2.14.1"
340 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341 # Reject names that are not valid shell variable names.
342 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
345 ac_package=`echo $ac_package| sed 's/-/_/g'`
350 eval "with_${ac_package}='$ac_optarg'" ;;
352 -without-* | --without-*)
353 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358 ac_package=`echo $ac_package| sed 's/-/_/g'`
359 eval "with_${ac_package}=no" ;;
362 # Obsolete; use --with-x.
365 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366 | --x-incl | --x-inc | --x-in | --x-i)
367 ac_prev=x_includes ;;
368 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370 x_includes="$ac_optarg" ;;
372 -x-libraries | --x-libraries | --x-librarie | --x-librari \
373 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374 ac_prev=x_libraries ;;
375 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377 x_libraries="$ac_optarg" ;;
379 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
383 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384 echo "configure: warning: $ac_option: invalid host type" 1>&2
386 if test "x$nonopt" != xNONE; then
387 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395 if test -n "$ac_prev"; then
396 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
399 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
401 # File descriptor usage:
404 # 2 errors and warnings
405 # 3 some systems may open it to /dev/tty
406 # 4 used on the Kubota Titan
407 # 6 checking for... messages and results
408 # 5 compiler messages saved in config.log
409 if test "$silent" = yes; then
417 This file contains any messages produced by compilers while
418 running configure, to aid debugging if configure makes a mistake.
421 # Strip out --no-create and --no-recursion so they do not pile up.
422 # Also quote any args containing shell metacharacters.
427 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428 | --no-cr | --no-c) ;;
429 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
438 # Only set these to C if already set. These must not be set unconditionally
439 # because not all systems understand e.g. LANG=C (notably SCO).
440 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441 # Non-C LC_CTYPE values break the ctype check.
442 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
447 # confdefs.h avoids OS command line length limits that DEFS can exceed.
448 rm -rf conftest* confdefs.h
449 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
452 # A filename unique to this package, relative to the directory that
453 # configure is in, which we can look for to find out if srcdir is correct.
456 # Find the source files, if location was not specified.
457 if test -z "$srcdir"; then
458 ac_srcdir_defaulted=yes
459 # Try the directory containing this script, then its parent.
461 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
464 if test ! -r $srcdir/$ac_unique_file; then
468 ac_srcdir_defaulted=no
470 if test ! -r $srcdir/$ac_unique_file; then
471 if test "$ac_srcdir_defaulted" = yes; then
472 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
474 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
477 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
479 # Prefer explicitly selected file to automatically selected ones.
480 if test -z "$CONFIG_SITE"; then
481 if test "x$prefix" != xNONE; then
482 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
484 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
487 for ac_site_file in $CONFIG_SITE; do
488 if test -r "$ac_site_file"; then
489 echo "loading site script $ac_site_file"
494 if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 test -f "$cache_file" && . $cache_file
498 echo "creating cache $cache_file"
503 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504 ac_cpp='$CPP $CPPFLAGS'
505 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507 cross_compiling=$ac_cv_prog_cc_cross
511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
520 ac_n= ac_c='\c' ac_t=
527 CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
528 CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
529 export PACKAGE VERSION CFLAGS CXXFLAGS
531 # Extract the first word of "gcc", so it can be a program name with args.
532 set dummy gcc; ac_word=$2
533 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
534 echo "configure:535: checking for $ac_word" >&5
535 if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then
536 echo $ac_n "(cached) $ac_c" 1>&6
538 if test -n "$CC"; then
539 ac_cv_prog_CC="$CC" # Let the user override the test.
541 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
543 for ac_dir in $ac_dummy; do
544 test -z "$ac_dir" && ac_dir=.
545 if test -f $ac_dir/$ac_word; then
554 if test -n "$CC"; then
555 echo "$ac_t""$CC" 1>&6
557 echo "$ac_t""no" 1>&6
560 if test -z "$CC"; then
561 # Extract the first word of "cc", so it can be a program name with args.
562 set dummy cc; ac_word=$2
563 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
564 echo "configure:565: checking for $ac_word" >&5
565 if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then
566 echo $ac_n "(cached) $ac_c" 1>&6
568 if test -n "$CC"; then
569 ac_cv_prog_CC="$CC" # Let the user override the test.
571 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
574 for ac_dir in $ac_dummy; do
575 test -z "$ac_dir" && ac_dir=.
576 if test -f $ac_dir/$ac_word; then
577 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
586 if test $ac_prog_rejected = yes; then
587 # We found a bogon in the path, so make sure we never use it.
588 set dummy $ac_cv_prog_CC
590 if test $# -gt 0; then
591 # We chose a different compiler from the bogus one.
592 # However, it has the same basename, so the bogon will be chosen
593 # first if we set CC to just the basename; use the full file name.
595 set dummy "$ac_dir/$ac_word" "$@"
603 if test -n "$CC"; then
604 echo "$ac_t""$CC" 1>&6
606 echo "$ac_t""no" 1>&6
609 if test -z "$CC"; then
611 *win32* | *WIN32* | *CYGWIN*)
612 # Extract the first word of "cl", so it can be a program name with args.
613 set dummy cl; ac_word=$2
614 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
615 echo "configure:616: checking for $ac_word" >&5
616 if eval "test \"\${ac_cv_prog_CC+set}\" = set"; then
617 echo $ac_n "(cached) $ac_c" 1>&6
619 if test -n "$CC"; then
620 ac_cv_prog_CC="$CC" # Let the user override the test.
622 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
624 for ac_dir in $ac_dummy; do
625 test -z "$ac_dir" && ac_dir=.
626 if test -f $ac_dir/$ac_word; then
635 if test -n "$CC"; then
636 echo "$ac_t""$CC" 1>&6
638 echo "$ac_t""no" 1>&6
643 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
646 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works""... $ac_c" 1>&6
647 echo "configure:648: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" >&5
650 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
651 ac_cpp='$CPP $CPPFLAGS'
652 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
653 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
654 cross_compiling=$ac_cv_prog_cc_cross
656 cat > conftest.$ac_ext << EOF
658 #line 659 "configure"
659 #include "confdefs.h"
663 if { (eval echo configure:664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
664 ac_cv_prog_cc_works=yes
665 # If we can't run a trivial program, we are probably using a cross compiler.
666 if (./conftest; exit) 2>/dev/null; then
667 ac_cv_prog_cc_cross=no
669 ac_cv_prog_cc_cross=yes
672 echo "configure: failed program was:" >&5
673 cat conftest.$ac_ext >&5
674 ac_cv_prog_cc_works=no
678 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
679 ac_cpp='$CPP $CPPFLAGS'
680 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
681 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
682 cross_compiling=$ac_cv_prog_cc_cross
684 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
685 if test $ac_cv_prog_cc_works = no; then
686 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
688 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
689 echo "configure:690: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" >&5
690 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
691 cross_compiling=$ac_cv_prog_cc_cross
693 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
694 echo "configure:695: checking whether we are using GNU C" >&5
695 if eval "test \"\${ac_cv_prog_gcc+set}\" = set"; then
696 echo $ac_n "(cached) $ac_c" 1>&6
698 cat > conftest.c <<EOF
703 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:704: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
710 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
712 if test $ac_cv_prog_gcc = yes; then
718 ac_test_CFLAGS="${CFLAGS+set}"
719 ac_save_CFLAGS="$CFLAGS"
721 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
722 echo "configure:723: checking whether ${CC-cc} accepts -g" >&5
723 if eval "test \"\${ac_cv_prog_cc_g+set}\" = set"; then
724 echo $ac_n "(cached) $ac_c" 1>&6
726 echo 'void f(){}' > conftest.c
727 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
736 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
737 if test "$ac_test_CFLAGS" = set; then
738 CFLAGS="$ac_save_CFLAGS"
739 elif test $ac_cv_prog_cc_g = yes; then
740 if test "$GCC" = yes; then
746 if test "$GCC" = yes; then
753 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
754 echo "configure:755: checking how to run the C preprocessor" >&5
755 # On Suns, sometimes $CPP names a directory.
756 if test -n "$CPP" && test -d "$CPP"; then
759 if test -z "$CPP"; then
760 if eval "test \"\${ac_cv_prog_CPP+set}\" = set"; then
761 echo $ac_n "(cached) $ac_c" 1>&6
763 # This must be in double quotes, not single quotes, because CPP may get
764 # substituted into the Makefile and "${CC-cc}" will confuse make.
766 # On the NeXT, cc -E runs the code through the compiler's parser,
767 # not just through cpp.
768 cat > conftest.$ac_ext <<EOF
769 #line 770 "configure"
770 #include "confdefs.h"
774 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
775 { (eval echo configure:776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
776 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
777 if test -z "$ac_err"; then
781 echo "configure: failed program was:" >&5
782 cat conftest.$ac_ext >&5
784 CPP="${CC-cc} -E -traditional-cpp"
785 cat > conftest.$ac_ext <<EOF
786 #line 787 "configure"
787 #include "confdefs.h"
791 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
792 { (eval echo configure:793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
793 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
794 if test -z "$ac_err"; then
798 echo "configure: failed program was:" >&5
799 cat conftest.$ac_ext >&5
801 CPP="${CC-cc} -nologo -E"
802 cat > conftest.$ac_ext <<EOF
803 #line 804 "configure"
804 #include "confdefs.h"
808 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
809 { (eval echo configure:810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
810 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
811 if test -z "$ac_err"; then
815 echo "configure: failed program was:" >&5
816 cat conftest.$ac_ext >&5
825 ac_cv_prog_CPP="$CPP"
827 CPP="$ac_cv_prog_CPP"
829 ac_cv_prog_CPP="$CPP"
831 echo "$ac_t""$CPP" 1>&6
833 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
835 # Extract the first word of "$ac_prog", so it can be a program name with args.
836 set dummy $ac_prog; ac_word=$2
837 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
838 echo "configure:839: checking for $ac_word" >&5
839 if eval "test \"\${ac_cv_prog_CXX+set}\" = set"; then
840 echo $ac_n "(cached) $ac_c" 1>&6
842 if test -n "$CXX"; then
843 ac_cv_prog_CXX="$CXX" # Let the user override the test.
845 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
847 for ac_dir in $ac_dummy; do
848 test -z "$ac_dir" && ac_dir=.
849 if test -f $ac_dir/$ac_word; then
850 ac_cv_prog_CXX="$ac_prog"
857 CXX="$ac_cv_prog_CXX"
858 if test -n "$CXX"; then
859 echo "$ac_t""$CXX" 1>&6
861 echo "$ac_t""no" 1>&6
864 test -n "$CXX" && break
866 test -n "$CXX" || CXX="gcc"
869 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $CPPFLAGS $LDFLAGS) works""... $ac_c" 1>&6
870 echo "configure:871: checking whether the C++ compiler ($CXX $CXXFLAGS $CPPFLAGS $LDFLAGS) works" >&5
873 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
874 ac_cpp='$CXXCPP $CPPFLAGS'
875 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
876 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
877 cross_compiling=$ac_cv_prog_cxx_cross
879 cat > conftest.$ac_ext << EOF
881 #line 882 "configure"
882 #include "confdefs.h"
884 int main(){return(0);}
886 if { (eval echo configure:887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
887 ac_cv_prog_cxx_works=yes
888 # If we can't run a trivial program, we are probably using a cross compiler.
889 if (./conftest; exit) 2>/dev/null; then
890 ac_cv_prog_cxx_cross=no
892 ac_cv_prog_cxx_cross=yes
895 echo "configure: failed program was:" >&5
896 cat conftest.$ac_ext >&5
897 ac_cv_prog_cxx_works=no
901 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
902 ac_cpp='$CPP $CPPFLAGS'
903 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
904 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
905 cross_compiling=$ac_cv_prog_cc_cross
907 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
908 if test $ac_cv_prog_cxx_works = no; then
909 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
911 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
912 echo "configure:913: checking whether the C++ compiler ($CXX $CXXFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" >&5
913 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
914 cross_compiling=$ac_cv_prog_cxx_cross
916 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
917 echo "configure:918: checking whether we are using GNU C++" >&5
918 if eval "test \"\${ac_cv_prog_gxx+set}\" = set"; then
919 echo $ac_n "(cached) $ac_c" 1>&6
921 cat > conftest.C <<EOF
926 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
933 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
935 if test $ac_cv_prog_gxx = yes; then
941 ac_test_CXXFLAGS="${CXXFLAGS+set}"
942 ac_save_CXXFLAGS="$CXXFLAGS"
944 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
945 echo "configure:946: checking whether ${CXX-g++} accepts -g" >&5
946 if eval "test \"\${ac_cv_prog_cxx_g+set}\" = set"; then
947 echo $ac_n "(cached) $ac_c" 1>&6
949 echo 'void f(){}' > conftest.cc
950 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
959 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
960 if test "$ac_test_CXXFLAGS" = set; then
961 CXXFLAGS="$ac_save_CXXFLAGS"
962 elif test $ac_cv_prog_cxx_g = yes; then
963 if test "$GXX" = yes; then
969 if test "$GXX" = yes; then
976 # Extract the first word of "ranlib", so it can be a program name with args.
977 set dummy ranlib; ac_word=$2
978 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
979 echo "configure:980: checking for $ac_word" >&5
980 if eval "test \"\${ac_cv_prog_RANLIB+set}\" = set"; then
981 echo $ac_n "(cached) $ac_c" 1>&6
983 if test -n "$RANLIB"; then
984 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
986 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
988 for ac_dir in $ac_dummy; do
989 test -z "$ac_dir" && ac_dir=.
990 if test -f $ac_dir/$ac_word; then
991 ac_cv_prog_RANLIB="ranlib"
996 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
999 RANLIB="$ac_cv_prog_RANLIB"
1000 if test -n "$RANLIB"; then
1001 echo "$ac_t""$RANLIB" 1>&6
1003 echo "$ac_t""no" 1>&6
1006 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1007 echo "configure:1008: checking whether ${MAKE-make} sets \${MAKE}" >&5
1008 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1009 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1010 echo $ac_n "(cached) $ac_c" 1>&6
1012 cat > conftestmake <<\EOF
1014 @echo 'ac_maketemp="${MAKE}"'
1016 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1017 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1018 if test -n "$ac_maketemp"; then
1019 eval ac_cv_prog_make_${ac_make}_set=yes
1021 eval ac_cv_prog_make_${ac_make}_set=no
1025 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1026 echo "$ac_t""yes" 1>&6
1029 echo "$ac_t""no" 1>&6
1030 SET_MAKE="MAKE=${MAKE-make}"
1034 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1035 if test -f $ac_dir/install-sh; then
1037 ac_install_sh="$ac_aux_dir/install-sh -c"
1039 elif test -f $ac_dir/install.sh; then
1041 ac_install_sh="$ac_aux_dir/install.sh -c"
1045 if test -z "$ac_aux_dir"; then
1046 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
1048 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1049 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1050 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1052 # Find a good install program. We prefer a C program (faster),
1053 # so one script is as good as another. But avoid the broken or
1054 # incompatible versions:
1055 # SysV /etc/install, /usr/sbin/install
1056 # SunOS /usr/etc/install
1057 # IRIX /sbin/install
1059 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1060 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1061 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1062 # ./install, which can be erroneously created by make from ./install.sh.
1063 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1064 echo "configure:1065: checking for a BSD compatible install" >&5
1065 if test -z "$INSTALL"; then
1066 if eval "test \"\${ac_cv_path_install+set}\" = set"; then
1067 echo $ac_n "(cached) $ac_c" 1>&6
1069 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1070 for ac_dir in $PATH; do
1071 # Account for people who put trailing slashes in PATH elements.
1073 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1075 # OSF1 and SCO ODT 3.0 have their own names for install.
1076 # Don't use installbsd from OSF since it installs stuff as root
1078 for ac_prog in ginstall scoinst install; do
1079 if test -f $ac_dir/$ac_prog; then
1080 if test $ac_prog = install &&
1081 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1082 # AIX install. It has an incompatible calling convention.
1084 elif test $ac_prog = install &&
1085 grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then
1086 # program-specific install script used by HP pwplus--don't use.
1089 ac_cv_path_install="$ac_dir/$ac_prog -c"
1100 if test "${ac_cv_path_install+set}" = set; then
1101 INSTALL="$ac_cv_path_install"
1103 # As a last resort, use the slow shell script. We don't cache a
1104 # path for INSTALL within a source directory, because that will
1105 # break other packages using the cache if that directory is
1106 # removed, or if the path is relative.
1107 INSTALL="$ac_install_sh"
1110 echo "$ac_t""$INSTALL" 1>&6
1112 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1113 # It thinks the first close brace ends the variable substitution.
1114 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1116 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1118 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1120 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1121 echo "configure:1122: checking whether ln -s works" >&5
1122 if eval "test \"\${ac_cv_prog_LN_S+set}\" = set"; then
1123 echo $ac_n "(cached) $ac_c" 1>&6
1126 if ln -s X conftestdata 2>/dev/null
1129 ac_cv_prog_LN_S="ln -s"
1134 LN_S="$ac_cv_prog_LN_S"
1135 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1136 echo "$ac_t""yes" 1>&6
1138 echo "$ac_t""no" 1>&6
1141 for ac_prog in gzip uncompress compress
1143 # Extract the first word of "$ac_prog", so it can be a program name with args.
1144 set dummy $ac_prog; ac_word=$2
1145 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1146 echo "configure:1147: checking for $ac_word" >&5
1147 if eval "test \"\${ac_cv_prog_UNCOMPRESS+set}\" = set"; then
1148 echo $ac_n "(cached) $ac_c" 1>&6
1150 if test -n "$UNCOMPRESS"; then
1151 ac_cv_prog_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test.
1153 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1155 for ac_dir in $ac_dummy; do
1156 test -z "$ac_dir" && ac_dir=.
1157 if test -f $ac_dir/$ac_word; then
1158 ac_cv_prog_UNCOMPRESS="$ac_prog"
1165 UNCOMPRESS="$ac_cv_prog_UNCOMPRESS"
1166 if test -n "$UNCOMPRESS"; then
1167 echo "$ac_t""$UNCOMPRESS" 1>&6
1169 echo "$ac_t""no" 1>&6
1172 test -n "$UNCOMPRESS" && break
1176 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1177 echo "configure:1178: checking for Cygwin environment" >&5
1178 if eval "test \"\${ac_cv_cygwin+set}\" = set"; then
1179 echo $ac_n "(cached) $ac_c" 1>&6
1181 cat > conftest.$ac_ext <<EOF
1182 #line 1183 "configure"
1183 #include "confdefs.h"
1188 #define __CYGWIN__ __CYGWIN32__
1193 if { (eval echo configure:1194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1197 echo "configure: failed program was:" >&5
1198 cat conftest.$ac_ext >&5
1205 echo "$ac_t""$ac_cv_cygwin" 1>&6
1207 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1208 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1209 echo "configure:1210: checking for mingw32 environment" >&5
1210 if eval "test \"\${ac_cv_mingw32+set}\" = set"; then
1211 echo $ac_n "(cached) $ac_c" 1>&6
1213 cat > conftest.$ac_ext <<EOF
1214 #line 1215 "configure"
1215 #include "confdefs.h"
1221 if { (eval echo configure:1222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1225 echo "configure: failed program was:" >&5
1226 cat conftest.$ac_ext >&5
1233 echo "$ac_t""$ac_cv_mingw32" 1>&6
1235 test "$ac_cv_mingw32" = yes && MINGW32=yes
1236 echo $ac_n "checking for EMX OS/2 environment""... $ac_c" 1>&6
1237 echo "configure:1238: checking for EMX OS/2 environment" >&5
1238 if eval "test \"\${ac_cv_emxos2+set}\" = set"; then
1239 echo $ac_n "(cached) $ac_c" 1>&6
1241 cat > conftest.$ac_ext <<EOF
1242 #line 1243 "configure"
1243 #include "confdefs.h"
1249 if { (eval echo configure:1250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1253 echo "configure: failed program was:" >&5
1254 cat conftest.$ac_ext >&5
1261 echo "$ac_t""$ac_cv_emxos2" 1>&6
1263 test "$ac_cv_emxos2" = yes && EMXOS2=yes
1267 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1268 echo "configure:1269: checking for executable suffix" >&5
1269 if eval "test \"\${ac_cv_exeext+set}\" = set"; then
1270 echo $ac_n "(cached) $ac_c" 1>&6
1272 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
1276 echo 'int main () { return 0; }' > conftest.$ac_ext
1278 if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1279 for file in conftest.*; do
1281 *.c | *.C | *.o | *.obj | *.xcoff) ;;
1282 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1286 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1289 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1294 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1295 echo "$ac_t""${ac_cv_exeext}" 1>&6
1299 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
1300 echo "configure:1301: checking for sin in -lm" >&5
1301 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
1302 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1303 echo $ac_n "(cached) $ac_c" 1>&6
1305 ac_save_LIBS="$LIBS"
1307 cat > conftest.$ac_ext <<EOF
1308 #line 1309 "configure"
1309 #include "confdefs.h"
1310 /* Override any gcc2 internal prototype to avoid an error. */
1311 /* We use char because int might match the return type of a gcc2
1312 builtin and then its argument prototype would still apply. */
1319 if { (eval echo configure:1320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1321 eval "ac_cv_lib_$ac_lib_var=yes"
1323 echo "configure: failed program was:" >&5
1324 cat conftest.$ac_ext >&5
1326 eval "ac_cv_lib_$ac_lib_var=no"
1329 LIBS="$ac_save_LIBS"
1332 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1333 echo "$ac_t""yes" 1>&6
1334 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1335 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1336 cat >> confdefs.h <<EOF
1337 #define $ac_tr_lib 1
1343 echo "$ac_t""no" 1>&6
1344 echo "Error: Math library not found.";
1349 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
1350 echo "configure:1351: checking for deflate in -lz" >&5
1351 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
1352 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1353 echo $ac_n "(cached) $ac_c" 1>&6
1355 ac_save_LIBS="$LIBS"
1357 cat > conftest.$ac_ext <<EOF
1358 #line 1359 "configure"
1359 #include "confdefs.h"
1360 /* Override any gcc2 internal prototype to avoid an error. */
1361 /* We use char because int might match the return type of a gcc2
1362 builtin and then its argument prototype would still apply. */
1369 if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1371 eval "ac_cv_lib_$ac_lib_var=yes"
1373 echo "configure: failed program was:" >&5
1374 cat conftest.$ac_ext >&5
1376 eval "ac_cv_lib_$ac_lib_var=no"
1379 LIBS="$ac_save_LIBS"
1382 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1383 echo "$ac_t""yes" 1>&6
1384 ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1385 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1386 cat >> confdefs.h <<EOF
1387 #define $ac_tr_lib 1
1393 echo "$ac_t""no" 1>&6
1394 echo "Error: The zlib compression library is required."
1395 DISABLEPDF2SWF=true;
1396 MISSINGLIBS="${MISSINGLIBS} zlib"
1401 echo $ac_n "checking for jpeg_write_raw_data in -ljpeg""... $ac_c" 1>&6
1402 echo "configure:1403: checking for jpeg_write_raw_data in -ljpeg" >&5
1403 ac_lib_var=`echo jpeg'_'jpeg_write_raw_data | sed 'y%./+-%__p_%'`
1404 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1405 echo $ac_n "(cached) $ac_c" 1>&6
1407 ac_save_LIBS="$LIBS"
1409 cat > conftest.$ac_ext <<EOF
1410 #line 1411 "configure"
1411 #include "confdefs.h"
1412 /* Override any gcc2 internal prototype to avoid an error. */
1413 /* We use char because int might match the return type of a gcc2
1414 builtin and then its argument prototype would still apply. */
1415 char jpeg_write_raw_data();
1418 jpeg_write_raw_data()
1421 if { (eval echo configure:1422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1423 eval "ac_cv_lib_$ac_lib_var=yes"
1425 echo "configure: failed program was:" >&5
1426 cat conftest.$ac_ext >&5
1428 eval "ac_cv_lib_$ac_lib_var=no"
1431 LIBS="$ac_save_LIBS"
1434 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1435 echo "$ac_t""yes" 1>&6
1436 ac_tr_lib=HAVE_LIB`echo jpeg | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1437 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1438 cat >> confdefs.h <<EOF
1439 #define $ac_tr_lib 1
1445 echo "$ac_t""no" 1>&6
1446 DISABLEPDF2SWF=true;
1447 DISABLEJPEG2SWF=true;
1448 MISSINGLIBS="${MISSINGLIBS} jpeglib"
1452 echo $ac_n "checking for T1_LoadFont in -lt1""... $ac_c" 1>&6
1453 echo "configure:1454: checking for T1_LoadFont in -lt1" >&5
1454 ac_lib_var=`echo t1'_'T1_LoadFont | sed 'y%./+-%__p_%'`
1455 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1456 echo $ac_n "(cached) $ac_c" 1>&6
1458 ac_save_LIBS="$LIBS"
1460 cat > conftest.$ac_ext <<EOF
1461 #line 1462 "configure"
1462 #include "confdefs.h"
1463 /* Override any gcc2 internal prototype to avoid an error. */
1464 /* We use char because int might match the return type of a gcc2
1465 builtin and then its argument prototype would still apply. */
1472 if { (eval echo configure:1473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1474 eval "ac_cv_lib_$ac_lib_var=yes"
1476 echo "configure: failed program was:" >&5
1477 cat conftest.$ac_ext >&5
1479 eval "ac_cv_lib_$ac_lib_var=no"
1482 LIBS="$ac_save_LIBS"
1485 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1486 echo "$ac_t""yes" 1>&6
1487 ac_tr_lib=HAVE_LIB`echo t1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1488 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1489 cat >> confdefs.h <<EOF
1490 #define $ac_tr_lib 1
1496 echo "$ac_t""no" 1>&6
1497 DISABLEPDF2SWF=true;
1498 MISSINGLIBS="${MISSINGLIBS} T1lib"
1504 echo $ac_n "checking host system type""... $ac_c" 1>&6
1505 echo "configure:1506: checking host system type" >&5
1506 if test "x$ac_cv_host" = "x" || (test "x$host" != "xNONE" && test "x$host" != "x$ac_cv_host_alias"); then
1508 # Make sure we can run config.sub.
1509 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1510 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1513 ac_cv_host_alias=$host
1514 case "$ac_cv_host_alias" in
1518 if ac_cv_host_alias=`$ac_config_guess`; then :
1519 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1521 *) ac_cv_host_alias=$nonopt ;;
1525 ac_cv_host=`$ac_config_sub $ac_cv_host_alias`
1526 ac_cv_host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1527 ac_cv_host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1528 ac_cv_host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1530 echo $ac_n "(cached) $ac_c" 1>&6
1533 echo "$ac_t""$ac_cv_host" 1>&6
1536 host_alias=$ac_cv_host_alias
1537 host_cpu=$ac_cv_host_cpu
1538 host_vendor=$ac_cv_host_vendor
1539 host_os=$ac_cv_host_os
1545 echo $ac_n "checking target system type""... $ac_c" 1>&6
1546 echo "configure:1547: checking target system type" >&5
1547 if test "x$ac_cv_target" = "x" || (test "x$target" != "xNONE" && test "x$target" != "x$ac_cv_target_alias"); then
1549 # Make sure we can run config.sub.
1550 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1551 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1554 ac_cv_target_alias=$target
1555 case "$ac_cv_target_alias" in
1559 ac_cv_target_alias=$host_alias ;;
1561 *) ac_cv_target_alias=$nonopt ;;
1565 ac_cv_target=`$ac_config_sub $ac_cv_target_alias`
1566 ac_cv_target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1567 ac_cv_target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1568 ac_cv_target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1570 echo $ac_n "(cached) $ac_c" 1>&6
1573 echo "$ac_t""$ac_cv_target" 1>&6
1575 target=$ac_cv_target
1576 target_alias=$ac_cv_target_alias
1577 target_cpu=$ac_cv_target_cpu
1578 target_vendor=$ac_cv_target_vendor
1579 target_os=$ac_cv_target_os
1585 echo $ac_n "checking build system type""... $ac_c" 1>&6
1586 echo "configure:1587: checking build system type" >&5
1587 if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then
1589 # Make sure we can run config.sub.
1590 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1591 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1594 ac_cv_build_alias=$build
1595 case "$ac_cv_build_alias" in
1599 ac_cv_build_alias=$host_alias ;;
1601 *) ac_cv_build_alias=$nonopt ;;
1605 ac_cv_build=`$ac_config_sub $ac_cv_build_alias`
1606 ac_cv_build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1607 ac_cv_build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1608 ac_cv_build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1610 echo $ac_n "(cached) $ac_c" 1>&6
1613 echo "$ac_t""$ac_cv_build" 1>&6
1616 build_alias=$ac_cv_build_alias
1617 build_cpu=$ac_cv_build_cpu
1618 build_vendor=$ac_cv_build_vendor
1619 build_os=$ac_cv_build_os
1625 echo $ac_n "checking for byte order""... $ac_c" 1>&6
1626 echo "configure:1627: checking for byte order" >&5
1627 if test "$cross_compiling" = yes; then
1630 cat > conftest.$ac_ext <<EOF
1631 #line 1632 "configure"
1632 #include "confdefs.h"
1634 int main (int argc, char *argv[])
1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1645 echo "configure: failed program was:" >&5
1646 cat conftest.$ac_ext >&5
1655 if test "x${CROSSCOMPILE}" = "x1"; then
1656 echo "$ac_t""we are cross compiling- trying to guess from system type" 1>&6
1658 # Do some error checking and defaulting for the host and target type.
1660 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
1663 # 1. You are not allowed to specify --host, --target, and nonopt at the
1665 # 2. Host defaults to nonopt.
1666 # 3. If nonopt is not specified, then host defaults to the current host,
1667 # as determined by config.guess.
1668 # 4. Target and build default to nonopt.
1669 # 5. If nonopt is not specified, then target and build default to host.
1671 # The aliases save the names the user supplied, while $host etc.
1672 # will get canonicalized.
1673 case $host---$target---$nonopt in
1674 NONE---*---* | *---NONE---* | *---*---NONE) ;;
1675 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1678 test "$host_alias" != "$target_alias" &&
1679 test "$program_prefix$program_suffix$program_transform_name" = \
1681 program_prefix=${target_alias}-
1683 echo $ac_n "checking for byte order, try 2""... $ac_c" 1>&6
1684 echo "configure:1685: checking for byte order, try 2" >&5
1689 *sparc* | *68* | *88k* | *mac* | *Mac* | *sun* | *Sun* | *Amiga* | *amiga* )
1696 if test "x${LITTLEENDIAN}" = "x1"; then
1697 echo "$ac_t""little endian" 1>&6
1701 if test "x${BIGENDIAN}" = "x1"; then
1702 echo "$ac_t""big endian" 1>&6
1705 export WORDS_BIGENDIAN
1706 cat >> confdefs.h <<EOF
1707 #define WORDS_BIGENDIAN 1
1711 if test "x${BYTEORDERCHECKOK}" != "x1"; then
1712 echo "$ac_t""unknown" 1>&6
1713 echo Byte order could not determined. Try to insert your system type into aclocal.m4 about line 21
1719 echo $ac_n "checking whether system() can handle command substitution""... $ac_c" 1>&6
1720 echo "configure:1721: checking whether system() can handle command substitution" >&5
1721 if test "$cross_compiling" = yes; then
1724 cat > conftest.$ac_ext <<EOF
1725 #line 1726 "configure"
1726 #include "confdefs.h"
1729 int main (int argc, char*argv[])
1731 return system("test `touch config.tmp2`");
1735 if { (eval echo configure:1736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1739 echo "configure: failed program was:" >&5
1740 cat conftest.$ac_ext >&5
1746 if test "x${OK}" = "xOK";then
1747 test -f config.tmp2 || OK=
1750 if test "x${CROSSCOMPILE}" = "x1";then
1753 if test "x${OK}" = "xOK";then
1755 echo "$ac_t""yes" 1>&6
1757 export SYSTEM_BACKTICKS
1758 cat >> confdefs.h <<EOF
1759 #define SYSTEM_BACKTICKS 1
1763 echo "$ac_t""no" 1>&6
1768 if test "$program_transform_name" = s,x,x,; then
1769 program_transform_name=
1771 # Double any \ or $. echo might interpret backslashes.
1772 cat <<\EOF_SED > conftestsed
1773 s,\\,\\\\,g; s,\$,$$,g
1775 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1778 test "$program_prefix" != NONE &&
1779 program_transform_name="s,^,${program_prefix},;$program_transform_name"
1780 # Use a double $ so make ignores it.
1781 test "$program_suffix" != NONE &&
1782 program_transform_name="s,\$\$,${program_suffix},;$program_transform_name"
1784 # sed with no file args requires a program.
1785 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1791 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
1793 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1794 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
1795 echo "configure:1796: checking for $ac_hdr that defines DIR" >&5
1796 if eval "test \"\${ac_cv_header_dirent_$ac_safe+set}\" = set"; then
1797 echo $ac_n "(cached) $ac_c" 1>&6
1799 cat > conftest.$ac_ext <<EOF
1800 #line 1801 "configure"
1801 #include "confdefs.h"
1802 #include <sys/types.h>
1808 if { (eval echo configure:1809: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1810 eval "ac_cv_header_dirent_$ac_safe=yes"
1812 echo "configure: failed program was:" >&5
1813 cat conftest.$ac_ext >&5
1815 eval "ac_cv_header_dirent_$ac_safe=no"
1819 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
1820 echo "$ac_t""yes" 1>&6
1821 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1822 cat >> confdefs.h <<EOF
1823 #define $ac_tr_hdr 1
1825 ac_header_dirent=$ac_hdr; break
1827 echo "$ac_t""no" 1>&6
1830 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1831 if test $ac_header_dirent = dirent.h; then
1832 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
1833 echo "configure:1834: checking for opendir in -ldir" >&5
1834 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
1835 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1836 echo $ac_n "(cached) $ac_c" 1>&6
1838 ac_save_LIBS="$LIBS"
1840 cat > conftest.$ac_ext <<EOF
1841 #line 1842 "configure"
1842 #include "confdefs.h"
1843 /* Override any gcc2 internal prototype to avoid an error. */
1844 /* We use char because int might match the return type of a gcc2
1845 builtin and then its argument prototype would still apply. */
1852 if { (eval echo configure:1853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1854 eval "ac_cv_lib_$ac_lib_var=yes"
1856 echo "configure: failed program was:" >&5
1857 cat conftest.$ac_ext >&5
1859 eval "ac_cv_lib_$ac_lib_var=no"
1862 LIBS="$ac_save_LIBS"
1865 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1866 echo "$ac_t""yes" 1>&6
1869 echo "$ac_t""no" 1>&6
1873 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
1874 echo "configure:1875: checking for opendir in -lx" >&5
1875 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
1876 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
1877 echo $ac_n "(cached) $ac_c" 1>&6
1879 ac_save_LIBS="$LIBS"
1881 cat > conftest.$ac_ext <<EOF
1882 #line 1883 "configure"
1883 #include "confdefs.h"
1884 /* Override any gcc2 internal prototype to avoid an error. */
1885 /* We use char because int might match the return type of a gcc2
1886 builtin and then its argument prototype would still apply. */
1893 if { (eval echo configure:1894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1895 eval "ac_cv_lib_$ac_lib_var=yes"
1897 echo "configure: failed program was:" >&5
1898 cat conftest.$ac_ext >&5
1900 eval "ac_cv_lib_$ac_lib_var=no"
1903 LIBS="$ac_save_LIBS"
1906 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1907 echo "$ac_t""yes" 1>&6
1910 echo "$ac_t""no" 1>&6
1915 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1916 echo "configure:1917: checking for ANSI C header files" >&5
1917 if eval "test \"\${ac_cv_header_stdc+set}\" = set"; then
1918 echo $ac_n "(cached) $ac_c" 1>&6
1920 cat > conftest.$ac_ext <<EOF
1921 #line 1922 "configure"
1922 #include "confdefs.h"
1928 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1929 { (eval echo configure:1930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1930 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1931 if test -z "$ac_err"; then
1933 ac_cv_header_stdc=yes
1936 echo "configure: failed program was:" >&5
1937 cat conftest.$ac_ext >&5
1939 ac_cv_header_stdc=no
1943 if test $ac_cv_header_stdc = yes; then
1944 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1945 cat > conftest.$ac_ext <<EOF
1946 #line 1947 "configure"
1947 #include "confdefs.h"
1950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1951 egrep "memchr" >/dev/null 2>&1; then
1955 ac_cv_header_stdc=no
1961 if test $ac_cv_header_stdc = yes; then
1962 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1963 cat > conftest.$ac_ext <<EOF
1964 #line 1965 "configure"
1965 #include "confdefs.h"
1968 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1969 egrep "free" >/dev/null 2>&1; then
1973 ac_cv_header_stdc=no
1979 if test $ac_cv_header_stdc = yes; then
1980 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1981 if test "$cross_compiling" = yes; then
1984 cat > conftest.$ac_ext <<EOF
1985 #line 1986 "configure"
1986 #include "confdefs.h"
1988 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1989 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1990 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1991 int main () { int i; for (i = 0; i < 256; i++)
1992 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1996 if { (eval echo configure:1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2000 echo "configure: failed program was:" >&5
2001 cat conftest.$ac_ext >&5
2003 ac_cv_header_stdc=no
2011 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2012 if test $ac_cv_header_stdc = yes; then
2013 cat >> confdefs.h <<\EOF
2014 #define STDC_HEADERS 1
2019 for ac_hdr in zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h dirent.h sys/ndir.h sys/dir.h ndir.h
2021 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2022 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2023 echo "configure:2024: checking for $ac_hdr" >&5
2024 if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
2025 echo $ac_n "(cached) $ac_c" 1>&6
2027 cat > conftest.$ac_ext <<EOF
2028 #line 2029 "configure"
2029 #include "confdefs.h"
2032 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2033 { (eval echo configure:2034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2034 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2035 if test -z "$ac_err"; then
2037 eval "ac_cv_header_$ac_safe=yes"
2040 echo "configure: failed program was:" >&5
2041 cat conftest.$ac_ext >&5
2043 eval "ac_cv_header_$ac_safe=no"
2047 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2048 echo "$ac_t""yes" 1>&6
2049 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2050 cat >> confdefs.h <<EOF
2051 #define $ac_tr_hdr 1
2055 echo "$ac_t""no" 1>&6
2060 if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then
2061 DISABLEPDF2SWF=true;
2062 DISABLEJPEG2SWF=true;
2063 MISSINGLIBS="${MISSINGLIBS} jpeglib.h"
2065 if test "x${ac_cv_header_t1lib_h}" != "xyes"; then
2066 DISABLEPDF2SWF=true;
2067 MISSINGLIBS="${MISSINGLIBS} t1lib.h"
2069 if test "x${ac_cv_header_zlib_h}" != "xyes"; then
2070 DISABLEPDF2SWF=true;
2071 MISSINGLIBS="${MISSINGLIBS} zlib.h"
2074 cat >> confdefs.h <<EOF
2075 #define PACKAGE "$PACKAGE"
2078 cat >> confdefs.h <<EOF
2079 #define VERSION "$VERSION"
2088 echo $ac_n "checking for working const""... $ac_c" 1>&6
2089 echo "configure:2090: checking for working const" >&5
2090 if eval "test \"\${ac_cv_c_const+set}\" = set"; then
2091 echo $ac_n "(cached) $ac_c" 1>&6
2093 cat > conftest.$ac_ext <<EOF
2094 #line 2095 "configure"
2095 #include "confdefs.h"
2099 /* Ultrix mips cc rejects this. */
2100 typedef int charset[2]; const charset x;
2101 /* SunOS 4.1.1 cc rejects this. */
2102 char const *const *ccp;
2104 /* NEC SVR4.0.2 mips cc rejects this. */
2105 struct point {int x, y;};
2106 static struct point const zero = {0,0};
2107 /* AIX XL C 1.02.0.0 rejects this.
2108 It does not let you subtract one const X* pointer from another in an arm
2109 of an if-expression whose if-part is not a constant expression */
2110 const char *g = "string";
2111 ccp = &g + (g ? g-g : 0);
2112 /* HPUX 7.0 cc rejects these. */
2115 ccp = (char const *const *) p;
2116 { /* SCO 3.2v4 cc rejects this. */
2118 char const *s = 0 ? (char *) 0 : (char const *) 0;
2122 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
2124 const int *foo = &x[0];
2127 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2128 typedef const int *iptr;
2132 { /* AIX XL C 1.02.0.0 rejects this saying
2133 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2134 struct s { int j; const int *ap[3]; };
2135 struct s *b; b->j = 5;
2137 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2143 if { (eval echo configure:2144: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2147 echo "configure: failed program was:" >&5
2148 cat conftest.$ac_ext >&5
2155 echo "$ac_t""$ac_cv_c_const" 1>&6
2156 if test $ac_cv_c_const = no; then
2157 cat >> confdefs.h <<\EOF
2163 echo $ac_n "checking for inline""... $ac_c" 1>&6
2164 echo "configure:2165: checking for inline" >&5
2165 if eval "test \"\${ac_cv_c_inline+set}\" = set"; then
2166 echo $ac_n "(cached) $ac_c" 1>&6
2169 for ac_kw in inline __inline__ __inline; do
2170 cat > conftest.$ac_ext <<EOF
2171 #line 2172 "configure"
2172 #include "confdefs.h"
2178 if { (eval echo configure:2179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2180 ac_cv_c_inline=$ac_kw; break
2182 echo "configure: failed program was:" >&5
2183 cat conftest.$ac_ext >&5
2190 echo "$ac_t""$ac_cv_c_inline" 1>&6
2191 case "$ac_cv_c_inline" in
2193 no) cat >> confdefs.h <<\EOF
2197 *) cat >> confdefs.h <<EOF
2198 #define inline $ac_cv_c_inline
2203 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2204 echo "configure:2205: checking for off_t" >&5
2205 if eval "test \"\${ac_cv_type_off_t+set}\" = set"; then
2206 echo $ac_n "(cached) $ac_c" 1>&6
2208 cat > conftest.$ac_ext <<EOF
2209 #line 2210 "configure"
2210 #include "confdefs.h"
2211 #include <sys/types.h>
2217 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2218 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2220 eval "ac_cv_type_off_t=yes"
2223 eval "ac_cv_type_off_t=no"
2228 if eval "test \"`echo '$ac_cv_type_'off_t`\" = yes"; then
2229 echo "$ac_t""yes" 1>&6
2231 echo "$ac_t""no" 1>&6
2232 cat >> confdefs.h <<EOF
2238 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2239 echo "configure:2240: checking for size_t" >&5
2240 if eval "test \"\${ac_cv_type_size_t+set}\" = set"; then
2241 echo $ac_n "(cached) $ac_c" 1>&6
2243 cat > conftest.$ac_ext <<EOF
2244 #line 2245 "configure"
2245 #include "confdefs.h"
2246 #include <sys/types.h>
2252 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2253 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2255 eval "ac_cv_type_size_t=yes"
2258 eval "ac_cv_type_size_t=no"
2263 if eval "test \"`echo '$ac_cv_type_'size_t`\" = yes"; then
2264 echo "$ac_t""yes" 1>&6
2266 echo "$ac_t""no" 1>&6
2267 cat >> confdefs.h <<EOF
2268 #define size_t unsigned
2273 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2274 echo "configure:2275: checking whether struct tm is in sys/time.h or time.h" >&5
2275 if eval "test \"\${ac_cv_struct_tm+set}\" = set"; then
2276 echo $ac_n "(cached) $ac_c" 1>&6
2278 cat > conftest.$ac_ext <<EOF
2279 #line 2280 "configure"
2280 #include "confdefs.h"
2281 #include <sys/types.h>
2284 struct tm *tp; tp->tm_sec;
2287 if { (eval echo configure:2288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2289 ac_cv_struct_tm=time.h
2291 echo "configure: failed program was:" >&5
2292 cat conftest.$ac_ext >&5
2294 ac_cv_struct_tm=sys/time.h
2299 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2300 if test $ac_cv_struct_tm = sys/time.h; then
2301 cat >> confdefs.h <<\EOF
2302 #define TM_IN_SYS_TIME 1
2307 echo $ac_n "checking for boolean""... $ac_c" 1>&6
2308 echo "configure:2309: checking for boolean" >&5
2309 if eval "test \"\${ac_cv_type_boolean+set}\" = set"; then
2310 echo $ac_n "(cached) $ac_c" 1>&6
2312 cat > conftest.$ac_ext <<EOF
2313 #line 2314 "configure"
2314 #include "confdefs.h"
2315 #include <sys/types.h>
2321 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2322 egrep "(^|[^a-zA-Z_0-9])boolean[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2324 eval "ac_cv_type_boolean=yes"
2327 eval "ac_cv_type_boolean=no"
2332 if eval "test \"`echo '$ac_cv_type_'boolean`\" = yes"; then
2333 echo "$ac_t""yes" 1>&6
2335 echo "$ac_t""no" 1>&6
2336 cat >> confdefs.h <<EOF
2342 echo $ac_n "checking for bool""... $ac_c" 1>&6
2343 echo "configure:2344: checking for bool" >&5
2344 if eval "test \"\${ac_cv_type_bool+set}\" = set"; then
2345 echo $ac_n "(cached) $ac_c" 1>&6
2347 cat > conftest.$ac_ext <<EOF
2348 #line 2349 "configure"
2349 #include "confdefs.h"
2350 #include <sys/types.h>
2356 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2357 egrep "(^|[^a-zA-Z_0-9])bool[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2359 eval "ac_cv_type_bool=yes"
2362 eval "ac_cv_type_bool=no"
2367 if eval "test \"`echo '$ac_cv_type_'bool`\" = yes"; then
2368 echo "$ac_t""yes" 1>&6
2370 echo "$ac_t""no" 1>&6
2371 cat >> confdefs.h <<EOF
2378 for ac_func in popen mkstemp stat lrand48 rand srand48 srand
2380 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2381 echo "configure:2382: checking for $ac_func" >&5
2382 if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
2383 echo $ac_n "(cached) $ac_c" 1>&6
2385 cat > conftest.$ac_ext <<EOF
2386 #line 2387 "configure"
2387 #include "confdefs.h"
2388 /* System header to define __stub macros and hopefully few prototypes,
2389 which can conflict with char $ac_func(); below. */
2391 /* Override any gcc2 internal prototype to avoid an error. */
2392 /* We use char because int might match the return type of a gcc2
2393 builtin and then its argument prototype would still apply. */
2399 /* The GNU C library defines this for functions which it implements
2400 to always fail with ENOSYS. Some functions are actually named
2401 something starting with __ and the normal name is an alias. */
2402 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2410 if { (eval echo configure:2411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2412 eval "ac_cv_func_$ac_func=yes"
2414 echo "configure: failed program was:" >&5
2415 cat conftest.$ac_ext >&5
2417 eval "ac_cv_func_$ac_func=no"
2422 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2423 echo "$ac_t""yes" 1>&6
2424 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2425 cat >> confdefs.h <<EOF
2426 #define $ac_tr_func 1
2430 echo "$ac_t""no" 1>&6
2435 echo $ac_n "checking whether we can compile the avifile test program""... $ac_c" 1>&6
2436 echo "configure:2437: checking whether we can compile the avifile test program" >&5
2438 cat > conftest.$ac_ext << EOF
2439 #include <avifile/version.h>
2440 #if (AVIFILE_MAJOR_VERSION == 0) && (AVIFILE_MINOR_VERSION==6)
2441 #include <avifile.h>
2442 #include <aviplay.h>
2444 #include <creators.h>
2445 #include <StreamInfo.h>
2448 #include <avifile.h>
2449 #include <aviplay.h>
2450 #include <aviutil.h>
2452 #define Height height
2457 int main (int argc, char*argv)
2459 IAviReadFile* player;
2460 IAviReadStream* astream;
2461 IAviReadStream* vstream;
2462 player = CreateIAviReadFile(0);
2463 astream = player->GetStream(0, AviStream::Audio);
2464 vstream = player->GetStream(0, AviStream::Video);
2465 vstream -> StartStreaming();
2466 astream -> StartStreaming();
2469 player->GetFileHeader(&head);
2470 head.dwMicroSecPerFrame;
2475 head.dwMicroSecPerFrame;
2476 astream->GetEndPos(),
2477 astream->GetEndTime());
2478 player->StreamCount();
2480 StreamInfo*audioinfo;
2481 StreamInfo*videoinfo;
2482 audioinfo = astream->GetStreamInfo();
2483 videoinfo = vstream->GetStreamInfo();
2484 videoinfo->GetVideoWidth();
2485 videoinfo->GetVideoHeight();
2486 audioinfo->GetAudioSamplesPerSec();
2487 videoinfo->GetFps();
2489 CImage*img = vstream->GetFrame();
2496 astream->GetAudioFormatInfo(&wave,0);
2498 astream->ReadFrames(0,0,0,a,b);
2502 ac_link='g++ `avifile-config --cflags` `avifile-config --libs` conftest.$ac_ext -o conftest${ac_exeext}'
2503 if {(eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2504 echo "$ac_t""yes" 1>&6
2507 cat >> confdefs.h <<EOF
2508 #define AVIFILE true
2512 echo "configure: failed program was:" >&5
2513 cat conftest.$ac_ext >&5
2514 echo "$ac_t""no" 1>&6
2519 avi2swf="avi2swf/Makefile"
2520 if test "x${AVIFILE}" != "xtrue"; then
2521 echo "* Couldn't compile the avifile test program."
2522 echo "* Disabling avi2swf tool..."
2523 echo all: > avi2swf/Makefile
2524 echo install: >> avi2swf/Makefile
2525 echo clean: >> avi2swf/Makefile
2529 if test "x${UNCOMPRESS}" = "xgzip"; then
2530 cat >> confdefs.h <<EOF
2537 JPEG2SWF='jpeg2swf$(EXEEXT)'
2539 if test "x${DISABLEPDF2SWF}" = "xtrue"; then
2540 echo "***************************************************"
2541 echo "The following headers/libraries are missing: " ${MISSINGLIBS}
2542 echo "Disabling pdf2swf tool..."
2543 rm -f pdf2swf/Makefile
2544 echo all: > pdf2swf/Makefile
2545 echo install: >> pdf2swf/Makefile
2546 echo clean: >> pdf2swf/Makefile
2547 if test "x${DISABLEJPEG2SWF}" = "xtrue"; then
2548 echo "Disabling jpeg2swf tool..."
2552 echo "***************************************************"
2553 FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile swfs/Makefile"
2555 FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile"
2560 cat > confcache <<\EOF
2561 # This file is a shell script that caches the results of configure
2562 # tests run on this system so they can be shared between configure
2563 # scripts and configure runs. It is not useful on other systems.
2564 # If it contains results you don't want to keep, you may remove or edit it.
2566 # By default, configure uses ./config.cache as the cache file,
2567 # creating it if it does not exist already. You can give configure
2568 # the --cache-file=FILE option to use a different cache file; that is
2569 # what configure does when it calls configure scripts in
2570 # subdirectories, so they share the cache.
2571 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2572 # config.status only pays attention to the cache file if you give it the
2573 # --recheck option to rerun configure.
2576 # The following way of writing the cache mishandles newlines in values,
2577 # but we know of no workaround that is simple, portable, and efficient.
2578 # So, don't put newlines in cache variables' values.
2579 # Ultrix sh set writes to stderr and can't be redirected directly,
2580 # and sets the high bit in the cache file unless we assign to the vars.
2582 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2584 # `set' does not quote correctly, so add quotes (double-quote substitution
2585 # turns \\\\ into \\, and sed turns \\ into \).
2587 -e "s/'/'\\\\''/g" \
2588 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2591 # `set' quotes correctly as required by POSIX, so do not add quotes.
2592 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2595 if cmp -s $cache_file confcache; then
2598 if test -w $cache_file; then
2599 echo "updating cache $cache_file"
2600 cat confcache > $cache_file
2602 echo "not updating unwritable cache $cache_file"
2607 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2609 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2610 # Let make expand exec_prefix.
2611 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2613 # Any assignment to VPATH causes Sun make to only execute
2614 # the first set of double-colon rules, so remove it if not needed.
2615 # If there is a colon in the path, we need to keep it.
2616 if test "x$srcdir" = x.; then
2617 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2620 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2622 DEFS=-DHAVE_CONFIG_H
2624 # Without the "./", some shells look in PATH for config.status.
2625 : ${CONFIG_STATUS=./config.status}
2627 echo creating $CONFIG_STATUS
2628 rm -f $CONFIG_STATUS
2629 cat > $CONFIG_STATUS <<EOF
2631 # Generated automatically by configure.
2632 # Run this file to recreate the current configuration.
2633 # This directory was configured as follows,
2634 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2636 # $0 $ac_configure_args
2638 # Compiler output produced by configure, useful for debugging
2639 # configure, is in ./config.log if it exists.
2641 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2644 case "\$ac_option" in
2645 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2646 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2647 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2648 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2649 echo "$CONFIG_STATUS generated by autoconf version 2.14.1"
2651 -help | --help | --hel | --he | --h)
2652 echo "\$ac_cs_usage"; exit 0 ;;
2653 *) echo "\$ac_cs_usage"; exit 1 ;;
2657 ac_given_srcdir=$srcdir
2658 ac_given_INSTALL="$INSTALL"
2660 trap 'rm -fr `echo "${FILES} config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2662 cat >> $CONFIG_STATUS <<EOF
2664 # Protect against being on the right side of a sed subst in config.status.
2665 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2666 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2670 s%@CFLAGS@%$CFLAGS%g
2671 s%@CPPFLAGS@%$CPPFLAGS%g
2672 s%@CXXFLAGS@%$CXXFLAGS%g
2673 s%@FFLAGS@%$FFLAGS%g
2675 s%@LDFLAGS@%$LDFLAGS%g
2677 s%@exec_prefix@%$exec_prefix%g
2678 s%@prefix@%$prefix%g
2679 s%@program_transform_name@%$program_transform_name%g
2680 s%@bindir@%$bindir%g
2681 s%@sbindir@%$sbindir%g
2682 s%@libexecdir@%$libexecdir%g
2683 s%@datadir@%$datadir%g
2684 s%@sysconfdir@%$sysconfdir%g
2685 s%@sharedstatedir@%$sharedstatedir%g
2686 s%@localstatedir@%$localstatedir%g
2687 s%@libdir@%$libdir%g
2688 s%@includedir@%$includedir%g
2689 s%@oldincludedir@%$oldincludedir%g
2690 s%@infodir@%$infodir%g
2691 s%@mandir@%$mandir%g
2695 s%@RANLIB@%$RANLIB%g
2696 s%@SET_MAKE@%$SET_MAKE%g
2697 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2698 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2699 s%@INSTALL_DATA@%$INSTALL_DATA%g
2701 s%@UNCOMPRESS@%$UNCOMPRESS%g
2702 s%@EXEEXT@%$EXEEXT%g
2704 s%@host_alias@%$host_alias%g
2705 s%@host_cpu@%$host_cpu%g
2706 s%@host_vendor@%$host_vendor%g
2707 s%@host_os@%$host_os%g
2708 s%@target@%$target%g
2709 s%@target_alias@%$target_alias%g
2710 s%@target_cpu@%$target_cpu%g
2711 s%@target_vendor@%$target_vendor%g
2712 s%@target_os@%$target_os%g
2714 s%@build_alias@%$build_alias%g
2715 s%@build_cpu@%$build_cpu%g
2716 s%@build_vendor@%$build_vendor%g
2717 s%@build_os@%$build_os%g
2718 s%@WORDS_BIGENDIAN@%$WORDS_BIGENDIAN%g
2719 s%@SYSTEM_BACKTICKS@%$SYSTEM_BACKTICKS%g
2720 s%@PACKAGE@%$PACKAGE%g
2721 s%@VERSION@%$VERSION%g
2722 s%@HAVE_UNISTD_H@%$HAVE_UNISTD_H%g
2723 s%@USE_GZIP@%$USE_GZIP%g
2724 s%@JPEG2SWF@%$JPEG2SWF%g
2729 cat >> $CONFIG_STATUS <<\EOF
2731 # Split the substitutions into bite-sized pieces for seds with
2732 # small command number limits, like on Digital OSF/1 and HP-UX.
2733 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2734 ac_file=1 # Number of current file.
2735 ac_beg=1 # First line for current file.
2736 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2739 while $ac_more_lines; do
2740 if test $ac_beg -gt 1; then
2741 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2743 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2745 if test ! -s conftest.s$ac_file; then
2747 rm -f conftest.s$ac_file
2749 if test -z "$ac_sed_cmds"; then
2750 ac_sed_cmds="sed -f conftest.s$ac_file"
2752 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2754 ac_file=`expr $ac_file + 1`
2756 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2759 if test -z "$ac_sed_cmds"; then
2764 cat >> $CONFIG_STATUS <<EOF
2766 CONFIG_FILES=\${CONFIG_FILES-"${FILES}"}
2768 cat >> $CONFIG_STATUS <<\EOF
2769 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2770 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2772 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2773 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2774 *) ac_file_in="${ac_file}.in" ;;
2777 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2779 # Remove last slash and all that follows it. Not all systems have dirname.
2780 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2781 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2782 # The file is in a subdirectory.
2783 test ! -d "$ac_dir" && mkdir "$ac_dir"
2784 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2785 # A "../" for each directory in $ac_dir_suffix.
2786 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2788 ac_dir_suffix= ac_dots=
2791 case "$ac_given_srcdir" in
2793 if test -z "$ac_dots"; then top_srcdir=.
2794 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2795 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2797 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2798 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2801 case "$ac_given_INSTALL" in
2802 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2803 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2806 echo creating "$ac_file"
2808 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2810 *Makefile*) ac_comsub="1i\\
2811 # $configure_input" ;;
2815 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2817 s%@configure_input@%$configure_input%g
2818 s%@srcdir@%$srcdir%g
2819 s%@top_srcdir@%$top_srcdir%g
2820 s%@INSTALL@%$INSTALL%g
2821 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2825 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2826 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2828 # ac_d sets the value in "#define NAME VALUE" lines.
2829 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2830 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2833 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2834 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2835 ac_uB='\([ ]\)%\1#\2define\3'
2838 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2839 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2840 ac_eB='$%\1#\2define\3'
2844 if test "${CONFIG_HEADERS+set}" != set; then
2846 cat >> $CONFIG_STATUS <<EOF
2847 CONFIG_HEADERS="config.h"
2849 cat >> $CONFIG_STATUS <<\EOF
2851 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2852 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2854 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2855 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2856 *) ac_file_in="${ac_file}.in" ;;
2859 echo creating $ac_file
2861 rm -f conftest.frag conftest.in conftest.out
2862 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2863 cat $ac_file_inputs > conftest.in
2867 # Transform confdefs.h into a sed script conftest.vals that substitutes
2868 # the proper values into config.h.in to produce config.h. And first:
2869 # Protect against being on the right side of a sed subst in config.status.
2870 # Protect against being in an unquoted here document in config.status.
2872 cat > conftest.hdr <<\EOF
2875 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2879 sed -n -f conftest.hdr confdefs.h > conftest.vals
2882 # This sed command replaces #undef with comments. This is necessary, for
2883 # example, in the case of _POSIX_SOURCE, which is predefined and required
2884 # on some systems where configure will not decide to define it.
2885 cat >> conftest.vals <<\EOF
2886 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2889 # Break up conftest.vals because some shells have a limit on
2890 # the size of here documents, and old seds have small limits too.
2895 ac_lines=`grep -c . conftest.vals`
2896 # grep -c gives empty output for an empty file on some AIX systems.
2897 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2898 # Write a limited-size here document to conftest.frag.
2899 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2900 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2902 sed -f conftest.frag conftest.in > conftest.out
2904 mv conftest.out conftest.in
2906 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2908 mv conftest.tail conftest.vals
2912 cat >> $CONFIG_STATUS <<\EOF
2913 rm -f conftest.frag conftest.h
2914 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2915 cat conftest.in >> conftest.h
2917 if cmp -s $ac_file conftest.h 2>/dev/null; then
2918 echo "$ac_file is unchanged"
2921 # Remove last slash and all that follows it. Not all systems have dirname.
2922 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2923 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2924 # The file is in a subdirectory.
2925 test ! -d "$ac_dir" && mkdir "$ac_dir"
2928 mv conftest.h $ac_file
2933 cat >> $CONFIG_STATUS <<EOF
2936 cat >> $CONFIG_STATUS <<\EOF
2940 chmod +x $CONFIG_STATUS
2941 rm -fr confdefs* $ac_clean_files
2942 test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1