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