source: configure @ 69894d2

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