Generated from configure.in
[swftools.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --with-x                use the X Window System"
16
17 # Initialize some variables set by options.
18 # The variables have the same names as the options, with
19 # dashes changed to underlines.
20 build=NONE
21 cache_file=./config.cache
22 exec_prefix=NONE
23 host=NONE
24 no_create=
25 nonopt=NONE
26 no_recursion=
27 prefix=NONE
28 program_prefix=NONE
29 program_suffix=NONE
30 program_transform_name=s,x,x,
31 silent=
32 site=
33 srcdir=
34 target=NONE
35 verbose=
36 x_includes=NONE
37 x_libraries=NONE
38 bindir='${exec_prefix}/bin'
39 sbindir='${exec_prefix}/sbin'
40 libexecdir='${exec_prefix}/libexec'
41 datadir='${prefix}/share'
42 sysconfdir='${prefix}/etc'
43 sharedstatedir='${prefix}/com'
44 localstatedir='${prefix}/var'
45 libdir='${exec_prefix}/lib'
46 includedir='${prefix}/include'
47 oldincludedir='/usr/include'
48 infodir='${prefix}/info'
49 mandir='${prefix}/man'
50
51 # Initialize some other variables.
52 subdirs=
53 MFLAGS= MAKEFLAGS=
54 SHELL=${CONFIG_SHELL-/bin/sh}
55 # Maximum number of lines to put in a shell here document.
56 ac_max_here_lines=12
57
58 ac_prev=
59 for ac_option
60 do
61
62   # If the previous option needs an argument, assign it.
63   if test -n "$ac_prev"; then
64     eval "$ac_prev=\$ac_option"
65     ac_prev=
66     continue
67   fi
68
69   case "$ac_option" in
70   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
71   *) ac_optarg= ;;
72   esac
73
74   # Accept the important Cygnus configure options, so we can diagnose typos.
75
76   case "$ac_option" in
77
78   -bindir | --bindir | --bindi | --bind | --bin | --bi)
79     ac_prev=bindir ;;
80   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
81     bindir="$ac_optarg" ;;
82
83   -build | --build | --buil | --bui | --bu)
84     ac_prev=build ;;
85   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
86     build="$ac_optarg" ;;
87
88   -cache-file | --cache-file | --cache-fil | --cache-fi \
89   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
90     ac_prev=cache_file ;;
91   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
92   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
93     cache_file="$ac_optarg" ;;
94
95   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
96     ac_prev=datadir ;;
97   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
98   | --da=*)
99     datadir="$ac_optarg" ;;
100
101   -disable-* | --disable-*)
102     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
103     # Reject names that are not valid shell variable names.
104     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
105       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
106     fi
107     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
108     eval "enable_${ac_feature}=no" ;;
109
110   -enable-* | --enable-*)
111     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
112     # Reject names that are not valid shell variable names.
113     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
114       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
115     fi
116     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
117     case "$ac_option" in
118       *=*) ;;
119       *) ac_optarg=yes ;;
120     esac
121     eval "enable_${ac_feature}='$ac_optarg'" ;;
122
123   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
124   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
125   | --exec | --exe | --ex)
126     ac_prev=exec_prefix ;;
127   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
128   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
129   | --exec=* | --exe=* | --ex=*)
130     exec_prefix="$ac_optarg" ;;
131
132   -gas | --gas | --ga | --g)
133     # Obsolete; use --with-gas.
134     with_gas=yes ;;
135
136   -help | --help | --hel | --he)
137     # Omit some internal or obsolete options to make the list less imposing.
138     # This message is too long to be a string in the A/UX 3.1 sh.
139     cat << EOF
140 Usage: configure [options] [host]
141 Options: [defaults in brackets after descriptions]
142 Configuration:
143   --cache-file=FILE       cache test results in FILE
144   --help                  print this message
145   --no-create             do not create output files
146   --quiet, --silent       do not print \`checking...' messages
147   --version               print the version of autoconf that created configure
148 Directory and file names:
149   --prefix=PREFIX         install architecture-independent files in PREFIX
150                           [$ac_default_prefix]
151   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
152                           [same as prefix]
153   --bindir=DIR            user executables in DIR [EPREFIX/bin]
154   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
155   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
156   --datadir=DIR           read-only architecture-independent data in DIR
157                           [PREFIX/share]
158   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
159   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
160                           [PREFIX/com]
161   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
162   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
163   --includedir=DIR        C header files in DIR [PREFIX/include]
164   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
165   --infodir=DIR           info documentation in DIR [PREFIX/info]
166   --mandir=DIR            man documentation in DIR [PREFIX/man]
167   --srcdir=DIR            find the sources in DIR [configure dir or ..]
168   --program-prefix=PREFIX prepend PREFIX to installed program names
169   --program-suffix=SUFFIX append SUFFIX to installed program names
170   --program-transform-name=PROGRAM
171                           run sed PROGRAM on installed program names
172 EOF
173     cat << EOF
174 Host type:
175   --build=BUILD           configure for building on BUILD [BUILD=HOST]
176   --host=HOST             configure for HOST [guessed]
177   --target=TARGET         configure for TARGET [TARGET=HOST]
178 Features and packages:
179   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
180   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
181   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
182   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
183   --x-includes=DIR        X include files are in DIR
184   --x-libraries=DIR       X library files are in DIR
185 EOF
186     if test -n "$ac_help"; then
187       echo "--enable and --with options recognized:$ac_help"
188     fi
189     exit 0 ;;
190
191   -host | --host | --hos | --ho)
192     ac_prev=host ;;
193   -host=* | --host=* | --hos=* | --ho=*)
194     host="$ac_optarg" ;;
195
196   -includedir | --includedir | --includedi | --included | --include \
197   | --includ | --inclu | --incl | --inc)
198     ac_prev=includedir ;;
199   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200   | --includ=* | --inclu=* | --incl=* | --inc=*)
201     includedir="$ac_optarg" ;;
202
203   -infodir | --infodir | --infodi | --infod | --info | --inf)
204     ac_prev=infodir ;;
205   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206     infodir="$ac_optarg" ;;
207
208   -libdir | --libdir | --libdi | --libd)
209     ac_prev=libdir ;;
210   -libdir=* | --libdir=* | --libdi=* | --libd=*)
211     libdir="$ac_optarg" ;;
212
213   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214   | --libexe | --libex | --libe)
215     ac_prev=libexecdir ;;
216   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217   | --libexe=* | --libex=* | --libe=*)
218     libexecdir="$ac_optarg" ;;
219
220   -localstatedir | --localstatedir | --localstatedi | --localstated \
221   | --localstate | --localstat | --localsta | --localst \
222   | --locals | --local | --loca | --loc | --lo)
223     ac_prev=localstatedir ;;
224   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227     localstatedir="$ac_optarg" ;;
228
229   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230     ac_prev=mandir ;;
231   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232     mandir="$ac_optarg" ;;
233
234   -nfp | --nfp | --nf)
235     # Obsolete; use --without-fp.
236     with_fp=no ;;
237
238   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239   | --no-cr | --no-c)
240     no_create=yes ;;
241
242   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244     no_recursion=yes ;;
245
246   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248   | --oldin | --oldi | --old | --ol | --o)
249     ac_prev=oldincludedir ;;
250   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253     oldincludedir="$ac_optarg" ;;
254
255   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256     ac_prev=prefix ;;
257   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258     prefix="$ac_optarg" ;;
259
260   -program-prefix | --program-prefix | --program-prefi | --program-pref \
261   | --program-pre | --program-pr | --program-p)
262     ac_prev=program_prefix ;;
263   -program-prefix=* | --program-prefix=* | --program-prefi=* \
264   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265     program_prefix="$ac_optarg" ;;
266
267   -program-suffix | --program-suffix | --program-suffi | --program-suff \
268   | --program-suf | --program-su | --program-s)
269     ac_prev=program_suffix ;;
270   -program-suffix=* | --program-suffix=* | --program-suffi=* \
271   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272     program_suffix="$ac_optarg" ;;
273
274   -program-transform-name | --program-transform-name \
275   | --program-transform-nam | --program-transform-na \
276   | --program-transform-n | --program-transform- \
277   | --program-transform | --program-transfor \
278   | --program-transfo | --program-transf \
279   | --program-trans | --program-tran \
280   | --progr-tra | --program-tr | --program-t)
281     ac_prev=program_transform_name ;;
282   -program-transform-name=* | --program-transform-name=* \
283   | --program-transform-nam=* | --program-transform-na=* \
284   | --program-transform-n=* | --program-transform-=* \
285   | --program-transform=* | --program-transfor=* \
286   | --program-transfo=* | --program-transf=* \
287   | --program-trans=* | --program-tran=* \
288   | --progr-tra=* | --program-tr=* | --program-t=*)
289     program_transform_name="$ac_optarg" ;;
290
291   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292   | -silent | --silent | --silen | --sile | --sil)
293     silent=yes ;;
294
295   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296     ac_prev=sbindir ;;
297   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298   | --sbi=* | --sb=*)
299     sbindir="$ac_optarg" ;;
300
301   -sharedstatedir | --sharedstatedir | --sharedstatedi \
302   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303   | --sharedst | --shareds | --shared | --share | --shar \
304   | --sha | --sh)
305     ac_prev=sharedstatedir ;;
306   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309   | --sha=* | --sh=*)
310     sharedstatedir="$ac_optarg" ;;
311
312   -site | --site | --sit)
313     ac_prev=site ;;
314   -site=* | --site=* | --sit=*)
315     site="$ac_optarg" ;;
316
317   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
318     ac_prev=srcdir ;;
319   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
320     srcdir="$ac_optarg" ;;
321
322   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
323   | --syscon | --sysco | --sysc | --sys | --sy)
324     ac_prev=sysconfdir ;;
325   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
326   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
327     sysconfdir="$ac_optarg" ;;
328
329   -target | --target | --targe | --targ | --tar | --ta | --t)
330     ac_prev=target ;;
331   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
332     target="$ac_optarg" ;;
333
334   -v | -verbose | --verbose | --verbos | --verbo | --verb)
335     verbose=yes ;;
336
337   -version | --version | --versio | --versi | --vers)
338     echo "configure generated by autoconf version 2.13"
339     exit 0 ;;
340
341   -with-* | --with-*)
342     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
343     # Reject names that are not valid shell variable names.
344     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
345       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
346     fi
347     ac_package=`echo $ac_package| sed 's/-/_/g'`
348     case "$ac_option" in
349       *=*) ;;
350       *) ac_optarg=yes ;;
351     esac
352     eval "with_${ac_package}='$ac_optarg'" ;;
353
354   -without-* | --without-*)
355     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
356     # Reject names that are not valid shell variable names.
357     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
358       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
359     fi
360     ac_package=`echo $ac_package| sed 's/-/_/g'`
361     eval "with_${ac_package}=no" ;;
362
363   --x)
364     # Obsolete; use --with-x.
365     with_x=yes ;;
366
367   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
368   | --x-incl | --x-inc | --x-in | --x-i)
369     ac_prev=x_includes ;;
370   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
371   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
372     x_includes="$ac_optarg" ;;
373
374   -x-libraries | --x-libraries | --x-librarie | --x-librari \
375   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
376     ac_prev=x_libraries ;;
377   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
378   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
379     x_libraries="$ac_optarg" ;;
380
381   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
382     ;;
383
384   *)
385     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
386       echo "configure: warning: $ac_option: invalid host type" 1>&2
387     fi
388     if test "x$nonopt" != xNONE; then
389       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
390     fi
391     nonopt="$ac_option"
392     ;;
393
394   esac
395 done
396
397 if test -n "$ac_prev"; then
398   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
399 fi
400
401 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
402
403 # File descriptor usage:
404 # 0 standard input
405 # 1 file creation
406 # 2 errors and warnings
407 # 3 some systems may open it to /dev/tty
408 # 4 used on the Kubota Titan
409 # 6 checking for... messages and results
410 # 5 compiler messages saved in config.log
411 if test "$silent" = yes; then
412   exec 6>/dev/null
413 else
414   exec 6>&1
415 fi
416 exec 5>./config.log
417
418 echo "\
419 This file contains any messages produced by compilers while
420 running configure, to aid debugging if configure makes a mistake.
421 " 1>&5
422
423 # Strip out --no-create and --no-recursion so they do not pile up.
424 # Also quote any args containing shell metacharacters.
425 ac_configure_args=
426 for ac_arg
427 do
428   case "$ac_arg" in
429   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
430   | --no-cr | --no-c) ;;
431   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
432   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
433   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
434   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
435   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
436   esac
437 done
438
439 # NLS nuisances.
440 # Only set these to C if already set.  These must not be set unconditionally
441 # because not all systems understand e.g. LANG=C (notably SCO).
442 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
443 # Non-C LC_CTYPE values break the ctype check.
444 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
445 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
446 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
447 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
448
449 # confdefs.h avoids OS command line length limits that DEFS can exceed.
450 rm -rf conftest* confdefs.h
451 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
452 echo > confdefs.h
453
454 # A filename unique to this package, relative to the directory that
455 # configure is in, which we can look for to find out if srcdir is correct.
456 ac_unique_file=pdf2swf/swfoutput.h
457
458 # Find the source files, if location was not specified.
459 if test -z "$srcdir"; then
460   ac_srcdir_defaulted=yes
461   # Try the directory containing this script, then its parent.
462   ac_prog=$0
463   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
464   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
465   srcdir=$ac_confdir
466   if test ! -r $srcdir/$ac_unique_file; then
467     srcdir=..
468   fi
469 else
470   ac_srcdir_defaulted=no
471 fi
472 if test ! -r $srcdir/$ac_unique_file; then
473   if test "$ac_srcdir_defaulted" = yes; then
474     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
475   else
476     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
477   fi
478 fi
479 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
480
481 # Prefer explicitly selected file to automatically selected ones.
482 if test -z "$CONFIG_SITE"; then
483   if test "x$prefix" != xNONE; then
484     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
485   else
486     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
487   fi
488 fi
489 for ac_site_file in $CONFIG_SITE; do
490   if test -r "$ac_site_file"; then
491     echo "loading site script $ac_site_file"
492     . "$ac_site_file"
493   fi
494 done
495
496 if test -r "$cache_file"; then
497   echo "loading cache $cache_file"
498   . $cache_file
499 else
500   echo "creating cache $cache_file"
501   > $cache_file
502 fi
503
504 ac_ext=c
505 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
506 ac_cpp='$CPP $CPPFLAGS'
507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
509 cross_compiling=$ac_cv_prog_cc_cross
510
511 ac_exeext=
512 ac_objext=o
513 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
514   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
515   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
516     ac_n= ac_c='
517 ' ac_t='        '
518   else
519     ac_n=-n ac_c= ac_t=
520   fi
521 else
522   ac_n= ac_c='\c' ac_t=
523 fi
524
525
526 ac_aux_dir=
527 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
528   if test -f $ac_dir/install-sh; then
529     ac_aux_dir=$ac_dir
530     ac_install_sh="$ac_aux_dir/install-sh -c"
531     break
532   elif test -f $ac_dir/install.sh; then
533     ac_aux_dir=$ac_dir
534     ac_install_sh="$ac_aux_dir/install.sh -c"
535     break
536   fi
537 done
538 if test -z "$ac_aux_dir"; then
539   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
540 fi
541 ac_config_guess=$ac_aux_dir/config.guess
542 ac_config_sub=$ac_aux_dir/config.sub
543 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
544
545 # Find a good install program.  We prefer a C program (faster),
546 # so one script is as good as another.  But avoid the broken or
547 # incompatible versions:
548 # SysV /etc/install, /usr/sbin/install
549 # SunOS /usr/etc/install
550 # IRIX /sbin/install
551 # AIX /bin/install
552 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
553 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
554 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
555 # ./install, which can be erroneously created by make from ./install.sh.
556 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
557 echo "configure:558: checking for a BSD compatible install" >&5
558 if test -z "$INSTALL"; then
559 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
560   echo $ac_n "(cached) $ac_c" 1>&6
561 else
562     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
563   for ac_dir in $PATH; do
564     # Account for people who put trailing slashes in PATH elements.
565     case "$ac_dir/" in
566     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
567     *)
568       # OSF1 and SCO ODT 3.0 have their own names for install.
569       # Don't use installbsd from OSF since it installs stuff as root
570       # by default.
571       for ac_prog in ginstall scoinst install; do
572         if test -f $ac_dir/$ac_prog; then
573           if test $ac_prog = install &&
574             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
575             # AIX install.  It has an incompatible calling convention.
576             :
577           else
578             ac_cv_path_install="$ac_dir/$ac_prog -c"
579             break 2
580           fi
581         fi
582       done
583       ;;
584     esac
585   done
586   IFS="$ac_save_IFS"
587
588 fi
589   if test "${ac_cv_path_install+set}" = set; then
590     INSTALL="$ac_cv_path_install"
591   else
592     # As a last resort, use the slow shell script.  We don't cache a
593     # path for INSTALL within a source directory, because that will
594     # break other packages using the cache if that directory is
595     # removed, or if the path is relative.
596     INSTALL="$ac_install_sh"
597   fi
598 fi
599 echo "$ac_t""$INSTALL" 1>&6
600
601 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
602 # It thinks the first close brace ends the variable substitution.
603 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
604
605 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
606
607 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
608
609 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
610 echo "configure:611: checking whether build environment is sane" >&5
611 # Just in case
612 sleep 1
613 echo timestamp > conftestfile
614 # Do `set' in a subshell so we don't clobber the current shell's
615 # arguments.  Must try -L first in case configure is actually a
616 # symlink; some systems play weird games with the mod time of symlinks
617 # (eg FreeBSD returns the mod time of the symlink's containing
618 # directory).
619 if (
620    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
621    if test "$*" = "X"; then
622       # -L didn't work.
623       set X `ls -t $srcdir/configure conftestfile`
624    fi
625    if test "$*" != "X $srcdir/configure conftestfile" \
626       && test "$*" != "X conftestfile $srcdir/configure"; then
627
628       # If neither matched, then we have a broken ls.  This can happen
629       # if, for instance, CONFIG_SHELL is bash and it inherits a
630       # broken ls alias from the environment.  This has actually
631       # happened.  Such a system could not be considered "sane".
632       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
633 alias in your environment" 1>&2; exit 1; }
634    fi
635
636    test "$2" = conftestfile
637    )
638 then
639    # Ok.
640    :
641 else
642    { echo "configure: error: newly created file is older than distributed files!
643 Check your system clock" 1>&2; exit 1; }
644 fi
645 rm -f conftest*
646 echo "$ac_t""yes" 1>&6
647 if test "$program_transform_name" = s,x,x,; then
648   program_transform_name=
649 else
650   # Double any \ or $.  echo might interpret backslashes.
651   cat <<\EOF_SED > conftestsed
652 s,\\,\\\\,g; s,\$,$$,g
653 EOF_SED
654   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
655   rm -f conftestsed
656 fi
657 test "$program_prefix" != NONE &&
658   program_transform_name="s,^,${program_prefix},; $program_transform_name"
659 # Use a double $ so make ignores it.
660 test "$program_suffix" != NONE &&
661   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
662
663 # sed with no file args requires a program.
664 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
665
666 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
667 echo "configure:668: checking whether ${MAKE-make} sets \${MAKE}" >&5
668 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
669 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
670   echo $ac_n "(cached) $ac_c" 1>&6
671 else
672   cat > conftestmake <<\EOF
673 all:
674         @echo 'ac_maketemp="${MAKE}"'
675 EOF
676 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
677 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
678 if test -n "$ac_maketemp"; then
679   eval ac_cv_prog_make_${ac_make}_set=yes
680 else
681   eval ac_cv_prog_make_${ac_make}_set=no
682 fi
683 rm -f conftestmake
684 fi
685 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
686   echo "$ac_t""yes" 1>&6
687   SET_MAKE=
688 else
689   echo "$ac_t""no" 1>&6
690   SET_MAKE="MAKE=${MAKE-make}"
691 fi
692
693
694 PACKAGE=swftools
695
696 VERSION=0.0.2
697
698 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
699   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
700 fi
701 cat >> confdefs.h <<EOF
702 #define PACKAGE "$PACKAGE"
703 EOF
704
705 cat >> confdefs.h <<EOF
706 #define VERSION "$VERSION"
707 EOF
708
709
710
711 missing_dir=`cd $ac_aux_dir && pwd`
712 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
713 echo "configure:714: checking for working aclocal" >&5
714 # Run test in a subshell; some versions of sh will print an error if
715 # an executable is not found, even if stderr is redirected.
716 # Redirect stdin to placate older versions of autoconf.  Sigh.
717 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
718    ACLOCAL=aclocal
719    echo "$ac_t""found" 1>&6
720 else
721    ACLOCAL="$missing_dir/missing aclocal"
722    echo "$ac_t""missing" 1>&6
723 fi
724
725 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
726 echo "configure:727: checking for working autoconf" >&5
727 # Run test in a subshell; some versions of sh will print an error if
728 # an executable is not found, even if stderr is redirected.
729 # Redirect stdin to placate older versions of autoconf.  Sigh.
730 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
731    AUTOCONF=autoconf
732    echo "$ac_t""found" 1>&6
733 else
734    AUTOCONF="$missing_dir/missing autoconf"
735    echo "$ac_t""missing" 1>&6
736 fi
737
738 echo $ac_n "checking for working automake""... $ac_c" 1>&6
739 echo "configure:740: checking for working automake" >&5
740 # Run test in a subshell; some versions of sh will print an error if
741 # an executable is not found, even if stderr is redirected.
742 # Redirect stdin to placate older versions of autoconf.  Sigh.
743 if (automake --version) < /dev/null > /dev/null 2>&1; then
744    AUTOMAKE=automake
745    echo "$ac_t""found" 1>&6
746 else
747    AUTOMAKE="$missing_dir/missing automake"
748    echo "$ac_t""missing" 1>&6
749 fi
750
751 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
752 echo "configure:753: checking for working autoheader" >&5
753 # Run test in a subshell; some versions of sh will print an error if
754 # an executable is not found, even if stderr is redirected.
755 # Redirect stdin to placate older versions of autoconf.  Sigh.
756 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
757    AUTOHEADER=autoheader
758    echo "$ac_t""found" 1>&6
759 else
760    AUTOHEADER="$missing_dir/missing autoheader"
761    echo "$ac_t""missing" 1>&6
762 fi
763
764 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
765 echo "configure:766: checking for working makeinfo" >&5
766 # Run test in a subshell; some versions of sh will print an error if
767 # an executable is not found, even if stderr is redirected.
768 # Redirect stdin to placate older versions of autoconf.  Sigh.
769 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
770    MAKEINFO=makeinfo
771    echo "$ac_t""found" 1>&6
772 else
773    MAKEINFO="$missing_dir/missing makeinfo"
774    echo "$ac_t""missing" 1>&6
775 fi
776
777
778 if test "$program_transform_name" = s,x,x,; then
779   program_transform_name=
780 else
781   # Double any \ or $.  echo might interpret backslashes.
782   cat <<\EOF_SED > conftestsed
783 s,\\,\\\\,g; s,\$,$$,g
784 EOF_SED
785   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
786   rm -f conftestsed
787 fi
788 test "$program_prefix" != NONE &&
789   program_transform_name="s,^,${program_prefix},; $program_transform_name"
790 # Use a double $ so make ignores it.
791 test "$program_suffix" != NONE &&
792   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
793
794 # sed with no file args requires a program.
795 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
796
797
798 export CFLAGS
799 CFLAGS="-O2 -fomit-frame-pointer"
800 export CXXFLAGS
801 CXXFLAGS="-O2 -fomit-frame-pointer"
802  for ac_prog in mawk gawk nawk awk
803 do
804 # Extract the first word of "$ac_prog", so it can be a program name with args.
805 set dummy $ac_prog; ac_word=$2
806 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
807 echo "configure:808: checking for $ac_word" >&5
808 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
809   echo $ac_n "(cached) $ac_c" 1>&6
810 else
811   if test -n "$AWK"; then
812   ac_cv_prog_AWK="$AWK" # Let the user override the test.
813 else
814   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
815   ac_dummy="$PATH"
816   for ac_dir in $ac_dummy; do
817     test -z "$ac_dir" && ac_dir=.
818     if test -f $ac_dir/$ac_word; then
819       ac_cv_prog_AWK="$ac_prog"
820       break
821     fi
822   done
823   IFS="$ac_save_ifs"
824 fi
825 fi
826 AWK="$ac_cv_prog_AWK"
827 if test -n "$AWK"; then
828   echo "$ac_t""$AWK" 1>&6
829 else
830   echo "$ac_t""no" 1>&6
831 fi
832
833 test -n "$AWK" && break
834 done
835
836  # Extract the first word of "gcc", so it can be a program name with args.
837 set dummy gcc; ac_word=$2
838 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
839 echo "configure:840: checking for $ac_word" >&5
840 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
841   echo $ac_n "(cached) $ac_c" 1>&6
842 else
843   if test -n "$CC"; then
844   ac_cv_prog_CC="$CC" # Let the user override the test.
845 else
846   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
847   ac_dummy="$PATH"
848   for ac_dir in $ac_dummy; do
849     test -z "$ac_dir" && ac_dir=.
850     if test -f $ac_dir/$ac_word; then
851       ac_cv_prog_CC="gcc"
852       break
853     fi
854   done
855   IFS="$ac_save_ifs"
856 fi
857 fi
858 CC="$ac_cv_prog_CC"
859 if test -n "$CC"; then
860   echo "$ac_t""$CC" 1>&6
861 else
862   echo "$ac_t""no" 1>&6
863 fi
864
865 if test -z "$CC"; then
866   # Extract the first word of "cc", so it can be a program name with args.
867 set dummy cc; ac_word=$2
868 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
869 echo "configure:870: checking for $ac_word" >&5
870 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
871   echo $ac_n "(cached) $ac_c" 1>&6
872 else
873   if test -n "$CC"; then
874   ac_cv_prog_CC="$CC" # Let the user override the test.
875 else
876   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
877   ac_prog_rejected=no
878   ac_dummy="$PATH"
879   for ac_dir in $ac_dummy; do
880     test -z "$ac_dir" && ac_dir=.
881     if test -f $ac_dir/$ac_word; then
882       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
883         ac_prog_rejected=yes
884         continue
885       fi
886       ac_cv_prog_CC="cc"
887       break
888     fi
889   done
890   IFS="$ac_save_ifs"
891 if test $ac_prog_rejected = yes; then
892   # We found a bogon in the path, so make sure we never use it.
893   set dummy $ac_cv_prog_CC
894   shift
895   if test $# -gt 0; then
896     # We chose a different compiler from the bogus one.
897     # However, it has the same basename, so the bogon will be chosen
898     # first if we set CC to just the basename; use the full file name.
899     shift
900     set dummy "$ac_dir/$ac_word" "$@"
901     shift
902     ac_cv_prog_CC="$@"
903   fi
904 fi
905 fi
906 fi
907 CC="$ac_cv_prog_CC"
908 if test -n "$CC"; then
909   echo "$ac_t""$CC" 1>&6
910 else
911   echo "$ac_t""no" 1>&6
912 fi
913
914   if test -z "$CC"; then
915     case "`uname -s`" in
916     *win32* | *WIN32*)
917       # Extract the first word of "cl", so it can be a program name with args.
918 set dummy cl; ac_word=$2
919 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
920 echo "configure:921: checking for $ac_word" >&5
921 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
922   echo $ac_n "(cached) $ac_c" 1>&6
923 else
924   if test -n "$CC"; then
925   ac_cv_prog_CC="$CC" # Let the user override the test.
926 else
927   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
928   ac_dummy="$PATH"
929   for ac_dir in $ac_dummy; do
930     test -z "$ac_dir" && ac_dir=.
931     if test -f $ac_dir/$ac_word; then
932       ac_cv_prog_CC="cl"
933       break
934     fi
935   done
936   IFS="$ac_save_ifs"
937 fi
938 fi
939 CC="$ac_cv_prog_CC"
940 if test -n "$CC"; then
941   echo "$ac_t""$CC" 1>&6
942 else
943   echo "$ac_t""no" 1>&6
944 fi
945  ;;
946     esac
947   fi
948   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
949 fi
950
951 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
952 echo "configure:953: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
953
954 ac_ext=c
955 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
956 ac_cpp='$CPP $CPPFLAGS'
957 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
958 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
959 cross_compiling=$ac_cv_prog_cc_cross
960
961 cat > conftest.$ac_ext << EOF
962
963 #line 964 "configure"
964 #include "confdefs.h"
965
966 main(){return(0);}
967 EOF
968 if { (eval echo configure:969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
969   ac_cv_prog_cc_works=yes
970   # If we can't run a trivial program, we are probably using a cross compiler.
971   if (./conftest; exit) 2>/dev/null; then
972     ac_cv_prog_cc_cross=no
973   else
974     ac_cv_prog_cc_cross=yes
975   fi
976 else
977   echo "configure: failed program was:" >&5
978   cat conftest.$ac_ext >&5
979   ac_cv_prog_cc_works=no
980 fi
981 rm -fr conftest*
982 ac_ext=c
983 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
984 ac_cpp='$CPP $CPPFLAGS'
985 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
986 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
987 cross_compiling=$ac_cv_prog_cc_cross
988
989 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
990 if test $ac_cv_prog_cc_works = no; then
991   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
992 fi
993 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
994 echo "configure:995: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
995 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
996 cross_compiling=$ac_cv_prog_cc_cross
997
998 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
999 echo "configure:1000: checking whether we are using GNU C" >&5
1000 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1001   echo $ac_n "(cached) $ac_c" 1>&6
1002 else
1003   cat > conftest.c <<EOF
1004 #ifdef __GNUC__
1005   yes;
1006 #endif
1007 EOF
1008 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1009   ac_cv_prog_gcc=yes
1010 else
1011   ac_cv_prog_gcc=no
1012 fi
1013 fi
1014
1015 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1016
1017 if test $ac_cv_prog_gcc = yes; then
1018   GCC=yes
1019 else
1020   GCC=
1021 fi
1022
1023 ac_test_CFLAGS="${CFLAGS+set}"
1024 ac_save_CFLAGS="$CFLAGS"
1025 CFLAGS=
1026 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1027 echo "configure:1028: checking whether ${CC-cc} accepts -g" >&5
1028 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1029   echo $ac_n "(cached) $ac_c" 1>&6
1030 else
1031   echo 'void f(){}' > conftest.c
1032 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1033   ac_cv_prog_cc_g=yes
1034 else
1035   ac_cv_prog_cc_g=no
1036 fi
1037 rm -f conftest*
1038
1039 fi
1040
1041 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1042 if test "$ac_test_CFLAGS" = set; then
1043   CFLAGS="$ac_save_CFLAGS"
1044 elif test $ac_cv_prog_cc_g = yes; then
1045   if test "$GCC" = yes; then
1046     CFLAGS="-g -O2"
1047   else
1048     CFLAGS="-g"
1049   fi
1050 else
1051   if test "$GCC" = yes; then
1052     CFLAGS="-O2"
1053   else
1054     CFLAGS=
1055   fi
1056 fi
1057
1058  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1059 echo "configure:1060: checking how to run the C preprocessor" >&5
1060 # On Suns, sometimes $CPP names a directory.
1061 if test -n "$CPP" && test -d "$CPP"; then
1062   CPP=
1063 fi
1064 if test -z "$CPP"; then
1065 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1066   echo $ac_n "(cached) $ac_c" 1>&6
1067 else
1068     # This must be in double quotes, not single quotes, because CPP may get
1069   # substituted into the Makefile and "${CC-cc}" will confuse make.
1070   CPP="${CC-cc} -E"
1071   # On the NeXT, cc -E runs the code through the compiler's parser,
1072   # not just through cpp.
1073   cat > conftest.$ac_ext <<EOF
1074 #line 1075 "configure"
1075 #include "confdefs.h"
1076 #include <assert.h>
1077 Syntax Error
1078 EOF
1079 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1080 { (eval echo configure:1081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1081 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1082 if test -z "$ac_err"; then
1083   :
1084 else
1085   echo "$ac_err" >&5
1086   echo "configure: failed program was:" >&5
1087   cat conftest.$ac_ext >&5
1088   rm -rf conftest*
1089   CPP="${CC-cc} -E -traditional-cpp"
1090   cat > conftest.$ac_ext <<EOF
1091 #line 1092 "configure"
1092 #include "confdefs.h"
1093 #include <assert.h>
1094 Syntax Error
1095 EOF
1096 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1097 { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1098 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1099 if test -z "$ac_err"; then
1100   :
1101 else
1102   echo "$ac_err" >&5
1103   echo "configure: failed program was:" >&5
1104   cat conftest.$ac_ext >&5
1105   rm -rf conftest*
1106   CPP="${CC-cc} -nologo -E"
1107   cat > conftest.$ac_ext <<EOF
1108 #line 1109 "configure"
1109 #include "confdefs.h"
1110 #include <assert.h>
1111 Syntax Error
1112 EOF
1113 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1114 { (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1115 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1116 if test -z "$ac_err"; then
1117   :
1118 else
1119   echo "$ac_err" >&5
1120   echo "configure: failed program was:" >&5
1121   cat conftest.$ac_ext >&5
1122   rm -rf conftest*
1123   CPP=/lib/cpp
1124 fi
1125 rm -f conftest*
1126 fi
1127 rm -f conftest*
1128 fi
1129 rm -f conftest*
1130   ac_cv_prog_CPP="$CPP"
1131 fi
1132   CPP="$ac_cv_prog_CPP"
1133 else
1134   ac_cv_prog_CPP="$CPP"
1135 fi
1136 echo "$ac_t""$CPP" 1>&6
1137
1138  for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
1139 do
1140 # Extract the first word of "$ac_prog", so it can be a program name with args.
1141 set dummy $ac_prog; ac_word=$2
1142 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1143 echo "configure:1144: checking for $ac_word" >&5
1144 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1145   echo $ac_n "(cached) $ac_c" 1>&6
1146 else
1147   if test -n "$CXX"; then
1148   ac_cv_prog_CXX="$CXX" # Let the user override the test.
1149 else
1150   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1151   ac_dummy="$PATH"
1152   for ac_dir in $ac_dummy; do
1153     test -z "$ac_dir" && ac_dir=.
1154     if test -f $ac_dir/$ac_word; then
1155       ac_cv_prog_CXX="$ac_prog"
1156       break
1157     fi
1158   done
1159   IFS="$ac_save_ifs"
1160 fi
1161 fi
1162 CXX="$ac_cv_prog_CXX"
1163 if test -n "$CXX"; then
1164   echo "$ac_t""$CXX" 1>&6
1165 else
1166   echo "$ac_t""no" 1>&6
1167 fi
1168
1169 test -n "$CXX" && break
1170 done
1171 test -n "$CXX" || CXX="gcc"
1172
1173
1174 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1175 echo "configure:1176: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1176
1177 ac_ext=C
1178 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1179 ac_cpp='$CXXCPP $CPPFLAGS'
1180 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1181 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1182 cross_compiling=$ac_cv_prog_cxx_cross
1183
1184 cat > conftest.$ac_ext << EOF
1185
1186 #line 1187 "configure"
1187 #include "confdefs.h"
1188
1189 int main(){return(0);}
1190 EOF
1191 if { (eval echo configure:1192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1192   ac_cv_prog_cxx_works=yes
1193   # If we can't run a trivial program, we are probably using a cross compiler.
1194   if (./conftest; exit) 2>/dev/null; then
1195     ac_cv_prog_cxx_cross=no
1196   else
1197     ac_cv_prog_cxx_cross=yes
1198   fi
1199 else
1200   echo "configure: failed program was:" >&5
1201   cat conftest.$ac_ext >&5
1202   ac_cv_prog_cxx_works=no
1203 fi
1204 rm -fr conftest*
1205 ac_ext=c
1206 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1207 ac_cpp='$CPP $CPPFLAGS'
1208 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1209 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1210 cross_compiling=$ac_cv_prog_cc_cross
1211
1212 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1213 if test $ac_cv_prog_cxx_works = no; then
1214   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1215 fi
1216 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1217 echo "configure:1218: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1218 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1219 cross_compiling=$ac_cv_prog_cxx_cross
1220
1221 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1222 echo "configure:1223: checking whether we are using GNU C++" >&5
1223 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1224   echo $ac_n "(cached) $ac_c" 1>&6
1225 else
1226   cat > conftest.C <<EOF
1227 #ifdef __GNUC__
1228   yes;
1229 #endif
1230 EOF
1231 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1232   ac_cv_prog_gxx=yes
1233 else
1234   ac_cv_prog_gxx=no
1235 fi
1236 fi
1237
1238 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1239
1240 if test $ac_cv_prog_gxx = yes; then
1241   GXX=yes
1242 else
1243   GXX=
1244 fi
1245
1246 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1247 ac_save_CXXFLAGS="$CXXFLAGS"
1248 CXXFLAGS=
1249 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1250 echo "configure:1251: checking whether ${CXX-g++} accepts -g" >&5
1251 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1252   echo $ac_n "(cached) $ac_c" 1>&6
1253 else
1254   echo 'void f(){}' > conftest.cc
1255 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1256   ac_cv_prog_cxx_g=yes
1257 else
1258   ac_cv_prog_cxx_g=no
1259 fi
1260 rm -f conftest*
1261
1262 fi
1263
1264 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1265 if test "$ac_test_CXXFLAGS" = set; then
1266   CXXFLAGS="$ac_save_CXXFLAGS"
1267 elif test $ac_cv_prog_cxx_g = yes; then
1268   if test "$GXX" = yes; then
1269     CXXFLAGS="-g -O2"
1270   else
1271     CXXFLAGS="-g"
1272   fi
1273 else
1274   if test "$GXX" = yes; then
1275     CXXFLAGS="-O2"
1276   else
1277     CXXFLAGS=
1278   fi
1279 fi
1280
1281  # Extract the first word of "ranlib", so it can be a program name with args.
1282 set dummy ranlib; ac_word=$2
1283 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1284 echo "configure:1285: checking for $ac_word" >&5
1285 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1286   echo $ac_n "(cached) $ac_c" 1>&6
1287 else
1288   if test -n "$RANLIB"; then
1289   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1290 else
1291   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1292   ac_dummy="$PATH"
1293   for ac_dir in $ac_dummy; do
1294     test -z "$ac_dir" && ac_dir=.
1295     if test -f $ac_dir/$ac_word; then
1296       ac_cv_prog_RANLIB="ranlib"
1297       break
1298     fi
1299   done
1300   IFS="$ac_save_ifs"
1301   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1302 fi
1303 fi
1304 RANLIB="$ac_cv_prog_RANLIB"
1305 if test -n "$RANLIB"; then
1306   echo "$ac_t""$RANLIB" 1>&6
1307 else
1308   echo "$ac_t""no" 1>&6
1309 fi
1310
1311  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
1312 echo "configure:1313: checking whether ${MAKE-make} sets \${MAKE}" >&5
1313 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1314 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
1315   echo $ac_n "(cached) $ac_c" 1>&6
1316 else
1317   cat > conftestmake <<\EOF
1318 all:
1319         @echo 'ac_maketemp="${MAKE}"'
1320 EOF
1321 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1322 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
1323 if test -n "$ac_maketemp"; then
1324   eval ac_cv_prog_make_${ac_make}_set=yes
1325 else
1326   eval ac_cv_prog_make_${ac_make}_set=no
1327 fi
1328 rm -f conftestmake
1329 fi
1330 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1331   echo "$ac_t""yes" 1>&6
1332   SET_MAKE=
1333 else
1334   echo "$ac_t""no" 1>&6
1335   SET_MAKE="MAKE=${MAKE-make}"
1336 fi
1337
1338  # Find a good install program.  We prefer a C program (faster),
1339 # so one script is as good as another.  But avoid the broken or
1340 # incompatible versions:
1341 # SysV /etc/install, /usr/sbin/install
1342 # SunOS /usr/etc/install
1343 # IRIX /sbin/install
1344 # AIX /bin/install
1345 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1346 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1347 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1348 # ./install, which can be erroneously created by make from ./install.sh.
1349 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1350 echo "configure:1351: checking for a BSD compatible install" >&5
1351 if test -z "$INSTALL"; then
1352 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1353   echo $ac_n "(cached) $ac_c" 1>&6
1354 else
1355     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1356   for ac_dir in $PATH; do
1357     # Account for people who put trailing slashes in PATH elements.
1358     case "$ac_dir/" in
1359     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1360     *)
1361       # OSF1 and SCO ODT 3.0 have their own names for install.
1362       # Don't use installbsd from OSF since it installs stuff as root
1363       # by default.
1364       for ac_prog in ginstall scoinst install; do
1365         if test -f $ac_dir/$ac_prog; then
1366           if test $ac_prog = install &&
1367             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1368             # AIX install.  It has an incompatible calling convention.
1369             :
1370           else
1371             ac_cv_path_install="$ac_dir/$ac_prog -c"
1372             break 2
1373           fi
1374         fi
1375       done
1376       ;;
1377     esac
1378   done
1379   IFS="$ac_save_IFS"
1380
1381 fi
1382   if test "${ac_cv_path_install+set}" = set; then
1383     INSTALL="$ac_cv_path_install"
1384   else
1385     # As a last resort, use the slow shell script.  We don't cache a
1386     # path for INSTALL within a source directory, because that will
1387     # break other packages using the cache if that directory is
1388     # removed, or if the path is relative.
1389     INSTALL="$ac_install_sh"
1390   fi
1391 fi
1392 echo "$ac_t""$INSTALL" 1>&6
1393
1394 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1395 # It thinks the first close brace ends the variable substitution.
1396 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1397
1398 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1399
1400 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1401
1402  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1403 echo "configure:1404: checking whether ln -s works" >&5
1404 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1405   echo $ac_n "(cached) $ac_c" 1>&6
1406 else
1407   rm -f conftestdata
1408 if ln -s X conftestdata 2>/dev/null
1409 then
1410   rm -f conftestdata
1411   ac_cv_prog_LN_S="ln -s"
1412 else
1413   ac_cv_prog_LN_S=ln
1414 fi
1415 fi
1416 LN_S="$ac_cv_prog_LN_S"
1417 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1418   echo "$ac_t""yes" 1>&6
1419 else
1420   echo "$ac_t""no" 1>&6
1421 fi
1422
1423
1424  echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1425 echo "configure:1426: checking for Cygwin environment" >&5
1426 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1427   echo $ac_n "(cached) $ac_c" 1>&6
1428 else
1429   cat > conftest.$ac_ext <<EOF
1430 #line 1431 "configure"
1431 #include "confdefs.h"
1432
1433 int main() {
1434
1435 #ifndef __CYGWIN__
1436 #define __CYGWIN__ __CYGWIN32__
1437 #endif
1438 return __CYGWIN__;
1439 ; return 0; }
1440 EOF
1441 if { (eval echo configure:1442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1442   rm -rf conftest*
1443   ac_cv_cygwin=yes
1444 else
1445   echo "configure: failed program was:" >&5
1446   cat conftest.$ac_ext >&5
1447   rm -rf conftest*
1448   ac_cv_cygwin=no
1449 fi
1450 rm -f conftest*
1451 rm -f conftest*
1452 fi
1453
1454 echo "$ac_t""$ac_cv_cygwin" 1>&6
1455 CYGWIN=
1456 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1457 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1458 echo "configure:1459: checking for mingw32 environment" >&5
1459 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1460   echo $ac_n "(cached) $ac_c" 1>&6
1461 else
1462   cat > conftest.$ac_ext <<EOF
1463 #line 1464 "configure"
1464 #include "confdefs.h"
1465
1466 int main() {
1467 return __MINGW32__;
1468 ; return 0; }
1469 EOF
1470 if { (eval echo configure:1471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1471   rm -rf conftest*
1472   ac_cv_mingw32=yes
1473 else
1474   echo "configure: failed program was:" >&5
1475   cat conftest.$ac_ext >&5
1476   rm -rf conftest*
1477   ac_cv_mingw32=no
1478 fi
1479 rm -f conftest*
1480 rm -f conftest*
1481 fi
1482
1483 echo "$ac_t""$ac_cv_mingw32" 1>&6
1484 MINGW32=
1485 test "$ac_cv_mingw32" = yes && MINGW32=yes
1486
1487
1488 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1489 echo "configure:1490: checking for executable suffix" >&5
1490 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1491   echo $ac_n "(cached) $ac_c" 1>&6
1492 else
1493   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1494   ac_cv_exeext=.exe
1495 else
1496   rm -f conftest*
1497   echo 'int main () { return 0; }' > conftest.$ac_ext
1498   ac_cv_exeext=
1499   if { (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1500     for file in conftest.*; do
1501       case $file in
1502       *.c | *.o | *.obj) ;;
1503       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1504       esac
1505     done
1506   else
1507     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1508   fi
1509   rm -f conftest*
1510   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1511 fi
1512 fi
1513
1514 EXEEXT=""
1515 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1516 echo "$ac_t""${ac_cv_exeext}" 1>&6
1517 ac_exeext=$EXEEXT
1518
1519
1520  echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
1521 echo "configure:1522: checking for sin in -lm" >&5
1522 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
1523 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1524   echo $ac_n "(cached) $ac_c" 1>&6
1525 else
1526   ac_save_LIBS="$LIBS"
1527 LIBS="-lm  $LIBS"
1528 cat > conftest.$ac_ext <<EOF
1529 #line 1530 "configure"
1530 #include "confdefs.h"
1531 /* Override any gcc2 internal prototype to avoid an error.  */
1532 /* We use char because int might match the return type of a gcc2
1533     builtin and then its argument prototype would still apply.  */
1534 char sin();
1535
1536 int main() {
1537 sin()
1538 ; return 0; }
1539 EOF
1540 if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1541   rm -rf conftest*
1542   eval "ac_cv_lib_$ac_lib_var=yes"
1543 else
1544   echo "configure: failed program was:" >&5
1545   cat conftest.$ac_ext >&5
1546   rm -rf conftest*
1547   eval "ac_cv_lib_$ac_lib_var=no"
1548 fi
1549 rm -f conftest*
1550 LIBS="$ac_save_LIBS"
1551
1552 fi
1553 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1554   echo "$ac_t""yes" 1>&6
1555     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1556     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1557   cat >> confdefs.h <<EOF
1558 #define $ac_tr_lib 1
1559 EOF
1560
1561   LIBS="-lm $LIBS"
1562
1563 else
1564   echo "$ac_t""no" 1>&6
1565 echo "Error: Math library not found.";
1566  exit;
1567  
1568 fi
1569
1570  echo $ac_n "checking for crc32 in -lz""... $ac_c" 1>&6
1571 echo "configure:1572: checking for crc32 in -lz" >&5
1572 ac_lib_var=`echo z'_'crc32 | sed 'y%./+-%__p_%'`
1573 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1574   echo $ac_n "(cached) $ac_c" 1>&6
1575 else
1576   ac_save_LIBS="$LIBS"
1577 LIBS="-lz  $LIBS"
1578 cat > conftest.$ac_ext <<EOF
1579 #line 1580 "configure"
1580 #include "confdefs.h"
1581 /* Override any gcc2 internal prototype to avoid an error.  */
1582 /* We use char because int might match the return type of a gcc2
1583     builtin and then its argument prototype would still apply.  */
1584 char crc32();
1585
1586 int main() {
1587 crc32()
1588 ; return 0; }
1589 EOF
1590 if { (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1591   rm -rf conftest*
1592   eval "ac_cv_lib_$ac_lib_var=yes"
1593 else
1594   echo "configure: failed program was:" >&5
1595   cat conftest.$ac_ext >&5
1596   rm -rf conftest*
1597   eval "ac_cv_lib_$ac_lib_var=no"
1598 fi
1599 rm -f conftest*
1600 LIBS="$ac_save_LIBS"
1601
1602 fi
1603 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1604   echo "$ac_t""yes" 1>&6
1605     ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1606     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1607   cat >> confdefs.h <<EOF
1608 #define $ac_tr_lib 1
1609 EOF
1610
1611   LIBS="-lz $LIBS"
1612
1613 else
1614   echo "$ac_t""no" 1>&6
1615 echo "Error: The zlib compression library is required."
1616  DISABLEPDF2SWF=true; 
1617  MISSINGLIBS="${MISSINGLIBS} zlib"
1618  exit;
1619  
1620 fi
1621
1622  echo $ac_n "checking for jpeg_write_raw_data in -ljpeg""... $ac_c" 1>&6
1623 echo "configure:1624: checking for jpeg_write_raw_data in -ljpeg" >&5
1624 ac_lib_var=`echo jpeg'_'jpeg_write_raw_data | sed 'y%./+-%__p_%'`
1625 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1626   echo $ac_n "(cached) $ac_c" 1>&6
1627 else
1628   ac_save_LIBS="$LIBS"
1629 LIBS="-ljpeg  $LIBS"
1630 cat > conftest.$ac_ext <<EOF
1631 #line 1632 "configure"
1632 #include "confdefs.h"
1633 /* Override any gcc2 internal prototype to avoid an error.  */
1634 /* We use char because int might match the return type of a gcc2
1635     builtin and then its argument prototype would still apply.  */
1636 char jpeg_write_raw_data();
1637
1638 int main() {
1639 jpeg_write_raw_data()
1640 ; return 0; }
1641 EOF
1642 if { (eval echo configure:1643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1643   rm -rf conftest*
1644   eval "ac_cv_lib_$ac_lib_var=yes"
1645 else
1646   echo "configure: failed program was:" >&5
1647   cat conftest.$ac_ext >&5
1648   rm -rf conftest*
1649   eval "ac_cv_lib_$ac_lib_var=no"
1650 fi
1651 rm -f conftest*
1652 LIBS="$ac_save_LIBS"
1653
1654 fi
1655 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1656   echo "$ac_t""yes" 1>&6
1657     ac_tr_lib=HAVE_LIB`echo jpeg | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1658     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1659   cat >> confdefs.h <<EOF
1660 #define $ac_tr_lib 1
1661 EOF
1662
1663   LIBS="-ljpeg $LIBS"
1664
1665 else
1666   echo "$ac_t""no" 1>&6
1667 DISABLEPDF2SWF=true;
1668  DISABLEJPEG2SWF=true;
1669  MISSINGLIBS="${MISSINGLIBS} jpeglib"
1670  
1671 fi
1672
1673  echo $ac_n "checking for T1_LoadFont in -lt1""... $ac_c" 1>&6
1674 echo "configure:1675: checking for T1_LoadFont in -lt1" >&5
1675 ac_lib_var=`echo t1'_'T1_LoadFont | sed 'y%./+-%__p_%'`
1676 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1677   echo $ac_n "(cached) $ac_c" 1>&6
1678 else
1679   ac_save_LIBS="$LIBS"
1680 LIBS="-lt1  $LIBS"
1681 cat > conftest.$ac_ext <<EOF
1682 #line 1683 "configure"
1683 #include "confdefs.h"
1684 /* Override any gcc2 internal prototype to avoid an error.  */
1685 /* We use char because int might match the return type of a gcc2
1686     builtin and then its argument prototype would still apply.  */
1687 char T1_LoadFont();
1688
1689 int main() {
1690 T1_LoadFont()
1691 ; return 0; }
1692 EOF
1693 if { (eval echo configure:1694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1694   rm -rf conftest*
1695   eval "ac_cv_lib_$ac_lib_var=yes"
1696 else
1697   echo "configure: failed program was:" >&5
1698   cat conftest.$ac_ext >&5
1699   rm -rf conftest*
1700   eval "ac_cv_lib_$ac_lib_var=no"
1701 fi
1702 rm -f conftest*
1703 LIBS="$ac_save_LIBS"
1704
1705 fi
1706 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1707   echo "$ac_t""yes" 1>&6
1708     ac_tr_lib=HAVE_LIB`echo t1 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1709     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1710   cat >> confdefs.h <<EOF
1711 #define $ac_tr_lib 1
1712 EOF
1713
1714   LIBS="-lt1 $LIBS"
1715
1716 else
1717   echo "$ac_t""no" 1>&6
1718 DISABLEPDF2SWF=true;
1719  MISSINGLIBS="${MISSINGLIBS} T1lib"
1720  
1721 fi
1722
1723
1724  echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
1725 echo "configure:1726: checking for pthread_create in -lpthread" >&5
1726 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
1727 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1728   echo $ac_n "(cached) $ac_c" 1>&6
1729 else
1730   ac_save_LIBS="$LIBS"
1731 LIBS="-lpthread  $LIBS"
1732 cat > conftest.$ac_ext <<EOF
1733 #line 1734 "configure"
1734 #include "confdefs.h"
1735 /* Override any gcc2 internal prototype to avoid an error.  */
1736 /* We use char because int might match the return type of a gcc2
1737     builtin and then its argument prototype would still apply.  */
1738 char pthread_create();
1739
1740 int main() {
1741 pthread_create()
1742 ; return 0; }
1743 EOF
1744 if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1745   rm -rf conftest*
1746   eval "ac_cv_lib_$ac_lib_var=yes"
1747 else
1748   echo "configure: failed program was:" >&5
1749   cat conftest.$ac_ext >&5
1750   rm -rf conftest*
1751   eval "ac_cv_lib_$ac_lib_var=no"
1752 fi
1753 rm -f conftest*
1754 LIBS="$ac_save_LIBS"
1755
1756 fi
1757 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1758   echo "$ac_t""yes" 1>&6
1759     ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1760     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1761   cat >> confdefs.h <<EOF
1762 #define $ac_tr_lib 1
1763 EOF
1764
1765   LIBS="-lpthread $LIBS"
1766
1767 else
1768   echo "$ac_t""no" 1>&6
1769 fi
1770
1771  echo $ac_n "checking for XFlush in -lX11""... $ac_c" 1>&6
1772 echo "configure:1773: checking for XFlush in -lX11" >&5
1773 ac_lib_var=`echo X11'_'XFlush | sed 'y%./+-%__p_%'`
1774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1775   echo $ac_n "(cached) $ac_c" 1>&6
1776 else
1777   ac_save_LIBS="$LIBS"
1778 LIBS="-lX11  $LIBS"
1779 cat > conftest.$ac_ext <<EOF
1780 #line 1781 "configure"
1781 #include "confdefs.h"
1782 /* Override any gcc2 internal prototype to avoid an error.  */
1783 /* We use char because int might match the return type of a gcc2
1784     builtin and then its argument prototype would still apply.  */
1785 char XFlush();
1786
1787 int main() {
1788 XFlush()
1789 ; return 0; }
1790 EOF
1791 if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1792   rm -rf conftest*
1793   eval "ac_cv_lib_$ac_lib_var=yes"
1794 else
1795   echo "configure: failed program was:" >&5
1796   cat conftest.$ac_ext >&5
1797   rm -rf conftest*
1798   eval "ac_cv_lib_$ac_lib_var=no"
1799 fi
1800 rm -f conftest*
1801 LIBS="$ac_save_LIBS"
1802
1803 fi
1804 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1805   echo "$ac_t""yes" 1>&6
1806     ac_tr_lib=HAVE_LIB`echo X11 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1807     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1808   cat >> confdefs.h <<EOF
1809 #define $ac_tr_lib 1
1810 EOF
1811
1812   LIBS="-lX11 $LIBS"
1813
1814 else
1815   echo "$ac_t""no" 1>&6
1816 fi
1817
1818
1819
1820
1821
1822  # If we find X, set shell vars x_includes and x_libraries to the
1823 # paths, otherwise set no_x=yes.
1824 # Uses ac_ vars as temps to allow command line to override cache and checks.
1825 # --without-x overrides everything else, but does not touch the cache.
1826 echo $ac_n "checking for X""... $ac_c" 1>&6
1827 echo "configure:1828: checking for X" >&5
1828
1829 # Check whether --with-x or --without-x was given.
1830 if test "${with_x+set}" = set; then
1831   withval="$with_x"
1832   :
1833 fi
1834
1835 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
1836 if test "x$with_x" = xno; then
1837   # The user explicitly disabled X.
1838   have_x=disabled
1839 else
1840   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
1841     # Both variables are already set.
1842     have_x=yes
1843   else
1844 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
1845   echo $ac_n "(cached) $ac_c" 1>&6
1846 else
1847   # One or both of the vars are not set, and there is no cached value.
1848 ac_x_includes=NO ac_x_libraries=NO
1849 rm -fr conftestdir
1850 if mkdir conftestdir; then
1851   cd conftestdir
1852   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
1853   cat > Imakefile <<'EOF'
1854 acfindx:
1855         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1856 EOF
1857   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
1858     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1859     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1860     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1861     for ac_extension in a so sl; do
1862       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
1863         test -f $ac_im_libdir/libX11.$ac_extension; then
1864         ac_im_usrlibdir=$ac_im_libdir; break
1865       fi
1866     done
1867     # Screen out bogus values from the imake configuration.  They are
1868     # bogus both because they are the default anyway, and because
1869     # using them would break gcc on systems where it needs fixed includes.
1870     case "$ac_im_incroot" in
1871         /usr/include) ;;
1872         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1873     esac
1874     case "$ac_im_usrlibdir" in
1875         /usr/lib | /lib) ;;
1876         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1877     esac
1878   fi
1879   cd ..
1880   rm -fr conftestdir
1881 fi
1882
1883 if test "$ac_x_includes" = NO; then
1884   # Guess where to find include files, by looking for this one X11 .h file.
1885   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1886
1887   # First, try using that file with no special directory specified.
1888 cat > conftest.$ac_ext <<EOF
1889 #line 1890 "configure"
1890 #include "confdefs.h"
1891 #include <$x_direct_test_include>
1892 EOF
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
1897   rm -rf conftest*
1898   # We can compile using X headers with no special include directory.
1899 ac_x_includes=
1900 else
1901   echo "$ac_err" >&5
1902   echo "configure: failed program was:" >&5
1903   cat conftest.$ac_ext >&5
1904   rm -rf conftest*
1905   # Look for the header file in a standard set of common directories.
1906 # Check X11 before X11Rn because it is often a symlink to the current release.
1907   for ac_dir in               \
1908     /usr/X11/include          \
1909     /usr/X11R6/include        \
1910     /usr/X11R5/include        \
1911     /usr/X11R4/include        \
1912                               \
1913     /usr/include/X11          \
1914     /usr/include/X11R6        \
1915     /usr/include/X11R5        \
1916     /usr/include/X11R4        \
1917                               \
1918     /usr/local/X11/include    \
1919     /usr/local/X11R6/include  \
1920     /usr/local/X11R5/include  \
1921     /usr/local/X11R4/include  \
1922                               \
1923     /usr/local/include/X11    \
1924     /usr/local/include/X11R6  \
1925     /usr/local/include/X11R5  \
1926     /usr/local/include/X11R4  \
1927                               \
1928     /usr/X386/include         \
1929     /usr/x386/include         \
1930     /usr/XFree86/include/X11  \
1931                               \
1932     /usr/include              \
1933     /usr/local/include        \
1934     /usr/unsupported/include  \
1935     /usr/athena/include       \
1936     /usr/local/x11r5/include  \
1937     /usr/lpp/Xamples/include  \
1938                               \
1939     /usr/openwin/include      \
1940     /usr/openwin/share/include \
1941     ; \
1942   do
1943     if test -r "$ac_dir/$x_direct_test_include"; then
1944       ac_x_includes=$ac_dir
1945       break
1946     fi
1947   done
1948 fi
1949 rm -f conftest*
1950 fi # $ac_x_includes = NO
1951
1952 if test "$ac_x_libraries" = NO; then
1953   # Check for the libraries.
1954
1955   test -z "$x_direct_test_library" && x_direct_test_library=Xt
1956   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1957
1958   # See if we find them without any special options.
1959   # Don't add to $LIBS permanently.
1960   ac_save_LIBS="$LIBS"
1961   LIBS="-l$x_direct_test_library $LIBS"
1962 cat > conftest.$ac_ext <<EOF
1963 #line 1964 "configure"
1964 #include "confdefs.h"
1965
1966 int main() {
1967 ${x_direct_test_function}()
1968 ; return 0; }
1969 EOF
1970 if { (eval echo configure:1971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1971   rm -rf conftest*
1972   LIBS="$ac_save_LIBS"
1973 # We can link X programs with no special library path.
1974 ac_x_libraries=
1975 else
1976   echo "configure: failed program was:" >&5
1977   cat conftest.$ac_ext >&5
1978   rm -rf conftest*
1979   LIBS="$ac_save_LIBS"
1980 # First see if replacing the include by lib works.
1981 # Check X11 before X11Rn because it is often a symlink to the current release.
1982 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1983     /usr/X11/lib          \
1984     /usr/X11R6/lib        \
1985     /usr/X11R5/lib        \
1986     /usr/X11R4/lib        \
1987                           \
1988     /usr/lib/X11          \
1989     /usr/lib/X11R6        \
1990     /usr/lib/X11R5        \
1991     /usr/lib/X11R4        \
1992                           \
1993     /usr/local/X11/lib    \
1994     /usr/local/X11R6/lib  \
1995     /usr/local/X11R5/lib  \
1996     /usr/local/X11R4/lib  \
1997                           \
1998     /usr/local/lib/X11    \
1999     /usr/local/lib/X11R6  \
2000     /usr/local/lib/X11R5  \
2001     /usr/local/lib/X11R4  \
2002                           \
2003     /usr/X386/lib         \
2004     /usr/x386/lib         \
2005     /usr/XFree86/lib/X11  \
2006                           \
2007     /usr/lib              \
2008     /usr/local/lib        \
2009     /usr/unsupported/lib  \
2010     /usr/athena/lib       \
2011     /usr/local/x11r5/lib  \
2012     /usr/lpp/Xamples/lib  \
2013     /lib/usr/lib/X11      \
2014                           \
2015     /usr/openwin/lib      \
2016     /usr/openwin/share/lib \
2017     ; \
2018 do
2019   for ac_extension in a so sl; do
2020     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
2021       ac_x_libraries=$ac_dir
2022       break 2
2023     fi
2024   done
2025 done
2026 fi
2027 rm -f conftest*
2028 fi # $ac_x_libraries = NO
2029
2030 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
2031   # Didn't find X anywhere.  Cache the known absence of X.
2032   ac_cv_have_x="have_x=no"
2033 else
2034   # Record where we found X for the cache.
2035   ac_cv_have_x="have_x=yes \
2036                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
2037 fi
2038 fi
2039   fi
2040   eval "$ac_cv_have_x"
2041 fi # $with_x != no
2042
2043 if test "$have_x" != yes; then
2044   echo "$ac_t""$have_x" 1>&6
2045   no_x=yes
2046 else
2047   # If each of the values was on the command line, it overrides each guess.
2048   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
2049   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
2050   # Update the cache value to reflect the command line values.
2051   ac_cv_have_x="have_x=yes \
2052                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
2053   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
2054 fi
2055
2056  ac_header_dirent=no
2057 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
2058 do
2059 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2060 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
2061 echo "configure:2062: checking for $ac_hdr that defines DIR" >&5
2062 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
2063   echo $ac_n "(cached) $ac_c" 1>&6
2064 else
2065   cat > conftest.$ac_ext <<EOF
2066 #line 2067 "configure"
2067 #include "confdefs.h"
2068 #include <sys/types.h>
2069 #include <$ac_hdr>
2070 int main() {
2071 DIR *dirp = 0;
2072 ; return 0; }
2073 EOF
2074 if { (eval echo configure:2075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2075   rm -rf conftest*
2076   eval "ac_cv_header_dirent_$ac_safe=yes"
2077 else
2078   echo "configure: failed program was:" >&5
2079   cat conftest.$ac_ext >&5
2080   rm -rf conftest*
2081   eval "ac_cv_header_dirent_$ac_safe=no"
2082 fi
2083 rm -f conftest*
2084 fi
2085 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
2086   echo "$ac_t""yes" 1>&6
2087     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2088   cat >> confdefs.h <<EOF
2089 #define $ac_tr_hdr 1
2090 EOF
2091  ac_header_dirent=$ac_hdr; break
2092 else
2093   echo "$ac_t""no" 1>&6
2094 fi
2095 done
2096 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
2097 if test $ac_header_dirent = dirent.h; then
2098 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
2099 echo "configure:2100: checking for opendir in -ldir" >&5
2100 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
2101 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2102   echo $ac_n "(cached) $ac_c" 1>&6
2103 else
2104   ac_save_LIBS="$LIBS"
2105 LIBS="-ldir  $LIBS"
2106 cat > conftest.$ac_ext <<EOF
2107 #line 2108 "configure"
2108 #include "confdefs.h"
2109 /* Override any gcc2 internal prototype to avoid an error.  */
2110 /* We use char because int might match the return type of a gcc2
2111     builtin and then its argument prototype would still apply.  */
2112 char opendir();
2113
2114 int main() {
2115 opendir()
2116 ; return 0; }
2117 EOF
2118 if { (eval echo configure:2119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2119   rm -rf conftest*
2120   eval "ac_cv_lib_$ac_lib_var=yes"
2121 else
2122   echo "configure: failed program was:" >&5
2123   cat conftest.$ac_ext >&5
2124   rm -rf conftest*
2125   eval "ac_cv_lib_$ac_lib_var=no"
2126 fi
2127 rm -f conftest*
2128 LIBS="$ac_save_LIBS"
2129
2130 fi
2131 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2132   echo "$ac_t""yes" 1>&6
2133   LIBS="$LIBS -ldir"
2134 else
2135   echo "$ac_t""no" 1>&6
2136 fi
2137
2138 else
2139 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
2140 echo "configure:2141: checking for opendir in -lx" >&5
2141 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
2142 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2143   echo $ac_n "(cached) $ac_c" 1>&6
2144 else
2145   ac_save_LIBS="$LIBS"
2146 LIBS="-lx  $LIBS"
2147 cat > conftest.$ac_ext <<EOF
2148 #line 2149 "configure"
2149 #include "confdefs.h"
2150 /* Override any gcc2 internal prototype to avoid an error.  */
2151 /* We use char because int might match the return type of a gcc2
2152     builtin and then its argument prototype would still apply.  */
2153 char opendir();
2154
2155 int main() {
2156 opendir()
2157 ; return 0; }
2158 EOF
2159 if { (eval echo configure:2160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2160   rm -rf conftest*
2161   eval "ac_cv_lib_$ac_lib_var=yes"
2162 else
2163   echo "configure: failed program was:" >&5
2164   cat conftest.$ac_ext >&5
2165   rm -rf conftest*
2166   eval "ac_cv_lib_$ac_lib_var=no"
2167 fi
2168 rm -f conftest*
2169 LIBS="$ac_save_LIBS"
2170
2171 fi
2172 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2173   echo "$ac_t""yes" 1>&6
2174   LIBS="$LIBS -lx"
2175 else
2176   echo "$ac_t""no" 1>&6
2177 fi
2178
2179 fi
2180
2181  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2182 echo "configure:2183: checking for ANSI C header files" >&5
2183 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2184   echo $ac_n "(cached) $ac_c" 1>&6
2185 else
2186   cat > conftest.$ac_ext <<EOF
2187 #line 2188 "configure"
2188 #include "confdefs.h"
2189 #include <stdlib.h>
2190 #include <stdarg.h>
2191 #include <string.h>
2192 #include <float.h>
2193 EOF
2194 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2195 { (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2196 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2197 if test -z "$ac_err"; then
2198   rm -rf conftest*
2199   ac_cv_header_stdc=yes
2200 else
2201   echo "$ac_err" >&5
2202   echo "configure: failed program was:" >&5
2203   cat conftest.$ac_ext >&5
2204   rm -rf conftest*
2205   ac_cv_header_stdc=no
2206 fi
2207 rm -f conftest*
2208
2209 if test $ac_cv_header_stdc = yes; then
2210   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2211 cat > conftest.$ac_ext <<EOF
2212 #line 2213 "configure"
2213 #include "confdefs.h"
2214 #include <string.h>
2215 EOF
2216 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2217   egrep "memchr" >/dev/null 2>&1; then
2218   :
2219 else
2220   rm -rf conftest*
2221   ac_cv_header_stdc=no
2222 fi
2223 rm -f conftest*
2224
2225 fi
2226
2227 if test $ac_cv_header_stdc = yes; then
2228   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2229 cat > conftest.$ac_ext <<EOF
2230 #line 2231 "configure"
2231 #include "confdefs.h"
2232 #include <stdlib.h>
2233 EOF
2234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2235   egrep "free" >/dev/null 2>&1; then
2236   :
2237 else
2238   rm -rf conftest*
2239   ac_cv_header_stdc=no
2240 fi
2241 rm -f conftest*
2242
2243 fi
2244
2245 if test $ac_cv_header_stdc = yes; then
2246   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2247 if test "$cross_compiling" = yes; then
2248   :
2249 else
2250   cat > conftest.$ac_ext <<EOF
2251 #line 2252 "configure"
2252 #include "confdefs.h"
2253 #include <ctype.h>
2254 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2255 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2256 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2257 int main () { int i; for (i = 0; i < 256; i++)
2258 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2259 exit (0); }
2260
2261 EOF
2262 if { (eval echo configure:2263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2263 then
2264   :
2265 else
2266   echo "configure: failed program was:" >&5
2267   cat conftest.$ac_ext >&5
2268   rm -fr conftest*
2269   ac_cv_header_stdc=no
2270 fi
2271 rm -fr conftest*
2272 fi
2273
2274 fi
2275 fi
2276
2277 echo "$ac_t""$ac_cv_header_stdc" 1>&6
2278 if test $ac_cv_header_stdc = yes; then
2279   cat >> confdefs.h <<\EOF
2280 #define STDC_HEADERS 1
2281 EOF
2282
2283 fi
2284
2285  for ac_hdr in math.h fcntl.h limits.h malloc.h unistd.h memory.h zlib.h jpeglib.h t1lib.h
2286 do
2287 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2288 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2289 echo "configure:2290: checking for $ac_hdr" >&5
2290 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2291   echo $ac_n "(cached) $ac_c" 1>&6
2292 else
2293   cat > conftest.$ac_ext <<EOF
2294 #line 2295 "configure"
2295 #include "confdefs.h"
2296 #include <$ac_hdr>
2297 EOF
2298 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2299 { (eval echo configure:2300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2300 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2301 if test -z "$ac_err"; then
2302   rm -rf conftest*
2303   eval "ac_cv_header_$ac_safe=yes"
2304 else
2305   echo "$ac_err" >&5
2306   echo "configure: failed program was:" >&5
2307   cat conftest.$ac_ext >&5
2308   rm -rf conftest*
2309   eval "ac_cv_header_$ac_safe=no"
2310 fi
2311 rm -f conftest*
2312 fi
2313 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2314   echo "$ac_t""yes" 1>&6
2315     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2316   cat >> confdefs.h <<EOF
2317 #define $ac_tr_hdr 1
2318 EOF
2319  
2320 else
2321   echo "$ac_t""no" 1>&6
2322 fi
2323 done
2324
2325
2326 if test "$ac_cv_header_jpeglib_h" != yes; then
2327  DISABLEPDF2SWF=true;
2328  DISABLEJPEG2SWF=true;
2329  MISSINGLIBS="${MISSINGLIBS} jpeglib.h"
2330 fi
2331 if test "$ac_cv_header_t1lib_h" != yes; then
2332  DISABLEPDF2SWF=true;
2333  MISSINGLIBS="${MISSINGLIBS} t1lib.h"
2334 fi
2335
2336
2337
2338
2339  echo $ac_n "checking for working const""... $ac_c" 1>&6
2340 echo "configure:2341: checking for working const" >&5
2341 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2342   echo $ac_n "(cached) $ac_c" 1>&6
2343 else
2344   cat > conftest.$ac_ext <<EOF
2345 #line 2346 "configure"
2346 #include "confdefs.h"
2347
2348 int main() {
2349
2350 /* Ultrix mips cc rejects this.  */
2351 typedef int charset[2]; const charset x;
2352 /* SunOS 4.1.1 cc rejects this.  */
2353 char const *const *ccp;
2354 char **p;
2355 /* NEC SVR4.0.2 mips cc rejects this.  */
2356 struct point {int x, y;};
2357 static struct point const zero = {0,0};
2358 /* AIX XL C 1.02.0.0 rejects this.
2359    It does not let you subtract one const X* pointer from another in an arm
2360    of an if-expression whose if-part is not a constant expression */
2361 const char *g = "string";
2362 ccp = &g + (g ? g-g : 0);
2363 /* HPUX 7.0 cc rejects these. */
2364 ++ccp;
2365 p = (char**) ccp;
2366 ccp = (char const *const *) p;
2367 { /* SCO 3.2v4 cc rejects this.  */
2368   char *t;
2369   char const *s = 0 ? (char *) 0 : (char const *) 0;
2370
2371   *t++ = 0;
2372 }
2373 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
2374   int x[] = {25, 17};
2375   const int *foo = &x[0];
2376   ++foo;
2377 }
2378 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2379   typedef const int *iptr;
2380   iptr p = 0;
2381   ++p;
2382 }
2383 { /* AIX XL C 1.02.0.0 rejects this saying
2384      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2385   struct s { int j; const int *ap[3]; };
2386   struct s *b; b->j = 5;
2387 }
2388 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2389   const int foo = 10;
2390 }
2391
2392 ; return 0; }
2393 EOF
2394 if { (eval echo configure:2395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2395   rm -rf conftest*
2396   ac_cv_c_const=yes
2397 else
2398   echo "configure: failed program was:" >&5
2399   cat conftest.$ac_ext >&5
2400   rm -rf conftest*
2401   ac_cv_c_const=no
2402 fi
2403 rm -f conftest*
2404 fi
2405
2406 echo "$ac_t""$ac_cv_c_const" 1>&6
2407 if test $ac_cv_c_const = no; then
2408   cat >> confdefs.h <<\EOF
2409 #define const 
2410 EOF
2411
2412 fi
2413
2414  echo $ac_n "checking for inline""... $ac_c" 1>&6
2415 echo "configure:2416: checking for inline" >&5
2416 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2417   echo $ac_n "(cached) $ac_c" 1>&6
2418 else
2419   ac_cv_c_inline=no
2420 for ac_kw in inline __inline__ __inline; do
2421   cat > conftest.$ac_ext <<EOF
2422 #line 2423 "configure"
2423 #include "confdefs.h"
2424
2425 int main() {
2426 } $ac_kw foo() {
2427 ; return 0; }
2428 EOF
2429 if { (eval echo configure:2430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2430   rm -rf conftest*
2431   ac_cv_c_inline=$ac_kw; break
2432 else
2433   echo "configure: failed program was:" >&5
2434   cat conftest.$ac_ext >&5
2435 fi
2436 rm -f conftest*
2437 done
2438
2439 fi
2440
2441 echo "$ac_t""$ac_cv_c_inline" 1>&6
2442 case "$ac_cv_c_inline" in
2443   inline | yes) ;;
2444   no) cat >> confdefs.h <<\EOF
2445 #define inline 
2446 EOF
2447  ;;
2448   *)  cat >> confdefs.h <<EOF
2449 #define inline $ac_cv_c_inline
2450 EOF
2451  ;;
2452 esac
2453
2454  echo $ac_n "checking for off_t""... $ac_c" 1>&6
2455 echo "configure:2456: checking for off_t" >&5
2456 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2457   echo $ac_n "(cached) $ac_c" 1>&6
2458 else
2459   cat > conftest.$ac_ext <<EOF
2460 #line 2461 "configure"
2461 #include "confdefs.h"
2462 #include <sys/types.h>
2463 #if STDC_HEADERS
2464 #include <stdlib.h>
2465 #include <stddef.h>
2466 #endif
2467 EOF
2468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2469   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2470   rm -rf conftest*
2471   ac_cv_type_off_t=yes
2472 else
2473   rm -rf conftest*
2474   ac_cv_type_off_t=no
2475 fi
2476 rm -f conftest*
2477
2478 fi
2479 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2480 if test $ac_cv_type_off_t = no; then
2481   cat >> confdefs.h <<\EOF
2482 #define off_t long
2483 EOF
2484
2485 fi
2486
2487  echo $ac_n "checking for size_t""... $ac_c" 1>&6
2488 echo "configure:2489: checking for size_t" >&5
2489 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2490   echo $ac_n "(cached) $ac_c" 1>&6
2491 else
2492   cat > conftest.$ac_ext <<EOF
2493 #line 2494 "configure"
2494 #include "confdefs.h"
2495 #include <sys/types.h>
2496 #if STDC_HEADERS
2497 #include <stdlib.h>
2498 #include <stddef.h>
2499 #endif
2500 EOF
2501 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2502   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2503   rm -rf conftest*
2504   ac_cv_type_size_t=yes
2505 else
2506   rm -rf conftest*
2507   ac_cv_type_size_t=no
2508 fi
2509 rm -f conftest*
2510
2511 fi
2512 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2513 if test $ac_cv_type_size_t = no; then
2514   cat >> confdefs.h <<\EOF
2515 #define size_t unsigned
2516 EOF
2517
2518 fi
2519
2520  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2521 echo "configure:2522: checking whether struct tm is in sys/time.h or time.h" >&5
2522 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2523   echo $ac_n "(cached) $ac_c" 1>&6
2524 else
2525   cat > conftest.$ac_ext <<EOF
2526 #line 2527 "configure"
2527 #include "confdefs.h"
2528 #include <sys/types.h>
2529 #include <time.h>
2530 int main() {
2531 struct tm *tp; tp->tm_sec;
2532 ; return 0; }
2533 EOF
2534 if { (eval echo configure:2535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2535   rm -rf conftest*
2536   ac_cv_struct_tm=time.h
2537 else
2538   echo "configure: failed program was:" >&5
2539   cat conftest.$ac_ext >&5
2540   rm -rf conftest*
2541   ac_cv_struct_tm=sys/time.h
2542 fi
2543 rm -f conftest*
2544 fi
2545
2546 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2547 if test $ac_cv_struct_tm = sys/time.h; then
2548   cat >> confdefs.h <<\EOF
2549 #define TM_IN_SYS_TIME 1
2550 EOF
2551
2552 fi
2553
2554
2555  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
2556 echo "configure:2557: checking for 8-bit clean memcmp" >&5
2557 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
2558   echo $ac_n "(cached) $ac_c" 1>&6
2559 else
2560   if test "$cross_compiling" = yes; then
2561   ac_cv_func_memcmp_clean=no
2562 else
2563   cat > conftest.$ac_ext <<EOF
2564 #line 2565 "configure"
2565 #include "confdefs.h"
2566
2567 main()
2568 {
2569   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
2570   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
2571 }
2572
2573 EOF
2574 if { (eval echo configure:2575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2575 then
2576   ac_cv_func_memcmp_clean=yes
2577 else
2578   echo "configure: failed program was:" >&5
2579   cat conftest.$ac_ext >&5
2580   rm -fr conftest*
2581   ac_cv_func_memcmp_clean=no
2582 fi
2583 rm -fr conftest*
2584 fi
2585
2586 fi
2587
2588 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
2589 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
2590
2591  for ac_hdr in unistd.h
2592 do
2593 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2594 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2595 echo "configure:2596: checking for $ac_hdr" >&5
2596 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2597   echo $ac_n "(cached) $ac_c" 1>&6
2598 else
2599   cat > conftest.$ac_ext <<EOF
2600 #line 2601 "configure"
2601 #include "confdefs.h"
2602 #include <$ac_hdr>
2603 EOF
2604 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2605 { (eval echo configure:2606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2606 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2607 if test -z "$ac_err"; then
2608   rm -rf conftest*
2609   eval "ac_cv_header_$ac_safe=yes"
2610 else
2611   echo "$ac_err" >&5
2612   echo "configure: failed program was:" >&5
2613   cat conftest.$ac_ext >&5
2614   rm -rf conftest*
2615   eval "ac_cv_header_$ac_safe=no"
2616 fi
2617 rm -f conftest*
2618 fi
2619 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2620   echo "$ac_t""yes" 1>&6
2621     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2622   cat >> confdefs.h <<EOF
2623 #define $ac_tr_hdr 1
2624 EOF
2625  
2626 else
2627   echo "$ac_t""no" 1>&6
2628 fi
2629 done
2630
2631 for ac_func in getpagesize
2632 do
2633 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2634 echo "configure:2635: checking for $ac_func" >&5
2635 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2636   echo $ac_n "(cached) $ac_c" 1>&6
2637 else
2638   cat > conftest.$ac_ext <<EOF
2639 #line 2640 "configure"
2640 #include "confdefs.h"
2641 /* System header to define __stub macros and hopefully few prototypes,
2642     which can conflict with char $ac_func(); below.  */
2643 #include <assert.h>
2644 /* Override any gcc2 internal prototype to avoid an error.  */
2645 /* We use char because int might match the return type of a gcc2
2646     builtin and then its argument prototype would still apply.  */
2647 char $ac_func();
2648
2649 int main() {
2650
2651 /* The GNU C library defines this for functions which it implements
2652     to always fail with ENOSYS.  Some functions are actually named
2653     something starting with __ and the normal name is an alias.  */
2654 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2655 choke me
2656 #else
2657 $ac_func();
2658 #endif
2659
2660 ; return 0; }
2661 EOF
2662 if { (eval echo configure:2663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2663   rm -rf conftest*
2664   eval "ac_cv_func_$ac_func=yes"
2665 else
2666   echo "configure: failed program was:" >&5
2667   cat conftest.$ac_ext >&5
2668   rm -rf conftest*
2669   eval "ac_cv_func_$ac_func=no"
2670 fi
2671 rm -f conftest*
2672 fi
2673
2674 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2675   echo "$ac_t""yes" 1>&6
2676     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2677   cat >> confdefs.h <<EOF
2678 #define $ac_tr_func 1
2679 EOF
2680  
2681 else
2682   echo "$ac_t""no" 1>&6
2683 fi
2684 done
2685
2686 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2687 echo "configure:2688: checking for working mmap" >&5
2688 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2689   echo $ac_n "(cached) $ac_c" 1>&6
2690 else
2691   if test "$cross_compiling" = yes; then
2692   ac_cv_func_mmap_fixed_mapped=no
2693 else
2694   cat > conftest.$ac_ext <<EOF
2695 #line 2696 "configure"
2696 #include "confdefs.h"
2697
2698 /* Thanks to Mike Haertel and Jim Avera for this test.
2699    Here is a matrix of mmap possibilities:
2700         mmap private not fixed
2701         mmap private fixed at somewhere currently unmapped
2702         mmap private fixed at somewhere already mapped
2703         mmap shared not fixed
2704         mmap shared fixed at somewhere currently unmapped
2705         mmap shared fixed at somewhere already mapped
2706    For private mappings, we should verify that changes cannot be read()
2707    back from the file, nor mmap's back from the file at a different
2708    address.  (There have been systems where private was not correctly
2709    implemented like the infamous i386 svr4.0, and systems where the
2710    VM page cache was not coherent with the filesystem buffer cache
2711    like early versions of FreeBSD and possibly contemporary NetBSD.)
2712    For shared mappings, we should conversely verify that changes get
2713    propogated back to all the places they're supposed to be.
2714
2715    Grep wants private fixed already mapped.
2716    The main things grep needs to know about mmap are:
2717    * does it exist and is it safe to write into the mmap'd area
2718    * how to use it (BSD variants)  */
2719 #include <sys/types.h>
2720 #include <fcntl.h>
2721 #include <sys/mman.h>
2722
2723 /* This mess was copied from the GNU getpagesize.h.  */
2724 #ifndef HAVE_GETPAGESIZE
2725 # ifdef HAVE_UNISTD_H
2726 #  include <unistd.h>
2727 # endif
2728
2729 /* Assume that all systems that can run configure have sys/param.h.  */
2730 # ifndef HAVE_SYS_PARAM_H
2731 #  define HAVE_SYS_PARAM_H 1
2732 # endif
2733
2734 # ifdef _SC_PAGESIZE
2735 #  define getpagesize() sysconf(_SC_PAGESIZE)
2736 # else /* no _SC_PAGESIZE */
2737 #  ifdef HAVE_SYS_PARAM_H
2738 #   include <sys/param.h>
2739 #   ifdef EXEC_PAGESIZE
2740 #    define getpagesize() EXEC_PAGESIZE
2741 #   else /* no EXEC_PAGESIZE */
2742 #    ifdef NBPG
2743 #     define getpagesize() NBPG * CLSIZE
2744 #     ifndef CLSIZE
2745 #      define CLSIZE 1
2746 #     endif /* no CLSIZE */
2747 #    else /* no NBPG */
2748 #     ifdef NBPC
2749 #      define getpagesize() NBPC
2750 #     else /* no NBPC */
2751 #      ifdef PAGESIZE
2752 #       define getpagesize() PAGESIZE
2753 #      endif /* PAGESIZE */
2754 #     endif /* no NBPC */
2755 #    endif /* no NBPG */
2756 #   endif /* no EXEC_PAGESIZE */
2757 #  else /* no HAVE_SYS_PARAM_H */
2758 #   define getpagesize() 8192   /* punt totally */
2759 #  endif /* no HAVE_SYS_PARAM_H */
2760 # endif /* no _SC_PAGESIZE */
2761
2762 #endif /* no HAVE_GETPAGESIZE */
2763
2764 #ifdef __cplusplus
2765 extern "C" { void *malloc(unsigned); }
2766 #else
2767 char *malloc();
2768 #endif
2769
2770 int
2771 main()
2772 {
2773         char *data, *data2, *data3;
2774         int i, pagesize;
2775         int fd;
2776
2777         pagesize = getpagesize();
2778
2779         /*
2780          * First, make a file with some known garbage in it.
2781          */
2782         data = malloc(pagesize);
2783         if (!data)
2784                 exit(1);
2785         for (i = 0; i < pagesize; ++i)
2786                 *(data + i) = rand();
2787         umask(0);
2788         fd = creat("conftestmmap", 0600);
2789         if (fd < 0)
2790                 exit(1);
2791         if (write(fd, data, pagesize) != pagesize)
2792                 exit(1);
2793         close(fd);
2794
2795         /*
2796          * Next, try to mmap the file at a fixed address which
2797          * already has something else allocated at it.  If we can,
2798          * also make sure that we see the same garbage.
2799          */
2800         fd = open("conftestmmap", O_RDWR);
2801         if (fd < 0)
2802                 exit(1);
2803         data2 = malloc(2 * pagesize);
2804         if (!data2)
2805                 exit(1);
2806         data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
2807         if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
2808             MAP_PRIVATE | MAP_FIXED, fd, 0L))
2809                 exit(1);
2810         for (i = 0; i < pagesize; ++i)
2811                 if (*(data + i) != *(data2 + i))
2812                         exit(1);
2813
2814         /*
2815          * Finally, make sure that changes to the mapped area
2816          * do not percolate back to the file as seen by read().
2817          * (This is a bug on some variants of i386 svr4.0.)
2818          */
2819         for (i = 0; i < pagesize; ++i)
2820                 *(data2 + i) = *(data2 + i) + 1;
2821         data3 = malloc(pagesize);
2822         if (!data3)
2823                 exit(1);
2824         if (read(fd, data3, pagesize) != pagesize)
2825                 exit(1);
2826         for (i = 0; i < pagesize; ++i)
2827                 if (*(data + i) != *(data3 + i))
2828                         exit(1);
2829         close(fd);
2830         unlink("conftestmmap");
2831         exit(0);
2832 }
2833
2834 EOF
2835 if { (eval echo configure:2836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2836 then
2837   ac_cv_func_mmap_fixed_mapped=yes
2838 else
2839   echo "configure: failed program was:" >&5
2840   cat conftest.$ac_ext >&5
2841   rm -fr conftest*
2842   ac_cv_func_mmap_fixed_mapped=no
2843 fi
2844 rm -fr conftest*
2845 fi
2846
2847 fi
2848
2849 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
2850 if test $ac_cv_func_mmap_fixed_mapped = yes; then
2851   cat >> confdefs.h <<\EOF
2852 #define HAVE_MMAP 1
2853 EOF
2854
2855 fi
2856
2857  echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2858 echo "configure:2859: checking for vprintf" >&5
2859 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2860   echo $ac_n "(cached) $ac_c" 1>&6
2861 else
2862   cat > conftest.$ac_ext <<EOF
2863 #line 2864 "configure"
2864 #include "confdefs.h"
2865 /* System header to define __stub macros and hopefully few prototypes,
2866     which can conflict with char vprintf(); below.  */
2867 #include <assert.h>
2868 /* Override any gcc2 internal prototype to avoid an error.  */
2869 /* We use char because int might match the return type of a gcc2
2870     builtin and then its argument prototype would still apply.  */
2871 char vprintf();
2872
2873 int main() {
2874
2875 /* The GNU C library defines this for functions which it implements
2876     to always fail with ENOSYS.  Some functions are actually named
2877     something starting with __ and the normal name is an alias.  */
2878 #if defined (__stub_vprintf) || defined (__stub___vprintf)
2879 choke me
2880 #else
2881 vprintf();
2882 #endif
2883
2884 ; return 0; }
2885 EOF
2886 if { (eval echo configure:2887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2887   rm -rf conftest*
2888   eval "ac_cv_func_vprintf=yes"
2889 else
2890   echo "configure: failed program was:" >&5
2891   cat conftest.$ac_ext >&5
2892   rm -rf conftest*
2893   eval "ac_cv_func_vprintf=no"
2894 fi
2895 rm -f conftest*
2896 fi
2897
2898 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
2899   echo "$ac_t""yes" 1>&6
2900   cat >> confdefs.h <<\EOF
2901 #define HAVE_VPRINTF 1
2902 EOF
2903
2904 else
2905   echo "$ac_t""no" 1>&6
2906 fi
2907
2908 if test "$ac_cv_func_vprintf" != yes; then
2909 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2910 echo "configure:2911: checking for _doprnt" >&5
2911 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2912   echo $ac_n "(cached) $ac_c" 1>&6
2913 else
2914   cat > conftest.$ac_ext <<EOF
2915 #line 2916 "configure"
2916 #include "confdefs.h"
2917 /* System header to define __stub macros and hopefully few prototypes,
2918     which can conflict with char _doprnt(); below.  */
2919 #include <assert.h>
2920 /* Override any gcc2 internal prototype to avoid an error.  */
2921 /* We use char because int might match the return type of a gcc2
2922     builtin and then its argument prototype would still apply.  */
2923 char _doprnt();
2924
2925 int main() {
2926
2927 /* The GNU C library defines this for functions which it implements
2928     to always fail with ENOSYS.  Some functions are actually named
2929     something starting with __ and the normal name is an alias.  */
2930 #if defined (__stub__doprnt) || defined (__stub____doprnt)
2931 choke me
2932 #else
2933 _doprnt();
2934 #endif
2935
2936 ; return 0; }
2937 EOF
2938 if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2939   rm -rf conftest*
2940   eval "ac_cv_func__doprnt=yes"
2941 else
2942   echo "configure: failed program was:" >&5
2943   cat conftest.$ac_ext >&5
2944   rm -rf conftest*
2945   eval "ac_cv_func__doprnt=no"
2946 fi
2947 rm -f conftest*
2948 fi
2949
2950 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
2951   echo "$ac_t""yes" 1>&6
2952   cat >> confdefs.h <<\EOF
2953 #define HAVE_DOPRNT 1
2954 EOF
2955
2956 else
2957   echo "$ac_t""no" 1>&6
2958 fi
2959
2960 fi
2961
2962  for ac_func in getcwd putenv socket strcspn strdup strerror strstr
2963 do
2964 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2965 echo "configure:2966: checking for $ac_func" >&5
2966 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2967   echo $ac_n "(cached) $ac_c" 1>&6
2968 else
2969   cat > conftest.$ac_ext <<EOF
2970 #line 2971 "configure"
2971 #include "confdefs.h"
2972 /* System header to define __stub macros and hopefully few prototypes,
2973     which can conflict with char $ac_func(); below.  */
2974 #include <assert.h>
2975 /* Override any gcc2 internal prototype to avoid an error.  */
2976 /* We use char because int might match the return type of a gcc2
2977     builtin and then its argument prototype would still apply.  */
2978 char $ac_func();
2979
2980 int main() {
2981
2982 /* The GNU C library defines this for functions which it implements
2983     to always fail with ENOSYS.  Some functions are actually named
2984     something starting with __ and the normal name is an alias.  */
2985 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2986 choke me
2987 #else
2988 $ac_func();
2989 #endif
2990
2991 ; return 0; }
2992 EOF
2993 if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2994   rm -rf conftest*
2995   eval "ac_cv_func_$ac_func=yes"
2996 else
2997   echo "configure: failed program was:" >&5
2998   cat conftest.$ac_ext >&5
2999   rm -rf conftest*
3000   eval "ac_cv_func_$ac_func=no"
3001 fi
3002 rm -f conftest*
3003 fi
3004
3005 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3006   echo "$ac_t""yes" 1>&6
3007     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3008   cat >> confdefs.h <<EOF
3009 #define $ac_tr_func 1
3010 EOF
3011  
3012 else
3013   echo "$ac_t""no" 1>&6
3014 fi
3015 done
3016
3017
3018
3019
3020 if test "x${DISABLEPDF2SWF}" = "xtrue"; then
3021   echo "***************************************************"
3022   echo "The following header/libraries are missing: " ${MISSINGLIBS}
3023   echo "Disabling pdf2swf tool..."
3024   rm pdf2swf/Makefile
3025   echo all: > pdf2swf/Makefile
3026   if test "x${DISABLEJPEG2SWF}" = "xtrue"; then
3027     echo "Disabling jpeg2swf tool..."
3028       fi
3029   echo "***************************************************"
3030   trap '' 1 2 15
3031 cat > confcache <<\EOF
3032 # This file is a shell script that caches the results of configure
3033 # tests run on this system so they can be shared between configure
3034 # scripts and configure runs.  It is not useful on other systems.
3035 # If it contains results you don't want to keep, you may remove or edit it.
3036 #
3037 # By default, configure uses ./config.cache as the cache file,
3038 # creating it if it does not exist already.  You can give configure
3039 # the --cache-file=FILE option to use a different cache file; that is
3040 # what configure does when it calls configure scripts in
3041 # subdirectories, so they share the cache.
3042 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3043 # config.status only pays attention to the cache file if you give it the
3044 # --recheck option to rerun configure.
3045 #
3046 EOF
3047 # The following way of writing the cache mishandles newlines in values,
3048 # but we know of no workaround that is simple, portable, and efficient.
3049 # So, don't put newlines in cache variables' values.
3050 # Ultrix sh set writes to stderr and can't be redirected directly,
3051 # and sets the high bit in the cache file unless we assign to the vars.
3052 (set) 2>&1 |
3053   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3054   *ac_space=\ *)
3055     # `set' does not quote correctly, so add quotes (double-quote substitution
3056     # turns \\\\ into \\, and sed turns \\ into \).
3057     sed -n \
3058       -e "s/'/'\\\\''/g" \
3059       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3060     ;;
3061   *)
3062     # `set' quotes correctly as required by POSIX, so do not add quotes.
3063     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3064     ;;
3065   esac >> confcache
3066 if cmp -s $cache_file confcache; then
3067   :
3068 else
3069   if test -w $cache_file; then
3070     echo "updating cache $cache_file"
3071     cat confcache > $cache_file
3072   else
3073     echo "not updating unwritable cache $cache_file"
3074   fi
3075 fi
3076 rm -f confcache
3077
3078 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3079
3080 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3081 # Let make expand exec_prefix.
3082 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3083
3084 # Any assignment to VPATH causes Sun make to only execute
3085 # the first set of double-colon rules, so remove it if not needed.
3086 # If there is a colon in the path, we need to keep it.
3087 if test "x$srcdir" = x.; then
3088   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3089 fi
3090
3091 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3092
3093 DEFS=-DHAVE_CONFIG_H
3094
3095 # Without the "./", some shells look in PATH for config.status.
3096 : ${CONFIG_STATUS=./config.status}
3097
3098 echo creating $CONFIG_STATUS
3099 rm -f $CONFIG_STATUS
3100 cat > $CONFIG_STATUS <<EOF
3101 #! /bin/sh
3102 # Generated automatically by configure.
3103 # Run this file to recreate the current configuration.
3104 # This directory was configured as follows,
3105 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3106 #
3107 # $0 $ac_configure_args
3108 #
3109 # Compiler output produced by configure, useful for debugging
3110 # configure, is in ./config.log if it exists.
3111
3112 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3113 for ac_option
3114 do
3115   case "\$ac_option" in
3116   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3117     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3118     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3119   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3120     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3121     exit 0 ;;
3122   -help | --help | --hel | --he | --h)
3123     echo "\$ac_cs_usage"; exit 0 ;;
3124   *) echo "\$ac_cs_usage"; exit 1 ;;
3125   esac
3126 done
3127
3128 ac_given_srcdir=$srcdir
3129 ac_given_INSTALL="$INSTALL"
3130
3131 trap 'rm -fr `echo "./release Makefile lib/Makefile src/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3132 EOF
3133 cat >> $CONFIG_STATUS <<EOF
3134
3135 # Protect against being on the right side of a sed subst in config.status.
3136 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3137  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3138 $ac_vpsub
3139 $extrasub
3140 s%@SHELL@%$SHELL%g
3141 s%@CFLAGS@%$CFLAGS%g
3142 s%@CPPFLAGS@%$CPPFLAGS%g
3143 s%@CXXFLAGS@%$CXXFLAGS%g
3144 s%@FFLAGS@%$FFLAGS%g
3145 s%@DEFS@%$DEFS%g
3146 s%@LDFLAGS@%$LDFLAGS%g
3147 s%@LIBS@%$LIBS%g
3148 s%@exec_prefix@%$exec_prefix%g
3149 s%@prefix@%$prefix%g
3150 s%@program_transform_name@%$program_transform_name%g
3151 s%@bindir@%$bindir%g
3152 s%@sbindir@%$sbindir%g
3153 s%@libexecdir@%$libexecdir%g
3154 s%@datadir@%$datadir%g
3155 s%@sysconfdir@%$sysconfdir%g
3156 s%@sharedstatedir@%$sharedstatedir%g
3157 s%@localstatedir@%$localstatedir%g
3158 s%@libdir@%$libdir%g
3159 s%@includedir@%$includedir%g
3160 s%@oldincludedir@%$oldincludedir%g
3161 s%@infodir@%$infodir%g
3162 s%@mandir@%$mandir%g
3163 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3164 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3165 s%@INSTALL_DATA@%$INSTALL_DATA%g
3166 s%@PACKAGE@%$PACKAGE%g
3167 s%@VERSION@%$VERSION%g
3168 s%@ACLOCAL@%$ACLOCAL%g
3169 s%@AUTOCONF@%$AUTOCONF%g
3170 s%@AUTOMAKE@%$AUTOMAKE%g
3171 s%@AUTOHEADER@%$AUTOHEADER%g
3172 s%@MAKEINFO@%$MAKEINFO%g
3173 s%@SET_MAKE@%$SET_MAKE%g
3174 s%@AWK@%$AWK%g
3175 s%@CC@%$CC%g
3176 s%@CPP@%$CPP%g
3177 s%@CXX@%$CXX%g
3178 s%@RANLIB@%$RANLIB%g
3179 s%@LN_S@%$LN_S%g
3180 s%@EXEEXT@%$EXEEXT%g
3181 s%@HAVE_UNISTD_H@%$HAVE_UNISTD_H%g
3182 s%@LIBOBJS@%$LIBOBJS%g
3183
3184 CEOF
3185 EOF
3186
3187 cat >> $CONFIG_STATUS <<\EOF
3188
3189 # Split the substitutions into bite-sized pieces for seds with
3190 # small command number limits, like on Digital OSF/1 and HP-UX.
3191 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3192 ac_file=1 # Number of current file.
3193 ac_beg=1 # First line for current file.
3194 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3195 ac_more_lines=:
3196 ac_sed_cmds=""
3197 while $ac_more_lines; do
3198   if test $ac_beg -gt 1; then
3199     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3200   else
3201     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3202   fi
3203   if test ! -s conftest.s$ac_file; then
3204     ac_more_lines=false
3205     rm -f conftest.s$ac_file
3206   else
3207     if test -z "$ac_sed_cmds"; then
3208       ac_sed_cmds="sed -f conftest.s$ac_file"
3209     else
3210       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3211     fi
3212     ac_file=`expr $ac_file + 1`
3213     ac_beg=$ac_end
3214     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3215   fi
3216 done
3217 if test -z "$ac_sed_cmds"; then
3218   ac_sed_cmds=cat
3219 fi
3220 EOF
3221
3222 cat >> $CONFIG_STATUS <<EOF
3223
3224 CONFIG_FILES=\${CONFIG_FILES-"./release Makefile lib/Makefile src/Makefile"}
3225 EOF
3226 cat >> $CONFIG_STATUS <<\EOF
3227 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3228   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3229   case "$ac_file" in
3230   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3231        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3232   *) ac_file_in="${ac_file}.in" ;;
3233   esac
3234
3235   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3236
3237   # Remove last slash and all that follows it.  Not all systems have dirname.
3238   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3239   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3240     # The file is in a subdirectory.
3241     test ! -d "$ac_dir" && mkdir "$ac_dir"
3242     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3243     # A "../" for each directory in $ac_dir_suffix.
3244     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3245   else
3246     ac_dir_suffix= ac_dots=
3247   fi
3248
3249   case "$ac_given_srcdir" in
3250   .)  srcdir=.
3251       if test -z "$ac_dots"; then top_srcdir=.
3252       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3253   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3254   *) # Relative path.
3255     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3256     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3257   esac
3258
3259   case "$ac_given_INSTALL" in
3260   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3261   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3262   esac
3263
3264   echo creating "$ac_file"
3265   rm -f "$ac_file"
3266   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3267   case "$ac_file" in
3268   *Makefile*) ac_comsub="1i\\
3269 # $configure_input" ;;
3270   *) ac_comsub= ;;
3271   esac
3272
3273   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3274   sed -e "$ac_comsub
3275 s%@configure_input@%$configure_input%g
3276 s%@srcdir@%$srcdir%g
3277 s%@top_srcdir@%$top_srcdir%g
3278 s%@INSTALL@%$INSTALL%g
3279 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3280 fi; done
3281 rm -f conftest.s*
3282
3283 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3284 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3285 #
3286 # ac_d sets the value in "#define NAME VALUE" lines.
3287 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3288 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3289 ac_dC='\3'
3290 ac_dD='%g'
3291 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3292 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3293 ac_uB='\([      ]\)%\1#\2define\3'
3294 ac_uC=' '
3295 ac_uD='\4%g'
3296 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3297 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3298 ac_eB='$%\1#\2define\3'
3299 ac_eC=' '
3300 ac_eD='%g'
3301
3302 if test "${CONFIG_HEADERS+set}" != set; then
3303 EOF
3304 cat >> $CONFIG_STATUS <<EOF
3305   CONFIG_HEADERS="config.h"
3306 EOF
3307 cat >> $CONFIG_STATUS <<\EOF
3308 fi
3309 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3310   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3311   case "$ac_file" in
3312   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3313        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3314   *) ac_file_in="${ac_file}.in" ;;
3315   esac
3316
3317   echo creating $ac_file
3318
3319   rm -f conftest.frag conftest.in conftest.out
3320   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3321   cat $ac_file_inputs > conftest.in
3322
3323 EOF
3324
3325 # Transform confdefs.h into a sed script conftest.vals that substitutes
3326 # the proper values into config.h.in to produce config.h.  And first:
3327 # Protect against being on the right side of a sed subst in config.status.
3328 # Protect against being in an unquoted here document in config.status.
3329 rm -f conftest.vals
3330 cat > conftest.hdr <<\EOF
3331 s/[\\&%]/\\&/g
3332 s%[\\$`]%\\&%g
3333 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3334 s%ac_d%ac_u%gp
3335 s%ac_u%ac_e%gp
3336 EOF
3337 sed -n -f conftest.hdr confdefs.h > conftest.vals
3338 rm -f conftest.hdr
3339
3340 # This sed command replaces #undef with comments.  This is necessary, for
3341 # example, in the case of _POSIX_SOURCE, which is predefined and required
3342 # on some systems where configure will not decide to define it.
3343 cat >> conftest.vals <<\EOF
3344 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3345 EOF
3346
3347 # Break up conftest.vals because some shells have a limit on
3348 # the size of here documents, and old seds have small limits too.
3349
3350 rm -f conftest.tail
3351 while :
3352 do
3353   ac_lines=`grep -c . conftest.vals`
3354   # grep -c gives empty output for an empty file on some AIX systems.
3355   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3356   # Write a limited-size here document to conftest.frag.
3357   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3358   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3359   echo 'CEOF
3360   sed -f conftest.frag conftest.in > conftest.out
3361   rm -f conftest.in
3362   mv conftest.out conftest.in
3363 ' >> $CONFIG_STATUS
3364   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3365   rm -f conftest.vals
3366   mv conftest.tail conftest.vals
3367 done
3368 rm -f conftest.vals
3369
3370 cat >> $CONFIG_STATUS <<\EOF
3371   rm -f conftest.frag conftest.h
3372   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3373   cat conftest.in >> conftest.h
3374   rm -f conftest.in
3375   if cmp -s $ac_file conftest.h 2>/dev/null; then
3376     echo "$ac_file is unchanged"
3377     rm -f conftest.h
3378   else
3379     # Remove last slash and all that follows it.  Not all systems have dirname.
3380       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3381       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3382       # The file is in a subdirectory.
3383       test ! -d "$ac_dir" && mkdir "$ac_dir"
3384     fi
3385     rm -f $ac_file
3386     mv conftest.h $ac_file
3387   fi
3388 fi; done
3389
3390 EOF
3391 cat >> $CONFIG_STATUS <<EOF
3392
3393
3394 EOF
3395 cat >> $CONFIG_STATUS <<\EOF
3396 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
3397
3398 exit 0
3399 EOF
3400 chmod +x $CONFIG_STATUS
3401 rm -fr confdefs* $ac_clean_files
3402 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3403
3404 else
3405   trap '' 1 2 15
3406 cat > confcache <<\EOF
3407 # This file is a shell script that caches the results of configure
3408 # tests run on this system so they can be shared between configure
3409 # scripts and configure runs.  It is not useful on other systems.
3410 # If it contains results you don't want to keep, you may remove or edit it.
3411 #
3412 # By default, configure uses ./config.cache as the cache file,
3413 # creating it if it does not exist already.  You can give configure
3414 # the --cache-file=FILE option to use a different cache file; that is
3415 # what configure does when it calls configure scripts in
3416 # subdirectories, so they share the cache.
3417 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3418 # config.status only pays attention to the cache file if you give it the
3419 # --recheck option to rerun configure.
3420 #
3421 EOF
3422 # The following way of writing the cache mishandles newlines in values,
3423 # but we know of no workaround that is simple, portable, and efficient.
3424 # So, don't put newlines in cache variables' values.
3425 # Ultrix sh set writes to stderr and can't be redirected directly,
3426 # and sets the high bit in the cache file unless we assign to the vars.
3427 (set) 2>&1 |
3428   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3429   *ac_space=\ *)
3430     # `set' does not quote correctly, so add quotes (double-quote substitution
3431     # turns \\\\ into \\, and sed turns \\ into \).
3432     sed -n \
3433       -e "s/'/'\\\\''/g" \
3434       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3435     ;;
3436   *)
3437     # `set' quotes correctly as required by POSIX, so do not add quotes.
3438     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3439     ;;
3440   esac >> confcache
3441 if cmp -s $cache_file confcache; then
3442   :
3443 else
3444   if test -w $cache_file; then
3445     echo "updating cache $cache_file"
3446     cat confcache > $cache_file
3447   else
3448     echo "not updating unwritable cache $cache_file"
3449   fi
3450 fi
3451 rm -f confcache
3452
3453 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3454
3455 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3456 # Let make expand exec_prefix.
3457 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3458
3459 # Any assignment to VPATH causes Sun make to only execute
3460 # the first set of double-colon rules, so remove it if not needed.
3461 # If there is a colon in the path, we need to keep it.
3462 if test "x$srcdir" = x.; then
3463   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3464 fi
3465
3466 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3467
3468 DEFS=-DHAVE_CONFIG_H
3469
3470 # Without the "./", some shells look in PATH for config.status.
3471 : ${CONFIG_STATUS=./config.status}
3472
3473 echo creating $CONFIG_STATUS
3474 rm -f $CONFIG_STATUS
3475 cat > $CONFIG_STATUS <<EOF
3476 #! /bin/sh
3477 # Generated automatically by configure.
3478 # Run this file to recreate the current configuration.
3479 # This directory was configured as follows,
3480 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3481 #
3482 # $0 $ac_configure_args
3483 #
3484 # Compiler output produced by configure, useful for debugging
3485 # configure, is in ./config.log if it exists.
3486
3487 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3488 for ac_option
3489 do
3490   case "\$ac_option" in
3491   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3492     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3493     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3494   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3495     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3496     exit 0 ;;
3497   -help | --help | --hel | --he | --h)
3498     echo "\$ac_cs_usage"; exit 0 ;;
3499   *) echo "\$ac_cs_usage"; exit 1 ;;
3500   esac
3501 done
3502
3503 ac_given_srcdir=$srcdir
3504 ac_given_INSTALL="$INSTALL"
3505
3506 trap 'rm -fr `echo "./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/fonts/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3507 EOF
3508 cat >> $CONFIG_STATUS <<EOF
3509
3510 # Protect against being on the right side of a sed subst in config.status.
3511 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3512  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3513 $ac_vpsub
3514 $extrasub
3515
3516 CEOF
3517 EOF
3518
3519 cat >> $CONFIG_STATUS <<\EOF
3520
3521 # Split the substitutions into bite-sized pieces for seds with
3522 # small command number limits, like on Digital OSF/1 and HP-UX.
3523 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3524 ac_file=1 # Number of current file.
3525 ac_beg=1 # First line for current file.
3526 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3527 ac_more_lines=:
3528 ac_sed_cmds=""
3529 while $ac_more_lines; do
3530   if test $ac_beg -gt 1; then
3531     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3532   else
3533     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3534   fi
3535   if test ! -s conftest.s$ac_file; then
3536     ac_more_lines=false
3537     rm -f conftest.s$ac_file
3538   else
3539     if test -z "$ac_sed_cmds"; then
3540       ac_sed_cmds="sed -f conftest.s$ac_file"
3541     else
3542       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3543     fi
3544     ac_file=`expr $ac_file + 1`
3545     ac_beg=$ac_end
3546     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3547   fi
3548 done
3549 if test -z "$ac_sed_cmds"; then
3550   ac_sed_cmds=cat
3551 fi
3552 EOF
3553
3554 cat >> $CONFIG_STATUS <<EOF
3555
3556 CONFIG_FILES=\${CONFIG_FILES-"./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/fonts/Makefile"}
3557 EOF
3558 cat >> $CONFIG_STATUS <<\EOF
3559 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3560   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3561   case "$ac_file" in
3562   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3563        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3564   *) ac_file_in="${ac_file}.in" ;;
3565   esac
3566
3567   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3568
3569   # Remove last slash and all that follows it.  Not all systems have dirname.
3570   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3571   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3572     # The file is in a subdirectory.
3573     test ! -d "$ac_dir" && mkdir "$ac_dir"
3574     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3575     # A "../" for each directory in $ac_dir_suffix.
3576     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3577   else
3578     ac_dir_suffix= ac_dots=
3579   fi
3580
3581   case "$ac_given_srcdir" in
3582   .)  srcdir=.
3583       if test -z "$ac_dots"; then top_srcdir=.
3584       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3585   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3586   *) # Relative path.
3587     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3588     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3589   esac
3590
3591   case "$ac_given_INSTALL" in
3592   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3593   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3594   esac
3595
3596   echo creating "$ac_file"
3597   rm -f "$ac_file"
3598   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3599   case "$ac_file" in
3600   *Makefile*) ac_comsub="1i\\
3601 # $configure_input" ;;
3602   *) ac_comsub= ;;
3603   esac
3604
3605   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3606   sed -e "$ac_comsub
3607 s%@configure_input@%$configure_input%g
3608 s%@srcdir@%$srcdir%g
3609 s%@top_srcdir@%$top_srcdir%g
3610 s%@INSTALL@%$INSTALL%g
3611 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3612 fi; done
3613 rm -f conftest.s*
3614
3615 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3616 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3617 #
3618 # ac_d sets the value in "#define NAME VALUE" lines.
3619 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3620 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3621 ac_dC='\3'
3622 ac_dD='%g'
3623 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3624 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3625 ac_uB='\([      ]\)%\1#\2define\3'
3626 ac_uC=' '
3627 ac_uD='\4%g'
3628 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3629 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3630 ac_eB='$%\1#\2define\3'
3631 ac_eC=' '
3632 ac_eD='%g'
3633
3634 if test "${CONFIG_HEADERS+set}" != set; then
3635 EOF
3636 cat >> $CONFIG_STATUS <<EOF
3637   CONFIG_HEADERS="config.h"
3638 EOF
3639 cat >> $CONFIG_STATUS <<\EOF
3640 fi
3641 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3642   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3643   case "$ac_file" in
3644   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3645        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3646   *) ac_file_in="${ac_file}.in" ;;
3647   esac
3648
3649   echo creating $ac_file
3650
3651   rm -f conftest.frag conftest.in conftest.out
3652   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3653   cat $ac_file_inputs > conftest.in
3654
3655 EOF
3656
3657 # Transform confdefs.h into a sed script conftest.vals that substitutes
3658 # the proper values into config.h.in to produce config.h.  And first:
3659 # Protect against being on the right side of a sed subst in config.status.
3660 # Protect against being in an unquoted here document in config.status.
3661 rm -f conftest.vals
3662 cat > conftest.hdr <<\EOF
3663 s/[\\&%]/\\&/g
3664 s%[\\$`]%\\&%g
3665 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3666 s%ac_d%ac_u%gp
3667 s%ac_u%ac_e%gp
3668 EOF
3669 sed -n -f conftest.hdr confdefs.h > conftest.vals
3670 rm -f conftest.hdr
3671
3672 # This sed command replaces #undef with comments.  This is necessary, for
3673 # example, in the case of _POSIX_SOURCE, which is predefined and required
3674 # on some systems where configure will not decide to define it.
3675 cat >> conftest.vals <<\EOF
3676 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3677 EOF
3678
3679 # Break up conftest.vals because some shells have a limit on
3680 # the size of here documents, and old seds have small limits too.
3681
3682 rm -f conftest.tail
3683 while :
3684 do
3685   ac_lines=`grep -c . conftest.vals`
3686   # grep -c gives empty output for an empty file on some AIX systems.
3687   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3688   # Write a limited-size here document to conftest.frag.
3689   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3690   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3691   echo 'CEOF
3692   sed -f conftest.frag conftest.in > conftest.out
3693   rm -f conftest.in
3694   mv conftest.out conftest.in
3695 ' >> $CONFIG_STATUS
3696   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3697   rm -f conftest.vals
3698   mv conftest.tail conftest.vals
3699 done
3700 rm -f conftest.vals
3701
3702 cat >> $CONFIG_STATUS <<\EOF
3703   rm -f conftest.frag conftest.h
3704   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3705   cat conftest.in >> conftest.h
3706   rm -f conftest.in
3707   if cmp -s $ac_file conftest.h 2>/dev/null; then
3708     echo "$ac_file is unchanged"
3709     rm -f conftest.h
3710   else
3711     # Remove last slash and all that follows it.  Not all systems have dirname.
3712       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3713       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3714       # The file is in a subdirectory.
3715       test ! -d "$ac_dir" && mkdir "$ac_dir"
3716     fi
3717     rm -f $ac_file
3718     mv conftest.h $ac_file
3719   fi
3720 fi; done
3721
3722 EOF
3723 cat >> $CONFIG_STATUS <<EOF
3724
3725 EOF
3726 cat >> $CONFIG_STATUS <<\EOF
3727
3728 exit 0
3729 EOF
3730 chmod +x $CONFIG_STATUS
3731 rm -fr confdefs* $ac_clean_files
3732 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3733
3734 fi
3735