Release: 1.1.7
[captive.git] / src / install / acquire / cabextract / 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
15 # Initialize some variables set by options.
16 # The variables have the same names as the options, with
17 # dashes changed to underlines.
18 build=NONE
19 cache_file=./config.cache
20 exec_prefix=NONE
21 host=NONE
22 no_create=
23 nonopt=NONE
24 no_recursion=
25 prefix=NONE
26 program_prefix=NONE
27 program_suffix=NONE
28 program_transform_name=s,x,x,
29 silent=
30 site=
31 srcdir=
32 target=NONE
33 verbose=
34 x_includes=NONE
35 x_libraries=NONE
36 bindir='${exec_prefix}/bin'
37 sbindir='${exec_prefix}/sbin'
38 libexecdir='${exec_prefix}/libexec'
39 datadir='${prefix}/share'
40 sysconfdir='${prefix}/etc'
41 sharedstatedir='${prefix}/com'
42 localstatedir='${prefix}/var'
43 libdir='${exec_prefix}/lib'
44 includedir='${prefix}/include'
45 oldincludedir='/usr/include'
46 infodir='${prefix}/info'
47 mandir='${prefix}/man'
48
49 # Initialize some other variables.
50 subdirs=
51 MFLAGS= MAKEFLAGS=
52 SHELL=${CONFIG_SHELL-/bin/sh}
53 # Maximum number of lines to put in a shell here document.
54 ac_max_here_lines=12
55
56 ac_prev=
57 for ac_option
58 do
59
60   # If the previous option needs an argument, assign it.
61   if test -n "$ac_prev"; then
62     eval "$ac_prev=\$ac_option"
63     ac_prev=
64     continue
65   fi
66
67   case "$ac_option" in
68   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
69   *) ac_optarg= ;;
70   esac
71
72   # Accept the important Cygnus configure options, so we can diagnose typos.
73
74   case "$ac_option" in
75
76   -bindir | --bindir | --bindi | --bind | --bin | --bi)
77     ac_prev=bindir ;;
78   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
79     bindir="$ac_optarg" ;;
80
81   -build | --build | --buil | --bui | --bu)
82     ac_prev=build ;;
83   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
84     build="$ac_optarg" ;;
85
86   -cache-file | --cache-file | --cache-fil | --cache-fi \
87   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
88     ac_prev=cache_file ;;
89   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
90   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
91     cache_file="$ac_optarg" ;;
92
93   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
94     ac_prev=datadir ;;
95   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
96   | --da=*)
97     datadir="$ac_optarg" ;;
98
99   -disable-* | --disable-*)
100     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
101     # Reject names that are not valid shell variable names.
102     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
104     fi
105     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106     eval "enable_${ac_feature}=no" ;;
107
108   -enable-* | --enable-*)
109     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
110     # Reject names that are not valid shell variable names.
111     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
113     fi
114     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
115     case "$ac_option" in
116       *=*) ;;
117       *) ac_optarg=yes ;;
118     esac
119     eval "enable_${ac_feature}='$ac_optarg'" ;;
120
121   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
122   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
123   | --exec | --exe | --ex)
124     ac_prev=exec_prefix ;;
125   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
126   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
127   | --exec=* | --exe=* | --ex=*)
128     exec_prefix="$ac_optarg" ;;
129
130   -gas | --gas | --ga | --g)
131     # Obsolete; use --with-gas.
132     with_gas=yes ;;
133
134   -help | --help | --hel | --he)
135     # Omit some internal or obsolete options to make the list less imposing.
136     # This message is too long to be a string in the A/UX 3.1 sh.
137     cat << EOF
138 Usage: configure [options] [host]
139 Options: [defaults in brackets after descriptions]
140 Configuration:
141   --cache-file=FILE       cache test results in FILE
142   --help                  print this message
143   --no-create             do not create output files
144   --quiet, --silent       do not print \`checking...' messages
145   --version               print the version of autoconf that created configure
146 Directory and file names:
147   --prefix=PREFIX         install architecture-independent files in PREFIX
148                           [$ac_default_prefix]
149   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
150                           [same as prefix]
151   --bindir=DIR            user executables in DIR [EPREFIX/bin]
152   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
153   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
154   --datadir=DIR           read-only architecture-independent data in DIR
155                           [PREFIX/share]
156   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
157   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
158                           [PREFIX/com]
159   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
160   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
161   --includedir=DIR        C header files in DIR [PREFIX/include]
162   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
163   --infodir=DIR           info documentation in DIR [PREFIX/info]
164   --mandir=DIR            man documentation in DIR [PREFIX/man]
165   --srcdir=DIR            find the sources in DIR [configure dir or ..]
166   --program-prefix=PREFIX prepend PREFIX to installed program names
167   --program-suffix=SUFFIX append SUFFIX to installed program names
168   --program-transform-name=PROGRAM
169                           run sed PROGRAM on installed program names
170 EOF
171     cat << EOF
172 Host type:
173   --build=BUILD           configure for building on BUILD [BUILD=HOST]
174   --host=HOST             configure for HOST [guessed]
175   --target=TARGET         configure for TARGET [TARGET=HOST]
176 Features and packages:
177   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
178   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
179   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
180   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
181   --x-includes=DIR        X include files are in DIR
182   --x-libraries=DIR       X library files are in DIR
183 EOF
184     if test -n "$ac_help"; then
185       echo "--enable and --with options recognized:$ac_help"
186     fi
187     exit 0 ;;
188
189   -host | --host | --hos | --ho)
190     ac_prev=host ;;
191   -host=* | --host=* | --hos=* | --ho=*)
192     host="$ac_optarg" ;;
193
194   -includedir | --includedir | --includedi | --included | --include \
195   | --includ | --inclu | --incl | --inc)
196     ac_prev=includedir ;;
197   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
198   | --includ=* | --inclu=* | --incl=* | --inc=*)
199     includedir="$ac_optarg" ;;
200
201   -infodir | --infodir | --infodi | --infod | --info | --inf)
202     ac_prev=infodir ;;
203   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
204     infodir="$ac_optarg" ;;
205
206   -libdir | --libdir | --libdi | --libd)
207     ac_prev=libdir ;;
208   -libdir=* | --libdir=* | --libdi=* | --libd=*)
209     libdir="$ac_optarg" ;;
210
211   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
212   | --libexe | --libex | --libe)
213     ac_prev=libexecdir ;;
214   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
215   | --libexe=* | --libex=* | --libe=*)
216     libexecdir="$ac_optarg" ;;
217
218   -localstatedir | --localstatedir | --localstatedi | --localstated \
219   | --localstate | --localstat | --localsta | --localst \
220   | --locals | --local | --loca | --loc | --lo)
221     ac_prev=localstatedir ;;
222   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
223   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
224   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
225     localstatedir="$ac_optarg" ;;
226
227   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
228     ac_prev=mandir ;;
229   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
230     mandir="$ac_optarg" ;;
231
232   -nfp | --nfp | --nf)
233     # Obsolete; use --without-fp.
234     with_fp=no ;;
235
236   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
237   | --no-cr | --no-c)
238     no_create=yes ;;
239
240   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
241   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
242     no_recursion=yes ;;
243
244   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
245   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
246   | --oldin | --oldi | --old | --ol | --o)
247     ac_prev=oldincludedir ;;
248   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
249   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
250   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
251     oldincludedir="$ac_optarg" ;;
252
253   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
254     ac_prev=prefix ;;
255   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
256     prefix="$ac_optarg" ;;
257
258   -program-prefix | --program-prefix | --program-prefi | --program-pref \
259   | --program-pre | --program-pr | --program-p)
260     ac_prev=program_prefix ;;
261   -program-prefix=* | --program-prefix=* | --program-prefi=* \
262   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
263     program_prefix="$ac_optarg" ;;
264
265   -program-suffix | --program-suffix | --program-suffi | --program-suff \
266   | --program-suf | --program-su | --program-s)
267     ac_prev=program_suffix ;;
268   -program-suffix=* | --program-suffix=* | --program-suffi=* \
269   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
270     program_suffix="$ac_optarg" ;;
271
272   -program-transform-name | --program-transform-name \
273   | --program-transform-nam | --program-transform-na \
274   | --program-transform-n | --program-transform- \
275   | --program-transform | --program-transfor \
276   | --program-transfo | --program-transf \
277   | --program-trans | --program-tran \
278   | --progr-tra | --program-tr | --program-t)
279     ac_prev=program_transform_name ;;
280   -program-transform-name=* | --program-transform-name=* \
281   | --program-transform-nam=* | --program-transform-na=* \
282   | --program-transform-n=* | --program-transform-=* \
283   | --program-transform=* | --program-transfor=* \
284   | --program-transfo=* | --program-transf=* \
285   | --program-trans=* | --program-tran=* \
286   | --progr-tra=* | --program-tr=* | --program-t=*)
287     program_transform_name="$ac_optarg" ;;
288
289   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
290   | -silent | --silent | --silen | --sile | --sil)
291     silent=yes ;;
292
293   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
294     ac_prev=sbindir ;;
295   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
296   | --sbi=* | --sb=*)
297     sbindir="$ac_optarg" ;;
298
299   -sharedstatedir | --sharedstatedir | --sharedstatedi \
300   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
301   | --sharedst | --shareds | --shared | --share | --shar \
302   | --sha | --sh)
303     ac_prev=sharedstatedir ;;
304   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
305   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
306   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
307   | --sha=* | --sh=*)
308     sharedstatedir="$ac_optarg" ;;
309
310   -site | --site | --sit)
311     ac_prev=site ;;
312   -site=* | --site=* | --sit=*)
313     site="$ac_optarg" ;;
314
315   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
316     ac_prev=srcdir ;;
317   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
318     srcdir="$ac_optarg" ;;
319
320   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
321   | --syscon | --sysco | --sysc | --sys | --sy)
322     ac_prev=sysconfdir ;;
323   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
324   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
325     sysconfdir="$ac_optarg" ;;
326
327   -target | --target | --targe | --targ | --tar | --ta | --t)
328     ac_prev=target ;;
329   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
330     target="$ac_optarg" ;;
331
332   -v | -verbose | --verbose | --verbos | --verbo | --verb)
333     verbose=yes ;;
334
335   -version | --version | --versio | --versi | --vers)
336     echo "configure generated by autoconf version 2.13"
337     exit 0 ;;
338
339   -with-* | --with-*)
340     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
341     # Reject names that are not valid shell variable names.
342     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
343       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
344     fi
345     ac_package=`echo $ac_package| sed 's/-/_/g'`
346     case "$ac_option" in
347       *=*) ;;
348       *) ac_optarg=yes ;;
349     esac
350     eval "with_${ac_package}='$ac_optarg'" ;;
351
352   -without-* | --without-*)
353     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
354     # Reject names that are not valid shell variable names.
355     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
356       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
357     fi
358     ac_package=`echo $ac_package| sed 's/-/_/g'`
359     eval "with_${ac_package}=no" ;;
360
361   --x)
362     # Obsolete; use --with-x.
363     with_x=yes ;;
364
365   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
366   | --x-incl | --x-inc | --x-in | --x-i)
367     ac_prev=x_includes ;;
368   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
369   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
370     x_includes="$ac_optarg" ;;
371
372   -x-libraries | --x-libraries | --x-librarie | --x-librari \
373   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
374     ac_prev=x_libraries ;;
375   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
376   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
377     x_libraries="$ac_optarg" ;;
378
379   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
380     ;;
381
382   *)
383     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
384       echo "configure: warning: $ac_option: invalid host type" 1>&2
385     fi
386     if test "x$nonopt" != xNONE; then
387       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
388     fi
389     nonopt="$ac_option"
390     ;;
391
392   esac
393 done
394
395 if test -n "$ac_prev"; then
396   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
397 fi
398
399 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
400
401 # File descriptor usage:
402 # 0 standard input
403 # 1 file creation
404 # 2 errors and warnings
405 # 3 some systems may open it to /dev/tty
406 # 4 used on the Kubota Titan
407 # 6 checking for... messages and results
408 # 5 compiler messages saved in config.log
409 if test "$silent" = yes; then
410   exec 6>/dev/null
411 else
412   exec 6>&1
413 fi
414 exec 5>./config.log
415
416 echo "\
417 This file contains any messages produced by compilers while
418 running configure, to aid debugging if configure makes a mistake.
419 " 1>&5
420
421 # Strip out --no-create and --no-recursion so they do not pile up.
422 # Also quote any args containing shell metacharacters.
423 ac_configure_args=
424 for ac_arg
425 do
426   case "$ac_arg" in
427   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
428   | --no-cr | --no-c) ;;
429   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
430   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
431   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
432   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
433   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
434   esac
435 done
436
437 # NLS nuisances.
438 # Only set these to C if already set.  These must not be set unconditionally
439 # because not all systems understand e.g. LANG=C (notably SCO).
440 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
441 # Non-C LC_CTYPE values break the ctype check.
442 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
444 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
445 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
446
447 # confdefs.h avoids OS command line length limits that DEFS can exceed.
448 rm -rf conftest* confdefs.h
449 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
450 echo > confdefs.h
451
452 # A filename unique to this package, relative to the directory that
453 # configure is in, which we can look for to find out if srcdir is correct.
454 ac_unique_file=cabextract.c
455
456 # Find the source files, if location was not specified.
457 if test -z "$srcdir"; then
458   ac_srcdir_defaulted=yes
459   # Try the directory containing this script, then its parent.
460   ac_prog=$0
461   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
462   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
463   srcdir=$ac_confdir
464   if test ! -r $srcdir/$ac_unique_file; then
465     srcdir=..
466   fi
467 else
468   ac_srcdir_defaulted=no
469 fi
470 if test ! -r $srcdir/$ac_unique_file; then
471   if test "$ac_srcdir_defaulted" = yes; then
472     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
473   else
474     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
475   fi
476 fi
477 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
478
479 # Prefer explicitly selected file to automatically selected ones.
480 if test -z "$CONFIG_SITE"; then
481   if test "x$prefix" != xNONE; then
482     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
483   else
484     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
485   fi
486 fi
487 for ac_site_file in $CONFIG_SITE; do
488   if test -r "$ac_site_file"; then
489     echo "loading site script $ac_site_file"
490     . "$ac_site_file"
491   fi
492 done
493
494 if test -r "$cache_file"; then
495   echo "loading cache $cache_file"
496   . $cache_file
497 else
498   echo "creating cache $cache_file"
499   > $cache_file
500 fi
501
502 ac_ext=c
503 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
504 ac_cpp='$CPP $CPPFLAGS'
505 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
507 cross_compiling=$ac_cv_prog_cc_cross
508
509 ac_exeext=
510 ac_objext=o
511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
512   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
513   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
514     ac_n= ac_c='
515 ' ac_t='        '
516   else
517     ac_n=-n ac_c= ac_t=
518   fi
519 else
520   ac_n= ac_c='\c' ac_t=
521 fi
522
523
524
525
526
527 ac_aux_dir=
528 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
529   if test -f $ac_dir/install-sh; then
530     ac_aux_dir=$ac_dir
531     ac_install_sh="$ac_aux_dir/install-sh -c"
532     break
533   elif test -f $ac_dir/install.sh; then
534     ac_aux_dir=$ac_dir
535     ac_install_sh="$ac_aux_dir/install.sh -c"
536     break
537   fi
538 done
539 if test -z "$ac_aux_dir"; then
540   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
541 fi
542 ac_config_guess=$ac_aux_dir/config.guess
543 ac_config_sub=$ac_aux_dir/config.sub
544 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
545
546 # Find a good install program.  We prefer a C program (faster),
547 # so one script is as good as another.  But avoid the broken or
548 # incompatible versions:
549 # SysV /etc/install, /usr/sbin/install
550 # SunOS /usr/etc/install
551 # IRIX /sbin/install
552 # AIX /bin/install
553 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
554 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
555 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
556 # ./install, which can be erroneously created by make from ./install.sh.
557 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
558 echo "configure:559: checking for a BSD compatible install" >&5
559 if test -z "$INSTALL"; then
560 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
561   echo $ac_n "(cached) $ac_c" 1>&6
562 else
563     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
564   for ac_dir in $PATH; do
565     # Account for people who put trailing slashes in PATH elements.
566     case "$ac_dir/" in
567     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
568     *)
569       # OSF1 and SCO ODT 3.0 have their own names for install.
570       # Don't use installbsd from OSF since it installs stuff as root
571       # by default.
572       for ac_prog in ginstall scoinst install; do
573         if test -f $ac_dir/$ac_prog; then
574           if test $ac_prog = install &&
575             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
576             # AIX install.  It has an incompatible calling convention.
577             :
578           else
579             ac_cv_path_install="$ac_dir/$ac_prog -c"
580             break 2
581           fi
582         fi
583       done
584       ;;
585     esac
586   done
587   IFS="$ac_save_IFS"
588
589 fi
590   if test "${ac_cv_path_install+set}" = set; then
591     INSTALL="$ac_cv_path_install"
592   else
593     # As a last resort, use the slow shell script.  We don't cache a
594     # path for INSTALL within a source directory, because that will
595     # break other packages using the cache if that directory is
596     # removed, or if the path is relative.
597     INSTALL="$ac_install_sh"
598   fi
599 fi
600 echo "$ac_t""$INSTALL" 1>&6
601
602 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
603 # It thinks the first close brace ends the variable substitution.
604 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
605
606 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
607
608 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
609
610 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
611 echo "configure:612: checking whether build environment is sane" >&5
612 # Just in case
613 sleep 1
614 echo timestamp > conftestfile
615 # Do `set' in a subshell so we don't clobber the current shell's
616 # arguments.  Must try -L first in case configure is actually a
617 # symlink; some systems play weird games with the mod time of symlinks
618 # (eg FreeBSD returns the mod time of the symlink's containing
619 # directory).
620 if (
621    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
622    if test "$*" = "X"; then
623       # -L didn't work.
624       set X `ls -t $srcdir/configure conftestfile`
625    fi
626    if test "$*" != "X $srcdir/configure conftestfile" \
627       && test "$*" != "X conftestfile $srcdir/configure"; then
628
629       # If neither matched, then we have a broken ls.  This can happen
630       # if, for instance, CONFIG_SHELL is bash and it inherits a
631       # broken ls alias from the environment.  This has actually
632       # happened.  Such a system could not be considered "sane".
633       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
634 alias in your environment" 1>&2; exit 1; }
635    fi
636
637    test "$2" = conftestfile
638    )
639 then
640    # Ok.
641    :
642 else
643    { echo "configure: error: newly created file is older than distributed files!
644 Check your system clock" 1>&2; exit 1; }
645 fi
646 rm -f conftest*
647 echo "$ac_t""yes" 1>&6
648 if test "$program_transform_name" = s,x,x,; then
649   program_transform_name=
650 else
651   # Double any \ or $.  echo might interpret backslashes.
652   cat <<\EOF_SED > conftestsed
653 s,\\,\\\\,g; s,\$,$$,g
654 EOF_SED
655   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
656   rm -f conftestsed
657 fi
658 test "$program_prefix" != NONE &&
659   program_transform_name="s,^,${program_prefix},; $program_transform_name"
660 # Use a double $ so make ignores it.
661 test "$program_suffix" != NONE &&
662   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
663
664 # sed with no file args requires a program.
665 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
666
667 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
668 echo "configure:669: checking whether ${MAKE-make} sets \${MAKE}" >&5
669 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
670 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
671   echo $ac_n "(cached) $ac_c" 1>&6
672 else
673   cat > conftestmake <<\EOF
674 all:
675         @echo 'ac_maketemp="${MAKE}"'
676 EOF
677 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
678 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
679 if test -n "$ac_maketemp"; then
680   eval ac_cv_prog_make_${ac_make}_set=yes
681 else
682   eval ac_cv_prog_make_${ac_make}_set=no
683 fi
684 rm -f conftestmake
685 fi
686 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
687   echo "$ac_t""yes" 1>&6
688   SET_MAKE=
689 else
690   echo "$ac_t""no" 1>&6
691   SET_MAKE="MAKE=${MAKE-make}"
692 fi
693
694
695 PACKAGE=cabextract
696
697 VERSION=0.6
698
699 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
700   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
701 fi
702 cat >> confdefs.h <<EOF
703 #define PACKAGE "$PACKAGE"
704 EOF
705
706 cat >> confdefs.h <<EOF
707 #define VERSION "$VERSION"
708 EOF
709
710
711
712 missing_dir=`cd $ac_aux_dir && pwd`
713 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
714 echo "configure:715: checking for working aclocal" >&5
715 # Run test in a subshell; some versions of sh will print an error if
716 # an executable is not found, even if stderr is redirected.
717 # Redirect stdin to placate older versions of autoconf.  Sigh.
718 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
719    ACLOCAL=aclocal
720    echo "$ac_t""found" 1>&6
721 else
722    ACLOCAL="$missing_dir/missing aclocal"
723    echo "$ac_t""missing" 1>&6
724 fi
725
726 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
727 echo "configure:728: checking for working autoconf" >&5
728 # Run test in a subshell; some versions of sh will print an error if
729 # an executable is not found, even if stderr is redirected.
730 # Redirect stdin to placate older versions of autoconf.  Sigh.
731 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
732    AUTOCONF=autoconf
733    echo "$ac_t""found" 1>&6
734 else
735    AUTOCONF="$missing_dir/missing autoconf"
736    echo "$ac_t""missing" 1>&6
737 fi
738
739 echo $ac_n "checking for working automake""... $ac_c" 1>&6
740 echo "configure:741: checking for working automake" >&5
741 # Run test in a subshell; some versions of sh will print an error if
742 # an executable is not found, even if stderr is redirected.
743 # Redirect stdin to placate older versions of autoconf.  Sigh.
744 if (automake --version) < /dev/null > /dev/null 2>&1; then
745    AUTOMAKE=automake
746    echo "$ac_t""found" 1>&6
747 else
748    AUTOMAKE="$missing_dir/missing automake"
749    echo "$ac_t""missing" 1>&6
750 fi
751
752 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
753 echo "configure:754: checking for working autoheader" >&5
754 # Run test in a subshell; some versions of sh will print an error if
755 # an executable is not found, even if stderr is redirected.
756 # Redirect stdin to placate older versions of autoconf.  Sigh.
757 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
758    AUTOHEADER=autoheader
759    echo "$ac_t""found" 1>&6
760 else
761    AUTOHEADER="$missing_dir/missing autoheader"
762    echo "$ac_t""missing" 1>&6
763 fi
764
765 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
766 echo "configure:767: checking for working makeinfo" >&5
767 # Run test in a subshell; some versions of sh will print an error if
768 # an executable is not found, even if stderr is redirected.
769 # Redirect stdin to placate older versions of autoconf.  Sigh.
770 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
771    MAKEINFO=makeinfo
772    echo "$ac_t""found" 1>&6
773 else
774    MAKEINFO="$missing_dir/missing makeinfo"
775    echo "$ac_t""missing" 1>&6
776 fi
777
778
779
780 # Extract the first word of "gcc", so it can be a program name with args.
781 set dummy gcc; ac_word=$2
782 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
783 echo "configure:784: checking for $ac_word" >&5
784 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
785   echo $ac_n "(cached) $ac_c" 1>&6
786 else
787   if test -n "$CC"; then
788   ac_cv_prog_CC="$CC" # Let the user override the test.
789 else
790   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
791   ac_dummy="$PATH"
792   for ac_dir in $ac_dummy; do
793     test -z "$ac_dir" && ac_dir=.
794     if test -f $ac_dir/$ac_word; then
795       ac_cv_prog_CC="gcc"
796       break
797     fi
798   done
799   IFS="$ac_save_ifs"
800 fi
801 fi
802 CC="$ac_cv_prog_CC"
803 if test -n "$CC"; then
804   echo "$ac_t""$CC" 1>&6
805 else
806   echo "$ac_t""no" 1>&6
807 fi
808
809 if test -z "$CC"; then
810   # Extract the first word of "cc", so it can be a program name with args.
811 set dummy cc; ac_word=$2
812 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
813 echo "configure:814: checking for $ac_word" >&5
814 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
815   echo $ac_n "(cached) $ac_c" 1>&6
816 else
817   if test -n "$CC"; then
818   ac_cv_prog_CC="$CC" # Let the user override the test.
819 else
820   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
821   ac_prog_rejected=no
822   ac_dummy="$PATH"
823   for ac_dir in $ac_dummy; do
824     test -z "$ac_dir" && ac_dir=.
825     if test -f $ac_dir/$ac_word; then
826       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
827         ac_prog_rejected=yes
828         continue
829       fi
830       ac_cv_prog_CC="cc"
831       break
832     fi
833   done
834   IFS="$ac_save_ifs"
835 if test $ac_prog_rejected = yes; then
836   # We found a bogon in the path, so make sure we never use it.
837   set dummy $ac_cv_prog_CC
838   shift
839   if test $# -gt 0; then
840     # We chose a different compiler from the bogus one.
841     # However, it has the same basename, so the bogon will be chosen
842     # first if we set CC to just the basename; use the full file name.
843     shift
844     set dummy "$ac_dir/$ac_word" "$@"
845     shift
846     ac_cv_prog_CC="$@"
847   fi
848 fi
849 fi
850 fi
851 CC="$ac_cv_prog_CC"
852 if test -n "$CC"; then
853   echo "$ac_t""$CC" 1>&6
854 else
855   echo "$ac_t""no" 1>&6
856 fi
857
858   if test -z "$CC"; then
859     case "`uname -s`" in
860     *win32* | *WIN32*)
861       # Extract the first word of "cl", so it can be a program name with args.
862 set dummy cl; ac_word=$2
863 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
864 echo "configure:865: checking for $ac_word" >&5
865 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
866   echo $ac_n "(cached) $ac_c" 1>&6
867 else
868   if test -n "$CC"; then
869   ac_cv_prog_CC="$CC" # Let the user override the test.
870 else
871   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
872   ac_dummy="$PATH"
873   for ac_dir in $ac_dummy; do
874     test -z "$ac_dir" && ac_dir=.
875     if test -f $ac_dir/$ac_word; then
876       ac_cv_prog_CC="cl"
877       break
878     fi
879   done
880   IFS="$ac_save_ifs"
881 fi
882 fi
883 CC="$ac_cv_prog_CC"
884 if test -n "$CC"; then
885   echo "$ac_t""$CC" 1>&6
886 else
887   echo "$ac_t""no" 1>&6
888 fi
889  ;;
890     esac
891   fi
892   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
893 fi
894
895 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
896 echo "configure:897: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
897
898 ac_ext=c
899 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
900 ac_cpp='$CPP $CPPFLAGS'
901 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
902 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
903 cross_compiling=$ac_cv_prog_cc_cross
904
905 cat > conftest.$ac_ext << EOF
906
907 #line 908 "configure"
908 #include "confdefs.h"
909
910 main(){return(0);}
911 EOF
912 if { (eval echo configure:913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
913   ac_cv_prog_cc_works=yes
914   # If we can't run a trivial program, we are probably using a cross compiler.
915   if (./conftest; exit) 2>/dev/null; then
916     ac_cv_prog_cc_cross=no
917   else
918     ac_cv_prog_cc_cross=yes
919   fi
920 else
921   echo "configure: failed program was:" >&5
922   cat conftest.$ac_ext >&5
923   ac_cv_prog_cc_works=no
924 fi
925 rm -fr conftest*
926 ac_ext=c
927 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
928 ac_cpp='$CPP $CPPFLAGS'
929 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
930 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
931 cross_compiling=$ac_cv_prog_cc_cross
932
933 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
934 if test $ac_cv_prog_cc_works = no; then
935   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
936 fi
937 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
938 echo "configure:939: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
939 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
940 cross_compiling=$ac_cv_prog_cc_cross
941
942 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
943 echo "configure:944: checking whether we are using GNU C" >&5
944 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
945   echo $ac_n "(cached) $ac_c" 1>&6
946 else
947   cat > conftest.c <<EOF
948 #ifdef __GNUC__
949   yes;
950 #endif
951 EOF
952 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
953   ac_cv_prog_gcc=yes
954 else
955   ac_cv_prog_gcc=no
956 fi
957 fi
958
959 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
960
961 if test $ac_cv_prog_gcc = yes; then
962   GCC=yes
963 else
964   GCC=
965 fi
966
967 ac_test_CFLAGS="${CFLAGS+set}"
968 ac_save_CFLAGS="$CFLAGS"
969 CFLAGS=
970 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
971 echo "configure:972: checking whether ${CC-cc} accepts -g" >&5
972 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
973   echo $ac_n "(cached) $ac_c" 1>&6
974 else
975   echo 'void f(){}' > conftest.c
976 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
977   ac_cv_prog_cc_g=yes
978 else
979   ac_cv_prog_cc_g=no
980 fi
981 rm -f conftest*
982
983 fi
984
985 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
986 if test "$ac_test_CFLAGS" = set; then
987   CFLAGS="$ac_save_CFLAGS"
988 elif test $ac_cv_prog_cc_g = yes; then
989   if test "$GCC" = yes; then
990     CFLAGS="-g -O2"
991   else
992     CFLAGS="-g"
993   fi
994 else
995   if test "$GCC" = yes; then
996     CFLAGS="-O2"
997   else
998     CFLAGS=
999   fi
1000 fi
1001
1002 # Find a good install program.  We prefer a C program (faster),
1003 # so one script is as good as another.  But avoid the broken or
1004 # incompatible versions:
1005 # SysV /etc/install, /usr/sbin/install
1006 # SunOS /usr/etc/install
1007 # IRIX /sbin/install
1008 # AIX /bin/install
1009 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1010 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1011 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1012 # ./install, which can be erroneously created by make from ./install.sh.
1013 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1014 echo "configure:1015: checking for a BSD compatible install" >&5
1015 if test -z "$INSTALL"; then
1016 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1017   echo $ac_n "(cached) $ac_c" 1>&6
1018 else
1019     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1020   for ac_dir in $PATH; do
1021     # Account for people who put trailing slashes in PATH elements.
1022     case "$ac_dir/" in
1023     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1024     *)
1025       # OSF1 and SCO ODT 3.0 have their own names for install.
1026       # Don't use installbsd from OSF since it installs stuff as root
1027       # by default.
1028       for ac_prog in ginstall scoinst install; do
1029         if test -f $ac_dir/$ac_prog; then
1030           if test $ac_prog = install &&
1031             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1032             # AIX install.  It has an incompatible calling convention.
1033             :
1034           else
1035             ac_cv_path_install="$ac_dir/$ac_prog -c"
1036             break 2
1037           fi
1038         fi
1039       done
1040       ;;
1041     esac
1042   done
1043   IFS="$ac_save_IFS"
1044
1045 fi
1046   if test "${ac_cv_path_install+set}" = set; then
1047     INSTALL="$ac_cv_path_install"
1048   else
1049     # As a last resort, use the slow shell script.  We don't cache a
1050     # path for INSTALL within a source directory, because that will
1051     # break other packages using the cache if that directory is
1052     # removed, or if the path is relative.
1053     INSTALL="$ac_install_sh"
1054   fi
1055 fi
1056 echo "$ac_t""$INSTALL" 1>&6
1057
1058 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1059 # It thinks the first close brace ends the variable substitution.
1060 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1061
1062 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1063
1064 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1065
1066 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1067 echo "configure:1068: checking for Cygwin environment" >&5
1068 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1069   echo $ac_n "(cached) $ac_c" 1>&6
1070 else
1071   cat > conftest.$ac_ext <<EOF
1072 #line 1073 "configure"
1073 #include "confdefs.h"
1074
1075 int main() {
1076
1077 #ifndef __CYGWIN__
1078 #define __CYGWIN__ __CYGWIN32__
1079 #endif
1080 return __CYGWIN__;
1081 ; return 0; }
1082 EOF
1083 if { (eval echo configure:1084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1084   rm -rf conftest*
1085   ac_cv_cygwin=yes
1086 else
1087   echo "configure: failed program was:" >&5
1088   cat conftest.$ac_ext >&5
1089   rm -rf conftest*
1090   ac_cv_cygwin=no
1091 fi
1092 rm -f conftest*
1093 rm -f conftest*
1094 fi
1095
1096 echo "$ac_t""$ac_cv_cygwin" 1>&6
1097 CYGWIN=
1098 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1099 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1100 echo "configure:1101: checking for mingw32 environment" >&5
1101 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1102   echo $ac_n "(cached) $ac_c" 1>&6
1103 else
1104   cat > conftest.$ac_ext <<EOF
1105 #line 1106 "configure"
1106 #include "confdefs.h"
1107
1108 int main() {
1109 return __MINGW32__;
1110 ; return 0; }
1111 EOF
1112 if { (eval echo configure:1113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1113   rm -rf conftest*
1114   ac_cv_mingw32=yes
1115 else
1116   echo "configure: failed program was:" >&5
1117   cat conftest.$ac_ext >&5
1118   rm -rf conftest*
1119   ac_cv_mingw32=no
1120 fi
1121 rm -f conftest*
1122 rm -f conftest*
1123 fi
1124
1125 echo "$ac_t""$ac_cv_mingw32" 1>&6
1126 MINGW32=
1127 test "$ac_cv_mingw32" = yes && MINGW32=yes
1128
1129
1130 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1131 echo "configure:1132: checking for executable suffix" >&5
1132 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1133   echo $ac_n "(cached) $ac_c" 1>&6
1134 else
1135   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1136   ac_cv_exeext=.exe
1137 else
1138   rm -f conftest*
1139   echo 'int main () { return 0; }' > conftest.$ac_ext
1140   ac_cv_exeext=
1141   if { (eval echo configure:1142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1142     for file in conftest.*; do
1143       case $file in
1144       *.$ac_ext | *.c | *.o | *.obj) ;;
1145       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1146       esac
1147     done
1148   else
1149     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1150   fi
1151   rm -f conftest*
1152   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1153 fi
1154 fi
1155
1156 EXEEXT=""
1157 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1158 echo "$ac_t""${ac_cv_exeext}" 1>&6
1159 ac_exeext=$EXEEXT
1160
1161
1162
1163 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1164 echo "configure:1165: checking how to run the C preprocessor" >&5
1165 # On Suns, sometimes $CPP names a directory.
1166 if test -n "$CPP" && test -d "$CPP"; then
1167   CPP=
1168 fi
1169 if test -z "$CPP"; then
1170 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1171   echo $ac_n "(cached) $ac_c" 1>&6
1172 else
1173     # This must be in double quotes, not single quotes, because CPP may get
1174   # substituted into the Makefile and "${CC-cc}" will confuse make.
1175   CPP="${CC-cc} -E"
1176   # On the NeXT, cc -E runs the code through the compiler's parser,
1177   # not just through cpp.
1178   cat > conftest.$ac_ext <<EOF
1179 #line 1180 "configure"
1180 #include "confdefs.h"
1181 #include <assert.h>
1182 Syntax Error
1183 EOF
1184 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1185 { (eval echo configure:1186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1186 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1187 if test -z "$ac_err"; then
1188   :
1189 else
1190   echo "$ac_err" >&5
1191   echo "configure: failed program was:" >&5
1192   cat conftest.$ac_ext >&5
1193   rm -rf conftest*
1194   CPP="${CC-cc} -E -traditional-cpp"
1195   cat > conftest.$ac_ext <<EOF
1196 #line 1197 "configure"
1197 #include "confdefs.h"
1198 #include <assert.h>
1199 Syntax Error
1200 EOF
1201 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1202 { (eval echo configure:1203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1203 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1204 if test -z "$ac_err"; then
1205   :
1206 else
1207   echo "$ac_err" >&5
1208   echo "configure: failed program was:" >&5
1209   cat conftest.$ac_ext >&5
1210   rm -rf conftest*
1211   CPP="${CC-cc} -nologo -E"
1212   cat > conftest.$ac_ext <<EOF
1213 #line 1214 "configure"
1214 #include "confdefs.h"
1215 #include <assert.h>
1216 Syntax Error
1217 EOF
1218 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1219 { (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1220 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1221 if test -z "$ac_err"; then
1222   :
1223 else
1224   echo "$ac_err" >&5
1225   echo "configure: failed program was:" >&5
1226   cat conftest.$ac_ext >&5
1227   rm -rf conftest*
1228   CPP=/lib/cpp
1229 fi
1230 rm -f conftest*
1231 fi
1232 rm -f conftest*
1233 fi
1234 rm -f conftest*
1235   ac_cv_prog_CPP="$CPP"
1236 fi
1237   CPP="$ac_cv_prog_CPP"
1238 else
1239   ac_cv_prog_CPP="$CPP"
1240 fi
1241 echo "$ac_t""$CPP" 1>&6
1242
1243 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1244 echo "configure:1245: checking for ANSI C header files" >&5
1245 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1246   echo $ac_n "(cached) $ac_c" 1>&6
1247 else
1248   cat > conftest.$ac_ext <<EOF
1249 #line 1250 "configure"
1250 #include "confdefs.h"
1251 #include <stdlib.h>
1252 #include <stdarg.h>
1253 #include <string.h>
1254 #include <float.h>
1255 EOF
1256 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1257 { (eval echo configure:1258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1258 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1259 if test -z "$ac_err"; then
1260   rm -rf conftest*
1261   ac_cv_header_stdc=yes
1262 else
1263   echo "$ac_err" >&5
1264   echo "configure: failed program was:" >&5
1265   cat conftest.$ac_ext >&5
1266   rm -rf conftest*
1267   ac_cv_header_stdc=no
1268 fi
1269 rm -f conftest*
1270
1271 if test $ac_cv_header_stdc = yes; then
1272   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1273 cat > conftest.$ac_ext <<EOF
1274 #line 1275 "configure"
1275 #include "confdefs.h"
1276 #include <string.h>
1277 EOF
1278 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1279   egrep "memchr" >/dev/null 2>&1; then
1280   :
1281 else
1282   rm -rf conftest*
1283   ac_cv_header_stdc=no
1284 fi
1285 rm -f conftest*
1286
1287 fi
1288
1289 if test $ac_cv_header_stdc = yes; then
1290   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1291 cat > conftest.$ac_ext <<EOF
1292 #line 1293 "configure"
1293 #include "confdefs.h"
1294 #include <stdlib.h>
1295 EOF
1296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1297   egrep "free" >/dev/null 2>&1; then
1298   :
1299 else
1300   rm -rf conftest*
1301   ac_cv_header_stdc=no
1302 fi
1303 rm -f conftest*
1304
1305 fi
1306
1307 if test $ac_cv_header_stdc = yes; then
1308   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1309 if test "$cross_compiling" = yes; then
1310   :
1311 else
1312   cat > conftest.$ac_ext <<EOF
1313 #line 1314 "configure"
1314 #include "confdefs.h"
1315 #include <ctype.h>
1316 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1317 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1318 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1319 int main () { int i; for (i = 0; i < 256; i++)
1320 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1321 exit (0); }
1322
1323 EOF
1324 if { (eval echo configure:1325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1325 then
1326   :
1327 else
1328   echo "configure: failed program was:" >&5
1329   cat conftest.$ac_ext >&5
1330   rm -fr conftest*
1331   ac_cv_header_stdc=no
1332 fi
1333 rm -fr conftest*
1334 fi
1335
1336 fi
1337 fi
1338
1339 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1340 if test $ac_cv_header_stdc = yes; then
1341   cat >> confdefs.h <<\EOF
1342 #define STDC_HEADERS 1
1343 EOF
1344
1345 fi
1346
1347 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
1348 echo "configure:1349: checking whether time.h and sys/time.h may both be included" >&5
1349 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1350   echo $ac_n "(cached) $ac_c" 1>&6
1351 else
1352   cat > conftest.$ac_ext <<EOF
1353 #line 1354 "configure"
1354 #include "confdefs.h"
1355 #include <sys/types.h>
1356 #include <sys/time.h>
1357 #include <time.h>
1358 int main() {
1359 struct tm *tp;
1360 ; return 0; }
1361 EOF
1362 if { (eval echo configure:1363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1363   rm -rf conftest*
1364   ac_cv_header_time=yes
1365 else
1366   echo "configure: failed program was:" >&5
1367   cat conftest.$ac_ext >&5
1368   rm -rf conftest*
1369   ac_cv_header_time=no
1370 fi
1371 rm -f conftest*
1372 fi
1373
1374 echo "$ac_t""$ac_cv_header_time" 1>&6
1375 if test $ac_cv_header_time = yes; then
1376   cat >> confdefs.h <<\EOF
1377 #define TIME_WITH_SYS_TIME 1
1378 EOF
1379
1380 fi
1381
1382 ac_header_dirent=no
1383 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
1384 do
1385 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1386 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
1387 echo "configure:1388: checking for $ac_hdr that defines DIR" >&5
1388 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
1389   echo $ac_n "(cached) $ac_c" 1>&6
1390 else
1391   cat > conftest.$ac_ext <<EOF
1392 #line 1393 "configure"
1393 #include "confdefs.h"
1394 #include <sys/types.h>
1395 #include <$ac_hdr>
1396 int main() {
1397 DIR *dirp = 0;
1398 ; return 0; }
1399 EOF
1400 if { (eval echo configure:1401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1401   rm -rf conftest*
1402   eval "ac_cv_header_dirent_$ac_safe=yes"
1403 else
1404   echo "configure: failed program was:" >&5
1405   cat conftest.$ac_ext >&5
1406   rm -rf conftest*
1407   eval "ac_cv_header_dirent_$ac_safe=no"
1408 fi
1409 rm -f conftest*
1410 fi
1411 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
1412   echo "$ac_t""yes" 1>&6
1413     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1414   cat >> confdefs.h <<EOF
1415 #define $ac_tr_hdr 1
1416 EOF
1417  ac_header_dirent=$ac_hdr; break
1418 else
1419   echo "$ac_t""no" 1>&6
1420 fi
1421 done
1422 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1423 if test $ac_header_dirent = dirent.h; then
1424 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
1425 echo "configure:1426: checking for opendir in -ldir" >&5
1426 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
1427 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1428   echo $ac_n "(cached) $ac_c" 1>&6
1429 else
1430   ac_save_LIBS="$LIBS"
1431 LIBS="-ldir  $LIBS"
1432 cat > conftest.$ac_ext <<EOF
1433 #line 1434 "configure"
1434 #include "confdefs.h"
1435 /* Override any gcc2 internal prototype to avoid an error.  */
1436 /* We use char because int might match the return type of a gcc2
1437     builtin and then its argument prototype would still apply.  */
1438 char opendir();
1439
1440 int main() {
1441 opendir()
1442 ; return 0; }
1443 EOF
1444 if { (eval echo configure:1445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1445   rm -rf conftest*
1446   eval "ac_cv_lib_$ac_lib_var=yes"
1447 else
1448   echo "configure: failed program was:" >&5
1449   cat conftest.$ac_ext >&5
1450   rm -rf conftest*
1451   eval "ac_cv_lib_$ac_lib_var=no"
1452 fi
1453 rm -f conftest*
1454 LIBS="$ac_save_LIBS"
1455
1456 fi
1457 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1458   echo "$ac_t""yes" 1>&6
1459   LIBS="$LIBS -ldir"
1460 else
1461   echo "$ac_t""no" 1>&6
1462 fi
1463
1464 else
1465 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
1466 echo "configure:1467: checking for opendir in -lx" >&5
1467 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
1468 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1469   echo $ac_n "(cached) $ac_c" 1>&6
1470 else
1471   ac_save_LIBS="$LIBS"
1472 LIBS="-lx  $LIBS"
1473 cat > conftest.$ac_ext <<EOF
1474 #line 1475 "configure"
1475 #include "confdefs.h"
1476 /* Override any gcc2 internal prototype to avoid an error.  */
1477 /* We use char because int might match the return type of a gcc2
1478     builtin and then its argument prototype would still apply.  */
1479 char opendir();
1480
1481 int main() {
1482 opendir()
1483 ; return 0; }
1484 EOF
1485 if { (eval echo configure:1486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1486   rm -rf conftest*
1487   eval "ac_cv_lib_$ac_lib_var=yes"
1488 else
1489   echo "configure: failed program was:" >&5
1490   cat conftest.$ac_ext >&5
1491   rm -rf conftest*
1492   eval "ac_cv_lib_$ac_lib_var=no"
1493 fi
1494 rm -f conftest*
1495 LIBS="$ac_save_LIBS"
1496
1497 fi
1498 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1499   echo "$ac_t""yes" 1>&6
1500   LIBS="$LIBS -lx"
1501 else
1502   echo "$ac_t""no" 1>&6
1503 fi
1504
1505 fi
1506
1507 for ac_hdr in ctype.h limits.h stdlib.h string.h strings.h \
1508         utime.h sys/stat.h sys/time.h sys/types.h getopt.h
1509 do
1510 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1511 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1512 echo "configure:1513: checking for $ac_hdr" >&5
1513 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1514   echo $ac_n "(cached) $ac_c" 1>&6
1515 else
1516   cat > conftest.$ac_ext <<EOF
1517 #line 1518 "configure"
1518 #include "confdefs.h"
1519 #include <$ac_hdr>
1520 EOF
1521 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1522 { (eval echo configure:1523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1523 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1524 if test -z "$ac_err"; then
1525   rm -rf conftest*
1526   eval "ac_cv_header_$ac_safe=yes"
1527 else
1528   echo "$ac_err" >&5
1529   echo "configure: failed program was:" >&5
1530   cat conftest.$ac_ext >&5
1531   rm -rf conftest*
1532   eval "ac_cv_header_$ac_safe=no"
1533 fi
1534 rm -f conftest*
1535 fi
1536 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1537   echo "$ac_t""yes" 1>&6
1538     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1539   cat >> confdefs.h <<EOF
1540 #define $ac_tr_hdr 1
1541 EOF
1542  
1543 else
1544   echo "$ac_t""no" 1>&6
1545 fi
1546 done
1547
1548
1549 echo $ac_n "checking for working const""... $ac_c" 1>&6
1550 echo "configure:1551: checking for working const" >&5
1551 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1552   echo $ac_n "(cached) $ac_c" 1>&6
1553 else
1554   cat > conftest.$ac_ext <<EOF
1555 #line 1556 "configure"
1556 #include "confdefs.h"
1557
1558 int main() {
1559
1560 /* Ultrix mips cc rejects this.  */
1561 typedef int charset[2]; const charset x;
1562 /* SunOS 4.1.1 cc rejects this.  */
1563 char const *const *ccp;
1564 char **p;
1565 /* NEC SVR4.0.2 mips cc rejects this.  */
1566 struct point {int x, y;};
1567 static struct point const zero = {0,0};
1568 /* AIX XL C 1.02.0.0 rejects this.
1569    It does not let you subtract one const X* pointer from another in an arm
1570    of an if-expression whose if-part is not a constant expression */
1571 const char *g = "string";
1572 ccp = &g + (g ? g-g : 0);
1573 /* HPUX 7.0 cc rejects these. */
1574 ++ccp;
1575 p = (char**) ccp;
1576 ccp = (char const *const *) p;
1577 { /* SCO 3.2v4 cc rejects this.  */
1578   char *t;
1579   char const *s = 0 ? (char *) 0 : (char const *) 0;
1580
1581   *t++ = 0;
1582 }
1583 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
1584   int x[] = {25, 17};
1585   const int *foo = &x[0];
1586   ++foo;
1587 }
1588 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1589   typedef const int *iptr;
1590   iptr p = 0;
1591   ++p;
1592 }
1593 { /* AIX XL C 1.02.0.0 rejects this saying
1594      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1595   struct s { int j; const int *ap[3]; };
1596   struct s *b; b->j = 5;
1597 }
1598 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1599   const int foo = 10;
1600 }
1601
1602 ; return 0; }
1603 EOF
1604 if { (eval echo configure:1605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1605   rm -rf conftest*
1606   ac_cv_c_const=yes
1607 else
1608   echo "configure: failed program was:" >&5
1609   cat conftest.$ac_ext >&5
1610   rm -rf conftest*
1611   ac_cv_c_const=no
1612 fi
1613 rm -f conftest*
1614 fi
1615
1616 echo "$ac_t""$ac_cv_c_const" 1>&6
1617 if test $ac_cv_c_const = no; then
1618   cat >> confdefs.h <<\EOF
1619 #define const 
1620 EOF
1621
1622 fi
1623
1624 echo $ac_n "checking for inline""... $ac_c" 1>&6
1625 echo "configure:1626: checking for inline" >&5
1626 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1627   echo $ac_n "(cached) $ac_c" 1>&6
1628 else
1629   ac_cv_c_inline=no
1630 for ac_kw in inline __inline__ __inline; do
1631   cat > conftest.$ac_ext <<EOF
1632 #line 1633 "configure"
1633 #include "confdefs.h"
1634
1635 int main() {
1636 } $ac_kw foo() {
1637 ; return 0; }
1638 EOF
1639 if { (eval echo configure:1640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1640   rm -rf conftest*
1641   ac_cv_c_inline=$ac_kw; break
1642 else
1643   echo "configure: failed program was:" >&5
1644   cat conftest.$ac_ext >&5
1645 fi
1646 rm -f conftest*
1647 done
1648
1649 fi
1650
1651 echo "$ac_t""$ac_cv_c_inline" 1>&6
1652 case "$ac_cv_c_inline" in
1653   inline | yes) ;;
1654   no) cat >> confdefs.h <<\EOF
1655 #define inline 
1656 EOF
1657  ;;
1658   *)  cat >> confdefs.h <<EOF
1659 #define inline $ac_cv_c_inline
1660 EOF
1661  ;;
1662 esac
1663
1664 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
1665 echo "configure:1666: checking for mode_t" >&5
1666 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
1667   echo $ac_n "(cached) $ac_c" 1>&6
1668 else
1669   cat > conftest.$ac_ext <<EOF
1670 #line 1671 "configure"
1671 #include "confdefs.h"
1672 #include <sys/types.h>
1673 #if STDC_HEADERS
1674 #include <stdlib.h>
1675 #include <stddef.h>
1676 #endif
1677 EOF
1678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1679   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1680   rm -rf conftest*
1681   ac_cv_type_mode_t=yes
1682 else
1683   rm -rf conftest*
1684   ac_cv_type_mode_t=no
1685 fi
1686 rm -f conftest*
1687
1688 fi
1689 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
1690 if test $ac_cv_type_mode_t = no; then
1691   cat >> confdefs.h <<\EOF
1692 #define mode_t int
1693 EOF
1694
1695 fi
1696
1697 echo $ac_n "checking for off_t""... $ac_c" 1>&6
1698 echo "configure:1699: checking for off_t" >&5
1699 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
1700   echo $ac_n "(cached) $ac_c" 1>&6
1701 else
1702   cat > conftest.$ac_ext <<EOF
1703 #line 1704 "configure"
1704 #include "confdefs.h"
1705 #include <sys/types.h>
1706 #if STDC_HEADERS
1707 #include <stdlib.h>
1708 #include <stddef.h>
1709 #endif
1710 EOF
1711 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1712   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1713   rm -rf conftest*
1714   ac_cv_type_off_t=yes
1715 else
1716   rm -rf conftest*
1717   ac_cv_type_off_t=no
1718 fi
1719 rm -f conftest*
1720
1721 fi
1722 echo "$ac_t""$ac_cv_type_off_t" 1>&6
1723 if test $ac_cv_type_off_t = no; then
1724   cat >> confdefs.h <<\EOF
1725 #define off_t long
1726 EOF
1727
1728 fi
1729
1730 echo $ac_n "checking for size_t""... $ac_c" 1>&6
1731 echo "configure:1732: checking for size_t" >&5
1732 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1733   echo $ac_n "(cached) $ac_c" 1>&6
1734 else
1735   cat > conftest.$ac_ext <<EOF
1736 #line 1737 "configure"
1737 #include "confdefs.h"
1738 #include <sys/types.h>
1739 #if STDC_HEADERS
1740 #include <stdlib.h>
1741 #include <stddef.h>
1742 #endif
1743 EOF
1744 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1745   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1746   rm -rf conftest*
1747   ac_cv_type_size_t=yes
1748 else
1749   rm -rf conftest*
1750   ac_cv_type_size_t=no
1751 fi
1752 rm -f conftest*
1753
1754 fi
1755 echo "$ac_t""$ac_cv_type_size_t" 1>&6
1756 if test $ac_cv_type_size_t = no; then
1757   cat >> confdefs.h <<\EOF
1758 #define size_t unsigned
1759 EOF
1760
1761 fi
1762
1763
1764 for ac_func in strchr strcasecmp memcpy utime
1765 do
1766 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1767 echo "configure:1768: checking for $ac_func" >&5
1768 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1769   echo $ac_n "(cached) $ac_c" 1>&6
1770 else
1771   cat > conftest.$ac_ext <<EOF
1772 #line 1773 "configure"
1773 #include "confdefs.h"
1774 /* System header to define __stub macros and hopefully few prototypes,
1775     which can conflict with char $ac_func(); below.  */
1776 #include <assert.h>
1777 /* Override any gcc2 internal prototype to avoid an error.  */
1778 /* We use char because int might match the return type of a gcc2
1779     builtin and then its argument prototype would still apply.  */
1780 char $ac_func();
1781
1782 int main() {
1783
1784 /* The GNU C library defines this for functions which it implements
1785     to always fail with ENOSYS.  Some functions are actually named
1786     something starting with __ and the normal name is an alias.  */
1787 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1788 choke me
1789 #else
1790 $ac_func();
1791 #endif
1792
1793 ; return 0; }
1794 EOF
1795 if { (eval echo configure:1796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1796   rm -rf conftest*
1797   eval "ac_cv_func_$ac_func=yes"
1798 else
1799   echo "configure: failed program was:" >&5
1800   cat conftest.$ac_ext >&5
1801   rm -rf conftest*
1802   eval "ac_cv_func_$ac_func=no"
1803 fi
1804 rm -f conftest*
1805 fi
1806
1807 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1808   echo "$ac_t""yes" 1>&6
1809     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1810   cat >> confdefs.h <<EOF
1811 #define $ac_tr_func 1
1812 EOF
1813  
1814 else
1815   echo "$ac_t""no" 1>&6
1816 fi
1817 done
1818
1819 for ac_func in mktime
1820 do
1821 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1822 echo "configure:1823: checking for $ac_func" >&5
1823 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1824   echo $ac_n "(cached) $ac_c" 1>&6
1825 else
1826   cat > conftest.$ac_ext <<EOF
1827 #line 1828 "configure"
1828 #include "confdefs.h"
1829 /* System header to define __stub macros and hopefully few prototypes,
1830     which can conflict with char $ac_func(); below.  */
1831 #include <assert.h>
1832 /* Override any gcc2 internal prototype to avoid an error.  */
1833 /* We use char because int might match the return type of a gcc2
1834     builtin and then its argument prototype would still apply.  */
1835 char $ac_func();
1836
1837 int main() {
1838
1839 /* The GNU C library defines this for functions which it implements
1840     to always fail with ENOSYS.  Some functions are actually named
1841     something starting with __ and the normal name is an alias.  */
1842 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1843 choke me
1844 #else
1845 $ac_func();
1846 #endif
1847
1848 ; return 0; }
1849 EOF
1850 if { (eval echo configure:1851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1851   rm -rf conftest*
1852   eval "ac_cv_func_$ac_func=yes"
1853 else
1854   echo "configure: failed program was:" >&5
1855   cat conftest.$ac_ext >&5
1856   rm -rf conftest*
1857   eval "ac_cv_func_$ac_func=no"
1858 fi
1859 rm -f conftest*
1860 fi
1861
1862 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1863   echo "$ac_t""yes" 1>&6
1864     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1865   cat >> confdefs.h <<EOF
1866 #define $ac_tr_func 1
1867 EOF
1868  
1869 else
1870   echo "$ac_t""no" 1>&6
1871 LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
1872 fi
1873 done
1874
1875
1876
1877 for ac_func in getopt_long 
1878 do
1879 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1880 echo "configure:1881: checking for $ac_func" >&5
1881 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1882   echo $ac_n "(cached) $ac_c" 1>&6
1883 else
1884   cat > conftest.$ac_ext <<EOF
1885 #line 1886 "configure"
1886 #include "confdefs.h"
1887 /* System header to define __stub macros and hopefully few prototypes,
1888     which can conflict with char $ac_func(); below.  */
1889 #include <assert.h>
1890 /* Override any gcc2 internal prototype to avoid an error.  */
1891 /* We use char because int might match the return type of a gcc2
1892     builtin and then its argument prototype would still apply.  */
1893 char $ac_func();
1894
1895 int main() {
1896
1897 /* The GNU C library defines this for functions which it implements
1898     to always fail with ENOSYS.  Some functions are actually named
1899     something starting with __ and the normal name is an alias.  */
1900 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1901 choke me
1902 #else
1903 $ac_func();
1904 #endif
1905
1906 ; return 0; }
1907 EOF
1908 if { (eval echo configure:1909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1909   rm -rf conftest*
1910   eval "ac_cv_func_$ac_func=yes"
1911 else
1912   echo "configure: failed program was:" >&5
1913   cat conftest.$ac_ext >&5
1914   rm -rf conftest*
1915   eval "ac_cv_func_$ac_func=no"
1916 fi
1917 rm -f conftest*
1918 fi
1919
1920 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1921   echo "$ac_t""yes" 1>&6
1922     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1923   cat >> confdefs.h <<EOF
1924 #define $ac_tr_func 1
1925 EOF
1926  
1927 else
1928   echo "$ac_t""no" 1>&6
1929 LIBOBJS="$LIBOBJS getopt.o getopt1.o" 
1930 fi
1931 done
1932  
1933
1934 trap '' 1 2 15
1935 cat > confcache <<\EOF
1936 # This file is a shell script that caches the results of configure
1937 # tests run on this system so they can be shared between configure
1938 # scripts and configure runs.  It is not useful on other systems.
1939 # If it contains results you don't want to keep, you may remove or edit it.
1940 #
1941 # By default, configure uses ./config.cache as the cache file,
1942 # creating it if it does not exist already.  You can give configure
1943 # the --cache-file=FILE option to use a different cache file; that is
1944 # what configure does when it calls configure scripts in
1945 # subdirectories, so they share the cache.
1946 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1947 # config.status only pays attention to the cache file if you give it the
1948 # --recheck option to rerun configure.
1949 #
1950 EOF
1951 # The following way of writing the cache mishandles newlines in values,
1952 # but we know of no workaround that is simple, portable, and efficient.
1953 # So, don't put newlines in cache variables' values.
1954 # Ultrix sh set writes to stderr and can't be redirected directly,
1955 # and sets the high bit in the cache file unless we assign to the vars.
1956 (set) 2>&1 |
1957   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1958   *ac_space=\ *)
1959     # `set' does not quote correctly, so add quotes (double-quote substitution
1960     # turns \\\\ into \\, and sed turns \\ into \).
1961     sed -n \
1962       -e "s/'/'\\\\''/g" \
1963       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1964     ;;
1965   *)
1966     # `set' quotes correctly as required by POSIX, so do not add quotes.
1967     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1968     ;;
1969   esac >> confcache
1970 if cmp -s $cache_file confcache; then
1971   :
1972 else
1973   if test -w $cache_file; then
1974     echo "updating cache $cache_file"
1975     cat confcache > $cache_file
1976   else
1977     echo "not updating unwritable cache $cache_file"
1978   fi
1979 fi
1980 rm -f confcache
1981
1982 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1983
1984 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1985 # Let make expand exec_prefix.
1986 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1987
1988 # Any assignment to VPATH causes Sun make to only execute
1989 # the first set of double-colon rules, so remove it if not needed.
1990 # If there is a colon in the path, we need to keep it.
1991 if test "x$srcdir" = x.; then
1992   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1993 fi
1994
1995 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1996
1997 DEFS=-DHAVE_CONFIG_H
1998
1999 # Without the "./", some shells look in PATH for config.status.
2000 : ${CONFIG_STATUS=./config.status}
2001
2002 echo creating $CONFIG_STATUS
2003 rm -f $CONFIG_STATUS
2004 cat > $CONFIG_STATUS <<EOF
2005 #! /bin/sh
2006 # Generated automatically by configure.
2007 # Run this file to recreate the current configuration.
2008 # This directory was configured as follows,
2009 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2010 #
2011 # $0 $ac_configure_args
2012 #
2013 # Compiler output produced by configure, useful for debugging
2014 # configure, is in ./config.log if it exists.
2015
2016 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2017 for ac_option
2018 do
2019   case "\$ac_option" in
2020   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2021     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2022     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2023   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2024     echo "$CONFIG_STATUS generated by autoconf version 2.13"
2025     exit 0 ;;
2026   -help | --help | --hel | --he | --h)
2027     echo "\$ac_cs_usage"; exit 0 ;;
2028   *) echo "\$ac_cs_usage"; exit 1 ;;
2029   esac
2030 done
2031
2032 ac_given_srcdir=$srcdir
2033 ac_given_INSTALL="$INSTALL"
2034
2035 trap 'rm -fr `echo "Makefile cabextract.spec config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2036 EOF
2037 cat >> $CONFIG_STATUS <<EOF
2038
2039 # Protect against being on the right side of a sed subst in config.status.
2040 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2041  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2042 $ac_vpsub
2043 $extrasub
2044 s%@SHELL@%$SHELL%g
2045 s%@CFLAGS@%$CFLAGS%g
2046 s%@CPPFLAGS@%$CPPFLAGS%g
2047 s%@CXXFLAGS@%$CXXFLAGS%g
2048 s%@FFLAGS@%$FFLAGS%g
2049 s%@DEFS@%$DEFS%g
2050 s%@LDFLAGS@%$LDFLAGS%g
2051 s%@LIBS@%$LIBS%g
2052 s%@exec_prefix@%$exec_prefix%g
2053 s%@prefix@%$prefix%g
2054 s%@program_transform_name@%$program_transform_name%g
2055 s%@bindir@%$bindir%g
2056 s%@sbindir@%$sbindir%g
2057 s%@libexecdir@%$libexecdir%g
2058 s%@datadir@%$datadir%g
2059 s%@sysconfdir@%$sysconfdir%g
2060 s%@sharedstatedir@%$sharedstatedir%g
2061 s%@localstatedir@%$localstatedir%g
2062 s%@libdir@%$libdir%g
2063 s%@includedir@%$includedir%g
2064 s%@oldincludedir@%$oldincludedir%g
2065 s%@infodir@%$infodir%g
2066 s%@mandir@%$mandir%g
2067 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2068 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2069 s%@INSTALL_DATA@%$INSTALL_DATA%g
2070 s%@PACKAGE@%$PACKAGE%g
2071 s%@VERSION@%$VERSION%g
2072 s%@ACLOCAL@%$ACLOCAL%g
2073 s%@AUTOCONF@%$AUTOCONF%g
2074 s%@AUTOMAKE@%$AUTOMAKE%g
2075 s%@AUTOHEADER@%$AUTOHEADER%g
2076 s%@MAKEINFO@%$MAKEINFO%g
2077 s%@SET_MAKE@%$SET_MAKE%g
2078 s%@CC@%$CC%g
2079 s%@EXEEXT@%$EXEEXT%g
2080 s%@CPP@%$CPP%g
2081 s%@LIBOBJS@%$LIBOBJS%g
2082
2083 CEOF
2084 EOF
2085
2086 cat >> $CONFIG_STATUS <<\EOF
2087
2088 # Split the substitutions into bite-sized pieces for seds with
2089 # small command number limits, like on Digital OSF/1 and HP-UX.
2090 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2091 ac_file=1 # Number of current file.
2092 ac_beg=1 # First line for current file.
2093 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2094 ac_more_lines=:
2095 ac_sed_cmds=""
2096 while $ac_more_lines; do
2097   if test $ac_beg -gt 1; then
2098     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2099   else
2100     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2101   fi
2102   if test ! -s conftest.s$ac_file; then
2103     ac_more_lines=false
2104     rm -f conftest.s$ac_file
2105   else
2106     if test -z "$ac_sed_cmds"; then
2107       ac_sed_cmds="sed -f conftest.s$ac_file"
2108     else
2109       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2110     fi
2111     ac_file=`expr $ac_file + 1`
2112     ac_beg=$ac_end
2113     ac_end=`expr $ac_end + $ac_max_sed_cmds`
2114   fi
2115 done
2116 if test -z "$ac_sed_cmds"; then
2117   ac_sed_cmds=cat
2118 fi
2119 EOF
2120
2121 cat >> $CONFIG_STATUS <<EOF
2122
2123 CONFIG_FILES=\${CONFIG_FILES-"Makefile cabextract.spec"}
2124 EOF
2125 cat >> $CONFIG_STATUS <<\EOF
2126 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2127   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2128   case "$ac_file" in
2129   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2130        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2131   *) ac_file_in="${ac_file}.in" ;;
2132   esac
2133
2134   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2135
2136   # Remove last slash and all that follows it.  Not all systems have dirname.
2137   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2138   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2139     # The file is in a subdirectory.
2140     test ! -d "$ac_dir" && mkdir "$ac_dir"
2141     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2142     # A "../" for each directory in $ac_dir_suffix.
2143     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2144   else
2145     ac_dir_suffix= ac_dots=
2146   fi
2147
2148   case "$ac_given_srcdir" in
2149   .)  srcdir=.
2150       if test -z "$ac_dots"; then top_srcdir=.
2151       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2152   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2153   *) # Relative path.
2154     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2155     top_srcdir="$ac_dots$ac_given_srcdir" ;;
2156   esac
2157
2158   case "$ac_given_INSTALL" in
2159   [/$]*) INSTALL="$ac_given_INSTALL" ;;
2160   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2161   esac
2162
2163   echo creating "$ac_file"
2164   rm -f "$ac_file"
2165   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2166   case "$ac_file" in
2167   *Makefile*) ac_comsub="1i\\
2168 # $configure_input" ;;
2169   *) ac_comsub= ;;
2170   esac
2171
2172   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2173   sed -e "$ac_comsub
2174 s%@configure_input@%$configure_input%g
2175 s%@srcdir@%$srcdir%g
2176 s%@top_srcdir@%$top_srcdir%g
2177 s%@INSTALL@%$INSTALL%g
2178 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2179 fi; done
2180 rm -f conftest.s*
2181
2182 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2183 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2184 #
2185 # ac_d sets the value in "#define NAME VALUE" lines.
2186 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
2187 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
2188 ac_dC='\3'
2189 ac_dD='%g'
2190 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2191 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2192 ac_uB='\([      ]\)%\1#\2define\3'
2193 ac_uC=' '
2194 ac_uD='\4%g'
2195 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2196 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2197 ac_eB='$%\1#\2define\3'
2198 ac_eC=' '
2199 ac_eD='%g'
2200
2201 if test "${CONFIG_HEADERS+set}" != set; then
2202 EOF
2203 cat >> $CONFIG_STATUS <<EOF
2204   CONFIG_HEADERS="config.h"
2205 EOF
2206 cat >> $CONFIG_STATUS <<\EOF
2207 fi
2208 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2209   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2210   case "$ac_file" in
2211   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2212        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2213   *) ac_file_in="${ac_file}.in" ;;
2214   esac
2215
2216   echo creating $ac_file
2217
2218   rm -f conftest.frag conftest.in conftest.out
2219   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2220   cat $ac_file_inputs > conftest.in
2221
2222 EOF
2223
2224 # Transform confdefs.h into a sed script conftest.vals that substitutes
2225 # the proper values into config.h.in to produce config.h.  And first:
2226 # Protect against being on the right side of a sed subst in config.status.
2227 # Protect against being in an unquoted here document in config.status.
2228 rm -f conftest.vals
2229 cat > conftest.hdr <<\EOF
2230 s/[\\&%]/\\&/g
2231 s%[\\$`]%\\&%g
2232 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2233 s%ac_d%ac_u%gp
2234 s%ac_u%ac_e%gp
2235 EOF
2236 sed -n -f conftest.hdr confdefs.h > conftest.vals
2237 rm -f conftest.hdr
2238
2239 # This sed command replaces #undef with comments.  This is necessary, for
2240 # example, in the case of _POSIX_SOURCE, which is predefined and required
2241 # on some systems where configure will not decide to define it.
2242 cat >> conftest.vals <<\EOF
2243 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2244 EOF
2245
2246 # Break up conftest.vals because some shells have a limit on
2247 # the size of here documents, and old seds have small limits too.
2248
2249 rm -f conftest.tail
2250 while :
2251 do
2252   ac_lines=`grep -c . conftest.vals`
2253   # grep -c gives empty output for an empty file on some AIX systems.
2254   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2255   # Write a limited-size here document to conftest.frag.
2256   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2257   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2258   echo 'CEOF
2259   sed -f conftest.frag conftest.in > conftest.out
2260   rm -f conftest.in
2261   mv conftest.out conftest.in
2262 ' >> $CONFIG_STATUS
2263   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2264   rm -f conftest.vals
2265   mv conftest.tail conftest.vals
2266 done
2267 rm -f conftest.vals
2268
2269 cat >> $CONFIG_STATUS <<\EOF
2270   rm -f conftest.frag conftest.h
2271   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
2272   cat conftest.in >> conftest.h
2273   rm -f conftest.in
2274   if cmp -s $ac_file conftest.h 2>/dev/null; then
2275     echo "$ac_file is unchanged"
2276     rm -f conftest.h
2277   else
2278     # Remove last slash and all that follows it.  Not all systems have dirname.
2279       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2280       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2281       # The file is in a subdirectory.
2282       test ! -d "$ac_dir" && mkdir "$ac_dir"
2283     fi
2284     rm -f $ac_file
2285     mv conftest.h $ac_file
2286   fi
2287 fi; done
2288
2289 EOF
2290 cat >> $CONFIG_STATUS <<EOF
2291
2292
2293 EOF
2294 cat >> $CONFIG_STATUS <<\EOF
2295 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
2296
2297 exit 0
2298 EOF
2299 chmod +x $CONFIG_STATUS
2300 rm -fr confdefs* $ac_clean_files
2301 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2302