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.
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.13"
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"
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=
525 export PACKAGE=swftools
528 export CFLAGS="-O2 -fomit-frame-pointer"
529 export CXXFLAGS="-O2 -fomit-frame-pointer"
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 \"`echo '$''{'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 \"`echo '$''{'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
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 \"`echo '$''{'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 $LDFLAGS) works""... $ac_c" 1>&6
647 echo "configure:648: checking whether the C compiler ($CC $CFLAGS $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 $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
689 echo "configure:690: checking whether the C compiler ($CC $CFLAGS $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 \"`echo '$''{'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 \"`echo '$''{'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 \"`echo '$''{'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 \"`echo '$''{'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 $LDFLAGS) works""... $ac_c" 1>&6
870 echo "configure:871: checking whether the C++ compiler ($CXX $CXXFLAGS $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 $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
912 echo "configure:913: checking whether the C++ compiler ($CXX $CXXFLAGS $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 \"`echo '$''{'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 \"`echo '$''{'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 \"`echo '$''{'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 \"`echo '$''{'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=$ac_aux_dir/config.guess
1049 ac_config_sub=$ac_aux_dir/config.sub
1050 ac_configure=$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 \"`echo '$''{'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.
1085 ac_cv_path_install="$ac_dir/$ac_prog -c"
1096 if test "${ac_cv_path_install+set}" = set; then
1097 INSTALL="$ac_cv_path_install"
1099 # As a last resort, use the slow shell script. We don't cache a
1100 # path for INSTALL within a source directory, because that will
1101 # break other packages using the cache if that directory is
1102 # removed, or if the path is relative.
1103 INSTALL="$ac_install_sh"
1106 echo "$ac_t""$INSTALL" 1>&6
1108 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1109 # It thinks the first close brace ends the variable substitution.
1110 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1112 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1114 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1116 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1117 echo "configure:1118: checking whether ln -s works" >&5
1118 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1119 echo $ac_n "(cached) $ac_c" 1>&6
1122 if ln -s X conftestdata 2>/dev/null
1125 ac_cv_prog_LN_S="ln -s"
1130 LN_S="$ac_cv_prog_LN_S"
1131 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1132 echo "$ac_t""yes" 1>&6
1134 echo "$ac_t""no" 1>&6
1137 for ac_prog in gzip uncompress compress
1139 # Extract the first word of "$ac_prog", so it can be a program name with args.
1140 set dummy $ac_prog; ac_word=$2
1141 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1142 echo "configure:1143: checking for $ac_word" >&5
1143 if eval "test \"`echo '$''{'ac_cv_prog_UNCOMPRESS'+set}'`\" = set"; then
1144 echo $ac_n "(cached) $ac_c" 1>&6
1146 if test -n "$UNCOMPRESS"; then
1147 ac_cv_prog_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test.
1149 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1151 for ac_dir in $ac_dummy; do
1152 test -z "$ac_dir" && ac_dir=.
1153 if test -f $ac_dir/$ac_word; then
1154 ac_cv_prog_UNCOMPRESS="$ac_prog"
1161 UNCOMPRESS="$ac_cv_prog_UNCOMPRESS"
1162 if test -n "$UNCOMPRESS"; then
1163 echo "$ac_t""$UNCOMPRESS" 1>&6
1165 echo "$ac_t""no" 1>&6
1168 test -n "$UNCOMPRESS" && break
1172 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1173 echo "configure:1174: checking for Cygwin environment" >&5
1174 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1175 echo $ac_n "(cached) $ac_c" 1>&6
1177 cat > conftest.$ac_ext <<EOF
1178 #line 1179 "configure"
1179 #include "confdefs.h"
1184 #define __CYGWIN__ __CYGWIN32__
1189 if { (eval echo configure:1190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1193 echo "configure: failed program was:" >&5
1194 cat conftest.$ac_ext >&5
1202 echo "$ac_t""$ac_cv_cygwin" 1>&6
1204 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1205 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1206 echo "configure:1207: checking for mingw32 environment" >&5
1207 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1208 echo $ac_n "(cached) $ac_c" 1>&6
1210 cat > conftest.$ac_ext <<EOF
1211 #line 1212 "configure"
1212 #include "confdefs.h"
1218 if { (eval echo configure:1219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1222 echo "configure: failed program was:" >&5
1223 cat conftest.$ac_ext >&5
1231 echo "$ac_t""$ac_cv_mingw32" 1>&6
1233 test "$ac_cv_mingw32" = yes && MINGW32=yes
1236 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1237 echo "configure:1238: checking for executable suffix" >&5
1238 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1239 echo $ac_n "(cached) $ac_c" 1>&6
1241 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1245 echo 'int main () { return 0; }' > conftest.$ac_ext
1247 if { (eval echo configure:1248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1248 for file in conftest.*; do
1250 *.c | *.o | *.obj) ;;
1251 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1255 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1258 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1263 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1264 echo "$ac_t""${ac_cv_exeext}" 1>&6
1268 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
1269 echo "configure:1270: checking for sin in -lm" >&5
1270 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
1271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1272 echo $ac_n "(cached) $ac_c" 1>&6
1274 ac_save_LIBS="$LIBS"
1276 cat > conftest.$ac_ext <<EOF
1277 #line 1278 "configure"
1278 #include "confdefs.h"
1279 /* Override any gcc2 internal prototype to avoid an error. */
1280 /* We use char because int might match the return type of a gcc2
1281 builtin and then its argument prototype would still apply. */
1288 if { (eval echo configure:1289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1290 eval "ac_cv_lib_$ac_lib_var=yes"
1292 echo "configure: failed program was:" >&5
1293 cat conftest.$ac_ext >&5
1295 eval "ac_cv_lib_$ac_lib_var=no"
1298 LIBS="$ac_save_LIBS"
1301 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1302 echo "$ac_t""yes" 1>&6
1303 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1304 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1305 cat >> confdefs.h <<EOF
1306 #define $ac_tr_lib 1
1312 echo "$ac_t""no" 1>&6
1313 echo "Error: Math library not found.";
1318 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
1319 echo "configure:1320: checking for deflate in -lz" >&5
1320 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
1321 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1322 echo $ac_n "(cached) $ac_c" 1>&6
1324 ac_save_LIBS="$LIBS"
1326 cat > conftest.$ac_ext <<EOF
1327 #line 1328 "configure"
1328 #include "confdefs.h"
1329 /* Override any gcc2 internal prototype to avoid an error. */
1330 /* We use char because int might match the return type of a gcc2
1331 builtin and then its argument prototype would still apply. */
1338 if { (eval echo configure:1339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1340 eval "ac_cv_lib_$ac_lib_var=yes"
1342 echo "configure: failed program was:" >&5
1343 cat conftest.$ac_ext >&5
1345 eval "ac_cv_lib_$ac_lib_var=no"
1348 LIBS="$ac_save_LIBS"
1351 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1352 echo "$ac_t""yes" 1>&6
1353 ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1354 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1355 cat >> confdefs.h <<EOF
1356 #define $ac_tr_lib 1
1362 echo "$ac_t""no" 1>&6
1363 echo "Error: The zlib compression library is required."
1364 DISABLEPDF2SWF=true;
1365 MISSINGLIBS="${MISSINGLIBS} zlib"
1369 echo $ac_n "checking for jpeg_write_raw_data in -ljpeg""... $ac_c" 1>&6
1370 echo "configure:1371: checking for jpeg_write_raw_data in -ljpeg" >&5
1371 ac_lib_var=`echo jpeg'_'jpeg_write_raw_data | sed 'y%./+-%__p_%'`
1372 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1373 echo $ac_n "(cached) $ac_c" 1>&6
1375 ac_save_LIBS="$LIBS"
1377 cat > conftest.$ac_ext <<EOF
1378 #line 1379 "configure"
1379 #include "confdefs.h"
1380 /* Override any gcc2 internal prototype to avoid an error. */
1381 /* We use char because int might match the return type of a gcc2
1382 builtin and then its argument prototype would still apply. */
1383 char jpeg_write_raw_data();
1386 jpeg_write_raw_data()
1389 if { (eval echo configure:1390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1391 eval "ac_cv_lib_$ac_lib_var=yes"
1393 echo "configure: failed program was:" >&5
1394 cat conftest.$ac_ext >&5
1396 eval "ac_cv_lib_$ac_lib_var=no"
1399 LIBS="$ac_save_LIBS"
1402 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1403 echo "$ac_t""yes" 1>&6
1404 ac_tr_lib=HAVE_LIB`echo jpeg | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1405 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1406 cat >> confdefs.h <<EOF
1407 #define $ac_tr_lib 1
1413 echo "$ac_t""no" 1>&6
1414 DISABLEPDF2SWF=true;
1415 DISABLEJPEG2SWF=true;
1416 MISSINGLIBS="${MISSINGLIBS} jpeglib"
1420 echo $ac_n "checking for T1_LoadFont in -lt1""... $ac_c" 1>&6
1421 echo "configure:1422: checking for T1_LoadFont in -lt1" >&5
1422 ac_lib_var=`echo t1'_'T1_LoadFont | sed 'y%./+-%__p_%'`
1423 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1424 echo $ac_n "(cached) $ac_c" 1>&6
1426 ac_save_LIBS="$LIBS"
1428 cat > conftest.$ac_ext <<EOF
1429 #line 1430 "configure"
1430 #include "confdefs.h"
1431 /* Override any gcc2 internal prototype to avoid an error. */
1432 /* We use char because int might match the return type of a gcc2
1433 builtin and then its argument prototype would still apply. */
1440 if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1442 eval "ac_cv_lib_$ac_lib_var=yes"
1444 echo "configure: failed program was:" >&5
1445 cat conftest.$ac_ext >&5
1447 eval "ac_cv_lib_$ac_lib_var=no"
1450 LIBS="$ac_save_LIBS"
1453 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1454 echo "$ac_t""yes" 1>&6
1455 ac_tr_lib=HAVE_LIB`echo t1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1456 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1457 cat >> confdefs.h <<EOF
1458 #define $ac_tr_lib 1
1464 echo "$ac_t""no" 1>&6
1465 DISABLEPDF2SWF=true;
1466 MISSINGLIBS="${MISSINGLIBS} T1lib"
1472 echo $ac_n "checking for byte order""... $ac_c" 1>&6
1473 echo "configure:1474: checking for byte order" >&5
1474 if test "$cross_compiling" = yes; then
1477 cat > conftest.$ac_ext <<EOF
1478 #line 1479 "configure"
1479 #include "confdefs.h"
1481 int main (int argc, char *argv[])
1488 if { (eval echo configure:1489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1492 echo "configure: failed program was:" >&5
1493 cat conftest.$ac_ext >&5
1502 if test "x${CROSSCOMPILE}" = "x1"; then
1503 echo "$ac_t""we are cross compiling- trying to guess from system type" 1>&6
1505 # Do some error checking and defaulting for the host and target type.
1507 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
1510 # 1. You are not allowed to specify --host, --target, and nonopt at the
1512 # 2. Host defaults to nonopt.
1513 # 3. If nonopt is not specified, then host defaults to the current host,
1514 # as determined by config.guess.
1515 # 4. Target and build default to nonopt.
1516 # 5. If nonopt is not specified, then target and build default to host.
1518 # The aliases save the names the user supplied, while $host etc.
1519 # will get canonicalized.
1520 case $host---$target---$nonopt in
1521 NONE---*---* | *---NONE---* | *---*---NONE) ;;
1522 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1526 # Make sure we can run config.sub.
1527 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1528 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1531 echo $ac_n "checking host system type""... $ac_c" 1>&6
1532 echo "configure:1533: checking host system type" >&5
1535 case "$host_alias" in
1539 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1540 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1542 *) host_alias=$nonopt ;;
1546 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1547 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1548 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1549 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1550 echo "$ac_t""$host" 1>&6
1552 echo $ac_n "checking target system type""... $ac_c" 1>&6
1553 echo "configure:1554: checking target system type" >&5
1555 target_alias=$target
1556 case "$target_alias" in
1559 NONE) target_alias=$host_alias ;;
1560 *) target_alias=$nonopt ;;
1564 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1565 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1566 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1567 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1568 echo "$ac_t""$target" 1>&6
1570 echo $ac_n "checking build system type""... $ac_c" 1>&6
1571 echo "configure:1572: checking build system type" >&5
1574 case "$build_alias" in
1577 NONE) build_alias=$host_alias ;;
1578 *) build_alias=$nonopt ;;
1582 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1583 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1584 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1585 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1586 echo "$ac_t""$build" 1>&6
1588 test "$host_alias" != "$target_alias" &&
1589 test "$program_prefix$program_suffix$program_transform_name" = \
1591 program_prefix=${target_alias}-
1593 echo $ac_n "checking for byte order, try 2""... $ac_c" 1>&6
1594 echo "configure:1595: checking for byte order, try 2" >&5
1599 *sparc* | *68* | *88k* | *mac* | *Mac* | *sun* | *Sun* | *Amiga* | *amiga* )
1606 if test "x${LITTLEENDIAN}" = "x1"; then
1607 echo "$ac_t""little endian" 1>&6
1611 if test "x${BIGENDIAN}" = "x1"; then
1612 echo "$ac_t""big endian" 1>&6
1615 export WORDS_BIGENDIAN
1616 cat >> confdefs.h <<EOF
1617 #define WORDS_BIGENDIAN 1
1621 if test "x${BYTEORDERCHECKOK}" != "x1"; then
1622 echo "$ac_t""unknown" 1>&6
1623 echo Byte order could not determined. Try to insert your system type into aclocal.m4 about line 21
1629 if test "$program_transform_name" = s,x,x,; then
1630 program_transform_name=
1632 # Double any \ or $. echo might interpret backslashes.
1633 cat <<\EOF_SED > conftestsed
1634 s,\\,\\\\,g; s,\$,$$,g
1636 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
1639 test "$program_prefix" != NONE &&
1640 program_transform_name="s,^,${program_prefix},; $program_transform_name"
1641 # Use a double $ so make ignores it.
1642 test "$program_suffix" != NONE &&
1643 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
1645 # sed with no file args requires a program.
1646 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
1652 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
1654 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1655 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
1656 echo "configure:1657: checking for $ac_hdr that defines DIR" >&5
1657 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
1658 echo $ac_n "(cached) $ac_c" 1>&6
1660 cat > conftest.$ac_ext <<EOF
1661 #line 1662 "configure"
1662 #include "confdefs.h"
1663 #include <sys/types.h>
1669 if { (eval echo configure:1670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1671 eval "ac_cv_header_dirent_$ac_safe=yes"
1673 echo "configure: failed program was:" >&5
1674 cat conftest.$ac_ext >&5
1676 eval "ac_cv_header_dirent_$ac_safe=no"
1680 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
1681 echo "$ac_t""yes" 1>&6
1682 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1683 cat >> confdefs.h <<EOF
1684 #define $ac_tr_hdr 1
1686 ac_header_dirent=$ac_hdr; break
1688 echo "$ac_t""no" 1>&6
1691 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1692 if test $ac_header_dirent = dirent.h; then
1693 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
1694 echo "configure:1695: checking for opendir in -ldir" >&5
1695 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
1696 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1697 echo $ac_n "(cached) $ac_c" 1>&6
1699 ac_save_LIBS="$LIBS"
1701 cat > conftest.$ac_ext <<EOF
1702 #line 1703 "configure"
1703 #include "confdefs.h"
1704 /* Override any gcc2 internal prototype to avoid an error. */
1705 /* We use char because int might match the return type of a gcc2
1706 builtin and then its argument prototype would still apply. */
1713 if { (eval echo configure:1714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1715 eval "ac_cv_lib_$ac_lib_var=yes"
1717 echo "configure: failed program was:" >&5
1718 cat conftest.$ac_ext >&5
1720 eval "ac_cv_lib_$ac_lib_var=no"
1723 LIBS="$ac_save_LIBS"
1726 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1727 echo "$ac_t""yes" 1>&6
1730 echo "$ac_t""no" 1>&6
1734 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
1735 echo "configure:1736: checking for opendir in -lx" >&5
1736 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
1737 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1738 echo $ac_n "(cached) $ac_c" 1>&6
1740 ac_save_LIBS="$LIBS"
1742 cat > conftest.$ac_ext <<EOF
1743 #line 1744 "configure"
1744 #include "confdefs.h"
1745 /* Override any gcc2 internal prototype to avoid an error. */
1746 /* We use char because int might match the return type of a gcc2
1747 builtin and then its argument prototype would still apply. */
1754 if { (eval echo configure:1755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1756 eval "ac_cv_lib_$ac_lib_var=yes"
1758 echo "configure: failed program was:" >&5
1759 cat conftest.$ac_ext >&5
1761 eval "ac_cv_lib_$ac_lib_var=no"
1764 LIBS="$ac_save_LIBS"
1767 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1768 echo "$ac_t""yes" 1>&6
1771 echo "$ac_t""no" 1>&6
1776 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1777 echo "configure:1778: checking for ANSI C header files" >&5
1778 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1779 echo $ac_n "(cached) $ac_c" 1>&6
1781 cat > conftest.$ac_ext <<EOF
1782 #line 1783 "configure"
1783 #include "confdefs.h"
1789 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1790 { (eval echo configure:1791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1791 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1792 if test -z "$ac_err"; then
1794 ac_cv_header_stdc=yes
1797 echo "configure: failed program was:" >&5
1798 cat conftest.$ac_ext >&5
1800 ac_cv_header_stdc=no
1804 if test $ac_cv_header_stdc = yes; then
1805 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1806 cat > conftest.$ac_ext <<EOF
1807 #line 1808 "configure"
1808 #include "confdefs.h"
1811 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1812 egrep "memchr" >/dev/null 2>&1; then
1816 ac_cv_header_stdc=no
1822 if test $ac_cv_header_stdc = yes; then
1823 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1824 cat > conftest.$ac_ext <<EOF
1825 #line 1826 "configure"
1826 #include "confdefs.h"
1829 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1830 egrep "free" >/dev/null 2>&1; then
1834 ac_cv_header_stdc=no
1840 if test $ac_cv_header_stdc = yes; then
1841 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1842 if test "$cross_compiling" = yes; then
1845 cat > conftest.$ac_ext <<EOF
1846 #line 1847 "configure"
1847 #include "confdefs.h"
1849 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1850 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1851 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1852 int main () { int i; for (i = 0; i < 256; i++)
1853 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1857 if { (eval echo configure:1858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1861 echo "configure: failed program was:" >&5
1862 cat conftest.$ac_ext >&5
1864 ac_cv_header_stdc=no
1872 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1873 if test $ac_cv_header_stdc = yes; then
1874 cat >> confdefs.h <<\EOF
1875 #define STDC_HEADERS 1
1880 for ac_hdr in math.h fcntl.h limits.h malloc.h unistd.h memory.h zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h
1882 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1883 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1884 echo "configure:1885: checking for $ac_hdr" >&5
1885 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1886 echo $ac_n "(cached) $ac_c" 1>&6
1888 cat > conftest.$ac_ext <<EOF
1889 #line 1890 "configure"
1890 #include "confdefs.h"
1893 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1894 { (eval echo configure:1895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1895 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1896 if test -z "$ac_err"; then
1898 eval "ac_cv_header_$ac_safe=yes"
1901 echo "configure: failed program was:" >&5
1902 cat conftest.$ac_ext >&5
1904 eval "ac_cv_header_$ac_safe=no"
1908 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1909 echo "$ac_t""yes" 1>&6
1910 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1911 cat >> confdefs.h <<EOF
1912 #define $ac_tr_hdr 1
1916 echo "$ac_t""no" 1>&6
1921 if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then
1922 DISABLEPDF2SWF=true;
1923 DISABLEJPEG2SWF=true;
1924 MISSINGLIBS="${MISSINGLIBS} jpeglib.h"
1926 if test "x${ac_cv_header_t1lib_h}" != "xyes"; then
1927 DISABLEPDF2SWF=true;
1928 MISSINGLIBS="${MISSINGLIBS} t1lib.h"
1930 if test "x${ac_cv_header_zlib_h}" != "xyes"; then
1931 DISABLEPDF2SWF=true;
1932 MISSINGLIBS="${MISSINGLIBS} zlib.h"
1935 cat >> confdefs.h <<EOF
1936 #define PACKAGE "$PACKAGE"
1939 cat >> confdefs.h <<EOF
1940 #define VERSION "$VERSION"
1949 echo $ac_n "checking for working const""... $ac_c" 1>&6
1950 echo "configure:1951: checking for working const" >&5
1951 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1952 echo $ac_n "(cached) $ac_c" 1>&6
1954 cat > conftest.$ac_ext <<EOF
1955 #line 1956 "configure"
1956 #include "confdefs.h"
1960 /* Ultrix mips cc rejects this. */
1961 typedef int charset[2]; const charset x;
1962 /* SunOS 4.1.1 cc rejects this. */
1963 char const *const *ccp;
1965 /* NEC SVR4.0.2 mips cc rejects this. */
1966 struct point {int x, y;};
1967 static struct point const zero = {0,0};
1968 /* AIX XL C 1.02.0.0 rejects this.
1969 It does not let you subtract one const X* pointer from another in an arm
1970 of an if-expression whose if-part is not a constant expression */
1971 const char *g = "string";
1972 ccp = &g + (g ? g-g : 0);
1973 /* HPUX 7.0 cc rejects these. */
1976 ccp = (char const *const *) p;
1977 { /* SCO 3.2v4 cc rejects this. */
1979 char const *s = 0 ? (char *) 0 : (char const *) 0;
1983 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
1985 const int *foo = &x[0];
1988 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1989 typedef const int *iptr;
1993 { /* AIX XL C 1.02.0.0 rejects this saying
1994 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1995 struct s { int j; const int *ap[3]; };
1996 struct s *b; b->j = 5;
1998 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2004 if { (eval echo configure:2005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2008 echo "configure: failed program was:" >&5
2009 cat conftest.$ac_ext >&5
2016 echo "$ac_t""$ac_cv_c_const" 1>&6
2017 if test $ac_cv_c_const = no; then
2018 cat >> confdefs.h <<\EOF
2024 echo $ac_n "checking for inline""... $ac_c" 1>&6
2025 echo "configure:2026: checking for inline" >&5
2026 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2027 echo $ac_n "(cached) $ac_c" 1>&6
2030 for ac_kw in inline __inline__ __inline; do
2031 cat > conftest.$ac_ext <<EOF
2032 #line 2033 "configure"
2033 #include "confdefs.h"
2039 if { (eval echo configure:2040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2041 ac_cv_c_inline=$ac_kw; break
2043 echo "configure: failed program was:" >&5
2044 cat conftest.$ac_ext >&5
2051 echo "$ac_t""$ac_cv_c_inline" 1>&6
2052 case "$ac_cv_c_inline" in
2054 no) cat >> confdefs.h <<\EOF
2058 *) cat >> confdefs.h <<EOF
2059 #define inline $ac_cv_c_inline
2064 echo $ac_n "checking for off_t""... $ac_c" 1>&6
2065 echo "configure:2066: checking for off_t" >&5
2066 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2067 echo $ac_n "(cached) $ac_c" 1>&6
2069 cat > conftest.$ac_ext <<EOF
2070 #line 2071 "configure"
2071 #include "confdefs.h"
2072 #include <sys/types.h>
2078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2079 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2081 ac_cv_type_off_t=yes
2089 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2090 if test $ac_cv_type_off_t = no; then
2091 cat >> confdefs.h <<\EOF
2097 echo $ac_n "checking for size_t""... $ac_c" 1>&6
2098 echo "configure:2099: checking for size_t" >&5
2099 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2100 echo $ac_n "(cached) $ac_c" 1>&6
2102 cat > conftest.$ac_ext <<EOF
2103 #line 2104 "configure"
2104 #include "confdefs.h"
2105 #include <sys/types.h>
2111 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2112 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2114 ac_cv_type_size_t=yes
2117 ac_cv_type_size_t=no
2122 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2123 if test $ac_cv_type_size_t = no; then
2124 cat >> confdefs.h <<\EOF
2125 #define size_t unsigned
2130 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2131 echo "configure:2132: checking whether struct tm is in sys/time.h or time.h" >&5
2132 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2133 echo $ac_n "(cached) $ac_c" 1>&6
2135 cat > conftest.$ac_ext <<EOF
2136 #line 2137 "configure"
2137 #include "confdefs.h"
2138 #include <sys/types.h>
2141 struct tm *tp; tp->tm_sec;
2144 if { (eval echo configure:2145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2146 ac_cv_struct_tm=time.h
2148 echo "configure: failed program was:" >&5
2149 cat conftest.$ac_ext >&5
2151 ac_cv_struct_tm=sys/time.h
2156 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2157 if test $ac_cv_struct_tm = sys/time.h; then
2158 cat >> confdefs.h <<\EOF
2159 #define TM_IN_SYS_TIME 1
2164 echo $ac_n "checking for boolean""... $ac_c" 1>&6
2165 echo "configure:2166: checking for boolean" >&5
2166 if eval "test \"`echo '$''{'ac_cv_type_boolean'+set}'`\" = set"; then
2167 echo $ac_n "(cached) $ac_c" 1>&6
2169 cat > conftest.$ac_ext <<EOF
2170 #line 2171 "configure"
2171 #include "confdefs.h"
2172 #include <sys/types.h>
2178 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2179 egrep "(^|[^a-zA-Z_0-9])boolean[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2181 ac_cv_type_boolean=yes
2184 ac_cv_type_boolean=no
2189 echo "$ac_t""$ac_cv_type_boolean" 1>&6
2190 if test $ac_cv_type_boolean = no; then
2191 cat >> confdefs.h <<\EOF
2198 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
2199 echo "configure:2200: checking for 8-bit clean memcmp" >&5
2200 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
2201 echo $ac_n "(cached) $ac_c" 1>&6
2203 if test "$cross_compiling" = yes; then
2204 ac_cv_func_memcmp_clean=no
2206 cat > conftest.$ac_ext <<EOF
2207 #line 2208 "configure"
2208 #include "confdefs.h"
2212 char c0 = 0x40, c1 = 0x80, c2 = 0x81;
2213 exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
2217 if { (eval echo configure:2218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2219 ac_cv_func_memcmp_clean=yes
2221 echo "configure: failed program was:" >&5
2222 cat conftest.$ac_ext >&5
2224 ac_cv_func_memcmp_clean=no
2231 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
2232 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
2234 for ac_hdr in unistd.h
2236 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2237 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2238 echo "configure:2239: checking for $ac_hdr" >&5
2239 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2240 echo $ac_n "(cached) $ac_c" 1>&6
2242 cat > conftest.$ac_ext <<EOF
2243 #line 2244 "configure"
2244 #include "confdefs.h"
2247 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2248 { (eval echo configure:2249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2249 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2250 if test -z "$ac_err"; then
2252 eval "ac_cv_header_$ac_safe=yes"
2255 echo "configure: failed program was:" >&5
2256 cat conftest.$ac_ext >&5
2258 eval "ac_cv_header_$ac_safe=no"
2262 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2263 echo "$ac_t""yes" 1>&6
2264 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2265 cat >> confdefs.h <<EOF
2266 #define $ac_tr_hdr 1
2270 echo "$ac_t""no" 1>&6
2274 for ac_func in getpagesize
2276 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2277 echo "configure:2278: checking for $ac_func" >&5
2278 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2279 echo $ac_n "(cached) $ac_c" 1>&6
2281 cat > conftest.$ac_ext <<EOF
2282 #line 2283 "configure"
2283 #include "confdefs.h"
2284 /* System header to define __stub macros and hopefully few prototypes,
2285 which can conflict with char $ac_func(); below. */
2287 /* Override any gcc2 internal prototype to avoid an error. */
2288 /* We use char because int might match the return type of a gcc2
2289 builtin and then its argument prototype would still apply. */
2294 /* The GNU C library defines this for functions which it implements
2295 to always fail with ENOSYS. Some functions are actually named
2296 something starting with __ and the normal name is an alias. */
2297 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2305 if { (eval echo configure:2306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2307 eval "ac_cv_func_$ac_func=yes"
2309 echo "configure: failed program was:" >&5
2310 cat conftest.$ac_ext >&5
2312 eval "ac_cv_func_$ac_func=no"
2317 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2318 echo "$ac_t""yes" 1>&6
2319 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2320 cat >> confdefs.h <<EOF
2321 #define $ac_tr_func 1
2325 echo "$ac_t""no" 1>&6
2329 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2330 echo "configure:2331: checking for working mmap" >&5
2331 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2332 echo $ac_n "(cached) $ac_c" 1>&6
2334 if test "$cross_compiling" = yes; then
2335 ac_cv_func_mmap_fixed_mapped=no
2337 cat > conftest.$ac_ext <<EOF
2338 #line 2339 "configure"
2339 #include "confdefs.h"
2341 /* Thanks to Mike Haertel and Jim Avera for this test.
2342 Here is a matrix of mmap possibilities:
2343 mmap private not fixed
2344 mmap private fixed at somewhere currently unmapped
2345 mmap private fixed at somewhere already mapped
2346 mmap shared not fixed
2347 mmap shared fixed at somewhere currently unmapped
2348 mmap shared fixed at somewhere already mapped
2349 For private mappings, we should verify that changes cannot be read()
2350 back from the file, nor mmap's back from the file at a different
2351 address. (There have been systems where private was not correctly
2352 implemented like the infamous i386 svr4.0, and systems where the
2353 VM page cache was not coherent with the filesystem buffer cache
2354 like early versions of FreeBSD and possibly contemporary NetBSD.)
2355 For shared mappings, we should conversely verify that changes get
2356 propogated back to all the places they're supposed to be.
2358 Grep wants private fixed already mapped.
2359 The main things grep needs to know about mmap are:
2360 * does it exist and is it safe to write into the mmap'd area
2361 * how to use it (BSD variants) */
2362 #include <sys/types.h>
2364 #include <sys/mman.h>
2366 /* This mess was copied from the GNU getpagesize.h. */
2367 #ifndef HAVE_GETPAGESIZE
2368 # ifdef HAVE_UNISTD_H
2369 # include <unistd.h>
2372 /* Assume that all systems that can run configure have sys/param.h. */
2373 # ifndef HAVE_SYS_PARAM_H
2374 # define HAVE_SYS_PARAM_H 1
2377 # ifdef _SC_PAGESIZE
2378 # define getpagesize() sysconf(_SC_PAGESIZE)
2379 # else /* no _SC_PAGESIZE */
2380 # ifdef HAVE_SYS_PARAM_H
2381 # include <sys/param.h>
2382 # ifdef EXEC_PAGESIZE
2383 # define getpagesize() EXEC_PAGESIZE
2384 # else /* no EXEC_PAGESIZE */
2386 # define getpagesize() NBPG * CLSIZE
2389 # endif /* no CLSIZE */
2390 # else /* no NBPG */
2392 # define getpagesize() NBPC
2393 # else /* no NBPC */
2395 # define getpagesize() PAGESIZE
2396 # endif /* PAGESIZE */
2397 # endif /* no NBPC */
2398 # endif /* no NBPG */
2399 # endif /* no EXEC_PAGESIZE */
2400 # else /* no HAVE_SYS_PARAM_H */
2401 # define getpagesize() 8192 /* punt totally */
2402 # endif /* no HAVE_SYS_PARAM_H */
2403 # endif /* no _SC_PAGESIZE */
2405 #endif /* no HAVE_GETPAGESIZE */
2408 extern "C" { void *malloc(unsigned); }
2416 char *data, *data2, *data3;
2420 pagesize = getpagesize();
2423 * First, make a file with some known garbage in it.
2425 data = malloc(pagesize);
2428 for (i = 0; i < pagesize; ++i)
2429 *(data + i) = rand();
2431 fd = creat("conftestmmap", 0600);
2434 if (write(fd, data, pagesize) != pagesize)
2439 * Next, try to mmap the file at a fixed address which
2440 * already has something else allocated at it. If we can,
2441 * also make sure that we see the same garbage.
2443 fd = open("conftestmmap", O_RDWR);
2446 data2 = malloc(2 * pagesize);
2449 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
2450 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
2451 MAP_PRIVATE | MAP_FIXED, fd, 0L))
2453 for (i = 0; i < pagesize; ++i)
2454 if (*(data + i) != *(data2 + i))
2458 * Finally, make sure that changes to the mapped area
2459 * do not percolate back to the file as seen by read().
2460 * (This is a bug on some variants of i386 svr4.0.)
2462 for (i = 0; i < pagesize; ++i)
2463 *(data2 + i) = *(data2 + i) + 1;
2464 data3 = malloc(pagesize);
2467 if (read(fd, data3, pagesize) != pagesize)
2469 for (i = 0; i < pagesize; ++i)
2470 if (*(data + i) != *(data3 + i))
2473 unlink("conftestmmap");
2478 if { (eval echo configure:2479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2480 ac_cv_func_mmap_fixed_mapped=yes
2482 echo "configure: failed program was:" >&5
2483 cat conftest.$ac_ext >&5
2485 ac_cv_func_mmap_fixed_mapped=no
2492 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
2493 if test $ac_cv_func_mmap_fixed_mapped = yes; then
2494 cat >> confdefs.h <<\EOF
2500 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2501 echo "configure:2502: checking for vprintf" >&5
2502 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2503 echo $ac_n "(cached) $ac_c" 1>&6
2505 cat > conftest.$ac_ext <<EOF
2506 #line 2507 "configure"
2507 #include "confdefs.h"
2508 /* System header to define __stub macros and hopefully few prototypes,
2509 which can conflict with char vprintf(); below. */
2511 /* Override any gcc2 internal prototype to avoid an error. */
2512 /* We use char because int might match the return type of a gcc2
2513 builtin and then its argument prototype would still apply. */
2518 /* The GNU C library defines this for functions which it implements
2519 to always fail with ENOSYS. Some functions are actually named
2520 something starting with __ and the normal name is an alias. */
2521 #if defined (__stub_vprintf) || defined (__stub___vprintf)
2529 if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2531 eval "ac_cv_func_vprintf=yes"
2533 echo "configure: failed program was:" >&5
2534 cat conftest.$ac_ext >&5
2536 eval "ac_cv_func_vprintf=no"
2541 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
2542 echo "$ac_t""yes" 1>&6
2543 cat >> confdefs.h <<\EOF
2544 #define HAVE_VPRINTF 1
2548 echo "$ac_t""no" 1>&6
2551 if test "$ac_cv_func_vprintf" != yes; then
2552 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2553 echo "configure:2554: checking for _doprnt" >&5
2554 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2555 echo $ac_n "(cached) $ac_c" 1>&6
2557 cat > conftest.$ac_ext <<EOF
2558 #line 2559 "configure"
2559 #include "confdefs.h"
2560 /* System header to define __stub macros and hopefully few prototypes,
2561 which can conflict with char _doprnt(); below. */
2563 /* Override any gcc2 internal prototype to avoid an error. */
2564 /* We use char because int might match the return type of a gcc2
2565 builtin and then its argument prototype would still apply. */
2570 /* The GNU C library defines this for functions which it implements
2571 to always fail with ENOSYS. Some functions are actually named
2572 something starting with __ and the normal name is an alias. */
2573 #if defined (__stub__doprnt) || defined (__stub____doprnt)
2581 if { (eval echo configure:2582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2583 eval "ac_cv_func__doprnt=yes"
2585 echo "configure: failed program was:" >&5
2586 cat conftest.$ac_ext >&5
2588 eval "ac_cv_func__doprnt=no"
2593 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
2594 echo "$ac_t""yes" 1>&6
2595 cat >> confdefs.h <<\EOF
2596 #define HAVE_DOPRNT 1
2600 echo "$ac_t""no" 1>&6
2605 for ac_func in getcwd putenv socket strcspn strdup strerror strstr lrand48 rand srand48 srand
2607 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2608 echo "configure:2609: checking for $ac_func" >&5
2609 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2610 echo $ac_n "(cached) $ac_c" 1>&6
2612 cat > conftest.$ac_ext <<EOF
2613 #line 2614 "configure"
2614 #include "confdefs.h"
2615 /* System header to define __stub macros and hopefully few prototypes,
2616 which can conflict with char $ac_func(); below. */
2618 /* Override any gcc2 internal prototype to avoid an error. */
2619 /* We use char because int might match the return type of a gcc2
2620 builtin and then its argument prototype would still apply. */
2625 /* The GNU C library defines this for functions which it implements
2626 to always fail with ENOSYS. Some functions are actually named
2627 something starting with __ and the normal name is an alias. */
2628 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2636 if { (eval echo configure:2637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2638 eval "ac_cv_func_$ac_func=yes"
2640 echo "configure: failed program was:" >&5
2641 cat conftest.$ac_ext >&5
2643 eval "ac_cv_func_$ac_func=no"
2648 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2649 echo "$ac_t""yes" 1>&6
2650 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2651 cat >> confdefs.h <<EOF
2652 #define $ac_tr_func 1
2656 echo "$ac_t""no" 1>&6
2661 if test "x${UNCOMPRESS}" = "xgzip"; then
2662 cat >> confdefs.h <<EOF
2669 export JPEG2SWF='jpeg2swf$(EXEEXT)'
2670 if test "x${DISABLEPDF2SWF}" = "xtrue"; then
2671 echo "***************************************************"
2672 echo "The following headers/libraries are missing: " ${MISSINGLIBS}
2673 echo "Disabling pdf2swf tool..."
2674 rm -f pdf2swf/Makefile
2675 echo all: > pdf2swf/Makefile
2676 echo install: >> pdf2swf/Makefile
2677 if test "x${DISABLEJPEG2SWF}" = "xtrue"; then
2678 echo "Disabling jpeg2swf tool..."
2681 echo "***************************************************"
2682 FILES="./release Makefile lib/Makefile src/Makefile swfs/Makefile"
2684 FILES="./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile"
2689 cat > confcache <<\EOF
2690 # This file is a shell script that caches the results of configure
2691 # tests run on this system so they can be shared between configure
2692 # scripts and configure runs. It is not useful on other systems.
2693 # If it contains results you don't want to keep, you may remove or edit it.
2695 # By default, configure uses ./config.cache as the cache file,
2696 # creating it if it does not exist already. You can give configure
2697 # the --cache-file=FILE option to use a different cache file; that is
2698 # what configure does when it calls configure scripts in
2699 # subdirectories, so they share the cache.
2700 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2701 # config.status only pays attention to the cache file if you give it the
2702 # --recheck option to rerun configure.
2705 # The following way of writing the cache mishandles newlines in values,
2706 # but we know of no workaround that is simple, portable, and efficient.
2707 # So, don't put newlines in cache variables' values.
2708 # Ultrix sh set writes to stderr and can't be redirected directly,
2709 # and sets the high bit in the cache file unless we assign to the vars.
2711 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2713 # `set' does not quote correctly, so add quotes (double-quote substitution
2714 # turns \\\\ into \\, and sed turns \\ into \).
2716 -e "s/'/'\\\\''/g" \
2717 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2720 # `set' quotes correctly as required by POSIX, so do not add quotes.
2721 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2724 if cmp -s $cache_file confcache; then
2727 if test -w $cache_file; then
2728 echo "updating cache $cache_file"
2729 cat confcache > $cache_file
2731 echo "not updating unwritable cache $cache_file"
2736 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2738 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2739 # Let make expand exec_prefix.
2740 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2742 # Any assignment to VPATH causes Sun make to only execute
2743 # the first set of double-colon rules, so remove it if not needed.
2744 # If there is a colon in the path, we need to keep it.
2745 if test "x$srcdir" = x.; then
2746 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2749 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2751 DEFS=-DHAVE_CONFIG_H
2753 # Without the "./", some shells look in PATH for config.status.
2754 : ${CONFIG_STATUS=./config.status}
2756 echo creating $CONFIG_STATUS
2757 rm -f $CONFIG_STATUS
2758 cat > $CONFIG_STATUS <<EOF
2760 # Generated automatically by configure.
2761 # Run this file to recreate the current configuration.
2762 # This directory was configured as follows,
2763 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2765 # $0 $ac_configure_args
2767 # Compiler output produced by configure, useful for debugging
2768 # configure, is in ./config.log if it exists.
2770 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2773 case "\$ac_option" in
2774 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2775 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2776 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2777 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2778 echo "$CONFIG_STATUS generated by autoconf version 2.13"
2780 -help | --help | --hel | --he | --h)
2781 echo "\$ac_cs_usage"; exit 0 ;;
2782 *) echo "\$ac_cs_usage"; exit 1 ;;
2786 ac_given_srcdir=$srcdir
2787 ac_given_INSTALL="$INSTALL"
2789 trap 'rm -fr `echo "${FILES} config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2791 cat >> $CONFIG_STATUS <<EOF
2793 # Protect against being on the right side of a sed subst in config.status.
2794 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2795 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2799 s%@CFLAGS@%$CFLAGS%g
2800 s%@CPPFLAGS@%$CPPFLAGS%g
2801 s%@CXXFLAGS@%$CXXFLAGS%g
2802 s%@FFLAGS@%$FFLAGS%g
2804 s%@LDFLAGS@%$LDFLAGS%g
2806 s%@exec_prefix@%$exec_prefix%g
2807 s%@prefix@%$prefix%g
2808 s%@program_transform_name@%$program_transform_name%g
2809 s%@bindir@%$bindir%g
2810 s%@sbindir@%$sbindir%g
2811 s%@libexecdir@%$libexecdir%g
2812 s%@datadir@%$datadir%g
2813 s%@sysconfdir@%$sysconfdir%g
2814 s%@sharedstatedir@%$sharedstatedir%g
2815 s%@localstatedir@%$localstatedir%g
2816 s%@libdir@%$libdir%g
2817 s%@includedir@%$includedir%g
2818 s%@oldincludedir@%$oldincludedir%g
2819 s%@infodir@%$infodir%g
2820 s%@mandir@%$mandir%g
2824 s%@RANLIB@%$RANLIB%g
2825 s%@SET_MAKE@%$SET_MAKE%g
2826 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2827 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2828 s%@INSTALL_DATA@%$INSTALL_DATA%g
2830 s%@UNCOMPRESS@%$UNCOMPRESS%g
2831 s%@EXEEXT@%$EXEEXT%g
2833 s%@host_alias@%$host_alias%g
2834 s%@host_cpu@%$host_cpu%g
2835 s%@host_vendor@%$host_vendor%g
2836 s%@host_os@%$host_os%g
2837 s%@target@%$target%g
2838 s%@target_alias@%$target_alias%g
2839 s%@target_cpu@%$target_cpu%g
2840 s%@target_vendor@%$target_vendor%g
2841 s%@target_os@%$target_os%g
2843 s%@build_alias@%$build_alias%g
2844 s%@build_cpu@%$build_cpu%g
2845 s%@build_vendor@%$build_vendor%g
2846 s%@build_os@%$build_os%g
2847 s%@WORDS_BIGENDIAN@%$WORDS_BIGENDIAN%g
2848 s%@PACKAGE@%$PACKAGE%g
2849 s%@VERSION@%$VERSION%g
2850 s%@HAVE_UNISTD_H@%$HAVE_UNISTD_H%g
2851 s%@LIBOBJS@%$LIBOBJS%g
2852 s%@USE_GZIP@%$USE_GZIP%g
2853 s%@JPEG2SWF@%$JPEG2SWF%g
2858 cat >> $CONFIG_STATUS <<\EOF
2860 # Split the substitutions into bite-sized pieces for seds with
2861 # small command number limits, like on Digital OSF/1 and HP-UX.
2862 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2863 ac_file=1 # Number of current file.
2864 ac_beg=1 # First line for current file.
2865 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2868 while $ac_more_lines; do
2869 if test $ac_beg -gt 1; then
2870 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2872 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2874 if test ! -s conftest.s$ac_file; then
2876 rm -f conftest.s$ac_file
2878 if test -z "$ac_sed_cmds"; then
2879 ac_sed_cmds="sed -f conftest.s$ac_file"
2881 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2883 ac_file=`expr $ac_file + 1`
2885 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2888 if test -z "$ac_sed_cmds"; then
2893 cat >> $CONFIG_STATUS <<EOF
2895 CONFIG_FILES=\${CONFIG_FILES-"${FILES}"}
2897 cat >> $CONFIG_STATUS <<\EOF
2898 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2899 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2901 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2902 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2903 *) ac_file_in="${ac_file}.in" ;;
2906 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2908 # Remove last slash and all that follows it. Not all systems have dirname.
2909 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2910 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2911 # The file is in a subdirectory.
2912 test ! -d "$ac_dir" && mkdir "$ac_dir"
2913 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2914 # A "../" for each directory in $ac_dir_suffix.
2915 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2917 ac_dir_suffix= ac_dots=
2920 case "$ac_given_srcdir" in
2922 if test -z "$ac_dots"; then top_srcdir=.
2923 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2924 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2926 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2927 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2930 case "$ac_given_INSTALL" in
2931 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2932 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2935 echo creating "$ac_file"
2937 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2939 *Makefile*) ac_comsub="1i\\
2940 # $configure_input" ;;
2944 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2946 s%@configure_input@%$configure_input%g
2947 s%@srcdir@%$srcdir%g
2948 s%@top_srcdir@%$top_srcdir%g
2949 s%@INSTALL@%$INSTALL%g
2950 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2954 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2955 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2957 # ac_d sets the value in "#define NAME VALUE" lines.
2958 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2959 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2962 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2963 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2964 ac_uB='\([ ]\)%\1#\2define\3'
2967 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2968 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2969 ac_eB='$%\1#\2define\3'
2973 if test "${CONFIG_HEADERS+set}" != set; then
2975 cat >> $CONFIG_STATUS <<EOF
2976 CONFIG_HEADERS="config.h"
2978 cat >> $CONFIG_STATUS <<\EOF
2980 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2981 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2983 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2984 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2985 *) ac_file_in="${ac_file}.in" ;;
2988 echo creating $ac_file
2990 rm -f conftest.frag conftest.in conftest.out
2991 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2992 cat $ac_file_inputs > conftest.in
2996 # Transform confdefs.h into a sed script conftest.vals that substitutes
2997 # the proper values into config.h.in to produce config.h. And first:
2998 # Protect against being on the right side of a sed subst in config.status.
2999 # Protect against being in an unquoted here document in config.status.
3001 cat > conftest.hdr <<\EOF
3004 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3008 sed -n -f conftest.hdr confdefs.h > conftest.vals
3011 # This sed command replaces #undef with comments. This is necessary, for
3012 # example, in the case of _POSIX_SOURCE, which is predefined and required
3013 # on some systems where configure will not decide to define it.
3014 cat >> conftest.vals <<\EOF
3015 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3018 # Break up conftest.vals because some shells have a limit on
3019 # the size of here documents, and old seds have small limits too.
3024 ac_lines=`grep -c . conftest.vals`
3025 # grep -c gives empty output for an empty file on some AIX systems.
3026 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3027 # Write a limited-size here document to conftest.frag.
3028 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3029 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3031 sed -f conftest.frag conftest.in > conftest.out
3033 mv conftest.out conftest.in
3035 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3037 mv conftest.tail conftest.vals
3041 cat >> $CONFIG_STATUS <<\EOF
3042 rm -f conftest.frag conftest.h
3043 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3044 cat conftest.in >> conftest.h
3046 if cmp -s $ac_file conftest.h 2>/dev/null; then
3047 echo "$ac_file is unchanged"
3050 # Remove last slash and all that follows it. Not all systems have dirname.
3051 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3052 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3053 # The file is in a subdirectory.
3054 test ! -d "$ac_dir" && mkdir "$ac_dir"
3057 mv conftest.h $ac_file
3062 cat >> $CONFIG_STATUS <<EOF
3065 cat >> $CONFIG_STATUS <<\EOF
3069 chmod +x $CONFIG_STATUS
3070 rm -fr confdefs* $ac_clean_files
3071 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1