7cb4b3bb46d4271454b241006e384b11eca4953b
[idzebra-moved-to-github.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12 
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 # Maximum number of lines to put in a shell here document.
53 ac_max_here_lines=12
54
55 ac_prev=
56 for ac_option
57 do
58
59   # If the previous option needs an argument, assign it.
60   if test -n "$ac_prev"; then
61     eval "$ac_prev=\$ac_option"
62     ac_prev=
63     continue
64   fi
65
66   case "$ac_option" in
67   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
68   *) ac_optarg= ;;
69   esac
70
71   # Accept the important Cygnus configure options, so we can diagnose typos.
72
73   case "$ac_option" in
74
75   -bindir | --bindir | --bindi | --bind | --bin | --bi)
76     ac_prev=bindir ;;
77   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
78     bindir="$ac_optarg" ;;
79
80   -build | --build | --buil | --bui | --bu)
81     ac_prev=build ;;
82   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
83     build="$ac_optarg" ;;
84
85   -cache-file | --cache-file | --cache-fil | --cache-fi \
86   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
87     ac_prev=cache_file ;;
88   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
89   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
90     cache_file="$ac_optarg" ;;
91
92   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
93     ac_prev=datadir ;;
94   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
95   | --da=*)
96     datadir="$ac_optarg" ;;
97
98   -disable-* | --disable-*)
99     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
100     # Reject names that are not valid shell variable names.
101     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
102       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
103     fi
104     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
105     eval "enable_${ac_feature}=no" ;;
106
107   -enable-* | --enable-*)
108     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
109     # Reject names that are not valid shell variable names.
110     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
111       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
112     fi
113     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
114     case "$ac_option" in
115       *=*) ;;
116       *) ac_optarg=yes ;;
117     esac
118     eval "enable_${ac_feature}='$ac_optarg'" ;;
119
120   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
121   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
122   | --exec | --exe | --ex)
123     ac_prev=exec_prefix ;;
124   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
125   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
126   | --exec=* | --exe=* | --ex=*)
127     exec_prefix="$ac_optarg" ;;
128
129   -gas | --gas | --ga | --g)
130     # Obsolete; use --with-gas.
131     with_gas=yes ;;
132
133   -help | --help | --hel | --he)
134     # Omit some internal or obsolete options to make the list less imposing.
135     # This message is too long to be a string in the A/UX 3.1 sh.
136     cat << EOF
137 Usage: configure [options] [host]
138 Options: [defaults in brackets after descriptions]
139 Configuration:
140   --cache-file=FILE       cache test results in FILE
141   --help                  print this message
142   --no-create             do not create output files
143   --quiet, --silent       do not print \`checking...' messages
144   --version               print the version of autoconf that created configure
145 Directory and file names:
146   --prefix=PREFIX         install architecture-independent files in PREFIX
147                           [$ac_default_prefix]
148   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
149                           [same as prefix]
150   --bindir=DIR            user executables in DIR [EPREFIX/bin]
151   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
152   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
153   --datadir=DIR           read-only architecture-independent data in DIR
154                           [PREFIX/share]
155   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
156   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
157                           [PREFIX/com]
158   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
159   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
160   --includedir=DIR        C header files in DIR [PREFIX/include]
161   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
162   --infodir=DIR           info documentation in DIR [PREFIX/info]
163   --mandir=DIR            man documentation in DIR [PREFIX/man]
164   --srcdir=DIR            find the sources in DIR [configure dir or ..]
165   --program-prefix=PREFIX prepend PREFIX to installed program names
166   --program-suffix=SUFFIX append SUFFIX to installed program names
167   --program-transform-name=PROGRAM
168                           run sed PROGRAM on installed program names
169 EOF
170     cat << EOF
171 Host type:
172   --build=BUILD           configure for building on BUILD [BUILD=HOST]
173   --host=HOST             configure for HOST [guessed]
174   --target=TARGET         configure for TARGET [TARGET=HOST]
175 Features and packages:
176   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
177   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
178   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
179   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
180   --x-includes=DIR        X include files are in DIR
181   --x-libraries=DIR       X library files are in DIR
182 EOF
183     if test -n "$ac_help"; then
184       echo "--enable and --with options recognized:$ac_help"
185     fi
186     exit 0 ;;
187
188   -host | --host | --hos | --ho)
189     ac_prev=host ;;
190   -host=* | --host=* | --hos=* | --ho=*)
191     host="$ac_optarg" ;;
192
193   -includedir | --includedir | --includedi | --included | --include \
194   | --includ | --inclu | --incl | --inc)
195     ac_prev=includedir ;;
196   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
197   | --includ=* | --inclu=* | --incl=* | --inc=*)
198     includedir="$ac_optarg" ;;
199
200   -infodir | --infodir | --infodi | --infod | --info | --inf)
201     ac_prev=infodir ;;
202   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
203     infodir="$ac_optarg" ;;
204
205   -libdir | --libdir | --libdi | --libd)
206     ac_prev=libdir ;;
207   -libdir=* | --libdir=* | --libdi=* | --libd=*)
208     libdir="$ac_optarg" ;;
209
210   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
211   | --libexe | --libex | --libe)
212     ac_prev=libexecdir ;;
213   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
214   | --libexe=* | --libex=* | --libe=*)
215     libexecdir="$ac_optarg" ;;
216
217   -localstatedir | --localstatedir | --localstatedi | --localstated \
218   | --localstate | --localstat | --localsta | --localst \
219   | --locals | --local | --loca | --loc | --lo)
220     ac_prev=localstatedir ;;
221   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
222   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
223   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
224     localstatedir="$ac_optarg" ;;
225
226   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
227     ac_prev=mandir ;;
228   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
229     mandir="$ac_optarg" ;;
230
231   -nfp | --nfp | --nf)
232     # Obsolete; use --without-fp.
233     with_fp=no ;;
234
235   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
236   | --no-cr | --no-c)
237     no_create=yes ;;
238
239   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
240   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
241     no_recursion=yes ;;
242
243   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
244   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
245   | --oldin | --oldi | --old | --ol | --o)
246     ac_prev=oldincludedir ;;
247   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
248   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
249   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
250     oldincludedir="$ac_optarg" ;;
251
252   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
253     ac_prev=prefix ;;
254   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
255     prefix="$ac_optarg" ;;
256
257   -program-prefix | --program-prefix | --program-prefi | --program-pref \
258   | --program-pre | --program-pr | --program-p)
259     ac_prev=program_prefix ;;
260   -program-prefix=* | --program-prefix=* | --program-prefi=* \
261   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
262     program_prefix="$ac_optarg" ;;
263
264   -program-suffix | --program-suffix | --program-suffi | --program-suff \
265   | --program-suf | --program-su | --program-s)
266     ac_prev=program_suffix ;;
267   -program-suffix=* | --program-suffix=* | --program-suffi=* \
268   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
269     program_suffix="$ac_optarg" ;;
270
271   -program-transform-name | --program-transform-name \
272   | --program-transform-nam | --program-transform-na \
273   | --program-transform-n | --program-transform- \
274   | --program-transform | --program-transfor \
275   | --program-transfo | --program-transf \
276   | --program-trans | --program-tran \
277   | --progr-tra | --program-tr | --program-t)
278     ac_prev=program_transform_name ;;
279   -program-transform-name=* | --program-transform-name=* \
280   | --program-transform-nam=* | --program-transform-na=* \
281   | --program-transform-n=* | --program-transform-=* \
282   | --program-transform=* | --program-transfor=* \
283   | --program-transfo=* | --program-transf=* \
284   | --program-trans=* | --program-tran=* \
285   | --progr-tra=* | --program-tr=* | --program-t=*)
286     program_transform_name="$ac_optarg" ;;
287
288   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
289   | -silent | --silent | --silen | --sile | --sil)
290     silent=yes ;;
291
292   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
293     ac_prev=sbindir ;;
294   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
295   | --sbi=* | --sb=*)
296     sbindir="$ac_optarg" ;;
297
298   -sharedstatedir | --sharedstatedir | --sharedstatedi \
299   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
300   | --sharedst | --shareds | --shared | --share | --shar \
301   | --sha | --sh)
302     ac_prev=sharedstatedir ;;
303   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
304   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
305   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
306   | --sha=* | --sh=*)
307     sharedstatedir="$ac_optarg" ;;
308
309   -site | --site | --sit)
310     ac_prev=site ;;
311   -site=* | --site=* | --sit=*)
312     site="$ac_optarg" ;;
313
314   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
315     ac_prev=srcdir ;;
316   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
317     srcdir="$ac_optarg" ;;
318
319   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
320   | --syscon | --sysco | --sysc | --sys | --sy)
321     ac_prev=sysconfdir ;;
322   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
323   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
324     sysconfdir="$ac_optarg" ;;
325
326   -target | --target | --targe | --targ | --tar | --ta | --t)
327     ac_prev=target ;;
328   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
329     target="$ac_optarg" ;;
330
331   -v | -verbose | --verbose | --verbos | --verbo | --verb)
332     verbose=yes ;;
333
334   -version | --version | --versio | --versi | --vers)
335     echo "configure generated by autoconf version 2.12"
336     exit 0 ;;
337
338   -with-* | --with-*)
339     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
340     # Reject names that are not valid shell variable names.
341     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
342       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
343     fi
344     ac_package=`echo $ac_package| sed 's/-/_/g'`
345     case "$ac_option" in
346       *=*) ;;
347       *) ac_optarg=yes ;;
348     esac
349     eval "with_${ac_package}='$ac_optarg'" ;;
350
351   -without-* | --without-*)
352     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
353     # Reject names that are not valid shell variable names.
354     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
355       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
356     fi
357     ac_package=`echo $ac_package| sed 's/-/_/g'`
358     eval "with_${ac_package}=no" ;;
359
360   --x)
361     # Obsolete; use --with-x.
362     with_x=yes ;;
363
364   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
365   | --x-incl | --x-inc | --x-in | --x-i)
366     ac_prev=x_includes ;;
367   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
368   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
369     x_includes="$ac_optarg" ;;
370
371   -x-libraries | --x-libraries | --x-librarie | --x-librari \
372   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
373     ac_prev=x_libraries ;;
374   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
375   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
376     x_libraries="$ac_optarg" ;;
377
378   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
379     ;;
380
381   *)
382     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
383       echo "configure: warning: $ac_option: invalid host type" 1>&2
384     fi
385     if test "x$nonopt" != xNONE; then
386       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
387     fi
388     nonopt="$ac_option"
389     ;;
390
391   esac
392 done
393
394 if test -n "$ac_prev"; then
395   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
396 fi
397
398 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
399
400 # File descriptor usage:
401 # 0 standard input
402 # 1 file creation
403 # 2 errors and warnings
404 # 3 some systems may open it to /dev/tty
405 # 4 used on the Kubota Titan
406 # 6 checking for... messages and results
407 # 5 compiler messages saved in config.log
408 if test "$silent" = yes; then
409   exec 6>/dev/null
410 else
411   exec 6>&1
412 fi
413 exec 5>./config.log
414
415 echo "\
416 This file contains any messages produced by compilers while
417 running configure, to aid debugging if configure makes a mistake.
418 " 1>&5
419
420 # Strip out --no-create and --no-recursion so they do not pile up.
421 # Also quote any args containing shell metacharacters.
422 ac_configure_args=
423 for ac_arg
424 do
425   case "$ac_arg" in
426   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
427   | --no-cr | --no-c) ;;
428   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
429   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
430   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
431   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
432   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
433   esac
434 done
435
436 # NLS nuisances.
437 # Only set these to C if already set.  These must not be set unconditionally
438 # because not all systems understand e.g. LANG=C (notably SCO).
439 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
440 # Non-C LC_CTYPE values break the ctype check.
441 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
442 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
443 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
444 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
445
446 # confdefs.h avoids OS command line length limits that DEFS can exceed.
447 rm -rf conftest* confdefs.h
448 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
449 echo > confdefs.h
450
451 # A filename unique to this package, relative to the directory that
452 # configure is in, which we can look for to find out if srcdir is correct.
453 ac_unique_file=include/zebraver.h
454
455 # Find the source files, if location was not specified.
456 if test -z "$srcdir"; then
457   ac_srcdir_defaulted=yes
458   # Try the directory containing this script, then its parent.
459   ac_prog=$0
460   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
461   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
462   srcdir=$ac_confdir
463   if test ! -r $srcdir/$ac_unique_file; then
464     srcdir=..
465   fi
466 else
467   ac_srcdir_defaulted=no
468 fi
469 if test ! -r $srcdir/$ac_unique_file; then
470   if test "$ac_srcdir_defaulted" = yes; then
471     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
472   else
473     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
474   fi
475 fi
476 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
477
478 # Prefer explicitly selected file to automatically selected ones.
479 if test -z "$CONFIG_SITE"; then
480   if test "x$prefix" != xNONE; then
481     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
482   else
483     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
484   fi
485 fi
486 for ac_site_file in $CONFIG_SITE; do
487   if test -r "$ac_site_file"; then
488     echo "loading site script $ac_site_file"
489     . "$ac_site_file"
490   fi
491 done
492
493 if test -r "$cache_file"; then
494   echo "loading cache $cache_file"
495   . $cache_file
496 else
497   echo "creating cache $cache_file"
498   > $cache_file
499 fi
500
501 ac_ext=c
502 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
503 ac_cpp='$CPP $CPPFLAGS'
504 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
505 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
506 cross_compiling=$ac_cv_prog_cc_cross
507
508 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
509   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
510   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
511     ac_n= ac_c='
512 ' ac_t='        '
513   else
514     ac_n=-n ac_c= ac_t=
515   fi
516 else
517   ac_n= ac_c='\c' ac_t=
518 fi
519
520
521
522 # Extract the first word of "gcc", so it can be a program name with args.
523 set dummy gcc; ac_word=$2
524 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
525 echo "configure:526: checking for $ac_word" >&5
526 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
527   echo $ac_n "(cached) $ac_c" 1>&6
528 else
529   if test -n "$CC"; then
530   ac_cv_prog_CC="$CC" # Let the user override the test.
531 else
532   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
533   for ac_dir in $PATH; do
534     test -z "$ac_dir" && ac_dir=.
535     if test -f $ac_dir/$ac_word; then
536       ac_cv_prog_CC="gcc"
537       break
538     fi
539   done
540   IFS="$ac_save_ifs"
541 fi
542 fi
543 CC="$ac_cv_prog_CC"
544 if test -n "$CC"; then
545   echo "$ac_t""$CC" 1>&6
546 else
547   echo "$ac_t""no" 1>&6
548 fi
549
550 if test -z "$CC"; then
551   # Extract the first word of "cc", so it can be a program name with args.
552 set dummy cc; ac_word=$2
553 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
554 echo "configure:555: checking for $ac_word" >&5
555 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
556   echo $ac_n "(cached) $ac_c" 1>&6
557 else
558   if test -n "$CC"; then
559   ac_cv_prog_CC="$CC" # Let the user override the test.
560 else
561   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
562   ac_prog_rejected=no
563   for ac_dir in $PATH; do
564     test -z "$ac_dir" && ac_dir=.
565     if test -f $ac_dir/$ac_word; then
566       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
567         ac_prog_rejected=yes
568         continue
569       fi
570       ac_cv_prog_CC="cc"
571       break
572     fi
573   done
574   IFS="$ac_save_ifs"
575 if test $ac_prog_rejected = yes; then
576   # We found a bogon in the path, so make sure we never use it.
577   set dummy $ac_cv_prog_CC
578   shift
579   if test $# -gt 0; then
580     # We chose a different compiler from the bogus one.
581     # However, it has the same basename, so the bogon will be chosen
582     # first if we set CC to just the basename; use the full file name.
583     shift
584     set dummy "$ac_dir/$ac_word" "$@"
585     shift
586     ac_cv_prog_CC="$@"
587   fi
588 fi
589 fi
590 fi
591 CC="$ac_cv_prog_CC"
592 if test -n "$CC"; then
593   echo "$ac_t""$CC" 1>&6
594 else
595   echo "$ac_t""no" 1>&6
596 fi
597
598   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
599 fi
600
601 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
602 echo "configure:603: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
603
604 ac_ext=c
605 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
606 ac_cpp='$CPP $CPPFLAGS'
607 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
608 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
609 cross_compiling=$ac_cv_prog_cc_cross
610
611 cat > conftest.$ac_ext <<EOF
612 #line 613 "configure"
613 #include "confdefs.h"
614 main(){return(0);}
615 EOF
616 if { (eval echo configure:617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
617   ac_cv_prog_cc_works=yes
618   # If we can't run a trivial program, we are probably using a cross compiler.
619   if (./conftest; exit) 2>/dev/null; then
620     ac_cv_prog_cc_cross=no
621   else
622     ac_cv_prog_cc_cross=yes
623   fi
624 else
625   echo "configure: failed program was:" >&5
626   cat conftest.$ac_ext >&5
627   ac_cv_prog_cc_works=no
628 fi
629 rm -fr conftest*
630
631 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
632 if test $ac_cv_prog_cc_works = no; then
633   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
634 fi
635 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
636 echo "configure:637: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
637 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
638 cross_compiling=$ac_cv_prog_cc_cross
639
640 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
641 echo "configure:642: checking whether we are using GNU C" >&5
642 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
643   echo $ac_n "(cached) $ac_c" 1>&6
644 else
645   cat > conftest.c <<EOF
646 #ifdef __GNUC__
647   yes;
648 #endif
649 EOF
650 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
651   ac_cv_prog_gcc=yes
652 else
653   ac_cv_prog_gcc=no
654 fi
655 fi
656
657 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
658
659 if test $ac_cv_prog_gcc = yes; then
660   GCC=yes
661   ac_test_CFLAGS="${CFLAGS+set}"
662   ac_save_CFLAGS="$CFLAGS"
663   CFLAGS=
664   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
665 echo "configure:666: checking whether ${CC-cc} accepts -g" >&5
666 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
667   echo $ac_n "(cached) $ac_c" 1>&6
668 else
669   echo 'void f(){}' > conftest.c
670 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
671   ac_cv_prog_cc_g=yes
672 else
673   ac_cv_prog_cc_g=no
674 fi
675 rm -f conftest*
676
677 fi
678
679 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
680   if test "$ac_test_CFLAGS" = set; then
681     CFLAGS="$ac_save_CFLAGS"
682   elif test $ac_cv_prog_cc_g = yes; then
683     CFLAGS="-g -O2"
684   else
685     CFLAGS="-O2"
686   fi
687 else
688   GCC=
689   test "${CFLAGS+set}" = set || CFLAGS="-g"
690 fi
691
692 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
693 echo "configure:694: checking how to run the C preprocessor" >&5
694 # On Suns, sometimes $CPP names a directory.
695 if test -n "$CPP" && test -d "$CPP"; then
696   CPP=
697 fi
698 if test -z "$CPP"; then
699 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
700   echo $ac_n "(cached) $ac_c" 1>&6
701 else
702     # This must be in double quotes, not single quotes, because CPP may get
703   # substituted into the Makefile and "${CC-cc}" will confuse make.
704   CPP="${CC-cc} -E"
705   # On the NeXT, cc -E runs the code through the compiler's parser,
706   # not just through cpp.
707   cat > conftest.$ac_ext <<EOF
708 #line 709 "configure"
709 #include "confdefs.h"
710 #include <assert.h>
711 Syntax Error
712 EOF
713 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
714 { (eval echo configure:715: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
715 ac_err=`grep -v '^ *+' conftest.out`
716 if test -z "$ac_err"; then
717   :
718 else
719   echo "$ac_err" >&5
720   echo "configure: failed program was:" >&5
721   cat conftest.$ac_ext >&5
722   rm -rf conftest*
723   CPP="${CC-cc} -E -traditional-cpp"
724   cat > conftest.$ac_ext <<EOF
725 #line 726 "configure"
726 #include "confdefs.h"
727 #include <assert.h>
728 Syntax Error
729 EOF
730 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
731 { (eval echo configure:732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
732 ac_err=`grep -v '^ *+' conftest.out`
733 if test -z "$ac_err"; then
734   :
735 else
736   echo "$ac_err" >&5
737   echo "configure: failed program was:" >&5
738   cat conftest.$ac_ext >&5
739   rm -rf conftest*
740   CPP=/lib/cpp
741 fi
742 rm -f conftest*
743 fi
744 rm -f conftest*
745   ac_cv_prog_CPP="$CPP"
746 fi
747   CPP="$ac_cv_prog_CPP"
748 else
749   ac_cv_prog_CPP="$CPP"
750 fi
751 echo "$ac_t""$CPP" 1>&6
752
753 ac_aux_dir=
754 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
755   if test -f $ac_dir/install-sh; then
756     ac_aux_dir=$ac_dir
757     ac_install_sh="$ac_aux_dir/install-sh -c"
758     break
759   elif test -f $ac_dir/install.sh; then
760     ac_aux_dir=$ac_dir
761     ac_install_sh="$ac_aux_dir/install.sh -c"
762     break
763   fi
764 done
765 if test -z "$ac_aux_dir"; then
766   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
767 fi
768 ac_config_guess=$ac_aux_dir/config.guess
769 ac_config_sub=$ac_aux_dir/config.sub
770 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
771
772 # Find a good install program.  We prefer a C program (faster),
773 # so one script is as good as another.  But avoid the broken or
774 # incompatible versions:
775 # SysV /etc/install, /usr/sbin/install
776 # SunOS /usr/etc/install
777 # IRIX /sbin/install
778 # AIX /bin/install
779 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
780 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
781 # ./install, which can be erroneously created by make from ./install.sh.
782 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
783 echo "configure:784: checking for a BSD compatible install" >&5
784 if test -z "$INSTALL"; then
785 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
786   echo $ac_n "(cached) $ac_c" 1>&6
787 else
788     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
789   for ac_dir in $PATH; do
790     # Account for people who put trailing slashes in PATH elements.
791     case "$ac_dir/" in
792     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
793     *)
794       # OSF1 and SCO ODT 3.0 have their own names for install.
795       for ac_prog in ginstall installbsd scoinst install; do
796         if test -f $ac_dir/$ac_prog; then
797           if test $ac_prog = install &&
798             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
799             # AIX install.  It has an incompatible calling convention.
800             # OSF/1 installbsd also uses dspmsg, but is usable.
801             :
802           else
803             ac_cv_path_install="$ac_dir/$ac_prog -c"
804             break 2
805           fi
806         fi
807       done
808       ;;
809     esac
810   done
811   IFS="$ac_save_IFS"
812
813 fi
814   if test "${ac_cv_path_install+set}" = set; then
815     INSTALL="$ac_cv_path_install"
816   else
817     # As a last resort, use the slow shell script.  We don't cache a
818     # path for INSTALL within a source directory, because that will
819     # break other packages using the cache if that directory is
820     # removed, or if the path is relative.
821     INSTALL="$ac_install_sh"
822   fi
823 fi
824 echo "$ac_t""$INSTALL" 1>&6
825
826 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
827 # It thinks the first close brace ends the variable substitution.
828 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
829
830 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
831
832 # Extract the first word of "ranlib", so it can be a program name with args.
833 set dummy ranlib; ac_word=$2
834 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
835 echo "configure:836: checking for $ac_word" >&5
836 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
837   echo $ac_n "(cached) $ac_c" 1>&6
838 else
839   if test -n "$RANLIB"; then
840   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
841 else
842   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
843   for ac_dir in $PATH; do
844     test -z "$ac_dir" && ac_dir=.
845     if test -f $ac_dir/$ac_word; then
846       ac_cv_prog_RANLIB="ranlib"
847       break
848     fi
849   done
850   IFS="$ac_save_ifs"
851   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
852 fi
853 fi
854 RANLIB="$ac_cv_prog_RANLIB"
855 if test -n "$RANLIB"; then
856   echo "$ac_t""$RANLIB" 1>&6
857 else
858   echo "$ac_t""no" 1>&6
859 fi
860
861 checkBoth=0
862 echo $ac_n "checking for connect""... $ac_c" 1>&6
863 echo "configure:864: checking for connect" >&5
864 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
865   echo $ac_n "(cached) $ac_c" 1>&6
866 else
867   cat > conftest.$ac_ext <<EOF
868 #line 869 "configure"
869 #include "confdefs.h"
870 /* System header to define __stub macros and hopefully few prototypes,
871     which can conflict with char connect(); below.  */
872 #include <assert.h>
873 /* Override any gcc2 internal prototype to avoid an error.  */
874 /* We use char because int might match the return type of a gcc2
875     builtin and then its argument prototype would still apply.  */
876 char connect();
877
878 int main() {
879
880 /* The GNU C library defines this for functions which it implements
881     to always fail with ENOSYS.  Some functions are actually named
882     something starting with __ and the normal name is an alias.  */
883 #if defined (__stub_connect) || defined (__stub___connect)
884 choke me
885 #else
886 connect();
887 #endif
888
889 ; return 0; }
890 EOF
891 if { (eval echo configure:892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
892   rm -rf conftest*
893   eval "ac_cv_func_connect=yes"
894 else
895   echo "configure: failed program was:" >&5
896   cat conftest.$ac_ext >&5
897   rm -rf conftest*
898   eval "ac_cv_func_connect=no"
899 fi
900 rm -f conftest*
901 fi
902
903 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
904   echo "$ac_t""yes" 1>&6
905   :
906 else
907   echo "$ac_t""no" 1>&6
908 fi
909
910 if test "$ac_cv_func_connect" = "no"; then
911         echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
912 echo "configure:913: checking for main in -lsocket" >&5
913 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
914 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
915   echo $ac_n "(cached) $ac_c" 1>&6
916 else
917   ac_save_LIBS="$LIBS"
918 LIBS="-lsocket  $LIBS"
919 cat > conftest.$ac_ext <<EOF
920 #line 921 "configure"
921 #include "confdefs.h"
922
923 int main() {
924 main()
925 ; return 0; }
926 EOF
927 if { (eval echo configure:928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
928   rm -rf conftest*
929   eval "ac_cv_lib_$ac_lib_var=yes"
930 else
931   echo "configure: failed program was:" >&5
932   cat conftest.$ac_ext >&5
933   rm -rf conftest*
934   eval "ac_cv_lib_$ac_lib_var=no"
935 fi
936 rm -f conftest*
937 LIBS="$ac_save_LIBS"
938
939 fi
940 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
941   echo "$ac_t""yes" 1>&6
942   LIBS="$LIBS -lsocket"
943 else
944   echo "$ac_t""no" 1>&6
945 checkBoth=1
946 fi
947
948 fi
949 if test "$checkBoth" = "1"; then
950         oldLibs=$LIBS
951         LIBS="$LIBS -lsocket -lnsl"
952         echo $ac_n "checking for accept""... $ac_c" 1>&6
953 echo "configure:954: checking for accept" >&5
954 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
955   echo $ac_n "(cached) $ac_c" 1>&6
956 else
957   cat > conftest.$ac_ext <<EOF
958 #line 959 "configure"
959 #include "confdefs.h"
960 /* System header to define __stub macros and hopefully few prototypes,
961     which can conflict with char accept(); below.  */
962 #include <assert.h>
963 /* Override any gcc2 internal prototype to avoid an error.  */
964 /* We use char because int might match the return type of a gcc2
965     builtin and then its argument prototype would still apply.  */
966 char accept();
967
968 int main() {
969
970 /* The GNU C library defines this for functions which it implements
971     to always fail with ENOSYS.  Some functions are actually named
972     something starting with __ and the normal name is an alias.  */
973 #if defined (__stub_accept) || defined (__stub___accept)
974 choke me
975 #else
976 accept();
977 #endif
978
979 ; return 0; }
980 EOF
981 if { (eval echo configure:982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
982   rm -rf conftest*
983   eval "ac_cv_func_accept=yes"
984 else
985   echo "configure: failed program was:" >&5
986   cat conftest.$ac_ext >&5
987   rm -rf conftest*
988   eval "ac_cv_func_accept=no"
989 fi
990 rm -f conftest*
991 fi
992
993 if eval "test \"`echo '$ac_cv_func_'accept`\" = yes"; then
994   echo "$ac_t""yes" 1>&6
995   :
996 else
997   echo "$ac_t""no" 1>&6
998 LIBS=$oldLibs
999 fi
1000
1001 fi
1002 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1003 echo "configure:1004: checking for gethostbyname" >&5
1004 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1005   echo $ac_n "(cached) $ac_c" 1>&6
1006 else
1007   cat > conftest.$ac_ext <<EOF
1008 #line 1009 "configure"
1009 #include "confdefs.h"
1010 /* System header to define __stub macros and hopefully few prototypes,
1011     which can conflict with char gethostbyname(); below.  */
1012 #include <assert.h>
1013 /* Override any gcc2 internal prototype to avoid an error.  */
1014 /* We use char because int might match the return type of a gcc2
1015     builtin and then its argument prototype would still apply.  */
1016 char gethostbyname();
1017
1018 int main() {
1019
1020 /* The GNU C library defines this for functions which it implements
1021     to always fail with ENOSYS.  Some functions are actually named
1022     something starting with __ and the normal name is an alias.  */
1023 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1024 choke me
1025 #else
1026 gethostbyname();
1027 #endif
1028
1029 ; return 0; }
1030 EOF
1031 if { (eval echo configure:1032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1032   rm -rf conftest*
1033   eval "ac_cv_func_gethostbyname=yes"
1034 else
1035   echo "configure: failed program was:" >&5
1036   cat conftest.$ac_ext >&5
1037   rm -rf conftest*
1038   eval "ac_cv_func_gethostbyname=no"
1039 fi
1040 rm -f conftest*
1041 fi
1042
1043 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1044   echo "$ac_t""yes" 1>&6
1045   :
1046 else
1047   echo "$ac_t""no" 1>&6
1048 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
1049 echo "configure:1050: checking for main in -lnsl" >&5
1050 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
1051 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1052   echo $ac_n "(cached) $ac_c" 1>&6
1053 else
1054   ac_save_LIBS="$LIBS"
1055 LIBS="-lnsl  $LIBS"
1056 cat > conftest.$ac_ext <<EOF
1057 #line 1058 "configure"
1058 #include "confdefs.h"
1059
1060 int main() {
1061 main()
1062 ; return 0; }
1063 EOF
1064 if { (eval echo configure:1065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1065   rm -rf conftest*
1066   eval "ac_cv_lib_$ac_lib_var=yes"
1067 else
1068   echo "configure: failed program was:" >&5
1069   cat conftest.$ac_ext >&5
1070   rm -rf conftest*
1071   eval "ac_cv_lib_$ac_lib_var=no"
1072 fi
1073 rm -f conftest*
1074 LIBS="$ac_save_LIBS"
1075
1076 fi
1077 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1078   echo "$ac_t""yes" 1>&6
1079   LIBS="$LIBS -lnsl"
1080 else
1081   echo "$ac_t""no" 1>&6
1082 fi
1083
1084 fi
1085
1086 echo $ac_n "checking for main in -lwrap""... $ac_c" 1>&6
1087 echo "configure:1088: checking for main in -lwrap" >&5
1088 ac_lib_var=`echo wrap'_'main | sed 'y%./+-%__p_%'`
1089 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1090   echo $ac_n "(cached) $ac_c" 1>&6
1091 else
1092   ac_save_LIBS="$LIBS"
1093 LIBS="-lwrap  $LIBS"
1094 cat > conftest.$ac_ext <<EOF
1095 #line 1096 "configure"
1096 #include "confdefs.h"
1097
1098 int main() {
1099 main()
1100 ; return 0; }
1101 EOF
1102 if { (eval echo configure:1103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1103   rm -rf conftest*
1104   eval "ac_cv_lib_$ac_lib_var=yes"
1105 else
1106   echo "configure: failed program was:" >&5
1107   cat conftest.$ac_ext >&5
1108   rm -rf conftest*
1109   eval "ac_cv_lib_$ac_lib_var=no"
1110 fi
1111 rm -f conftest*
1112 LIBS="$ac_save_LIBS"
1113
1114 fi
1115 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1116   echo "$ac_t""yes" 1>&6
1117   LIBS="$LIBS -lwrap"
1118 else
1119   echo "$ac_t""no" 1>&6
1120 fi
1121
1122 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1123 echo "configure:1124: checking for ANSI C header files" >&5
1124 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1125   echo $ac_n "(cached) $ac_c" 1>&6
1126 else
1127   cat > conftest.$ac_ext <<EOF
1128 #line 1129 "configure"
1129 #include "confdefs.h"
1130 #include <stdlib.h>
1131 #include <stdarg.h>
1132 #include <string.h>
1133 #include <float.h>
1134 EOF
1135 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1136 { (eval echo configure:1137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1137 ac_err=`grep -v '^ *+' conftest.out`
1138 if test -z "$ac_err"; then
1139   rm -rf conftest*
1140   ac_cv_header_stdc=yes
1141 else
1142   echo "$ac_err" >&5
1143   echo "configure: failed program was:" >&5
1144   cat conftest.$ac_ext >&5
1145   rm -rf conftest*
1146   ac_cv_header_stdc=no
1147 fi
1148 rm -f conftest*
1149
1150 if test $ac_cv_header_stdc = yes; then
1151   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1152 cat > conftest.$ac_ext <<EOF
1153 #line 1154 "configure"
1154 #include "confdefs.h"
1155 #include <string.h>
1156 EOF
1157 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1158   egrep "memchr" >/dev/null 2>&1; then
1159   :
1160 else
1161   rm -rf conftest*
1162   ac_cv_header_stdc=no
1163 fi
1164 rm -f conftest*
1165
1166 fi
1167
1168 if test $ac_cv_header_stdc = yes; then
1169   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1170 cat > conftest.$ac_ext <<EOF
1171 #line 1172 "configure"
1172 #include "confdefs.h"
1173 #include <stdlib.h>
1174 EOF
1175 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1176   egrep "free" >/dev/null 2>&1; then
1177   :
1178 else
1179   rm -rf conftest*
1180   ac_cv_header_stdc=no
1181 fi
1182 rm -f conftest*
1183
1184 fi
1185
1186 if test $ac_cv_header_stdc = yes; then
1187   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1188 if test "$cross_compiling" = yes; then
1189   :
1190 else
1191   cat > conftest.$ac_ext <<EOF
1192 #line 1193 "configure"
1193 #include "confdefs.h"
1194 #include <ctype.h>
1195 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1196 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1197 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1198 int main () { int i; for (i = 0; i < 256; i++)
1199 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1200 exit (0); }
1201
1202 EOF
1203 if { (eval echo configure:1204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
1204 then
1205   :
1206 else
1207   echo "configure: failed program was:" >&5
1208   cat conftest.$ac_ext >&5
1209   rm -fr conftest*
1210   ac_cv_header_stdc=no
1211 fi
1212 rm -fr conftest*
1213 fi
1214
1215 fi
1216 fi
1217
1218 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1219 if test $ac_cv_header_stdc = yes; then
1220   cat >> confdefs.h <<\EOF
1221 #define STDC_HEADERS 1
1222 EOF
1223
1224 fi
1225
1226 if test "$ac_cv_header_stdc" = "no"; then
1227         echo "configure: warning: Your system doesn't seem to support ANSI C" 1>&2
1228 fi
1229 trap '' 1 2 15
1230 cat > confcache <<\EOF
1231 # This file is a shell script that caches the results of configure
1232 # tests run on this system so they can be shared between configure
1233 # scripts and configure runs.  It is not useful on other systems.
1234 # If it contains results you don't want to keep, you may remove or edit it.
1235 #
1236 # By default, configure uses ./config.cache as the cache file,
1237 # creating it if it does not exist already.  You can give configure
1238 # the --cache-file=FILE option to use a different cache file; that is
1239 # what configure does when it calls configure scripts in
1240 # subdirectories, so they share the cache.
1241 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1242 # config.status only pays attention to the cache file if you give it the
1243 # --recheck option to rerun configure.
1244 #
1245 EOF
1246 # The following way of writing the cache mishandles newlines in values,
1247 # but we know of no workaround that is simple, portable, and efficient.
1248 # So, don't put newlines in cache variables' values.
1249 # Ultrix sh set writes to stderr and can't be redirected directly,
1250 # and sets the high bit in the cache file unless we assign to the vars.
1251 (set) 2>&1 |
1252   case `(ac_space=' '; set) 2>&1` in
1253   *ac_space=\ *)
1254     # `set' does not quote correctly, so add quotes (double-quote substitution
1255     # turns \\\\ into \\, and sed turns \\ into \).
1256     sed -n \
1257       -e "s/'/'\\\\''/g" \
1258       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1259     ;;
1260   *)
1261     # `set' quotes correctly as required by POSIX, so do not add quotes.
1262     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1263     ;;
1264   esac >> confcache
1265 if cmp -s $cache_file confcache; then
1266   :
1267 else
1268   if test -w $cache_file; then
1269     echo "updating cache $cache_file"
1270     cat confcache > $cache_file
1271   else
1272     echo "not updating unwritable cache $cache_file"
1273   fi
1274 fi
1275 rm -f confcache
1276
1277 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1278
1279 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1280 # Let make expand exec_prefix.
1281 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1282
1283 # Any assignment to VPATH causes Sun make to only execute
1284 # the first set of double-colon rules, so remove it if not needed.
1285 # If there is a colon in the path, we need to keep it.
1286 if test "x$srcdir" = x.; then
1287   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1288 fi
1289
1290 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1291
1292 # Transform confdefs.h into DEFS.
1293 # Protect against shell expansion while executing Makefile rules.
1294 # Protect against Makefile macro expansion.
1295 cat > conftest.defs <<\EOF
1296 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1297 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1298 s%\[%\\&%g
1299 s%\]%\\&%g
1300 s%\$%$$%g
1301 EOF
1302 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1303 rm -f conftest.defs
1304
1305
1306 # Without the "./", some shells look in PATH for config.status.
1307 : ${CONFIG_STATUS=./config.status}
1308
1309 echo creating $CONFIG_STATUS
1310 rm -f $CONFIG_STATUS
1311 cat > $CONFIG_STATUS <<EOF
1312 #! /bin/sh
1313 # Generated automatically by configure.
1314 # Run this file to recreate the current configuration.
1315 # This directory was configured as follows,
1316 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1317 #
1318 # $0 $ac_configure_args
1319 #
1320 # Compiler output produced by configure, useful for debugging
1321 # configure, is in ./config.log if it exists.
1322
1323 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1324 for ac_option
1325 do
1326   case "\$ac_option" in
1327   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1328     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1329     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1330   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1331     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1332     exit 0 ;;
1333   -help | --help | --hel | --he | --h)
1334     echo "\$ac_cs_usage"; exit 0 ;;
1335   *) echo "\$ac_cs_usage"; exit 1 ;;
1336   esac
1337 done
1338
1339 ac_given_srcdir=$srcdir
1340 ac_given_INSTALL="$INSTALL"
1341
1342 trap 'rm -fr `echo "Makefile util/Makefile bfile/Makefile dfa/Makefile dict/Makefile isam/Makefile isamc/Makefile recctrl/Makefile rset/Makefile index/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1343 EOF
1344 cat >> $CONFIG_STATUS <<EOF
1345
1346 # Protect against being on the right side of a sed subst in config.status.
1347 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1348  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1349 $ac_vpsub
1350 $extrasub
1351 s%@CFLAGS@%$CFLAGS%g
1352 s%@CPPFLAGS@%$CPPFLAGS%g
1353 s%@CXXFLAGS@%$CXXFLAGS%g
1354 s%@DEFS@%$DEFS%g
1355 s%@LDFLAGS@%$LDFLAGS%g
1356 s%@LIBS@%$LIBS%g
1357 s%@exec_prefix@%$exec_prefix%g
1358 s%@prefix@%$prefix%g
1359 s%@program_transform_name@%$program_transform_name%g
1360 s%@bindir@%$bindir%g
1361 s%@sbindir@%$sbindir%g
1362 s%@libexecdir@%$libexecdir%g
1363 s%@datadir@%$datadir%g
1364 s%@sysconfdir@%$sysconfdir%g
1365 s%@sharedstatedir@%$sharedstatedir%g
1366 s%@localstatedir@%$localstatedir%g
1367 s%@libdir@%$libdir%g
1368 s%@includedir@%$includedir%g
1369 s%@oldincludedir@%$oldincludedir%g
1370 s%@infodir@%$infodir%g
1371 s%@mandir@%$mandir%g
1372 s%@ODEFS@%$ODEFS%g
1373 s%@CC@%$CC%g
1374 s%@CPP@%$CPP%g
1375 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1376 s%@INSTALL_DATA@%$INSTALL_DATA%g
1377 s%@RANLIB@%$RANLIB%g
1378
1379 CEOF
1380 EOF
1381
1382 cat >> $CONFIG_STATUS <<\EOF
1383
1384 # Split the substitutions into bite-sized pieces for seds with
1385 # small command number limits, like on Digital OSF/1 and HP-UX.
1386 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1387 ac_file=1 # Number of current file.
1388 ac_beg=1 # First line for current file.
1389 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1390 ac_more_lines=:
1391 ac_sed_cmds=""
1392 while $ac_more_lines; do
1393   if test $ac_beg -gt 1; then
1394     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1395   else
1396     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1397   fi
1398   if test ! -s conftest.s$ac_file; then
1399     ac_more_lines=false
1400     rm -f conftest.s$ac_file
1401   else
1402     if test -z "$ac_sed_cmds"; then
1403       ac_sed_cmds="sed -f conftest.s$ac_file"
1404     else
1405       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1406     fi
1407     ac_file=`expr $ac_file + 1`
1408     ac_beg=$ac_end
1409     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1410   fi
1411 done
1412 if test -z "$ac_sed_cmds"; then
1413   ac_sed_cmds=cat
1414 fi
1415 EOF
1416
1417 cat >> $CONFIG_STATUS <<EOF
1418
1419 CONFIG_FILES=\${CONFIG_FILES-"Makefile util/Makefile bfile/Makefile dfa/Makefile dict/Makefile isam/Makefile isamc/Makefile recctrl/Makefile rset/Makefile index/Makefile"}
1420 EOF
1421 cat >> $CONFIG_STATUS <<\EOF
1422 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1423   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1424   case "$ac_file" in
1425   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1426        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1427   *) ac_file_in="${ac_file}.in" ;;
1428   esac
1429
1430   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1431
1432   # Remove last slash and all that follows it.  Not all systems have dirname.
1433   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1434   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1435     # The file is in a subdirectory.
1436     test ! -d "$ac_dir" && mkdir "$ac_dir"
1437     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1438     # A "../" for each directory in $ac_dir_suffix.
1439     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1440   else
1441     ac_dir_suffix= ac_dots=
1442   fi
1443
1444   case "$ac_given_srcdir" in
1445   .)  srcdir=.
1446       if test -z "$ac_dots"; then top_srcdir=.
1447       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1448   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1449   *) # Relative path.
1450     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1451     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1452   esac
1453
1454   case "$ac_given_INSTALL" in
1455   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1456   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1457   esac
1458
1459   echo creating "$ac_file"
1460   rm -f "$ac_file"
1461   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1462   case "$ac_file" in
1463   *Makefile*) ac_comsub="1i\\
1464 # $configure_input" ;;
1465   *) ac_comsub= ;;
1466   esac
1467
1468   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1469   sed -e "$ac_comsub
1470 s%@configure_input@%$configure_input%g
1471 s%@srcdir@%$srcdir%g
1472 s%@top_srcdir@%$top_srcdir%g
1473 s%@INSTALL@%$INSTALL%g
1474 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1475 fi; done
1476 rm -f conftest.s*
1477
1478 EOF
1479 cat >> $CONFIG_STATUS <<EOF
1480
1481 EOF
1482 cat >> $CONFIG_STATUS <<\EOF
1483
1484 exit 0
1485 EOF
1486 chmod +x $CONFIG_STATUS
1487 rm -fr confdefs* $ac_clean_files
1488 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1489