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
2327
2328
2329  echo $ac_n "checking for working const""... $ac_c" 1>&6
2330 echo "configure:2331: checking for working const" >&5
2331 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2332   echo $ac_n "(cached) $ac_c" 1>&6
2333 else
2334   cat > conftest.$ac_ext <<EOF
2335 #line 2336 "configure"
2336 #include "confdefs.h"
2337
2338 int main() {
2339
2340 /* Ultrix mips cc rejects this.  */
2341 typedef int charset[2]; const charset x;
2342 /* SunOS 4.1.1 cc rejects this.  */
2343 char const *const *ccp;
2344 char **p;
2345 /* NEC SVR4.0.2 mips cc rejects this.  */
2346 struct point {int x, y;};
2347 static struct point const zero = {0,0};
2348 /* AIX XL C 1.02.0.0 rejects this.
2349    It does not let you subtract one const X* pointer from another in an arm
2350    of an if-expression whose if-part is not a constant expression */
2351 const char *g = "string";
2352 ccp = &g + (g ? g-g : 0);
2353 /* HPUX 7.0 cc rejects these. */
2354 ++ccp;
2355 p = (char**) ccp;
2356 ccp = (char const *const *) p;
2357 { /* SCO 3.2v4 cc rejects this.  */
2358   char *t;
2359   char const *s = 0 ? (char *) 0 : (char const *) 0;
2360
2361   *t++ = 0;
2362 }
2363 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
2364   int x[] = {25, 17};
2365   const int *foo = &x[0];
2366   ++foo;
2367 }
2368 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2369   typedef const int *iptr;
2370   iptr p = 0;
2371   ++p;
2372 }
2373 { /* AIX XL C 1.02.0.0 rejects this saying
2374      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2375   struct s { int j; const int *ap[3]; };
2376   struct s *b; b->j = 5;
2377 }
2378 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2379   const int foo = 10;
2380 }
2381
2382 ; return 0; }
2383 EOF
2384 if { (eval echo configure:2385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2385   rm -rf conftest*
2386   ac_cv_c_const=yes
2387 else
2388   echo "configure: failed program was:" >&5
2389   cat conftest.$ac_ext >&5
2390   rm -rf conftest*
2391   ac_cv_c_const=no
2392 fi
2393 rm -f conftest*
2394 fi
2395
2396 echo "$ac_t""$ac_cv_c_const" 1>&6
2397 if test $ac_cv_c_const = no; then
2398   cat >> confdefs.h <<\EOF
2399 #define const 
2400 EOF
2401
2402 fi
2403
2404  echo $ac_n "checking for inline""... $ac_c" 1>&6
2405 echo "configure:2406: checking for inline" >&5
2406 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2407   echo $ac_n "(cached) $ac_c" 1>&6
2408 else
2409   ac_cv_c_inline=no
2410 for ac_kw in inline __inline__ __inline; do
2411   cat > conftest.$ac_ext <<EOF
2412 #line 2413 "configure"
2413 #include "confdefs.h"
2414
2415 int main() {
2416 } $ac_kw foo() {
2417 ; return 0; }
2418 EOF
2419 if { (eval echo configure:2420: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2420   rm -rf conftest*
2421   ac_cv_c_inline=$ac_kw; break
2422 else
2423   echo "configure: failed program was:" >&5
2424   cat conftest.$ac_ext >&5
2425 fi
2426 rm -f conftest*
2427 done
2428
2429 fi
2430
2431 echo "$ac_t""$ac_cv_c_inline" 1>&6
2432 case "$ac_cv_c_inline" in
2433   inline | yes) ;;
2434   no) cat >> confdefs.h <<\EOF
2435 #define inline 
2436 EOF
2437  ;;
2438   *)  cat >> confdefs.h <<EOF
2439 #define inline $ac_cv_c_inline
2440 EOF
2441  ;;
2442 esac
2443
2444  echo $ac_n "checking for off_t""... $ac_c" 1>&6
2445 echo "configure:2446: checking for off_t" >&5
2446 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2447   echo $ac_n "(cached) $ac_c" 1>&6
2448 else
2449   cat > conftest.$ac_ext <<EOF
2450 #line 2451 "configure"
2451 #include "confdefs.h"
2452 #include <sys/types.h>
2453 #if STDC_HEADERS
2454 #include <stdlib.h>
2455 #include <stddef.h>
2456 #endif
2457 EOF
2458 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2459   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2460   rm -rf conftest*
2461   ac_cv_type_off_t=yes
2462 else
2463   rm -rf conftest*
2464   ac_cv_type_off_t=no
2465 fi
2466 rm -f conftest*
2467
2468 fi
2469 echo "$ac_t""$ac_cv_type_off_t" 1>&6
2470 if test $ac_cv_type_off_t = no; then
2471   cat >> confdefs.h <<\EOF
2472 #define off_t long
2473 EOF
2474
2475 fi
2476
2477  echo $ac_n "checking for size_t""... $ac_c" 1>&6
2478 echo "configure:2479: checking for size_t" >&5
2479 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
2480   echo $ac_n "(cached) $ac_c" 1>&6
2481 else
2482   cat > conftest.$ac_ext <<EOF
2483 #line 2484 "configure"
2484 #include "confdefs.h"
2485 #include <sys/types.h>
2486 #if STDC_HEADERS
2487 #include <stdlib.h>
2488 #include <stddef.h>
2489 #endif
2490 EOF
2491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2492   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
2493   rm -rf conftest*
2494   ac_cv_type_size_t=yes
2495 else
2496   rm -rf conftest*
2497   ac_cv_type_size_t=no
2498 fi
2499 rm -f conftest*
2500
2501 fi
2502 echo "$ac_t""$ac_cv_type_size_t" 1>&6
2503 if test $ac_cv_type_size_t = no; then
2504   cat >> confdefs.h <<\EOF
2505 #define size_t unsigned
2506 EOF
2507
2508 fi
2509
2510  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2511 echo "configure:2512: checking whether struct tm is in sys/time.h or time.h" >&5
2512 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2513   echo $ac_n "(cached) $ac_c" 1>&6
2514 else
2515   cat > conftest.$ac_ext <<EOF
2516 #line 2517 "configure"
2517 #include "confdefs.h"
2518 #include <sys/types.h>
2519 #include <time.h>
2520 int main() {
2521 struct tm *tp; tp->tm_sec;
2522 ; return 0; }
2523 EOF
2524 if { (eval echo configure:2525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2525   rm -rf conftest*
2526   ac_cv_struct_tm=time.h
2527 else
2528   echo "configure: failed program was:" >&5
2529   cat conftest.$ac_ext >&5
2530   rm -rf conftest*
2531   ac_cv_struct_tm=sys/time.h
2532 fi
2533 rm -f conftest*
2534 fi
2535
2536 echo "$ac_t""$ac_cv_struct_tm" 1>&6
2537 if test $ac_cv_struct_tm = sys/time.h; then
2538   cat >> confdefs.h <<\EOF
2539 #define TM_IN_SYS_TIME 1
2540 EOF
2541
2542 fi
2543
2544
2545  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
2546 echo "configure:2547: checking for 8-bit clean memcmp" >&5
2547 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
2548   echo $ac_n "(cached) $ac_c" 1>&6
2549 else
2550   if test "$cross_compiling" = yes; then
2551   ac_cv_func_memcmp_clean=no
2552 else
2553   cat > conftest.$ac_ext <<EOF
2554 #line 2555 "configure"
2555 #include "confdefs.h"
2556
2557 main()
2558 {
2559   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
2560   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
2561 }
2562
2563 EOF
2564 if { (eval echo configure:2565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2565 then
2566   ac_cv_func_memcmp_clean=yes
2567 else
2568   echo "configure: failed program was:" >&5
2569   cat conftest.$ac_ext >&5
2570   rm -fr conftest*
2571   ac_cv_func_memcmp_clean=no
2572 fi
2573 rm -fr conftest*
2574 fi
2575
2576 fi
2577
2578 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
2579 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
2580
2581  for ac_hdr in unistd.h
2582 do
2583 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2584 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2585 echo "configure:2586: checking for $ac_hdr" >&5
2586 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2587   echo $ac_n "(cached) $ac_c" 1>&6
2588 else
2589   cat > conftest.$ac_ext <<EOF
2590 #line 2591 "configure"
2591 #include "confdefs.h"
2592 #include <$ac_hdr>
2593 EOF
2594 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2595 { (eval echo configure:2596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2596 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2597 if test -z "$ac_err"; then
2598   rm -rf conftest*
2599   eval "ac_cv_header_$ac_safe=yes"
2600 else
2601   echo "$ac_err" >&5
2602   echo "configure: failed program was:" >&5
2603   cat conftest.$ac_ext >&5
2604   rm -rf conftest*
2605   eval "ac_cv_header_$ac_safe=no"
2606 fi
2607 rm -f conftest*
2608 fi
2609 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2610   echo "$ac_t""yes" 1>&6
2611     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2612   cat >> confdefs.h <<EOF
2613 #define $ac_tr_hdr 1
2614 EOF
2615  
2616 else
2617   echo "$ac_t""no" 1>&6
2618 fi
2619 done
2620
2621 for ac_func in getpagesize
2622 do
2623 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2624 echo "configure:2625: checking for $ac_func" >&5
2625 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2626   echo $ac_n "(cached) $ac_c" 1>&6
2627 else
2628   cat > conftest.$ac_ext <<EOF
2629 #line 2630 "configure"
2630 #include "confdefs.h"
2631 /* System header to define __stub macros and hopefully few prototypes,
2632     which can conflict with char $ac_func(); below.  */
2633 #include <assert.h>
2634 /* Override any gcc2 internal prototype to avoid an error.  */
2635 /* We use char because int might match the return type of a gcc2
2636     builtin and then its argument prototype would still apply.  */
2637 char $ac_func();
2638
2639 int main() {
2640
2641 /* The GNU C library defines this for functions which it implements
2642     to always fail with ENOSYS.  Some functions are actually named
2643     something starting with __ and the normal name is an alias.  */
2644 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2645 choke me
2646 #else
2647 $ac_func();
2648 #endif
2649
2650 ; return 0; }
2651 EOF
2652 if { (eval echo configure:2653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2653   rm -rf conftest*
2654   eval "ac_cv_func_$ac_func=yes"
2655 else
2656   echo "configure: failed program was:" >&5
2657   cat conftest.$ac_ext >&5
2658   rm -rf conftest*
2659   eval "ac_cv_func_$ac_func=no"
2660 fi
2661 rm -f conftest*
2662 fi
2663
2664 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2665   echo "$ac_t""yes" 1>&6
2666     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2667   cat >> confdefs.h <<EOF
2668 #define $ac_tr_func 1
2669 EOF
2670  
2671 else
2672   echo "$ac_t""no" 1>&6
2673 fi
2674 done
2675
2676 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
2677 echo "configure:2678: checking for working mmap" >&5
2678 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
2679   echo $ac_n "(cached) $ac_c" 1>&6
2680 else
2681   if test "$cross_compiling" = yes; then
2682   ac_cv_func_mmap_fixed_mapped=no
2683 else
2684   cat > conftest.$ac_ext <<EOF
2685 #line 2686 "configure"
2686 #include "confdefs.h"
2687
2688 /* Thanks to Mike Haertel and Jim Avera for this test.
2689    Here is a matrix of mmap possibilities:
2690         mmap private not fixed
2691         mmap private fixed at somewhere currently unmapped
2692         mmap private fixed at somewhere already mapped
2693         mmap shared not fixed
2694         mmap shared fixed at somewhere currently unmapped
2695         mmap shared fixed at somewhere already mapped
2696    For private mappings, we should verify that changes cannot be read()
2697    back from the file, nor mmap's back from the file at a different
2698    address.  (There have been systems where private was not correctly
2699    implemented like the infamous i386 svr4.0, and systems where the
2700    VM page cache was not coherent with the filesystem buffer cache
2701    like early versions of FreeBSD and possibly contemporary NetBSD.)
2702    For shared mappings, we should conversely verify that changes get
2703    propogated back to all the places they're supposed to be.
2704
2705    Grep wants private fixed already mapped.
2706    The main things grep needs to know about mmap are:
2707    * does it exist and is it safe to write into the mmap'd area
2708    * how to use it (BSD variants)  */
2709 #include <sys/types.h>
2710 #include <fcntl.h>
2711 #include <sys/mman.h>
2712
2713 /* This mess was copied from the GNU getpagesize.h.  */
2714 #ifndef HAVE_GETPAGESIZE
2715 # ifdef HAVE_UNISTD_H
2716 #  include <unistd.h>
2717 # endif
2718
2719 /* Assume that all systems that can run configure have sys/param.h.  */
2720 # ifndef HAVE_SYS_PARAM_H
2721 #  define HAVE_SYS_PARAM_H 1
2722 # endif
2723
2724 # ifdef _SC_PAGESIZE
2725 #  define getpagesize() sysconf(_SC_PAGESIZE)
2726 # else /* no _SC_PAGESIZE */
2727 #  ifdef HAVE_SYS_PARAM_H
2728 #   include <sys/param.h>
2729 #   ifdef EXEC_PAGESIZE
2730 #    define getpagesize() EXEC_PAGESIZE
2731 #   else /* no EXEC_PAGESIZE */
2732 #    ifdef NBPG
2733 #     define getpagesize() NBPG * CLSIZE
2734 #     ifndef CLSIZE
2735 #      define CLSIZE 1
2736 #     endif /* no CLSIZE */
2737 #    else /* no NBPG */
2738 #     ifdef NBPC
2739 #      define getpagesize() NBPC
2740 #     else /* no NBPC */
2741 #      ifdef PAGESIZE
2742 #       define getpagesize() PAGESIZE
2743 #      endif /* PAGESIZE */
2744 #     endif /* no NBPC */
2745 #    endif /* no NBPG */
2746 #   endif /* no EXEC_PAGESIZE */
2747 #  else /* no HAVE_SYS_PARAM_H */
2748 #   define getpagesize() 8192   /* punt totally */
2749 #  endif /* no HAVE_SYS_PARAM_H */
2750 # endif /* no _SC_PAGESIZE */
2751
2752 #endif /* no HAVE_GETPAGESIZE */
2753
2754 #ifdef __cplusplus
2755 extern "C" { void *malloc(unsigned); }
2756 #else
2757 char *malloc();
2758 #endif
2759
2760 int
2761 main()
2762 {
2763         char *data, *data2, *data3;
2764         int i, pagesize;
2765         int fd;
2766
2767         pagesize = getpagesize();
2768
2769         /*
2770          * First, make a file with some known garbage in it.
2771          */
2772         data = malloc(pagesize);
2773         if (!data)
2774                 exit(1);
2775         for (i = 0; i < pagesize; ++i)
2776                 *(data + i) = rand();
2777         umask(0);
2778         fd = creat("conftestmmap", 0600);
2779         if (fd < 0)
2780                 exit(1);
2781         if (write(fd, data, pagesize) != pagesize)
2782                 exit(1);
2783         close(fd);
2784
2785         /*
2786          * Next, try to mmap the file at a fixed address which
2787          * already has something else allocated at it.  If we can,
2788          * also make sure that we see the same garbage.
2789          */
2790         fd = open("conftestmmap", O_RDWR);
2791         if (fd < 0)
2792                 exit(1);
2793         data2 = malloc(2 * pagesize);
2794         if (!data2)
2795                 exit(1);
2796         data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
2797         if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
2798             MAP_PRIVATE | MAP_FIXED, fd, 0L))
2799                 exit(1);
2800         for (i = 0; i < pagesize; ++i)
2801                 if (*(data + i) != *(data2 + i))
2802                         exit(1);
2803
2804         /*
2805          * Finally, make sure that changes to the mapped area
2806          * do not percolate back to the file as seen by read().
2807          * (This is a bug on some variants of i386 svr4.0.)
2808          */
2809         for (i = 0; i < pagesize; ++i)
2810                 *(data2 + i) = *(data2 + i) + 1;
2811         data3 = malloc(pagesize);
2812         if (!data3)
2813                 exit(1);
2814         if (read(fd, data3, pagesize) != pagesize)
2815                 exit(1);
2816         for (i = 0; i < pagesize; ++i)
2817                 if (*(data + i) != *(data3 + i))
2818                         exit(1);
2819         close(fd);
2820         unlink("conftestmmap");
2821         exit(0);
2822 }
2823
2824 EOF
2825 if { (eval echo configure:2826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2826 then
2827   ac_cv_func_mmap_fixed_mapped=yes
2828 else
2829   echo "configure: failed program was:" >&5
2830   cat conftest.$ac_ext >&5
2831   rm -fr conftest*
2832   ac_cv_func_mmap_fixed_mapped=no
2833 fi
2834 rm -fr conftest*
2835 fi
2836
2837 fi
2838
2839 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
2840 if test $ac_cv_func_mmap_fixed_mapped = yes; then
2841   cat >> confdefs.h <<\EOF
2842 #define HAVE_MMAP 1
2843 EOF
2844
2845 fi
2846
2847  echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2848 echo "configure:2849: checking for vprintf" >&5
2849 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2850   echo $ac_n "(cached) $ac_c" 1>&6
2851 else
2852   cat > conftest.$ac_ext <<EOF
2853 #line 2854 "configure"
2854 #include "confdefs.h"
2855 /* System header to define __stub macros and hopefully few prototypes,
2856     which can conflict with char vprintf(); below.  */
2857 #include <assert.h>
2858 /* Override any gcc2 internal prototype to avoid an error.  */
2859 /* We use char because int might match the return type of a gcc2
2860     builtin and then its argument prototype would still apply.  */
2861 char vprintf();
2862
2863 int main() {
2864
2865 /* The GNU C library defines this for functions which it implements
2866     to always fail with ENOSYS.  Some functions are actually named
2867     something starting with __ and the normal name is an alias.  */
2868 #if defined (__stub_vprintf) || defined (__stub___vprintf)
2869 choke me
2870 #else
2871 vprintf();
2872 #endif
2873
2874 ; return 0; }
2875 EOF
2876 if { (eval echo configure:2877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2877   rm -rf conftest*
2878   eval "ac_cv_func_vprintf=yes"
2879 else
2880   echo "configure: failed program was:" >&5
2881   cat conftest.$ac_ext >&5
2882   rm -rf conftest*
2883   eval "ac_cv_func_vprintf=no"
2884 fi
2885 rm -f conftest*
2886 fi
2887
2888 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
2889   echo "$ac_t""yes" 1>&6
2890   cat >> confdefs.h <<\EOF
2891 #define HAVE_VPRINTF 1
2892 EOF
2893
2894 else
2895   echo "$ac_t""no" 1>&6
2896 fi
2897
2898 if test "$ac_cv_func_vprintf" != yes; then
2899 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2900 echo "configure:2901: checking for _doprnt" >&5
2901 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2902   echo $ac_n "(cached) $ac_c" 1>&6
2903 else
2904   cat > conftest.$ac_ext <<EOF
2905 #line 2906 "configure"
2906 #include "confdefs.h"
2907 /* System header to define __stub macros and hopefully few prototypes,
2908     which can conflict with char _doprnt(); below.  */
2909 #include <assert.h>
2910 /* Override any gcc2 internal prototype to avoid an error.  */
2911 /* We use char because int might match the return type of a gcc2
2912     builtin and then its argument prototype would still apply.  */
2913 char _doprnt();
2914
2915 int main() {
2916
2917 /* The GNU C library defines this for functions which it implements
2918     to always fail with ENOSYS.  Some functions are actually named
2919     something starting with __ and the normal name is an alias.  */
2920 #if defined (__stub__doprnt) || defined (__stub____doprnt)
2921 choke me
2922 #else
2923 _doprnt();
2924 #endif
2925
2926 ; return 0; }
2927 EOF
2928 if { (eval echo configure:2929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2929   rm -rf conftest*
2930   eval "ac_cv_func__doprnt=yes"
2931 else
2932   echo "configure: failed program was:" >&5
2933   cat conftest.$ac_ext >&5
2934   rm -rf conftest*
2935   eval "ac_cv_func__doprnt=no"
2936 fi
2937 rm -f conftest*
2938 fi
2939
2940 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
2941   echo "$ac_t""yes" 1>&6
2942   cat >> confdefs.h <<\EOF
2943 #define HAVE_DOPRNT 1
2944 EOF
2945
2946 else
2947   echo "$ac_t""no" 1>&6
2948 fi
2949
2950 fi
2951
2952  for ac_func in getcwd putenv socket strcspn strdup strerror strstr
2953 do
2954 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2955 echo "configure:2956: checking for $ac_func" >&5
2956 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2957   echo $ac_n "(cached) $ac_c" 1>&6
2958 else
2959   cat > conftest.$ac_ext <<EOF
2960 #line 2961 "configure"
2961 #include "confdefs.h"
2962 /* System header to define __stub macros and hopefully few prototypes,
2963     which can conflict with char $ac_func(); below.  */
2964 #include <assert.h>
2965 /* Override any gcc2 internal prototype to avoid an error.  */
2966 /* We use char because int might match the return type of a gcc2
2967     builtin and then its argument prototype would still apply.  */
2968 char $ac_func();
2969
2970 int main() {
2971
2972 /* The GNU C library defines this for functions which it implements
2973     to always fail with ENOSYS.  Some functions are actually named
2974     something starting with __ and the normal name is an alias.  */
2975 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2976 choke me
2977 #else
2978 $ac_func();
2979 #endif
2980
2981 ; return 0; }
2982 EOF
2983 if { (eval echo configure:2984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2984   rm -rf conftest*
2985   eval "ac_cv_func_$ac_func=yes"
2986 else
2987   echo "configure: failed program was:" >&5
2988   cat conftest.$ac_ext >&5
2989   rm -rf conftest*
2990   eval "ac_cv_func_$ac_func=no"
2991 fi
2992 rm -f conftest*
2993 fi
2994
2995 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2996   echo "$ac_t""yes" 1>&6
2997     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2998   cat >> confdefs.h <<EOF
2999 #define $ac_tr_func 1
3000 EOF
3001  
3002 else
3003   echo "$ac_t""no" 1>&6
3004 fi
3005 done
3006
3007
3008
3009 if test "x${DISABLEPDF2SWF}" = "xtrue"; then
3010   echo "***************************************************"
3011   echo "The following libraries are missing: " ${MISSINGLIBS}
3012   echo "Disabling pdf2swf tool..."
3013   rm pdf2swf/Makefile
3014   echo all: > pdf2swf/Makefile
3015   if test "x${DISABLEJPEG2SWF}" = "xtrue"; then
3016     echo "Disabling jpeg2swf tool..."
3017       fi
3018   echo "***************************************************"
3019   trap '' 1 2 15
3020 cat > confcache <<\EOF
3021 # This file is a shell script that caches the results of configure
3022 # tests run on this system so they can be shared between configure
3023 # scripts and configure runs.  It is not useful on other systems.
3024 # If it contains results you don't want to keep, you may remove or edit it.
3025 #
3026 # By default, configure uses ./config.cache as the cache file,
3027 # creating it if it does not exist already.  You can give configure
3028 # the --cache-file=FILE option to use a different cache file; that is
3029 # what configure does when it calls configure scripts in
3030 # subdirectories, so they share the cache.
3031 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3032 # config.status only pays attention to the cache file if you give it the
3033 # --recheck option to rerun configure.
3034 #
3035 EOF
3036 # The following way of writing the cache mishandles newlines in values,
3037 # but we know of no workaround that is simple, portable, and efficient.
3038 # So, don't put newlines in cache variables' values.
3039 # Ultrix sh set writes to stderr and can't be redirected directly,
3040 # and sets the high bit in the cache file unless we assign to the vars.
3041 (set) 2>&1 |
3042   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3043   *ac_space=\ *)
3044     # `set' does not quote correctly, so add quotes (double-quote substitution
3045     # turns \\\\ into \\, and sed turns \\ into \).
3046     sed -n \
3047       -e "s/'/'\\\\''/g" \
3048       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3049     ;;
3050   *)
3051     # `set' quotes correctly as required by POSIX, so do not add quotes.
3052     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3053     ;;
3054   esac >> confcache
3055 if cmp -s $cache_file confcache; then
3056   :
3057 else
3058   if test -w $cache_file; then
3059     echo "updating cache $cache_file"
3060     cat confcache > $cache_file
3061   else
3062     echo "not updating unwritable cache $cache_file"
3063   fi
3064 fi
3065 rm -f confcache
3066
3067 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3068
3069 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3070 # Let make expand exec_prefix.
3071 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3072
3073 # Any assignment to VPATH causes Sun make to only execute
3074 # the first set of double-colon rules, so remove it if not needed.
3075 # If there is a colon in the path, we need to keep it.
3076 if test "x$srcdir" = x.; then
3077   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3078 fi
3079
3080 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3081
3082 DEFS=-DHAVE_CONFIG_H
3083
3084 # Without the "./", some shells look in PATH for config.status.
3085 : ${CONFIG_STATUS=./config.status}
3086
3087 echo creating $CONFIG_STATUS
3088 rm -f $CONFIG_STATUS
3089 cat > $CONFIG_STATUS <<EOF
3090 #! /bin/sh
3091 # Generated automatically by configure.
3092 # Run this file to recreate the current configuration.
3093 # This directory was configured as follows,
3094 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3095 #
3096 # $0 $ac_configure_args
3097 #
3098 # Compiler output produced by configure, useful for debugging
3099 # configure, is in ./config.log if it exists.
3100
3101 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3102 for ac_option
3103 do
3104   case "\$ac_option" in
3105   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3106     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3107     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3108   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3109     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3110     exit 0 ;;
3111   -help | --help | --hel | --he | --h)
3112     echo "\$ac_cs_usage"; exit 0 ;;
3113   *) echo "\$ac_cs_usage"; exit 1 ;;
3114   esac
3115 done
3116
3117 ac_given_srcdir=$srcdir
3118 ac_given_INSTALL="$INSTALL"
3119
3120 trap 'rm -fr `echo "./release Makefile lib/Makefile src/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3121 EOF
3122 cat >> $CONFIG_STATUS <<EOF
3123
3124 # Protect against being on the right side of a sed subst in config.status.
3125 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3126  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3127 $ac_vpsub
3128 $extrasub
3129 s%@SHELL@%$SHELL%g
3130 s%@CFLAGS@%$CFLAGS%g
3131 s%@CPPFLAGS@%$CPPFLAGS%g
3132 s%@CXXFLAGS@%$CXXFLAGS%g
3133 s%@FFLAGS@%$FFLAGS%g
3134 s%@DEFS@%$DEFS%g
3135 s%@LDFLAGS@%$LDFLAGS%g
3136 s%@LIBS@%$LIBS%g
3137 s%@exec_prefix@%$exec_prefix%g
3138 s%@prefix@%$prefix%g
3139 s%@program_transform_name@%$program_transform_name%g
3140 s%@bindir@%$bindir%g
3141 s%@sbindir@%$sbindir%g
3142 s%@libexecdir@%$libexecdir%g
3143 s%@datadir@%$datadir%g
3144 s%@sysconfdir@%$sysconfdir%g
3145 s%@sharedstatedir@%$sharedstatedir%g
3146 s%@localstatedir@%$localstatedir%g
3147 s%@libdir@%$libdir%g
3148 s%@includedir@%$includedir%g
3149 s%@oldincludedir@%$oldincludedir%g
3150 s%@infodir@%$infodir%g
3151 s%@mandir@%$mandir%g
3152 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3153 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3154 s%@INSTALL_DATA@%$INSTALL_DATA%g
3155 s%@PACKAGE@%$PACKAGE%g
3156 s%@VERSION@%$VERSION%g
3157 s%@ACLOCAL@%$ACLOCAL%g
3158 s%@AUTOCONF@%$AUTOCONF%g
3159 s%@AUTOMAKE@%$AUTOMAKE%g
3160 s%@AUTOHEADER@%$AUTOHEADER%g
3161 s%@MAKEINFO@%$MAKEINFO%g
3162 s%@SET_MAKE@%$SET_MAKE%g
3163 s%@AWK@%$AWK%g
3164 s%@CC@%$CC%g
3165 s%@CPP@%$CPP%g
3166 s%@CXX@%$CXX%g
3167 s%@RANLIB@%$RANLIB%g
3168 s%@LN_S@%$LN_S%g
3169 s%@EXEEXT@%$EXEEXT%g
3170 s%@HAVE_UNISTD_H@%$HAVE_UNISTD_H%g
3171 s%@LIBOBJS@%$LIBOBJS%g
3172
3173 CEOF
3174 EOF
3175
3176 cat >> $CONFIG_STATUS <<\EOF
3177
3178 # Split the substitutions into bite-sized pieces for seds with
3179 # small command number limits, like on Digital OSF/1 and HP-UX.
3180 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3181 ac_file=1 # Number of current file.
3182 ac_beg=1 # First line for current file.
3183 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3184 ac_more_lines=:
3185 ac_sed_cmds=""
3186 while $ac_more_lines; do
3187   if test $ac_beg -gt 1; then
3188     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3189   else
3190     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3191   fi
3192   if test ! -s conftest.s$ac_file; then
3193     ac_more_lines=false
3194     rm -f conftest.s$ac_file
3195   else
3196     if test -z "$ac_sed_cmds"; then
3197       ac_sed_cmds="sed -f conftest.s$ac_file"
3198     else
3199       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3200     fi
3201     ac_file=`expr $ac_file + 1`
3202     ac_beg=$ac_end
3203     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3204   fi
3205 done
3206 if test -z "$ac_sed_cmds"; then
3207   ac_sed_cmds=cat
3208 fi
3209 EOF
3210
3211 cat >> $CONFIG_STATUS <<EOF
3212
3213 CONFIG_FILES=\${CONFIG_FILES-"./release Makefile lib/Makefile src/Makefile"}
3214 EOF
3215 cat >> $CONFIG_STATUS <<\EOF
3216 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3217   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3218   case "$ac_file" in
3219   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3220        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3221   *) ac_file_in="${ac_file}.in" ;;
3222   esac
3223
3224   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3225
3226   # Remove last slash and all that follows it.  Not all systems have dirname.
3227   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3228   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3229     # The file is in a subdirectory.
3230     test ! -d "$ac_dir" && mkdir "$ac_dir"
3231     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3232     # A "../" for each directory in $ac_dir_suffix.
3233     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3234   else
3235     ac_dir_suffix= ac_dots=
3236   fi
3237
3238   case "$ac_given_srcdir" in
3239   .)  srcdir=.
3240       if test -z "$ac_dots"; then top_srcdir=.
3241       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3242   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3243   *) # Relative path.
3244     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3245     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3246   esac
3247
3248   case "$ac_given_INSTALL" in
3249   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3250   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3251   esac
3252
3253   echo creating "$ac_file"
3254   rm -f "$ac_file"
3255   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3256   case "$ac_file" in
3257   *Makefile*) ac_comsub="1i\\
3258 # $configure_input" ;;
3259   *) ac_comsub= ;;
3260   esac
3261
3262   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3263   sed -e "$ac_comsub
3264 s%@configure_input@%$configure_input%g
3265 s%@srcdir@%$srcdir%g
3266 s%@top_srcdir@%$top_srcdir%g
3267 s%@INSTALL@%$INSTALL%g
3268 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3269 fi; done
3270 rm -f conftest.s*
3271
3272 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3273 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3274 #
3275 # ac_d sets the value in "#define NAME VALUE" lines.
3276 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3277 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3278 ac_dC='\3'
3279 ac_dD='%g'
3280 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3281 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3282 ac_uB='\([      ]\)%\1#\2define\3'
3283 ac_uC=' '
3284 ac_uD='\4%g'
3285 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3286 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3287 ac_eB='$%\1#\2define\3'
3288 ac_eC=' '
3289 ac_eD='%g'
3290
3291 if test "${CONFIG_HEADERS+set}" != set; then
3292 EOF
3293 cat >> $CONFIG_STATUS <<EOF
3294   CONFIG_HEADERS="config.h"
3295 EOF
3296 cat >> $CONFIG_STATUS <<\EOF
3297 fi
3298 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3299   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3300   case "$ac_file" in
3301   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3302        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3303   *) ac_file_in="${ac_file}.in" ;;
3304   esac
3305
3306   echo creating $ac_file
3307
3308   rm -f conftest.frag conftest.in conftest.out
3309   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3310   cat $ac_file_inputs > conftest.in
3311
3312 EOF
3313
3314 # Transform confdefs.h into a sed script conftest.vals that substitutes
3315 # the proper values into config.h.in to produce config.h.  And first:
3316 # Protect against being on the right side of a sed subst in config.status.
3317 # Protect against being in an unquoted here document in config.status.
3318 rm -f conftest.vals
3319 cat > conftest.hdr <<\EOF
3320 s/[\\&%]/\\&/g
3321 s%[\\$`]%\\&%g
3322 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3323 s%ac_d%ac_u%gp
3324 s%ac_u%ac_e%gp
3325 EOF
3326 sed -n -f conftest.hdr confdefs.h > conftest.vals
3327 rm -f conftest.hdr
3328
3329 # This sed command replaces #undef with comments.  This is necessary, for
3330 # example, in the case of _POSIX_SOURCE, which is predefined and required
3331 # on some systems where configure will not decide to define it.
3332 cat >> conftest.vals <<\EOF
3333 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3334 EOF
3335
3336 # Break up conftest.vals because some shells have a limit on
3337 # the size of here documents, and old seds have small limits too.
3338
3339 rm -f conftest.tail
3340 while :
3341 do
3342   ac_lines=`grep -c . conftest.vals`
3343   # grep -c gives empty output for an empty file on some AIX systems.
3344   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3345   # Write a limited-size here document to conftest.frag.
3346   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3347   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3348   echo 'CEOF
3349   sed -f conftest.frag conftest.in > conftest.out
3350   rm -f conftest.in
3351   mv conftest.out conftest.in
3352 ' >> $CONFIG_STATUS
3353   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3354   rm -f conftest.vals
3355   mv conftest.tail conftest.vals
3356 done
3357 rm -f conftest.vals
3358
3359 cat >> $CONFIG_STATUS <<\EOF
3360   rm -f conftest.frag conftest.h
3361   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3362   cat conftest.in >> conftest.h
3363   rm -f conftest.in
3364   if cmp -s $ac_file conftest.h 2>/dev/null; then
3365     echo "$ac_file is unchanged"
3366     rm -f conftest.h
3367   else
3368     # Remove last slash and all that follows it.  Not all systems have dirname.
3369       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3370       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3371       # The file is in a subdirectory.
3372       test ! -d "$ac_dir" && mkdir "$ac_dir"
3373     fi
3374     rm -f $ac_file
3375     mv conftest.h $ac_file
3376   fi
3377 fi; done
3378
3379 EOF
3380 cat >> $CONFIG_STATUS <<EOF
3381
3382
3383 EOF
3384 cat >> $CONFIG_STATUS <<\EOF
3385 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
3386
3387 exit 0
3388 EOF
3389 chmod +x $CONFIG_STATUS
3390 rm -fr confdefs* $ac_clean_files
3391 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3392
3393 else
3394   trap '' 1 2 15
3395 cat > confcache <<\EOF
3396 # This file is a shell script that caches the results of configure
3397 # tests run on this system so they can be shared between configure
3398 # scripts and configure runs.  It is not useful on other systems.
3399 # If it contains results you don't want to keep, you may remove or edit it.
3400 #
3401 # By default, configure uses ./config.cache as the cache file,
3402 # creating it if it does not exist already.  You can give configure
3403 # the --cache-file=FILE option to use a different cache file; that is
3404 # what configure does when it calls configure scripts in
3405 # subdirectories, so they share the cache.
3406 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3407 # config.status only pays attention to the cache file if you give it the
3408 # --recheck option to rerun configure.
3409 #
3410 EOF
3411 # The following way of writing the cache mishandles newlines in values,
3412 # but we know of no workaround that is simple, portable, and efficient.
3413 # So, don't put newlines in cache variables' values.
3414 # Ultrix sh set writes to stderr and can't be redirected directly,
3415 # and sets the high bit in the cache file unless we assign to the vars.
3416 (set) 2>&1 |
3417   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3418   *ac_space=\ *)
3419     # `set' does not quote correctly, so add quotes (double-quote substitution
3420     # turns \\\\ into \\, and sed turns \\ into \).
3421     sed -n \
3422       -e "s/'/'\\\\''/g" \
3423       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3424     ;;
3425   *)
3426     # `set' quotes correctly as required by POSIX, so do not add quotes.
3427     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3428     ;;
3429   esac >> confcache
3430 if cmp -s $cache_file confcache; then
3431   :
3432 else
3433   if test -w $cache_file; then
3434     echo "updating cache $cache_file"
3435     cat confcache > $cache_file
3436   else
3437     echo "not updating unwritable cache $cache_file"
3438   fi
3439 fi
3440 rm -f confcache
3441
3442 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3443
3444 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3445 # Let make expand exec_prefix.
3446 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3447
3448 # Any assignment to VPATH causes Sun make to only execute
3449 # the first set of double-colon rules, so remove it if not needed.
3450 # If there is a colon in the path, we need to keep it.
3451 if test "x$srcdir" = x.; then
3452   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3453 fi
3454
3455 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3456
3457 DEFS=-DHAVE_CONFIG_H
3458
3459 # Without the "./", some shells look in PATH for config.status.
3460 : ${CONFIG_STATUS=./config.status}
3461
3462 echo creating $CONFIG_STATUS
3463 rm -f $CONFIG_STATUS
3464 cat > $CONFIG_STATUS <<EOF
3465 #! /bin/sh
3466 # Generated automatically by configure.
3467 # Run this file to recreate the current configuration.
3468 # This directory was configured as follows,
3469 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3470 #
3471 # $0 $ac_configure_args
3472 #
3473 # Compiler output produced by configure, useful for debugging
3474 # configure, is in ./config.log if it exists.
3475
3476 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3477 for ac_option
3478 do
3479   case "\$ac_option" in
3480   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3481     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3482     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3483   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3484     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3485     exit 0 ;;
3486   -help | --help | --hel | --he | --h)
3487     echo "\$ac_cs_usage"; exit 0 ;;
3488   *) echo "\$ac_cs_usage"; exit 1 ;;
3489   esac
3490 done
3491
3492 ac_given_srcdir=$srcdir
3493 ac_given_INSTALL="$INSTALL"
3494
3495 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
3496 EOF
3497 cat >> $CONFIG_STATUS <<EOF
3498
3499 # Protect against being on the right side of a sed subst in config.status.
3500 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3501  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3502 $ac_vpsub
3503 $extrasub
3504
3505 CEOF
3506 EOF
3507
3508 cat >> $CONFIG_STATUS <<\EOF
3509
3510 # Split the substitutions into bite-sized pieces for seds with
3511 # small command number limits, like on Digital OSF/1 and HP-UX.
3512 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3513 ac_file=1 # Number of current file.
3514 ac_beg=1 # First line for current file.
3515 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3516 ac_more_lines=:
3517 ac_sed_cmds=""
3518 while $ac_more_lines; do
3519   if test $ac_beg -gt 1; then
3520     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3521   else
3522     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3523   fi
3524   if test ! -s conftest.s$ac_file; then
3525     ac_more_lines=false
3526     rm -f conftest.s$ac_file
3527   else
3528     if test -z "$ac_sed_cmds"; then
3529       ac_sed_cmds="sed -f conftest.s$ac_file"
3530     else
3531       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3532     fi
3533     ac_file=`expr $ac_file + 1`
3534     ac_beg=$ac_end
3535     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3536   fi
3537 done
3538 if test -z "$ac_sed_cmds"; then
3539   ac_sed_cmds=cat
3540 fi
3541 EOF
3542
3543 cat >> $CONFIG_STATUS <<EOF
3544
3545 CONFIG_FILES=\${CONFIG_FILES-"./release Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/fonts/Makefile"}
3546 EOF
3547 cat >> $CONFIG_STATUS <<\EOF
3548 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3549   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3550   case "$ac_file" in
3551   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3552        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3553   *) ac_file_in="${ac_file}.in" ;;
3554   esac
3555
3556   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3557
3558   # Remove last slash and all that follows it.  Not all systems have dirname.
3559   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3560   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3561     # The file is in a subdirectory.
3562     test ! -d "$ac_dir" && mkdir "$ac_dir"
3563     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3564     # A "../" for each directory in $ac_dir_suffix.
3565     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3566   else
3567     ac_dir_suffix= ac_dots=
3568   fi
3569
3570   case "$ac_given_srcdir" in
3571   .)  srcdir=.
3572       if test -z "$ac_dots"; then top_srcdir=.
3573       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3574   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3575   *) # Relative path.
3576     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3577     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3578   esac
3579
3580   case "$ac_given_INSTALL" in
3581   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3582   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3583   esac
3584
3585   echo creating "$ac_file"
3586   rm -f "$ac_file"
3587   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3588   case "$ac_file" in
3589   *Makefile*) ac_comsub="1i\\
3590 # $configure_input" ;;
3591   *) ac_comsub= ;;
3592   esac
3593
3594   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3595   sed -e "$ac_comsub
3596 s%@configure_input@%$configure_input%g
3597 s%@srcdir@%$srcdir%g
3598 s%@top_srcdir@%$top_srcdir%g
3599 s%@INSTALL@%$INSTALL%g
3600 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3601 fi; done
3602 rm -f conftest.s*
3603
3604 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3605 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3606 #
3607 # ac_d sets the value in "#define NAME VALUE" lines.
3608 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3609 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3610 ac_dC='\3'
3611 ac_dD='%g'
3612 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3613 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3614 ac_uB='\([      ]\)%\1#\2define\3'
3615 ac_uC=' '
3616 ac_uD='\4%g'
3617 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3618 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3619 ac_eB='$%\1#\2define\3'
3620 ac_eC=' '
3621 ac_eD='%g'
3622
3623 if test "${CONFIG_HEADERS+set}" != set; then
3624 EOF
3625 cat >> $CONFIG_STATUS <<EOF
3626   CONFIG_HEADERS="config.h"
3627 EOF
3628 cat >> $CONFIG_STATUS <<\EOF
3629 fi
3630 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3631   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3632   case "$ac_file" in
3633   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3634        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3635   *) ac_file_in="${ac_file}.in" ;;
3636   esac
3637
3638   echo creating $ac_file
3639
3640   rm -f conftest.frag conftest.in conftest.out
3641   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3642   cat $ac_file_inputs > conftest.in
3643
3644 EOF
3645
3646 # Transform confdefs.h into a sed script conftest.vals that substitutes
3647 # the proper values into config.h.in to produce config.h.  And first:
3648 # Protect against being on the right side of a sed subst in config.status.
3649 # Protect against being in an unquoted here document in config.status.
3650 rm -f conftest.vals
3651 cat > conftest.hdr <<\EOF
3652 s/[\\&%]/\\&/g
3653 s%[\\$`]%\\&%g
3654 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3655 s%ac_d%ac_u%gp
3656 s%ac_u%ac_e%gp
3657 EOF
3658 sed -n -f conftest.hdr confdefs.h > conftest.vals
3659 rm -f conftest.hdr
3660
3661 # This sed command replaces #undef with comments.  This is necessary, for
3662 # example, in the case of _POSIX_SOURCE, which is predefined and required
3663 # on some systems where configure will not decide to define it.
3664 cat >> conftest.vals <<\EOF
3665 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3666 EOF
3667
3668 # Break up conftest.vals because some shells have a limit on
3669 # the size of here documents, and old seds have small limits too.
3670
3671 rm -f conftest.tail
3672 while :
3673 do
3674   ac_lines=`grep -c . conftest.vals`
3675   # grep -c gives empty output for an empty file on some AIX systems.
3676   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3677   # Write a limited-size here document to conftest.frag.
3678   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3679   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3680   echo 'CEOF
3681   sed -f conftest.frag conftest.in > conftest.out
3682   rm -f conftest.in
3683   mv conftest.out conftest.in
3684 ' >> $CONFIG_STATUS
3685   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3686   rm -f conftest.vals
3687   mv conftest.tail conftest.vals
3688 done
3689 rm -f conftest.vals
3690
3691 cat >> $CONFIG_STATUS <<\EOF
3692   rm -f conftest.frag conftest.h
3693   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3694   cat conftest.in >> conftest.h
3695   rm -f conftest.in
3696   if cmp -s $ac_file conftest.h 2>/dev/null; then
3697     echo "$ac_file is unchanged"
3698     rm -f conftest.h
3699   else
3700     # Remove last slash and all that follows it.  Not all systems have dirname.
3701       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3702       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3703       # The file is in a subdirectory.
3704       test ! -d "$ac_dir" && mkdir "$ac_dir"
3705     fi
3706     rm -f $ac_file
3707     mv conftest.h $ac_file
3708   fi
3709 fi; done
3710
3711 EOF
3712 cat >> $CONFIG_STATUS <<EOF
3713
3714 EOF
3715 cat >> $CONFIG_STATUS <<\EOF
3716
3717 exit 0
3718 EOF
3719 chmod +x $CONFIG_STATUS
3720 rm -fr confdefs* $ac_clean_files
3721 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3722
3723 fi
3724