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