]> andersk Git - moira.git/blob - configure
Deal with new organization of incremental. Provide support for building
[moira.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   --enable-athena         Enable Athena-specific policy decisions"
16 ac_help="$ac_help
17   --with-com_err=PREFIX   Specify location of com_err"
18 ac_help="$ac_help
19   --with-krb4=PREFIX      Specify location of krb4"
20 ac_help="$ac_help
21   --with-krb5=PREFIX      Specify location of krb5 (for reg_svr)"
22 ac_help="$ac_help
23   --with-hesiod=PREFIX    Specify location of Hesiod"
24 ac_help="$ac_help
25   --with-zephyr=PREFIX    Specify location of Zephyr"
26 ac_help="$ac_help
27   --with-rsaref=PREFIX      Specify location of RSAREF"
28 ac_help="$ac_help
29   --with-oracle=PREFIX    Specify location of Oracle (for server)"
30 ac_help="$ac_help
31   --with-ldap=PREFIX      Specify location of LDAP libs (for server)"
32 ac_help="$ac_help
33   --with-afs=PREFIX       Specify location of AFS libs (for server)"
34 ac_help="$ac_help
35   --with-readline=PREFIX  Specify location of GNU readline"
36
37 # Initialize some variables set by options.
38 # The variables have the same names as the options, with
39 # dashes changed to underlines.
40 build=NONE
41 cache_file=./config.cache
42 exec_prefix=NONE
43 host=NONE
44 no_create=
45 nonopt=NONE
46 no_recursion=
47 prefix=NONE
48 program_prefix=NONE
49 program_suffix=NONE
50 program_transform_name=s,x,x,
51 silent=
52 site=
53 srcdir=
54 target=NONE
55 verbose=
56 x_includes=NONE
57 x_libraries=NONE
58 bindir='${exec_prefix}/bin'
59 sbindir='${exec_prefix}/sbin'
60 libexecdir='${exec_prefix}/libexec'
61 datadir='${prefix}/share'
62 sysconfdir='${prefix}/etc'
63 sharedstatedir='${prefix}/com'
64 localstatedir='${prefix}/var'
65 libdir='${exec_prefix}/lib'
66 includedir='${prefix}/include'
67 oldincludedir='/usr/include'
68 infodir='${prefix}/info'
69 mandir='${prefix}/man'
70
71 # Initialize some other variables.
72 subdirs=
73 MFLAGS= MAKEFLAGS=
74 SHELL=${CONFIG_SHELL-/bin/sh}
75 # Maximum number of lines to put in a shell here document.
76 ac_max_here_lines=12
77
78 ac_prev=
79 for ac_option
80 do
81
82   # If the previous option needs an argument, assign it.
83   if test -n "$ac_prev"; then
84     eval "$ac_prev=\$ac_option"
85     ac_prev=
86     continue
87   fi
88
89   case "$ac_option" in
90   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
91   *) ac_optarg= ;;
92   esac
93
94   # Accept the important Cygnus configure options, so we can diagnose typos.
95
96   case "$ac_option" in
97
98   -bindir | --bindir | --bindi | --bind | --bin | --bi)
99     ac_prev=bindir ;;
100   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
101     bindir="$ac_optarg" ;;
102
103   -build | --build | --buil | --bui | --bu)
104     ac_prev=build ;;
105   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
106     build="$ac_optarg" ;;
107
108   -cache-file | --cache-file | --cache-fil | --cache-fi \
109   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
110     ac_prev=cache_file ;;
111   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
112   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
113     cache_file="$ac_optarg" ;;
114
115   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
116     ac_prev=datadir ;;
117   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
118   | --da=*)
119     datadir="$ac_optarg" ;;
120
121   -disable-* | --disable-*)
122     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
123     # Reject names that are not valid shell variable names.
124     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
125       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
126     fi
127     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
128     eval "enable_${ac_feature}=no" ;;
129
130   -enable-* | --enable-*)
131     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
132     # Reject names that are not valid shell variable names.
133     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
134       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
135     fi
136     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
137     case "$ac_option" in
138       *=*) ;;
139       *) ac_optarg=yes ;;
140     esac
141     eval "enable_${ac_feature}='$ac_optarg'" ;;
142
143   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
144   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
145   | --exec | --exe | --ex)
146     ac_prev=exec_prefix ;;
147   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
148   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
149   | --exec=* | --exe=* | --ex=*)
150     exec_prefix="$ac_optarg" ;;
151
152   -gas | --gas | --ga | --g)
153     # Obsolete; use --with-gas.
154     with_gas=yes ;;
155
156   -help | --help | --hel | --he)
157     # Omit some internal or obsolete options to make the list less imposing.
158     # This message is too long to be a string in the A/UX 3.1 sh.
159     cat << EOF
160 Usage: configure [options] [host]
161 Options: [defaults in brackets after descriptions]
162 Configuration:
163   --cache-file=FILE       cache test results in FILE
164   --help                  print this message
165   --no-create             do not create output files
166   --quiet, --silent       do not print \`checking...' messages
167   --version               print the version of autoconf that created configure
168 Directory and file names:
169   --prefix=PREFIX         install architecture-independent files in PREFIX
170                           [$ac_default_prefix]
171   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
172                           [same as prefix]
173   --bindir=DIR            user executables in DIR [EPREFIX/bin]
174   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
175   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
176   --datadir=DIR           read-only architecture-independent data in DIR
177                           [PREFIX/share]
178   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
179   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
180                           [PREFIX/com]
181   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
182   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
183   --includedir=DIR        C header files in DIR [PREFIX/include]
184   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
185   --infodir=DIR           info documentation in DIR [PREFIX/info]
186   --mandir=DIR            man documentation in DIR [PREFIX/man]
187   --srcdir=DIR            find the sources in DIR [configure dir or ..]
188   --program-prefix=PREFIX prepend PREFIX to installed program names
189   --program-suffix=SUFFIX append SUFFIX to installed program names
190   --program-transform-name=PROGRAM
191                           run sed PROGRAM on installed program names
192 EOF
193     cat << EOF
194 Host type:
195   --build=BUILD           configure for building on BUILD [BUILD=HOST]
196   --host=HOST             configure for HOST [guessed]
197   --target=TARGET         configure for TARGET [TARGET=HOST]
198 Features and packages:
199   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
200   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
201   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
202   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
203   --x-includes=DIR        X include files are in DIR
204   --x-libraries=DIR       X library files are in DIR
205 EOF
206     if test -n "$ac_help"; then
207       echo "--enable and --with options recognized:$ac_help"
208     fi
209     exit 0 ;;
210
211   -host | --host | --hos | --ho)
212     ac_prev=host ;;
213   -host=* | --host=* | --hos=* | --ho=*)
214     host="$ac_optarg" ;;
215
216   -includedir | --includedir | --includedi | --included | --include \
217   | --includ | --inclu | --incl | --inc)
218     ac_prev=includedir ;;
219   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
220   | --includ=* | --inclu=* | --incl=* | --inc=*)
221     includedir="$ac_optarg" ;;
222
223   -infodir | --infodir | --infodi | --infod | --info | --inf)
224     ac_prev=infodir ;;
225   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
226     infodir="$ac_optarg" ;;
227
228   -libdir | --libdir | --libdi | --libd)
229     ac_prev=libdir ;;
230   -libdir=* | --libdir=* | --libdi=* | --libd=*)
231     libdir="$ac_optarg" ;;
232
233   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
234   | --libexe | --libex | --libe)
235     ac_prev=libexecdir ;;
236   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
237   | --libexe=* | --libex=* | --libe=*)
238     libexecdir="$ac_optarg" ;;
239
240   -localstatedir | --localstatedir | --localstatedi | --localstated \
241   | --localstate | --localstat | --localsta | --localst \
242   | --locals | --local | --loca | --loc | --lo)
243     ac_prev=localstatedir ;;
244   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
245   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
246   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
247     localstatedir="$ac_optarg" ;;
248
249   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
250     ac_prev=mandir ;;
251   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
252     mandir="$ac_optarg" ;;
253
254   -nfp | --nfp | --nf)
255     # Obsolete; use --without-fp.
256     with_fp=no ;;
257
258   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
259   | --no-cr | --no-c)
260     no_create=yes ;;
261
262   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
263   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
264     no_recursion=yes ;;
265
266   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
267   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
268   | --oldin | --oldi | --old | --ol | --o)
269     ac_prev=oldincludedir ;;
270   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
271   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
272   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
273     oldincludedir="$ac_optarg" ;;
274
275   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
276     ac_prev=prefix ;;
277   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
278     prefix="$ac_optarg" ;;
279
280   -program-prefix | --program-prefix | --program-prefi | --program-pref \
281   | --program-pre | --program-pr | --program-p)
282     ac_prev=program_prefix ;;
283   -program-prefix=* | --program-prefix=* | --program-prefi=* \
284   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
285     program_prefix="$ac_optarg" ;;
286
287   -program-suffix | --program-suffix | --program-suffi | --program-suff \
288   | --program-suf | --program-su | --program-s)
289     ac_prev=program_suffix ;;
290   -program-suffix=* | --program-suffix=* | --program-suffi=* \
291   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
292     program_suffix="$ac_optarg" ;;
293
294   -program-transform-name | --program-transform-name \
295   | --program-transform-nam | --program-transform-na \
296   | --program-transform-n | --program-transform- \
297   | --program-transform | --program-transfor \
298   | --program-transfo | --program-transf \
299   | --program-trans | --program-tran \
300   | --progr-tra | --program-tr | --program-t)
301     ac_prev=program_transform_name ;;
302   -program-transform-name=* | --program-transform-name=* \
303   | --program-transform-nam=* | --program-transform-na=* \
304   | --program-transform-n=* | --program-transform-=* \
305   | --program-transform=* | --program-transfor=* \
306   | --program-transfo=* | --program-transf=* \
307   | --program-trans=* | --program-tran=* \
308   | --progr-tra=* | --program-tr=* | --program-t=*)
309     program_transform_name="$ac_optarg" ;;
310
311   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
312   | -silent | --silent | --silen | --sile | --sil)
313     silent=yes ;;
314
315   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
316     ac_prev=sbindir ;;
317   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
318   | --sbi=* | --sb=*)
319     sbindir="$ac_optarg" ;;
320
321   -sharedstatedir | --sharedstatedir | --sharedstatedi \
322   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
323   | --sharedst | --shareds | --shared | --share | --shar \
324   | --sha | --sh)
325     ac_prev=sharedstatedir ;;
326   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
327   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
328   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
329   | --sha=* | --sh=*)
330     sharedstatedir="$ac_optarg" ;;
331
332   -site | --site | --sit)
333     ac_prev=site ;;
334   -site=* | --site=* | --sit=*)
335     site="$ac_optarg" ;;
336
337   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
338     ac_prev=srcdir ;;
339   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
340     srcdir="$ac_optarg" ;;
341
342   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
343   | --syscon | --sysco | --sysc | --sys | --sy)
344     ac_prev=sysconfdir ;;
345   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
346   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
347     sysconfdir="$ac_optarg" ;;
348
349   -target | --target | --targe | --targ | --tar | --ta | --t)
350     ac_prev=target ;;
351   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
352     target="$ac_optarg" ;;
353
354   -v | -verbose | --verbose | --verbos | --verbo | --verb)
355     verbose=yes ;;
356
357   -version | --version | --versio | --versi | --vers)
358     echo "configure generated by autoconf version 2.13"
359     exit 0 ;;
360
361   -with-* | --with-*)
362     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
363     # Reject names that are not valid shell variable names.
364     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
365       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
366     fi
367     ac_package=`echo $ac_package| sed 's/-/_/g'`
368     case "$ac_option" in
369       *=*) ;;
370       *) ac_optarg=yes ;;
371     esac
372     eval "with_${ac_package}='$ac_optarg'" ;;
373
374   -without-* | --without-*)
375     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
376     # Reject names that are not valid shell variable names.
377     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
378       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
379     fi
380     ac_package=`echo $ac_package| sed 's/-/_/g'`
381     eval "with_${ac_package}=no" ;;
382
383   --x)
384     # Obsolete; use --with-x.
385     with_x=yes ;;
386
387   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
388   | --x-incl | --x-inc | --x-in | --x-i)
389     ac_prev=x_includes ;;
390   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
391   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
392     x_includes="$ac_optarg" ;;
393
394   -x-libraries | --x-libraries | --x-librarie | --x-librari \
395   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
396     ac_prev=x_libraries ;;
397   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
398   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
399     x_libraries="$ac_optarg" ;;
400
401   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
402     ;;
403
404   *)
405     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
406       echo "configure: warning: $ac_option: invalid host type" 1>&2
407     fi
408     if test "x$nonopt" != xNONE; then
409       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
410     fi
411     nonopt="$ac_option"
412     ;;
413
414   esac
415 done
416
417 if test -n "$ac_prev"; then
418   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
419 fi
420
421 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
422
423 # File descriptor usage:
424 # 0 standard input
425 # 1 file creation
426 # 2 errors and warnings
427 # 3 some systems may open it to /dev/tty
428 # 4 used on the Kubota Titan
429 # 6 checking for... messages and results
430 # 5 compiler messages saved in config.log
431 if test "$silent" = yes; then
432   exec 6>/dev/null
433 else
434   exec 6>&1
435 fi
436 exec 5>./config.log
437
438 echo "\
439 This file contains any messages produced by compilers while
440 running configure, to aid debugging if configure makes a mistake.
441 " 1>&5
442
443 # Strip out --no-create and --no-recursion so they do not pile up.
444 # Also quote any args containing shell metacharacters.
445 ac_configure_args=
446 for ac_arg
447 do
448   case "$ac_arg" in
449   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
450   | --no-cr | --no-c) ;;
451   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
453   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
454   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
455   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
456   esac
457 done
458
459 # NLS nuisances.
460 # Only set these to C if already set.  These must not be set unconditionally
461 # because not all systems understand e.g. LANG=C (notably SCO).
462 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
463 # Non-C LC_CTYPE values break the ctype check.
464 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
465 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
466 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
467 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
468
469 # confdefs.h avoids OS command line length limits that DEFS can exceed.
470 rm -rf conftest* confdefs.h
471 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
472 echo > confdefs.h
473
474 # A filename unique to this package, relative to the directory that
475 # configure is in, which we can look for to find out if srcdir is correct.
476 ac_unique_file=patchlevel.h
477
478 # Find the source files, if location was not specified.
479 if test -z "$srcdir"; then
480   ac_srcdir_defaulted=yes
481   # Try the directory containing this script, then its parent.
482   ac_prog=$0
483   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
484   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
485   srcdir=$ac_confdir
486   if test ! -r $srcdir/$ac_unique_file; then
487     srcdir=..
488   fi
489 else
490   ac_srcdir_defaulted=no
491 fi
492 if test ! -r $srcdir/$ac_unique_file; then
493   if test "$ac_srcdir_defaulted" = yes; then
494     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
495   else
496     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
497   fi
498 fi
499 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
500
501 # Prefer explicitly selected file to automatically selected ones.
502 if test -z "$CONFIG_SITE"; then
503   if test "x$prefix" != xNONE; then
504     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
505   else
506     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
507   fi
508 fi
509 for ac_site_file in $CONFIG_SITE; do
510   if test -r "$ac_site_file"; then
511     echo "loading site script $ac_site_file"
512     . "$ac_site_file"
513   fi
514 done
515
516 if test -r "$cache_file"; then
517   echo "loading cache $cache_file"
518   . $cache_file
519 else
520   echo "creating cache $cache_file"
521   > $cache_file
522 fi
523
524 ac_ext=c
525 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
526 ac_cpp='$CPP $CPPFLAGS'
527 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
528 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
529 cross_compiling=$ac_cv_prog_cc_cross
530
531 ac_exeext=
532 ac_objext=o
533 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
534   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
535   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
536     ac_n= ac_c='
537 ' ac_t='        '
538   else
539     ac_n=-n ac_c= ac_t=
540   fi
541 else
542   ac_n= ac_c='\c' ac_t=
543 fi
544
545
546
547
548
549
550
551  
552
553
554
555 # Extract the first word of "gcc", so it can be a program name with args.
556 set dummy gcc; ac_word=$2
557 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
558 echo "configure:559: checking for $ac_word" >&5
559 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
560   echo $ac_n "(cached) $ac_c" 1>&6
561 else
562   if test -n "$CC"; then
563   ac_cv_prog_CC="$CC" # Let the user override the test.
564 else
565   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
566   ac_dummy="$PATH"
567   for ac_dir in $ac_dummy; do
568     test -z "$ac_dir" && ac_dir=.
569     if test -f $ac_dir/$ac_word; then
570       ac_cv_prog_CC="gcc"
571       break
572     fi
573   done
574   IFS="$ac_save_ifs"
575 fi
576 fi
577 CC="$ac_cv_prog_CC"
578 if test -n "$CC"; then
579   echo "$ac_t""$CC" 1>&6
580 else
581   echo "$ac_t""no" 1>&6
582 fi
583
584 if test -z "$CC"; then
585   # Extract the first word of "cc", so it can be a program name with args.
586 set dummy cc; ac_word=$2
587 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
588 echo "configure:589: checking for $ac_word" >&5
589 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
590   echo $ac_n "(cached) $ac_c" 1>&6
591 else
592   if test -n "$CC"; then
593   ac_cv_prog_CC="$CC" # Let the user override the test.
594 else
595   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
596   ac_prog_rejected=no
597   ac_dummy="$PATH"
598   for ac_dir in $ac_dummy; do
599     test -z "$ac_dir" && ac_dir=.
600     if test -f $ac_dir/$ac_word; then
601       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
602         ac_prog_rejected=yes
603         continue
604       fi
605       ac_cv_prog_CC="cc"
606       break
607     fi
608   done
609   IFS="$ac_save_ifs"
610 if test $ac_prog_rejected = yes; then
611   # We found a bogon in the path, so make sure we never use it.
612   set dummy $ac_cv_prog_CC
613   shift
614   if test $# -gt 0; then
615     # We chose a different compiler from the bogus one.
616     # However, it has the same basename, so the bogon will be chosen
617     # first if we set CC to just the basename; use the full file name.
618     shift
619     set dummy "$ac_dir/$ac_word" "$@"
620     shift
621     ac_cv_prog_CC="$@"
622   fi
623 fi
624 fi
625 fi
626 CC="$ac_cv_prog_CC"
627 if test -n "$CC"; then
628   echo "$ac_t""$CC" 1>&6
629 else
630   echo "$ac_t""no" 1>&6
631 fi
632
633   if test -z "$CC"; then
634     case "`uname -s`" in
635     *win32* | *WIN32*)
636       # Extract the first word of "cl", so it can be a program name with args.
637 set dummy cl; ac_word=$2
638 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
639 echo "configure:640: checking for $ac_word" >&5
640 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
641   echo $ac_n "(cached) $ac_c" 1>&6
642 else
643   if test -n "$CC"; then
644   ac_cv_prog_CC="$CC" # Let the user override the test.
645 else
646   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
647   ac_dummy="$PATH"
648   for ac_dir in $ac_dummy; do
649     test -z "$ac_dir" && ac_dir=.
650     if test -f $ac_dir/$ac_word; then
651       ac_cv_prog_CC="cl"
652       break
653     fi
654   done
655   IFS="$ac_save_ifs"
656 fi
657 fi
658 CC="$ac_cv_prog_CC"
659 if test -n "$CC"; then
660   echo "$ac_t""$CC" 1>&6
661 else
662   echo "$ac_t""no" 1>&6
663 fi
664  ;;
665     esac
666   fi
667   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
668 fi
669
670 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
671 echo "configure:672: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
672
673 ac_ext=c
674 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
675 ac_cpp='$CPP $CPPFLAGS'
676 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
677 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
678 cross_compiling=$ac_cv_prog_cc_cross
679
680 cat > conftest.$ac_ext << EOF
681
682 #line 683 "configure"
683 #include "confdefs.h"
684
685 main(){return(0);}
686 EOF
687 if { (eval echo configure:688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
688   ac_cv_prog_cc_works=yes
689   # If we can't run a trivial program, we are probably using a cross compiler.
690   if (./conftest; exit) 2>/dev/null; then
691     ac_cv_prog_cc_cross=no
692   else
693     ac_cv_prog_cc_cross=yes
694   fi
695 else
696   echo "configure: failed program was:" >&5
697   cat conftest.$ac_ext >&5
698   ac_cv_prog_cc_works=no
699 fi
700 rm -fr conftest*
701 ac_ext=c
702 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
703 ac_cpp='$CPP $CPPFLAGS'
704 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
705 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
706 cross_compiling=$ac_cv_prog_cc_cross
707
708 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
709 if test $ac_cv_prog_cc_works = no; then
710   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
711 fi
712 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
713 echo "configure:714: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
714 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
715 cross_compiling=$ac_cv_prog_cc_cross
716
717 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
718 echo "configure:719: checking whether we are using GNU C" >&5
719 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
720   echo $ac_n "(cached) $ac_c" 1>&6
721 else
722   cat > conftest.c <<EOF
723 #ifdef __GNUC__
724   yes;
725 #endif
726 EOF
727 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
728   ac_cv_prog_gcc=yes
729 else
730   ac_cv_prog_gcc=no
731 fi
732 fi
733
734 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
735
736 if test $ac_cv_prog_gcc = yes; then
737   GCC=yes
738 else
739   GCC=
740 fi
741
742 ac_test_CFLAGS="${CFLAGS+set}"
743 ac_save_CFLAGS="$CFLAGS"
744 CFLAGS=
745 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
746 echo "configure:747: checking whether ${CC-cc} accepts -g" >&5
747 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
748   echo $ac_n "(cached) $ac_c" 1>&6
749 else
750   echo 'void f(){}' > conftest.c
751 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
752   ac_cv_prog_cc_g=yes
753 else
754   ac_cv_prog_cc_g=no
755 fi
756 rm -f conftest*
757
758 fi
759
760 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
761 if test "$ac_test_CFLAGS" = set; then
762   CFLAGS="$ac_save_CFLAGS"
763 elif test $ac_cv_prog_cc_g = yes; then
764   if test "$GCC" = yes; then
765     CFLAGS="-g -O2"
766   else
767     CFLAGS="-g"
768   fi
769 else
770   if test "$GCC" = yes; then
771     CFLAGS="-O2"
772   else
773     CFLAGS=
774   fi
775 fi
776
777 ac_aux_dir=
778 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
779   if test -f $ac_dir/install-sh; then
780     ac_aux_dir=$ac_dir
781     ac_install_sh="$ac_aux_dir/install-sh -c"
782     break
783   elif test -f $ac_dir/install.sh; then
784     ac_aux_dir=$ac_dir
785     ac_install_sh="$ac_aux_dir/install.sh -c"
786     break
787   fi
788 done
789 if test -z "$ac_aux_dir"; then
790   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
791 fi
792 ac_config_guess=$ac_aux_dir/config.guess
793 ac_config_sub=$ac_aux_dir/config.sub
794 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
795
796 # Find a good install program.  We prefer a C program (faster),
797 # so one script is as good as another.  But avoid the broken or
798 # incompatible versions:
799 # SysV /etc/install, /usr/sbin/install
800 # SunOS /usr/etc/install
801 # IRIX /sbin/install
802 # AIX /bin/install
803 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
804 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
805 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
806 # ./install, which can be erroneously created by make from ./install.sh.
807 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
808 echo "configure:809: checking for a BSD compatible install" >&5
809 if test -z "$INSTALL"; then
810 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
811   echo $ac_n "(cached) $ac_c" 1>&6
812 else
813     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
814   for ac_dir in $PATH; do
815     # Account for people who put trailing slashes in PATH elements.
816     case "$ac_dir/" in
817     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
818     *)
819       # OSF1 and SCO ODT 3.0 have their own names for install.
820       # Don't use installbsd from OSF since it installs stuff as root
821       # by default.
822       for ac_prog in ginstall scoinst install; do
823         if test -f $ac_dir/$ac_prog; then
824           if test $ac_prog = install &&
825             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
826             # AIX install.  It has an incompatible calling convention.
827             :
828           else
829             ac_cv_path_install="$ac_dir/$ac_prog -c"
830             break 2
831           fi
832         fi
833       done
834       ;;
835     esac
836   done
837   IFS="$ac_save_IFS"
838
839 fi
840   if test "${ac_cv_path_install+set}" = set; then
841     INSTALL="$ac_cv_path_install"
842   else
843     # As a last resort, use the slow shell script.  We don't cache a
844     # path for INSTALL within a source directory, because that will
845     # break other packages using the cache if that directory is
846     # removed, or if the path is relative.
847     INSTALL="$ac_install_sh"
848   fi
849 fi
850 echo "$ac_t""$INSTALL" 1>&6
851
852 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
853 # It thinks the first close brace ends the variable substitution.
854 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
855
856 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
857
858 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
859
860 # Extract the first word of "ranlib", so it can be a program name with args.
861 set dummy ranlib; ac_word=$2
862 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
863 echo "configure:864: checking for $ac_word" >&5
864 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
865   echo $ac_n "(cached) $ac_c" 1>&6
866 else
867   if test -n "$RANLIB"; then
868   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
869 else
870   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
871   ac_dummy="$PATH"
872   for ac_dir in $ac_dummy; do
873     test -z "$ac_dir" && ac_dir=.
874     if test -f $ac_dir/$ac_word; then
875       ac_cv_prog_RANLIB="ranlib"
876       break
877     fi
878   done
879   IFS="$ac_save_ifs"
880   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
881 fi
882 fi
883 RANLIB="$ac_cv_prog_RANLIB"
884 if test -n "$RANLIB"; then
885   echo "$ac_t""$RANLIB" 1>&6
886 else
887   echo "$ac_t""no" 1>&6
888 fi
889
890 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
891 echo "configure:892: checking whether ${MAKE-make} sets \${MAKE}" >&5
892 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
893 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
894   echo $ac_n "(cached) $ac_c" 1>&6
895 else
896   cat > conftestmake <<\EOF
897 all:
898         @echo 'ac_maketemp="${MAKE}"'
899 EOF
900 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
901 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
902 if test -n "$ac_maketemp"; then
903   eval ac_cv_prog_make_${ac_make}_set=yes
904 else
905   eval ac_cv_prog_make_${ac_make}_set=no
906 fi
907 rm -f conftestmake
908 fi
909 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
910   echo "$ac_t""yes" 1>&6
911   SET_MAKE=
912 else
913   echo "$ac_t""no" 1>&6
914   SET_MAKE="MAKE=${MAKE-make}"
915 fi
916
917
918 if test "$athena" = true; then
919     enable_athena=yes
920     prefix=/afs/.athena.mit.edu/system/moira
921     bindir=$prefix/arch/$ATHENA_SYS/bin
922     sbindir=$bindir
923     
924     
925     case $CPPFLAGS in
926         *-I/usr/athena/include*) ;;
927         *) CPPFLAGS=-I/usr/athena/include\ $CPPFLAGS ;;
928     esac
929
930     
931     case $PRO_C_INCLUDES in
932         *INCLUDE=/usr/athena/include*) ;;
933         *) PRO_C_INCLUDES=INCLUDE=/usr/athena/include\ $PRO_C_INCLUDES ;;
934     esac
935
936
937     
938     
939     case $CPPFLAGS in
940         *-I/usr/athena/include/kerberosIV*) ;;
941         *) CPPFLAGS=-I/usr/athena/include/kerberosIV\ $CPPFLAGS ;;
942     esac
943
944     
945     case $PRO_C_INCLUDES in
946         *INCLUDE=/usr/athena/include/kerberosIV*) ;;
947         *) PRO_C_INCLUDES=INCLUDE=/usr/athena/include/kerberosIV\ $PRO_C_INCLUDES ;;
948     esac
949
950
951     
952     case $LIBPATH in
953         *-L/usr/athena/lib*) ;;
954         *) LIBPATH=-L/usr/athena/lib\ $LIBPATH ;;
955     esac
956
957 fi
958
959 # We currently just don't support changing this
960 mrbindir=/moira/bin
961
962
963 # Athena-local policy decisions
964 echo $ac_n "checking for Athena""... $ac_c" 1>&6
965 echo "configure:966: checking for Athena" >&5
966 # Check whether --enable-athena or --disable-athena was given.
967 if test "${enable_athena+set}" = set; then
968   enableval="$enable_athena"
969   :
970 else
971   if test "$athena" = true; then
972            enableval=yes
973        else
974            enableval=no
975        fi
976 fi
977
978 echo "$ac_t""$enableval" 1>&6
979 if test "$enableval" = yes; then
980     
981     cat >> confdefs.h <<\EOF
982 #define ATHENA 1
983 EOF
984
985     
986     case $PRO_C_DEFS in
987         *DEFINE=ATHENA*) ;;
988         *) PRO_C_DEFS=DEFINE=ATHENA\ $PRO_C_DEFS ;;
989     esac
990
991
992 fi
993
994 # Networking libraries
995 echo "checking network libraries..." 1>&6
996 echo "configure:997: checking network libraries..." >&5
997 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
998 echo "configure:999: checking for gethostbyname" >&5
999 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1000   echo $ac_n "(cached) $ac_c" 1>&6
1001 else
1002   cat > conftest.$ac_ext <<EOF
1003 #line 1004 "configure"
1004 #include "confdefs.h"
1005 /* System header to define __stub macros and hopefully few prototypes,
1006     which can conflict with char gethostbyname(); below.  */
1007 #include <assert.h>
1008 /* Override any gcc2 internal prototype to avoid an error.  */
1009 /* We use char because int might match the return type of a gcc2
1010     builtin and then its argument prototype would still apply.  */
1011 char gethostbyname();
1012
1013 int main() {
1014
1015 /* The GNU C library defines this for functions which it implements
1016     to always fail with ENOSYS.  Some functions are actually named
1017     something starting with __ and the normal name is an alias.  */
1018 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1019 choke me
1020 #else
1021 gethostbyname();
1022 #endif
1023
1024 ; return 0; }
1025 EOF
1026 if { (eval echo configure:1027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1027   rm -rf conftest*
1028   eval "ac_cv_func_gethostbyname=yes"
1029 else
1030   echo "configure: failed program was:" >&5
1031   cat conftest.$ac_ext >&5
1032   rm -rf conftest*
1033   eval "ac_cv_func_gethostbyname=no"
1034 fi
1035 rm -f conftest*
1036 fi
1037
1038 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1039   echo "$ac_t""yes" 1>&6
1040   :
1041 else
1042   echo "$ac_t""no" 1>&6
1043 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1044 echo "configure:1045: checking for gethostbyname in -lnsl" >&5
1045 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1046 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1047   echo $ac_n "(cached) $ac_c" 1>&6
1048 else
1049   ac_save_LIBS="$LIBS"
1050 LIBS="-lnsl  $LIBS"
1051 cat > conftest.$ac_ext <<EOF
1052 #line 1053 "configure"
1053 #include "confdefs.h"
1054 /* Override any gcc2 internal prototype to avoid an error.  */
1055 /* We use char because int might match the return type of a gcc2
1056     builtin and then its argument prototype would still apply.  */
1057 char gethostbyname();
1058
1059 int main() {
1060 gethostbyname()
1061 ; return 0; }
1062 EOF
1063 if { (eval echo configure:1064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1064   rm -rf conftest*
1065   eval "ac_cv_lib_$ac_lib_var=yes"
1066 else
1067   echo "configure: failed program was:" >&5
1068   cat conftest.$ac_ext >&5
1069   rm -rf conftest*
1070   eval "ac_cv_lib_$ac_lib_var=no"
1071 fi
1072 rm -f conftest*
1073 LIBS="$ac_save_LIBS"
1074
1075 fi
1076 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1077   echo "$ac_t""yes" 1>&6
1078     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \
1079     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1080   cat >> confdefs.h <<EOF
1081 #define $ac_tr_lib 1
1082 EOF
1083
1084   LIBS="-lnsl $LIBS"
1085
1086 else
1087   echo "$ac_t""no" 1>&6
1088 echo $ac_n "checking for gethostbyname in -lresolv""... $ac_c" 1>&6
1089 echo "configure:1090: checking for gethostbyname in -lresolv" >&5
1090 ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
1091 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1092   echo $ac_n "(cached) $ac_c" 1>&6
1093 else
1094   ac_save_LIBS="$LIBS"
1095 LIBS="-lresolv  $LIBS"
1096 cat > conftest.$ac_ext <<EOF
1097 #line 1098 "configure"
1098 #include "confdefs.h"
1099 /* Override any gcc2 internal prototype to avoid an error.  */
1100 /* We use char because int might match the return type of a gcc2
1101     builtin and then its argument prototype would still apply.  */
1102 char gethostbyname();
1103
1104 int main() {
1105 gethostbyname()
1106 ; return 0; }
1107 EOF
1108 if { (eval echo configure:1109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1109   rm -rf conftest*
1110   eval "ac_cv_lib_$ac_lib_var=yes"
1111 else
1112   echo "configure: failed program was:" >&5
1113   cat conftest.$ac_ext >&5
1114   rm -rf conftest*
1115   eval "ac_cv_lib_$ac_lib_var=no"
1116 fi
1117 rm -f conftest*
1118 LIBS="$ac_save_LIBS"
1119
1120 fi
1121 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1122   echo "$ac_t""yes" 1>&6
1123     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/^a-zA-Z0-9_/_/g' \
1124     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1125   cat >> confdefs.h <<EOF
1126 #define $ac_tr_lib 1
1127 EOF
1128
1129   LIBS="-lresolv $LIBS"
1130
1131 else
1132   echo "$ac_t""no" 1>&6
1133 fi
1134
1135 fi
1136
1137 fi
1138
1139 echo $ac_n "checking for socket""... $ac_c" 1>&6
1140 echo "configure:1141: checking for socket" >&5
1141 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
1142   echo $ac_n "(cached) $ac_c" 1>&6
1143 else
1144   cat > conftest.$ac_ext <<EOF
1145 #line 1146 "configure"
1146 #include "confdefs.h"
1147 /* System header to define __stub macros and hopefully few prototypes,
1148     which can conflict with char socket(); below.  */
1149 #include <assert.h>
1150 /* Override any gcc2 internal prototype to avoid an error.  */
1151 /* We use char because int might match the return type of a gcc2
1152     builtin and then its argument prototype would still apply.  */
1153 char socket();
1154
1155 int main() {
1156
1157 /* The GNU C library defines this for functions which it implements
1158     to always fail with ENOSYS.  Some functions are actually named
1159     something starting with __ and the normal name is an alias.  */
1160 #if defined (__stub_socket) || defined (__stub___socket)
1161 choke me
1162 #else
1163 socket();
1164 #endif
1165
1166 ; return 0; }
1167 EOF
1168 if { (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_func_socket=yes"
1171 else
1172   echo "configure: failed program was:" >&5
1173   cat conftest.$ac_ext >&5
1174   rm -rf conftest*
1175   eval "ac_cv_func_socket=no"
1176 fi
1177 rm -f conftest*
1178 fi
1179
1180 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
1181   echo "$ac_t""yes" 1>&6
1182   :
1183 else
1184   echo "$ac_t""no" 1>&6
1185 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
1186 echo "configure:1187: checking for socket in -lsocket" >&5
1187 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
1188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1189   echo $ac_n "(cached) $ac_c" 1>&6
1190 else
1191   ac_save_LIBS="$LIBS"
1192 LIBS="-lsocket  $LIBS"
1193 cat > conftest.$ac_ext <<EOF
1194 #line 1195 "configure"
1195 #include "confdefs.h"
1196 /* Override any gcc2 internal prototype to avoid an error.  */
1197 /* We use char because int might match the return type of a gcc2
1198     builtin and then its argument prototype would still apply.  */
1199 char socket();
1200
1201 int main() {
1202 socket()
1203 ; return 0; }
1204 EOF
1205 if { (eval echo configure:1206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1206   rm -rf conftest*
1207   eval "ac_cv_lib_$ac_lib_var=yes"
1208 else
1209   echo "configure: failed program was:" >&5
1210   cat conftest.$ac_ext >&5
1211   rm -rf conftest*
1212   eval "ac_cv_lib_$ac_lib_var=no"
1213 fi
1214 rm -f conftest*
1215 LIBS="$ac_save_LIBS"
1216
1217 fi
1218 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1219   echo "$ac_t""yes" 1>&6
1220     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
1221     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1222   cat >> confdefs.h <<EOF
1223 #define $ac_tr_lib 1
1224 EOF
1225
1226   LIBS="-lsocket $LIBS"
1227
1228 else
1229   echo "$ac_t""no" 1>&6
1230 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
1231 echo "configure:1232: checking for socket in -lsocket" >&5
1232 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
1233 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1234   echo $ac_n "(cached) $ac_c" 1>&6
1235 else
1236   ac_save_LIBS="$LIBS"
1237 LIBS="-lsocket -lnsl $LIBS"
1238 cat > conftest.$ac_ext <<EOF
1239 #line 1240 "configure"
1240 #include "confdefs.h"
1241 /* Override any gcc2 internal prototype to avoid an error.  */
1242 /* We use char because int might match the return type of a gcc2
1243     builtin and then its argument prototype would still apply.  */
1244 char socket();
1245
1246 int main() {
1247 socket()
1248 ; return 0; }
1249 EOF
1250 if { (eval echo configure:1251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1251   rm -rf conftest*
1252   eval "ac_cv_lib_$ac_lib_var=yes"
1253 else
1254   echo "configure: failed program was:" >&5
1255   cat conftest.$ac_ext >&5
1256   rm -rf conftest*
1257   eval "ac_cv_lib_$ac_lib_var=no"
1258 fi
1259 rm -f conftest*
1260 LIBS="$ac_save_LIBS"
1261
1262 fi
1263 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1264   echo "$ac_t""yes" 1>&6
1265   LIBS="-lsocket -lnsl $LIBS"
1266 else
1267   echo "$ac_t""no" 1>&6
1268 :
1269 fi
1270
1271 fi
1272
1273 fi
1274
1275
1276 # com_err (required, but can be built)
1277 echo $ac_n "checking for com_err""... $ac_c" 1>&6
1278 echo "configure:1279: checking for com_err" >&5
1279 # Check whether --with-com_err or --without-com_err was given.
1280 if test "${with_com_err+set}" = set; then
1281   withval="$with_com_err"
1282   echo "$ac_t""$withval" 1>&6
1283      if test $withval = "no"; then
1284          { echo "configure: error: com_err is required for Moira" 1>&2; exit 1; }
1285      fi
1286      if test $withval != "yes"; then
1287          
1288     
1289     case $CPPFLAGS in
1290         *-I$withval/include*) ;;
1291         *) CPPFLAGS=-I$withval/include\ $CPPFLAGS ;;
1292     esac
1293
1294     
1295     case $PRO_C_INCLUDES in
1296         *INCLUDE=$withval/include*) ;;
1297         *) PRO_C_INCLUDES=INCLUDE=$withval/include\ $PRO_C_INCLUDES ;;
1298     esac
1299
1300
1301          
1302     case $LIBPATH in
1303         *-L$withval/lib*) ;;
1304         *) LIBPATH=-L$withval/lib\ $LIBPATH ;;
1305     esac
1306
1307      fi
1308      COMPILE_ET=compile_et
1309 else
1310   echo "$ac_t""util/et" 1>&6
1311      COM_ERR_SUBDIR=util/et;
1312      
1313     
1314     case $CPPFLAGS in
1315         *-I`pwd`/util/et*) ;;
1316         *) CPPFLAGS=-I`pwd`/util/et\ $CPPFLAGS ;;
1317     esac
1318
1319     
1320     case $PRO_C_INCLUDES in
1321         *INCLUDE=`pwd`/util/et*) ;;
1322         *) PRO_C_INCLUDES=INCLUDE=`pwd`/util/et\ $PRO_C_INCLUDES ;;
1323     esac
1324
1325
1326      
1327     case $LIBPATH in
1328         *-L`pwd`/util/et*) ;;
1329         *) LIBPATH=-L`pwd`/util/et\ $LIBPATH ;;
1330     esac
1331
1332      COMPILE_ET=`pwd`/util/et/compile_et
1333      subdirs="$COM_ERR_SUBDIR"
1334
1335 fi
1336
1337
1338
1339
1340 # Kerberos (Kerberos 4 required, Kerberos 5 optional for reg_svr)
1341 echo $ac_n "checking for Kerberos 4""... $ac_c" 1>&6
1342 echo "configure:1343: checking for Kerberos 4" >&5
1343 # Check whether --with-krb4 or --without-krb4 was given.
1344 if test "${with_krb4+set}" = set; then
1345   withval="$with_krb4"
1346   krb4="$withval"
1347 else
1348   krb4=no
1349 fi
1350
1351 echo "$ac_t""$krb4" 1>&6
1352 if test $krb4 = "no"; then
1353     { echo "configure: error: Kerberos is required for Moira" 1>&2; exit 1; }
1354 fi
1355 if test "$krb4" != yes; then
1356     
1357     
1358     case $CPPFLAGS in
1359         *-I$krb4/include*) ;;
1360         *) CPPFLAGS=-I$krb4/include\ $CPPFLAGS ;;
1361     esac
1362
1363     
1364     case $PRO_C_INCLUDES in
1365         *INCLUDE=$krb4/include*) ;;
1366         *) PRO_C_INCLUDES=INCLUDE=$krb4/include\ $PRO_C_INCLUDES ;;
1367     esac
1368
1369
1370     if test -d "$krb4/include/kerberosIV"; then
1371         
1372     
1373     case $CPPFLAGS in
1374         *-I$krb4/include/kerberosIV*) ;;
1375         *) CPPFLAGS=-I$krb4/include/kerberosIV\ $CPPFLAGS ;;
1376     esac
1377
1378     
1379     case $PRO_C_INCLUDES in
1380         *INCLUDE=$krb4/include/kerberosIV*) ;;
1381         *) PRO_C_INCLUDES=INCLUDE=$krb4/include/kerberosIV\ $PRO_C_INCLUDES ;;
1382     esac
1383
1384
1385     fi
1386     
1387     case $LIBPATH in
1388         *-L$krb4/lib*) ;;
1389         *) LIBPATH=-L$krb4/lib\ $LIBPATH ;;
1390     esac
1391
1392 elif test -d /usr/include/kerberosIV; then
1393     
1394     
1395     case $CPPFLAGS in
1396         *-I/usr/include/kerberosIV*) ;;
1397         *) CPPFLAGS=-I/usr/include/kerberosIV\ $CPPFLAGS ;;
1398     esac
1399
1400     
1401     case $PRO_C_INCLUDES in
1402         *INCLUDE=/usr/include/kerberosIV*) ;;
1403         *) PRO_C_INCLUDES=INCLUDE=/usr/include/kerberosIV\ $PRO_C_INCLUDES ;;
1404     esac
1405
1406
1407 fi
1408 echo $ac_n "checking for krb_rd_req in -lkrb4""... $ac_c" 1>&6
1409 echo "configure:1410: checking for krb_rd_req in -lkrb4" >&5
1410 ac_lib_var=`echo krb4'_'krb_rd_req | sed 'y%./+-%__p_%'`
1411 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1412   echo $ac_n "(cached) $ac_c" 1>&6
1413 else
1414   ac_save_LIBS="$LIBS"
1415 LIBS="-lkrb4 $LIBPATH -ldes425 -lkrb5 -lcrypto -lcom_err $LIBS"
1416 cat > conftest.$ac_ext <<EOF
1417 #line 1418 "configure"
1418 #include "confdefs.h"
1419 /* Override any gcc2 internal prototype to avoid an error.  */
1420 /* We use char because int might match the return type of a gcc2
1421     builtin and then its argument prototype would still apply.  */
1422 char krb_rd_req();
1423
1424 int main() {
1425 krb_rd_req()
1426 ; return 0; }
1427 EOF
1428 if { (eval echo configure:1429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1429   rm -rf conftest*
1430   eval "ac_cv_lib_$ac_lib_var=yes"
1431 else
1432   echo "configure: failed program was:" >&5
1433   cat conftest.$ac_ext >&5
1434   rm -rf conftest*
1435   eval "ac_cv_lib_$ac_lib_var=no"
1436 fi
1437 rm -f conftest*
1438 LIBS="$ac_save_LIBS"
1439
1440 fi
1441 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1442   echo "$ac_t""yes" 1>&6
1443   KRB4_LIBS="-lkrb4 -ldes425 -lkrb5 -lcrypto"
1444 else
1445   echo "$ac_t""no" 1>&6
1446 echo $ac_n "checking for krb_rd_req in -lkrb""... $ac_c" 1>&6
1447 echo "configure:1448: checking for krb_rd_req in -lkrb" >&5
1448 ac_lib_var=`echo krb'_'krb_rd_req | sed 'y%./+-%__p_%'`
1449 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1450   echo $ac_n "(cached) $ac_c" 1>&6
1451 else
1452   ac_save_LIBS="$LIBS"
1453 LIBS="-lkrb $LIBPATH -ldes $LIBS"
1454 cat > conftest.$ac_ext <<EOF
1455 #line 1456 "configure"
1456 #include "confdefs.h"
1457 /* Override any gcc2 internal prototype to avoid an error.  */
1458 /* We use char because int might match the return type of a gcc2
1459     builtin and then its argument prototype would still apply.  */
1460 char krb_rd_req();
1461
1462 int main() {
1463 krb_rd_req()
1464 ; return 0; }
1465 EOF
1466 if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1467   rm -rf conftest*
1468   eval "ac_cv_lib_$ac_lib_var=yes"
1469 else
1470   echo "configure: failed program was:" >&5
1471   cat conftest.$ac_ext >&5
1472   rm -rf conftest*
1473   eval "ac_cv_lib_$ac_lib_var=no"
1474 fi
1475 rm -f conftest*
1476 LIBS="$ac_save_LIBS"
1477
1478 fi
1479 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1480   echo "$ac_t""yes" 1>&6
1481   KRB4_LIBS="-lkrb -ldes"
1482 else
1483   echo "$ac_t""no" 1>&6
1484 { echo "configure: error: Kerberos 4 libraries not found" 1>&2; exit 1; }
1485 fi
1486
1487 fi
1488
1489
1490 echo $ac_n "checking for Kerberos 5""... $ac_c" 1>&6
1491 echo "configure:1492: checking for Kerberos 5" >&5
1492 # Check whether --with-krb5 or --without-krb5 was given.
1493 if test "${with_krb5+set}" = set; then
1494   withval="$with_krb5"
1495   krb5="$withval"
1496 else
1497   krb5=no
1498 fi
1499
1500 echo "$ac_t""$krb5" 1>&6
1501 if test "$krb5" != no; then
1502     REG_SVR_DEFS=-DKRB5
1503     if test "$krb5" != yes; then
1504         REG_SVR_INCLUDES=-I$krb5/include
1505         REG_SVR_LIBS=-L$krb5/lib
1506     fi
1507     REG_SVR_LIBS="$REG_SVR_LIBS -lkadm5clnt -lgssapi_krb5 -lgssrpc -ldyn -lkrb4 -ldes425 -lkrb5 -lcrypto"
1508 else
1509     REG_SVR_DEFS=-DKRB4
1510     REG_SVR_LIBS=-lkadm
1511 fi
1512
1513
1514
1515
1516 # Hesiod support
1517 echo $ac_n "checking for Hesiod""... $ac_c" 1>&6
1518 echo "configure:1519: checking for Hesiod" >&5
1519 # Check whether --with-hesiod or --without-hesiod was given.
1520 if test "${with_hesiod+set}" = set; then
1521   withval="$with_hesiod"
1522   hesiod="$withval"
1523 else
1524   hesiod=no
1525 fi
1526
1527 echo "$ac_t""$hesiod" 1>&6
1528 if test "$hesiod" != no; then
1529     if test "$hesiod" != yes; then
1530         
1531     
1532     case $CPPFLAGS in
1533         *-I$hesiod/include*) ;;
1534         *) CPPFLAGS=-I$hesiod/include\ $CPPFLAGS ;;
1535     esac
1536
1537     
1538     case $PRO_C_INCLUDES in
1539         *INCLUDE=$hesiod/include*) ;;
1540         *) PRO_C_INCLUDES=INCLUDE=$hesiod/include\ $PRO_C_INCLUDES ;;
1541     esac
1542
1543
1544         
1545     case $LIBPATH in
1546         *-L$hesiod/lib*) ;;
1547         *) LIBPATH=-L$hesiod/lib\ $LIBPATH ;;
1548     esac
1549
1550     fi
1551     echo $ac_n "checking for res_send""... $ac_c" 1>&6
1552 echo "configure:1553: checking for res_send" >&5
1553 if eval "test \"`echo '$''{'ac_cv_func_res_send'+set}'`\" = set"; then
1554   echo $ac_n "(cached) $ac_c" 1>&6
1555 else
1556   cat > conftest.$ac_ext <<EOF
1557 #line 1558 "configure"
1558 #include "confdefs.h"
1559 /* System header to define __stub macros and hopefully few prototypes,
1560     which can conflict with char res_send(); below.  */
1561 #include <assert.h>
1562 /* Override any gcc2 internal prototype to avoid an error.  */
1563 /* We use char because int might match the return type of a gcc2
1564     builtin and then its argument prototype would still apply.  */
1565 char res_send();
1566
1567 int main() {
1568
1569 /* The GNU C library defines this for functions which it implements
1570     to always fail with ENOSYS.  Some functions are actually named
1571     something starting with __ and the normal name is an alias.  */
1572 #if defined (__stub_res_send) || defined (__stub___res_send)
1573 choke me
1574 #else
1575 res_send();
1576 #endif
1577
1578 ; return 0; }
1579 EOF
1580 if { (eval echo configure:1581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1581   rm -rf conftest*
1582   eval "ac_cv_func_res_send=yes"
1583 else
1584   echo "configure: failed program was:" >&5
1585   cat conftest.$ac_ext >&5
1586   rm -rf conftest*
1587   eval "ac_cv_func_res_send=no"
1588 fi
1589 rm -f conftest*
1590 fi
1591
1592 if eval "test \"`echo '$ac_cv_func_'res_send`\" = yes"; then
1593   echo "$ac_t""yes" 1>&6
1594   :
1595 else
1596   echo "$ac_t""no" 1>&6
1597 echo $ac_n "checking for res_send in -lresolv""... $ac_c" 1>&6
1598 echo "configure:1599: checking for res_send in -lresolv" >&5
1599 ac_lib_var=`echo resolv'_'res_send | sed 'y%./+-%__p_%'`
1600 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1601   echo $ac_n "(cached) $ac_c" 1>&6
1602 else
1603   ac_save_LIBS="$LIBS"
1604 LIBS="-lresolv  $LIBS"
1605 cat > conftest.$ac_ext <<EOF
1606 #line 1607 "configure"
1607 #include "confdefs.h"
1608 /* Override any gcc2 internal prototype to avoid an error.  */
1609 /* We use char because int might match the return type of a gcc2
1610     builtin and then its argument prototype would still apply.  */
1611 char res_send();
1612
1613 int main() {
1614 res_send()
1615 ; return 0; }
1616 EOF
1617 if { (eval echo configure:1618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1618   rm -rf conftest*
1619   eval "ac_cv_lib_$ac_lib_var=yes"
1620 else
1621   echo "configure: failed program was:" >&5
1622   cat conftest.$ac_ext >&5
1623   rm -rf conftest*
1624   eval "ac_cv_lib_$ac_lib_var=no"
1625 fi
1626 rm -f conftest*
1627 LIBS="$ac_save_LIBS"
1628
1629 fi
1630 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1631   echo "$ac_t""yes" 1>&6
1632     ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/^a-zA-Z0-9_/_/g' \
1633     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1634   cat >> confdefs.h <<EOF
1635 #define $ac_tr_lib 1
1636 EOF
1637
1638   LIBS="-lresolv $LIBS"
1639
1640 else
1641   echo "$ac_t""no" 1>&6
1642 fi
1643
1644 fi
1645
1646     echo $ac_n "checking for hes_resolve in -lhesiod""... $ac_c" 1>&6
1647 echo "configure:1648: checking for hes_resolve in -lhesiod" >&5
1648 ac_lib_var=`echo hesiod'_'hes_resolve | sed 'y%./+-%__p_%'`
1649 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1650   echo $ac_n "(cached) $ac_c" 1>&6
1651 else
1652   ac_save_LIBS="$LIBS"
1653 LIBS="-lhesiod $LIBPATH $LIBS $LIBS"
1654 cat > conftest.$ac_ext <<EOF
1655 #line 1656 "configure"
1656 #include "confdefs.h"
1657 /* Override any gcc2 internal prototype to avoid an error.  */
1658 /* We use char because int might match the return type of a gcc2
1659     builtin and then its argument prototype would still apply.  */
1660 char hes_resolve();
1661
1662 int main() {
1663 hes_resolve()
1664 ; return 0; }
1665 EOF
1666 if { (eval echo configure:1667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1667   rm -rf conftest*
1668   eval "ac_cv_lib_$ac_lib_var=yes"
1669 else
1670   echo "configure: failed program was:" >&5
1671   cat conftest.$ac_ext >&5
1672   rm -rf conftest*
1673   eval "ac_cv_lib_$ac_lib_var=no"
1674 fi
1675 rm -f conftest*
1676 LIBS="$ac_save_LIBS"
1677
1678 fi
1679 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1680   echo "$ac_t""yes" 1>&6
1681   :
1682 else
1683   echo "$ac_t""no" 1>&6
1684 { echo "configure: error: Hesiod library not found" 1>&2; exit 1; }
1685 fi
1686
1687     
1688     cat >> confdefs.h <<\EOF
1689 #define HAVE_HESIOD 1
1690 EOF
1691
1692     
1693     case $PRO_C_DEFS in
1694         *DEFINE=HAVE_HESIOD*) ;;
1695         *) PRO_C_DEFS=DEFINE=HAVE_HESIOD\ $PRO_C_DEFS ;;
1696     esac
1697
1698
1699 fi
1700
1701 # Zephyr support
1702 echo $ac_n "checking for Zephyr""... $ac_c" 1>&6
1703 echo "configure:1704: checking for Zephyr" >&5
1704 # Check whether --with-zephyr or --without-zephyr was given.
1705 if test "${with_zephyr+set}" = set; then
1706   withval="$with_zephyr"
1707   zephyr="$withval"
1708 else
1709   zephyr=no
1710 fi
1711
1712 echo "$ac_t""$zephyr" 1>&6
1713 if test "$zephyr" != no; then
1714     if test "$zephyr" != yes; then
1715         
1716     
1717     case $CPPFLAGS in
1718         *-I$zephyr/include*) ;;
1719         *) CPPFLAGS=-I$zephyr/include\ $CPPFLAGS ;;
1720     esac
1721
1722     
1723     case $PRO_C_INCLUDES in
1724         *INCLUDE=$zephyr/include*) ;;
1725         *) PRO_C_INCLUDES=INCLUDE=$zephyr/include\ $PRO_C_INCLUDES ;;
1726     esac
1727
1728
1729         
1730     case $LIBPATH in
1731         *-L$zephyr/lib*) ;;
1732         *) LIBPATH=-L$zephyr/lib\ $LIBPATH ;;
1733     esac
1734
1735     fi
1736     echo $ac_n "checking for ZInitialize in -lzephyr""... $ac_c" 1>&6
1737 echo "configure:1738: checking for ZInitialize in -lzephyr" >&5
1738 ac_lib_var=`echo zephyr'_'ZInitialize | sed 'y%./+-%__p_%'`
1739 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1740   echo $ac_n "(cached) $ac_c" 1>&6
1741 else
1742   ac_save_LIBS="$LIBS"
1743 LIBS="-lzephyr $LIBPATH $KRB4_LIBS -lcom_err $LIBS"
1744 cat > conftest.$ac_ext <<EOF
1745 #line 1746 "configure"
1746 #include "confdefs.h"
1747 /* Override any gcc2 internal prototype to avoid an error.  */
1748 /* We use char because int might match the return type of a gcc2
1749     builtin and then its argument prototype would still apply.  */
1750 char ZInitialize();
1751
1752 int main() {
1753 ZInitialize()
1754 ; return 0; }
1755 EOF
1756 if { (eval echo configure:1757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1757   rm -rf conftest*
1758   eval "ac_cv_lib_$ac_lib_var=yes"
1759 else
1760   echo "configure: failed program was:" >&5
1761   cat conftest.$ac_ext >&5
1762   rm -rf conftest*
1763   eval "ac_cv_lib_$ac_lib_var=no"
1764 fi
1765 rm -f conftest*
1766 LIBS="$ac_save_LIBS"
1767
1768 fi
1769 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1770   echo "$ac_t""yes" 1>&6
1771   :
1772 else
1773   echo "$ac_t""no" 1>&6
1774 { echo "configure: error: Zephyr library not found" 1>&2; exit 1; }
1775 fi
1776
1777     
1778     cat >> confdefs.h <<\EOF
1779 #define HAVE_ZEPHYR 1
1780 EOF
1781
1782     
1783     case $PRO_C_DEFS in
1784         *DEFINE=HAVE_ZEPHYR*) ;;
1785         *) PRO_C_DEFS=DEFINE=HAVE_ZEPHYR\ $PRO_C_DEFS ;;
1786     esac
1787
1788
1789 fi
1790
1791 # RSAREF support (default: build util/rsaref if present)
1792 echo $ac_n "checking for RSAREF""... $ac_c" 1>&6
1793 echo "configure:1794: checking for RSAREF" >&5
1794 # Check whether --with-rsaref or --without-rsaref was given.
1795 if test "${with_rsaref+set}" = set; then
1796   withval="$with_rsaref"
1797   rsaref="$withval"
1798      RSAREF_CPPFLAGS="-I$rsaref/include"
1799      RSAREF_LIBS="$rsaref/lib/rsaref.a"
1800 else
1801   RSAREF_SUBDIRS=reg_svr
1802     if test -d $srcdir/util/rsaref; then
1803          rsaref=$srcdir/util/rsaref
1804          RSAREF_SUBDIRS="util/rsaref reg_svr"
1805          RSAREF_OUTPUT_FILES="util/rsaref/Makefile"
1806          # autoconf can't deal with creating util/rsaref if util doesn't exist
1807          if test ! -d util; then
1808              mkdir util
1809          fi
1810          RSAREF_CPPFLAGS='-I$(SRCTOP)/util/rsaref'
1811          RSAREF_LIBS='$(BUILDTOP)/util/rsaref/rsaref.a'
1812          RSAREF_LIBDEP='$(BUILDTOP)/util/rsaref/rsaref.a'
1813      else
1814          rsaref=no
1815      fi
1816 fi
1817
1818 echo "$ac_t""$rsaref" 1>&6
1819 if test "$rsaref" != no; then
1820     
1821     cat >> confdefs.h <<\EOF
1822 #define HAVE_RSAREF 1
1823 EOF
1824
1825     
1826     case $PRO_C_DEFS in
1827         *DEFINE=HAVE_RSAREF*) ;;
1828         *) PRO_C_DEFS=DEFINE=HAVE_RSAREF\ $PRO_C_DEFS ;;
1829     esac
1830
1831
1832 fi
1833
1834
1835
1836
1837
1838 # Oracle (default: yes, if $ORACLE_HOME is set)
1839 echo $ac_n "checking for Oracle""... $ac_c" 1>&6
1840 echo "configure:1841: checking for Oracle" >&5
1841 # Check whether --with-oracle or --without-oracle was given.
1842 if test "${with_oracle+set}" = set; then
1843   withval="$with_oracle"
1844   oracle="$withval"
1845 else
1846   if test -n "$ORACLE_HOME" -a -d "$ORACLE_HOME"; then
1847          oracle=$ORACLE_HOME
1848      else
1849          oracle=no
1850      fi
1851 fi
1852
1853 echo "$ac_t""$oracle" 1>&6
1854 if test "$oracle" != no; then
1855     echo $ac_n "checking Pro*C version""... $ac_c" 1>&6
1856 echo "configure:1857: checking Pro*C version" >&5
1857     ORACLE_HOME=$oracle release=`$ORACLE_HOME/bin/proc | awk '/Release/ {print $3;}'`
1858     echo "$ac_t""$release" 1>&6
1859     case $release in
1860         2.0.6.0.0)
1861             SQL_LIBS="-L$oracle/lib -lsql $oracle/lib/osntab.o -lsqlnet -lora -lsqlnet -lnlsrtl -lcv6 -lcore -lnlsrtl -lcore -lm"
1862             ;;
1863         *)
1864             SQL_LIBS="-L$oracle/lib -lclntsh -lxa -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric   -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat $oracle/rdbms/lib/sysliblist` -lm -lthread"
1865             ;;
1866     esac
1867     SVRSUBDIRS='$(SVRDIRS)'
1868     SERVER_OUTPUT_FILES="db/Makefile server/Makefile backup/Makefile dbck/Makefile dcm/Makefile gen/Makefile incremental/Makefile reg_svr/Makefile regtape/Makefile"
1869     PRO_C=$oracle/bin/proc
1870     PRO_C_OPTS=CODE=ANSI_C
1871     PRO_C_DEFS="DEFINE=_PROC_ $PRO_C_DEFS"
1872 fi
1873
1874
1875
1876
1877
1878
1879
1880 # LDAP support
1881 echo $ac_n "checking for LDAP""... $ac_c" 1>&6
1882 echo "configure:1883: checking for LDAP" >&5
1883 # Check whether --with-ldap or --without-ldap was given.
1884 if test "${with_ldap+set}" = set; then
1885   withval="$with_ldap"
1886    ldap="$withval"
1887 else
1888   if test -n "$LDAP_HOME" -a -d "$LDAP_HOME"; then
1889          ldap=$LDAP_HOME
1890      else
1891          ldap=no
1892      fi
1893 fi
1894
1895 echo "$ac_t""$ldap" 1>&6
1896 if test "$ldap" != no -a "$oracle" != no; then
1897     if test "$ldap" != yes; then
1898         LDAP_CPPFLAGS="-I$ldap/include"
1899         LDAP_LIBS="-L$ldap/lib"
1900     fi
1901     
1902     cat >> confdefs.h <<\EOF
1903 #define HAVE_LDAP 1
1904 EOF
1905
1906     
1907     case $PRO_C_DEFS in
1908         *DEFINE=HAVE_LDAP*) ;;
1909         *) PRO_C_DEFS=DEFINE=HAVE_LDAP\ $PRO_C_DEFS ;;
1910     esac
1911
1912
1913
1914     WINAD_SUBDIRS="winad"
1915     WINAD_OUTPUT_FILES="incremental/winad/Makefile"
1916 fi
1917
1918
1919
1920
1921 # AFS support
1922 echo $ac_n "checking for AFS""... $ac_c" 1>&6
1923 echo "configure:1924: checking for AFS" >&5
1924 # Check whether --with-afs or --without-afs was given.
1925 if test "${with_afs+set}" = set; then
1926   withval="$with_afs"
1927   afs="$withval"
1928 else
1929   afs=no
1930 fi
1931
1932 echo "$ac_t""$afs" 1>&6
1933 if test "$afs" != no -a "$oracle" != no; then
1934     if test "$afs" != yes; then
1935         AFS_CPPFLAGS="-I$afs/include -I$afs/include/afs -I$afs/include/rx"
1936         AFS_PRO_C_INCLUDES="INCLUDE=$afs/include INCLUDE=$afs/include/afs INCLUDE=$afs/include/rx"
1937         AFS_LIBS="-L$afs/lib -L$afs/lib/afs"
1938         AFS_DIR=$afs
1939     fi
1940     echo $ac_n "checking for insque""... $ac_c" 1>&6
1941 echo "configure:1942: checking for insque" >&5
1942 if eval "test \"`echo '$''{'ac_cv_func_insque'+set}'`\" = set"; then
1943   echo $ac_n "(cached) $ac_c" 1>&6
1944 else
1945   cat > conftest.$ac_ext <<EOF
1946 #line 1947 "configure"
1947 #include "confdefs.h"
1948 /* System header to define __stub macros and hopefully few prototypes,
1949     which can conflict with char insque(); below.  */
1950 #include <assert.h>
1951 /* Override any gcc2 internal prototype to avoid an error.  */
1952 /* We use char because int might match the return type of a gcc2
1953     builtin and then its argument prototype would still apply.  */
1954 char insque();
1955
1956 int main() {
1957
1958 /* The GNU C library defines this for functions which it implements
1959     to always fail with ENOSYS.  Some functions are actually named
1960     something starting with __ and the normal name is an alias.  */
1961 #if defined (__stub_insque) || defined (__stub___insque)
1962 choke me
1963 #else
1964 insque();
1965 #endif
1966
1967 ; return 0; }
1968 EOF
1969 if { (eval echo configure:1970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1970   rm -rf conftest*
1971   eval "ac_cv_func_insque=yes"
1972 else
1973   echo "configure: failed program was:" >&5
1974   cat conftest.$ac_ext >&5
1975   rm -rf conftest*
1976   eval "ac_cv_func_insque=no"
1977 fi
1978 rm -f conftest*
1979 fi
1980
1981 if eval "test \"`echo '$ac_cv_func_'insque`\" = yes"; then
1982   echo "$ac_t""yes" 1>&6
1983   :
1984 else
1985   echo "$ac_t""no" 1>&6
1986 echo $ac_n "checking for insque in -lcompat""... $ac_c" 1>&6
1987 echo "configure:1988: checking for insque in -lcompat" >&5
1988 ac_lib_var=`echo compat'_'insque | sed 'y%./+-%__p_%'`
1989 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1990   echo $ac_n "(cached) $ac_c" 1>&6
1991 else
1992   ac_save_LIBS="$LIBS"
1993 LIBS="-lcompat  $LIBS"
1994 cat > conftest.$ac_ext <<EOF
1995 #line 1996 "configure"
1996 #include "confdefs.h"
1997 /* Override any gcc2 internal prototype to avoid an error.  */
1998 /* We use char because int might match the return type of a gcc2
1999     builtin and then its argument prototype would still apply.  */
2000 char insque();
2001
2002 int main() {
2003 insque()
2004 ; return 0; }
2005 EOF
2006 if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2007   rm -rf conftest*
2008   eval "ac_cv_lib_$ac_lib_var=yes"
2009 else
2010   echo "configure: failed program was:" >&5
2011   cat conftest.$ac_ext >&5
2012   rm -rf conftest*
2013   eval "ac_cv_lib_$ac_lib_var=no"
2014 fi
2015 rm -f conftest*
2016 LIBS="$ac_save_LIBS"
2017
2018 fi
2019 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2020   echo "$ac_t""yes" 1>&6
2021   AFS_EXTRA_LIBS="-lcompat"
2022 else
2023   echo "$ac_t""no" 1>&6
2024 { echo "configure: error: insque not found" 1>&2; exit 1; }
2025 fi
2026
2027 fi
2028
2029     echo $ac_n "checking for sigvec""... $ac_c" 1>&6
2030 echo "configure:2031: checking for sigvec" >&5
2031 if eval "test \"`echo '$''{'ac_cv_func_sigvec'+set}'`\" = set"; then
2032   echo $ac_n "(cached) $ac_c" 1>&6
2033 else
2034   cat > conftest.$ac_ext <<EOF
2035 #line 2036 "configure"
2036 #include "confdefs.h"
2037 /* System header to define __stub macros and hopefully few prototypes,
2038     which can conflict with char sigvec(); below.  */
2039 #include <assert.h>
2040 /* Override any gcc2 internal prototype to avoid an error.  */
2041 /* We use char because int might match the return type of a gcc2
2042     builtin and then its argument prototype would still apply.  */
2043 char sigvec();
2044
2045 int main() {
2046
2047 /* The GNU C library defines this for functions which it implements
2048     to always fail with ENOSYS.  Some functions are actually named
2049     something starting with __ and the normal name is an alias.  */
2050 #if defined (__stub_sigvec) || defined (__stub___sigvec)
2051 choke me
2052 #else
2053 sigvec();
2054 #endif
2055
2056 ; return 0; }
2057 EOF
2058 if { (eval echo configure:2059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2059   rm -rf conftest*
2060   eval "ac_cv_func_sigvec=yes"
2061 else
2062   echo "configure: failed program was:" >&5
2063   cat conftest.$ac_ext >&5
2064   rm -rf conftest*
2065   eval "ac_cv_func_sigvec=no"
2066 fi
2067 rm -f conftest*
2068 fi
2069
2070 if eval "test \"`echo '$ac_cv_func_'sigvec`\" = yes"; then
2071   echo "$ac_t""yes" 1>&6
2072   :
2073 else
2074   echo "$ac_t""no" 1>&6
2075 echo $ac_n "checking for sigvec in -lucb""... $ac_c" 1>&6
2076 echo "configure:2077: checking for sigvec in -lucb" >&5
2077 ac_lib_var=`echo ucb'_'sigvec | sed 'y%./+-%__p_%'`
2078 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2079   echo $ac_n "(cached) $ac_c" 1>&6
2080 else
2081   ac_save_LIBS="$LIBS"
2082 LIBS="-lucb -L/usr/ucblib $LIBS"
2083 cat > conftest.$ac_ext <<EOF
2084 #line 2085 "configure"
2085 #include "confdefs.h"
2086 /* Override any gcc2 internal prototype to avoid an error.  */
2087 /* We use char because int might match the return type of a gcc2
2088     builtin and then its argument prototype would still apply.  */
2089 char sigvec();
2090
2091 int main() {
2092 sigvec()
2093 ; return 0; }
2094 EOF
2095 if { (eval echo configure:2096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2096   rm -rf conftest*
2097   eval "ac_cv_lib_$ac_lib_var=yes"
2098 else
2099   echo "configure: failed program was:" >&5
2100   cat conftest.$ac_ext >&5
2101   rm -rf conftest*
2102   eval "ac_cv_lib_$ac_lib_var=no"
2103 fi
2104 rm -f conftest*
2105 LIBS="$ac_save_LIBS"
2106
2107 fi
2108 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2109   echo "$ac_t""yes" 1>&6
2110   AFS_EXTRA_LIBS="$AFS_EXTRA_LIBS -L/usr/ucblib -lc -lucb"
2111 else
2112   echo "$ac_t""no" 1>&6
2113 :
2114 fi
2115
2116 fi
2117
2118     echo $ac_n "checking for pioctl in -lsys""... $ac_c" 1>&6
2119 echo "configure:2120: checking for pioctl in -lsys" >&5
2120 ac_lib_var=`echo sys'_'pioctl | sed 'y%./+-%__p_%'`
2121 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2122   echo $ac_n "(cached) $ac_c" 1>&6
2123 else
2124   ac_save_LIBS="$LIBS"
2125 LIBS="-lsys $AFS_LIBS -lrx -llwp -lsys $AFS_EXTRA_LIBS $LIBS"
2126 cat > conftest.$ac_ext <<EOF
2127 #line 2128 "configure"
2128 #include "confdefs.h"
2129 /* Override any gcc2 internal prototype to avoid an error.  */
2130 /* We use char because int might match the return type of a gcc2
2131     builtin and then its argument prototype would still apply.  */
2132 char pioctl();
2133
2134 int main() {
2135 pioctl()
2136 ; return 0; }
2137 EOF
2138 if { (eval echo configure:2139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2139   rm -rf conftest*
2140   eval "ac_cv_lib_$ac_lib_var=yes"
2141 else
2142   echo "configure: failed program was:" >&5
2143   cat conftest.$ac_ext >&5
2144   rm -rf conftest*
2145   eval "ac_cv_lib_$ac_lib_var=no"
2146 fi
2147 rm -f conftest*
2148 LIBS="$ac_save_LIBS"
2149
2150 fi
2151 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2152   echo "$ac_t""yes" 1>&6
2153   :
2154 else
2155   echo "$ac_t""no" 1>&6
2156 { echo "configure: error: AFS libraries not found" 1>&2; exit 1; }
2157 fi
2158
2159     
2160     cat >> confdefs.h <<\EOF
2161 #define HAVE_AFS 1
2162 EOF
2163
2164     
2165     case $PRO_C_DEFS in
2166         *DEFINE=HAVE_AFS*) ;;
2167         *) PRO_C_DEFS=DEFINE=HAVE_AFS\ $PRO_C_DEFS ;;
2168     esac
2169
2170
2171
2172     AFS_SUBDIRS="afs"
2173     AFS_OUTPUT_FILES="incremental/afs/Makefile"
2174     if test -d $srcdir/afssync; then
2175         AFS_SYNCDIR="afssync"
2176         AFS_OUTPUT_FILES="$AFS_OUTPUT_FILES afssync/Makefile"
2177     fi
2178 fi
2179
2180
2181
2182
2183
2184
2185
2186
2187 # GNU readline
2188 echo "checking for GNU readline..." 1>&6
2189 echo "configure:2190: checking for GNU readline..." >&5
2190 # Check whether --with-readline or --without-readline was given.
2191 if test "${with_readline+set}" = set; then
2192   withval="$with_readline"
2193   readline="$withval"; echo "$ac_t""$withval" 1>&6
2194 else
2195   echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
2196 echo "configure:2197: checking for readline in -lreadline" >&5
2197 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
2198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2199   echo $ac_n "(cached) $ac_c" 1>&6
2200 else
2201   ac_save_LIBS="$LIBS"
2202 LIBS="-lreadline -ltermcap $LIBS"
2203 cat > conftest.$ac_ext <<EOF
2204 #line 2205 "configure"
2205 #include "confdefs.h"
2206 /* Override any gcc2 internal prototype to avoid an error.  */
2207 /* We use char because int might match the return type of a gcc2
2208     builtin and then its argument prototype would still apply.  */
2209 char readline();
2210
2211 int main() {
2212 readline()
2213 ; return 0; }
2214 EOF
2215 if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2216   rm -rf conftest*
2217   eval "ac_cv_lib_$ac_lib_var=yes"
2218 else
2219   echo "configure: failed program was:" >&5
2220   cat conftest.$ac_ext >&5
2221   rm -rf conftest*
2222   eval "ac_cv_lib_$ac_lib_var=no"
2223 fi
2224 rm -f conftest*
2225 LIBS="$ac_save_LIBS"
2226
2227 fi
2228 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2229   echo "$ac_t""yes" 1>&6
2230   readline=yes
2231 else
2232   echo "$ac_t""no" 1>&6
2233 if test "$athena" = true; then
2234              unset ac_cv_lib_readline_readline
2235              echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
2236 echo "configure:2237: checking for readline in -lreadline" >&5
2237 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
2238 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2239   echo $ac_n "(cached) $ac_c" 1>&6
2240 else
2241   ac_save_LIBS="$LIBS"
2242 LIBS="-lreadline -L/mit/gnu/lib -ltermcap $LIBS"
2243 cat > conftest.$ac_ext <<EOF
2244 #line 2245 "configure"
2245 #include "confdefs.h"
2246 /* Override any gcc2 internal prototype to avoid an error.  */
2247 /* We use char because int might match the return type of a gcc2
2248     builtin and then its argument prototype would still apply.  */
2249 char readline();
2250
2251 int main() {
2252 readline()
2253 ; return 0; }
2254 EOF
2255 if { (eval echo configure:2256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2256   rm -rf conftest*
2257   eval "ac_cv_lib_$ac_lib_var=yes"
2258 else
2259   echo "configure: failed program was:" >&5
2260   cat conftest.$ac_ext >&5
2261   rm -rf conftest*
2262   eval "ac_cv_lib_$ac_lib_var=no"
2263 fi
2264 rm -f conftest*
2265 LIBS="$ac_save_LIBS"
2266
2267 fi
2268 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2269   echo "$ac_t""yes" 1>&6
2270   readline=/mit/gnu
2271 else
2272   echo "$ac_t""no" 1>&6
2273 :
2274 fi
2275
2276          fi
2277 fi
2278
2279 fi
2280
2281 if test "$readline" != no; then
2282     if test "$readline" != yes; then
2283         READLINE_CPPFLAGS="-I$readline/include"
2284         READLINE_LIBS="-L$readline/lib"
2285     fi
2286     READLINE_CPPFLAGS="$READLINE_CPPFLAGS -DHAVE_READLINE"
2287     READLINE_LIBS="$READLINE_LIBS -lreadline -ltermcap"
2288 fi
2289
2290
2291
2292 # Curses
2293 curses=curses
2294 echo "checking for curses" 1>&6
2295 echo "configure:2296: checking for curses" >&5
2296 echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
2297 echo "configure:2298: checking for main in -lcurses" >&5
2298 ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
2299 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2300   echo $ac_n "(cached) $ac_c" 1>&6
2301 else
2302   ac_save_LIBS="$LIBS"
2303 LIBS="-lcurses  $LIBS"
2304 cat > conftest.$ac_ext <<EOF
2305 #line 2306 "configure"
2306 #include "confdefs.h"
2307
2308 int main() {
2309 main()
2310 ; return 0; }
2311 EOF
2312 if { (eval echo configure:2313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2313   rm -rf conftest*
2314   eval "ac_cv_lib_$ac_lib_var=yes"
2315 else
2316   echo "configure: failed program was:" >&5
2317   cat conftest.$ac_ext >&5
2318   rm -rf conftest*
2319   eval "ac_cv_lib_$ac_lib_var=no"
2320 fi
2321 rm -f conftest*
2322 LIBS="$ac_save_LIBS"
2323
2324 fi
2325 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2326   echo "$ac_t""yes" 1>&6
2327   :
2328 else
2329   echo "$ac_t""no" 1>&6
2330 echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
2331 echo "configure:2332: checking for main in -lncurses" >&5
2332 ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`
2333 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2334   echo $ac_n "(cached) $ac_c" 1>&6
2335 else
2336   ac_save_LIBS="$LIBS"
2337 LIBS="-lncurses  $LIBS"
2338 cat > conftest.$ac_ext <<EOF
2339 #line 2340 "configure"
2340 #include "confdefs.h"
2341
2342 int main() {
2343 main()
2344 ; return 0; }
2345 EOF
2346 if { (eval echo configure:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2347   rm -rf conftest*
2348   eval "ac_cv_lib_$ac_lib_var=yes"
2349 else
2350   echo "configure: failed program was:" >&5
2351   cat conftest.$ac_ext >&5
2352   rm -rf conftest*
2353   eval "ac_cv_lib_$ac_lib_var=no"
2354 fi
2355 rm -f conftest*
2356 LIBS="$ac_save_LIBS"
2357
2358 fi
2359 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2360   echo "$ac_t""yes" 1>&6
2361   curses=ncurses
2362 else
2363   echo "$ac_t""no" 1>&6
2364 fi
2365
2366 fi
2367
2368 if test -n "$curses"; then
2369     OLDLIBS=$LIBS
2370     LIBS=-l$curses
2371     echo "checking if curses needs termcap" 1>&6
2372 echo "configure:2373: checking if curses needs termcap" >&5
2373                 if test "$cross_compiling" = yes; then
2374   :
2375 else
2376   cat > conftest.$ac_ext <<EOF
2377 #line 2378 "configure"
2378 #include "confdefs.h"
2379 #include <curses.h>
2380                 main(int argc, char **argv)
2381                 {
2382                     initscr();
2383                     endwin();
2384                     return 0;
2385                 }
2386 EOF
2387 if { (eval echo configure:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2388 then
2389   CURSES_LIBS="-l$curses"
2390 else
2391   echo "configure: failed program was:" >&5
2392   cat conftest.$ac_ext >&5
2393   rm -fr conftest*
2394   LIBS="-l$curses -ltermcap"
2395                 if test "$cross_compiling" = yes; then
2396   :
2397 else
2398   cat > conftest.$ac_ext <<EOF
2399 #line 2400 "configure"
2400 #include "confdefs.h"
2401 #include <curses.h>
2402                             main(int argc, char **argv)
2403                             {
2404                                 initscr();
2405                                 endwin();
2406                                 return 0;
2407                             }
2408 EOF
2409 if { (eval echo configure:2410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2410 then
2411   CURSES_LIBS="-l$curses -ltermcap"
2412 else
2413   echo "configure: failed program was:" >&5
2414   cat conftest.$ac_ext >&5
2415   rm -fr conftest*
2416   :
2417 fi
2418 rm -fr conftest*
2419 fi
2420
2421 fi
2422 rm -fr conftest*
2423 fi
2424
2425     LIBS=$OLDLIBS
2426 fi
2427 if test -n "$CURSES_LIBS"; then
2428     OLDLIBS=$LIBS
2429     LIBS=$CURSES_LIBS
2430     cat > conftest.$ac_ext <<EOF
2431 #line 2432 "configure"
2432 #include "confdefs.h"
2433 #include <curses.h>
2434 int main() {
2435 WINDOW *w; getmaxx(w);
2436 ; return 0; }
2437 EOF
2438 if { (eval echo configure:2439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2439   rm -rf conftest*
2440   :
2441 else
2442   echo "configure: failed program was:" >&5
2443   cat conftest.$ac_ext >&5
2444   rm -rf conftest*
2445   cat > conftest.$ac_ext <<EOF
2446 #line 2447 "configure"
2447 #include "confdefs.h"
2448 #include <curses.h>
2449 int main() {
2450 WINDOW *w; w->_maxx;
2451 ; return 0; }
2452 EOF
2453 if { (eval echo configure:2454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2454   rm -rf conftest*
2455   CURSES_CPPFLAGS="-D'getmaxx(w)=w->_maxx'"
2456 else
2457   echo "configure: failed program was:" >&5
2458   cat conftest.$ac_ext >&5
2459   rm -rf conftest*
2460   CURSES_CPPFLAGS="-D'getmaxx(w)=w->maxx'"
2461 fi
2462 rm -f conftest*
2463 fi
2464 rm -f conftest*
2465     cat > conftest.$ac_ext <<EOF
2466 #line 2467 "configure"
2467 #include "confdefs.h"
2468 #include <curses.h>
2469 int main() {
2470 newterm(NULL, NULL, NULL);
2471 ; return 0; }
2472 EOF
2473 if { (eval echo configure:2474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2474   rm -rf conftest*
2475   CURSES_CPPFLAGS="$CURSES_CPPFLAGS -DCURSES_HAS_NEWTERM"
2476 else
2477   echo "configure: failed program was:" >&5
2478   cat conftest.$ac_ext >&5
2479 fi
2480 rm -f conftest*
2481     LIBS=$OLDLIBS
2482     CURSES_CPPFLAGS="-DHAVE_CURSES $CURSES_CPPFLAGS"
2483     CURSES_SUBDIRS='$(CURSES_SUBDIRS)'
2484 else
2485     echo "configure: warning: Couldn't find -lcurses" 1>&2
2486 fi
2487
2488
2489
2490
2491
2492 for ac_func in getusershell strlcpy strlcat uname
2493 do
2494 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2495 echo "configure:2496: checking for $ac_func" >&5
2496 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2497   echo $ac_n "(cached) $ac_c" 1>&6
2498 else
2499   cat > conftest.$ac_ext <<EOF
2500 #line 2501 "configure"
2501 #include "confdefs.h"
2502 /* System header to define __stub macros and hopefully few prototypes,
2503     which can conflict with char $ac_func(); below.  */
2504 #include <assert.h>
2505 /* Override any gcc2 internal prototype to avoid an error.  */
2506 /* We use char because int might match the return type of a gcc2
2507     builtin and then its argument prototype would still apply.  */
2508 char $ac_func();
2509
2510 int main() {
2511
2512 /* The GNU C library defines this for functions which it implements
2513     to always fail with ENOSYS.  Some functions are actually named
2514     something starting with __ and the normal name is an alias.  */
2515 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2516 choke me
2517 #else
2518 $ac_func();
2519 #endif
2520
2521 ; return 0; }
2522 EOF
2523 if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2524   rm -rf conftest*
2525   eval "ac_cv_func_$ac_func=yes"
2526 else
2527   echo "configure: failed program was:" >&5
2528   cat conftest.$ac_ext >&5
2529   rm -rf conftest*
2530   eval "ac_cv_func_$ac_func=no"
2531 fi
2532 rm -f conftest*
2533 fi
2534
2535 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2536   echo "$ac_t""yes" 1>&6
2537     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2538   cat >> confdefs.h <<EOF
2539 #define $ac_tr_func 1
2540 EOF
2541  
2542 else
2543   echo "$ac_t""no" 1>&6
2544 fi
2545 done
2546
2547
2548 echo $ac_n "checking for sigaction""... $ac_c" 1>&6
2549 echo "configure:2550: checking for sigaction" >&5
2550 if eval "test \"`echo '$''{'ac_cv_func_sigaction'+set}'`\" = set"; then
2551   echo $ac_n "(cached) $ac_c" 1>&6
2552 else
2553   cat > conftest.$ac_ext <<EOF
2554 #line 2555 "configure"
2555 #include "confdefs.h"
2556 /* System header to define __stub macros and hopefully few prototypes,
2557     which can conflict with char sigaction(); below.  */
2558 #include <assert.h>
2559 /* Override any gcc2 internal prototype to avoid an error.  */
2560 /* We use char because int might match the return type of a gcc2
2561     builtin and then its argument prototype would still apply.  */
2562 char sigaction();
2563
2564 int main() {
2565
2566 /* The GNU C library defines this for functions which it implements
2567     to always fail with ENOSYS.  Some functions are actually named
2568     something starting with __ and the normal name is an alias.  */
2569 #if defined (__stub_sigaction) || defined (__stub___sigaction)
2570 choke me
2571 #else
2572 sigaction();
2573 #endif
2574
2575 ; return 0; }
2576 EOF
2577 if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2578   rm -rf conftest*
2579   eval "ac_cv_func_sigaction=yes"
2580 else
2581   echo "configure: failed program was:" >&5
2582   cat conftest.$ac_ext >&5
2583   rm -rf conftest*
2584   eval "ac_cv_func_sigaction=no"
2585 fi
2586 rm -f conftest*
2587 fi
2588
2589 if eval "test \"`echo '$ac_cv_func_'sigaction`\" = yes"; then
2590   echo "$ac_t""yes" 1>&6
2591   cat >> confdefs.h <<\EOF
2592 #define HAVE_POSIX_SIGNALS 1
2593 EOF
2594
2595 else
2596   echo "$ac_t""no" 1>&6
2597 fi
2598
2599
2600 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2601 echo "configure:2602: checking how to run the C preprocessor" >&5
2602 # On Suns, sometimes $CPP names a directory.
2603 if test -n "$CPP" && test -d "$CPP"; then
2604   CPP=
2605 fi
2606 if test -z "$CPP"; then
2607 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2608   echo $ac_n "(cached) $ac_c" 1>&6
2609 else
2610     # This must be in double quotes, not single quotes, because CPP may get
2611   # substituted into the Makefile and "${CC-cc}" will confuse make.
2612   CPP="${CC-cc} -E"
2613   # On the NeXT, cc -E runs the code through the compiler's parser,
2614   # not just through cpp.
2615   cat > conftest.$ac_ext <<EOF
2616 #line 2617 "configure"
2617 #include "confdefs.h"
2618 #include <assert.h>
2619 Syntax Error
2620 EOF
2621 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2622 { (eval echo configure:2623: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2623 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2624 if test -z "$ac_err"; then
2625   :
2626 else
2627   echo "$ac_err" >&5
2628   echo "configure: failed program was:" >&5
2629   cat conftest.$ac_ext >&5
2630   rm -rf conftest*
2631   CPP="${CC-cc} -E -traditional-cpp"
2632   cat > conftest.$ac_ext <<EOF
2633 #line 2634 "configure"
2634 #include "confdefs.h"
2635 #include <assert.h>
2636 Syntax Error
2637 EOF
2638 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2639 { (eval echo configure:2640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2640 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2641 if test -z "$ac_err"; then
2642   :
2643 else
2644   echo "$ac_err" >&5
2645   echo "configure: failed program was:" >&5
2646   cat conftest.$ac_ext >&5
2647   rm -rf conftest*
2648   CPP="${CC-cc} -nologo -E"
2649   cat > conftest.$ac_ext <<EOF
2650 #line 2651 "configure"
2651 #include "confdefs.h"
2652 #include <assert.h>
2653 Syntax Error
2654 EOF
2655 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2656 { (eval echo configure:2657: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2657 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2658 if test -z "$ac_err"; then
2659   :
2660 else
2661   echo "$ac_err" >&5
2662   echo "configure: failed program was:" >&5
2663   cat conftest.$ac_ext >&5
2664   rm -rf conftest*
2665   CPP=/lib/cpp
2666 fi
2667 rm -f conftest*
2668 fi
2669 rm -f conftest*
2670 fi
2671 rm -f conftest*
2672   ac_cv_prog_CPP="$CPP"
2673 fi
2674   CPP="$ac_cv_prog_CPP"
2675 else
2676   ac_cv_prog_CPP="$CPP"
2677 fi
2678 echo "$ac_t""$CPP" 1>&6
2679
2680 for ac_hdr in unistd.h getopt.h
2681 do
2682 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2683 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2684 echo "configure:2685: checking for $ac_hdr" >&5
2685 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2686   echo $ac_n "(cached) $ac_c" 1>&6
2687 else
2688   cat > conftest.$ac_ext <<EOF
2689 #line 2690 "configure"
2690 #include "confdefs.h"
2691 #include <$ac_hdr>
2692 EOF
2693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2694 { (eval echo configure:2695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2695 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2696 if test -z "$ac_err"; then
2697   rm -rf conftest*
2698   eval "ac_cv_header_$ac_safe=yes"
2699 else
2700   echo "$ac_err" >&5
2701   echo "configure: failed program was:" >&5
2702   cat conftest.$ac_ext >&5
2703   rm -rf conftest*
2704   eval "ac_cv_header_$ac_safe=no"
2705 fi
2706 rm -f conftest*
2707 fi
2708 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2709   echo "$ac_t""yes" 1>&6
2710     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2711   cat >> confdefs.h <<EOF
2712 #define $ac_tr_hdr 1
2713 EOF
2714  
2715 else
2716   echo "$ac_t""no" 1>&6
2717 fi
2718 done
2719
2720
2721
2722     case $PRO_C_INCLUDES in
2723         *INCLUDE='$(srcdir)'*) ;;
2724         *) PRO_C_INCLUDES=INCLUDE='$(srcdir)'\ $PRO_C_INCLUDES ;;
2725     esac
2726
2727
2728     
2729     case $CPPFLAGS in
2730         *-I'$(SRCTOP)/include'*) ;;
2731         *) CPPFLAGS=-I'$(SRCTOP)/include'\ $CPPFLAGS ;;
2732     esac
2733
2734     
2735     case $PRO_C_INCLUDES in
2736         *INCLUDE='$(SRCTOP)/include'*) ;;
2737         *) PRO_C_INCLUDES=INCLUDE='$(SRCTOP)/include'\ $PRO_C_INCLUDES ;;
2738     esac
2739
2740
2741
2742     
2743     case $CPPFLAGS in
2744         *-I'$(SRCTOP)/lib'*) ;;
2745         *) CPPFLAGS=-I'$(SRCTOP)/lib'\ $CPPFLAGS ;;
2746     esac
2747
2748     
2749     case $PRO_C_INCLUDES in
2750         *INCLUDE='$(SRCTOP)/lib'*) ;;
2751         *) PRO_C_INCLUDES=INCLUDE='$(SRCTOP)/lib'\ $PRO_C_INCLUDES ;;
2752     esac
2753
2754
2755
2756     
2757     case $CPPFLAGS in
2758         *-I'$(BUILDTOP)/lib'*) ;;
2759         *) CPPFLAGS=-I'$(BUILDTOP)/lib'\ $CPPFLAGS ;;
2760     esac
2761
2762     
2763     case $PRO_C_INCLUDES in
2764         *INCLUDE='$(BUILDTOP)/lib'*) ;;
2765         *) PRO_C_INCLUDES=INCLUDE='$(BUILDTOP)/lib'\ $PRO_C_INCLUDES ;;
2766     esac
2767
2768
2769
2770     
2771     case $CPPFLAGS in
2772         *-I'$(BUILDTOP)/db'*) ;;
2773         *) CPPFLAGS=-I'$(BUILDTOP)/db'\ $CPPFLAGS ;;
2774     esac
2775
2776     
2777     case $PRO_C_INCLUDES in
2778         *INCLUDE='$(BUILDTOP)/db'*) ;;
2779         *) PRO_C_INCLUDES=INCLUDE='$(BUILDTOP)/db'\ $PRO_C_INCLUDES ;;
2780     esac
2781
2782
2783
2784     
2785     case $CPPFLAGS in
2786         *-I'$(srcdir)'*) ;;
2787         *) CPPFLAGS=-I'$(srcdir)'\ $CPPFLAGS ;;
2788     esac
2789
2790     
2791     case $PRO_C_INCLUDES in
2792         *INCLUDE='$(srcdir)'*) ;;
2793         *) PRO_C_INCLUDES=INCLUDE='$(srcdir)'\ $PRO_C_INCLUDES ;;
2794     esac
2795
2796
2797 LDFLAGS="$LDFLAGS -L\$(BUILDTOP)/lib $LIBPATH"
2798 KLIBS="-lzephyr $KRB4_LIBS -lcom_err -lhesiod $LIBS"
2799 LIBS="-lmoira $KLIBS"
2800
2801
2802 MR_LIBDEP='$(BUILDTOP)/lib/libmoira.a'
2803
2804
2805 trap '' 1 2 15
2806 cat > confcache <<\EOF
2807 # This file is a shell script that caches the results of configure
2808 # tests run on this system so they can be shared between configure
2809 # scripts and configure runs.  It is not useful on other systems.
2810 # If it contains results you don't want to keep, you may remove or edit it.
2811 #
2812 # By default, configure uses ./config.cache as the cache file,
2813 # creating it if it does not exist already.  You can give configure
2814 # the --cache-file=FILE option to use a different cache file; that is
2815 # what configure does when it calls configure scripts in
2816 # subdirectories, so they share the cache.
2817 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2818 # config.status only pays attention to the cache file if you give it the
2819 # --recheck option to rerun configure.
2820 #
2821 EOF
2822 # The following way of writing the cache mishandles newlines in values,
2823 # but we know of no workaround that is simple, portable, and efficient.
2824 # So, don't put newlines in cache variables' values.
2825 # Ultrix sh set writes to stderr and can't be redirected directly,
2826 # and sets the high bit in the cache file unless we assign to the vars.
2827 (set) 2>&1 |
2828   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2829   *ac_space=\ *)
2830     # `set' does not quote correctly, so add quotes (double-quote substitution
2831     # turns \\\\ into \\, and sed turns \\ into \).
2832     sed -n \
2833       -e "s/'/'\\\\''/g" \
2834       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2835     ;;
2836   *)
2837     # `set' quotes correctly as required by POSIX, so do not add quotes.
2838     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2839     ;;
2840   esac >> confcache
2841 if cmp -s $cache_file confcache; then
2842   :
2843 else
2844   if test -w $cache_file; then
2845     echo "updating cache $cache_file"
2846     cat confcache > $cache_file
2847   else
2848     echo "not updating unwritable cache $cache_file"
2849   fi
2850 fi
2851 rm -f confcache
2852
2853 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2854
2855 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2856 # Let make expand exec_prefix.
2857 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2858
2859 # Any assignment to VPATH causes Sun make to only execute
2860 # the first set of double-colon rules, so remove it if not needed.
2861 # If there is a colon in the path, we need to keep it.
2862 if test "x$srcdir" = x.; then
2863   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
2864 fi
2865
2866 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2867
2868 # Transform confdefs.h into DEFS.
2869 # Protect against shell expansion while executing Makefile rules.
2870 # Protect against Makefile macro expansion.
2871 cat > conftest.defs <<\EOF
2872 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
2873 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
2874 s%\[%\\&%g
2875 s%\]%\\&%g
2876 s%\$%$$%g
2877 EOF
2878 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2879 rm -f conftest.defs
2880
2881
2882 # Without the "./", some shells look in PATH for config.status.
2883 : ${CONFIG_STATUS=./config.status}
2884
2885 echo creating $CONFIG_STATUS
2886 rm -f $CONFIG_STATUS
2887 cat > $CONFIG_STATUS <<EOF
2888 #! /bin/sh
2889 # Generated automatically by configure.
2890 # Run this file to recreate the current configuration.
2891 # This directory was configured as follows,
2892 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2893 #
2894 # $0 $ac_configure_args
2895 #
2896 # Compiler output produced by configure, useful for debugging
2897 # configure, is in ./config.log if it exists.
2898
2899 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2900 for ac_option
2901 do
2902   case "\$ac_option" in
2903   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2904     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2905     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2906   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2907     echo "$CONFIG_STATUS generated by autoconf version 2.13"
2908     exit 0 ;;
2909   -help | --help | --hel | --he | --h)
2910     echo "\$ac_cs_usage"; exit 0 ;;
2911   *) echo "\$ac_cs_usage"; exit 1 ;;
2912   esac
2913 done
2914
2915 ac_given_srcdir=$srcdir
2916 ac_given_INSTALL="$INSTALL"
2917
2918 trap 'rm -fr `echo "Makefile lib/Makefile include/Makefile clients/Makefile \
2919           clients/lib/Makefile clients/addusr/Makefile \
2920           clients/blanche/Makefile clients/chfn/Makefile \
2921           clients/chpobox/Makefile clients/chsh/Makefile \
2922           clients/mailmaint/Makefile clients/moira/Makefile \
2923           clients/mrcheck/Makefile clients/mrtest/Makefile \
2924           clients/stella/Makefile update/Makefile man/Makefile \
2925           $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES $AFS_OUTPUT_FILES \
2926           $RSAREF_OUTPUT_FILES" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2927 EOF
2928 cat >> $CONFIG_STATUS <<EOF
2929
2930 # Protect against being on the right side of a sed subst in config.status.
2931 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2932  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2933 $ac_vpsub
2934 $extrasub
2935 s%@SHELL@%$SHELL%g
2936 s%@CFLAGS@%$CFLAGS%g
2937 s%@CPPFLAGS@%$CPPFLAGS%g
2938 s%@CXXFLAGS@%$CXXFLAGS%g
2939 s%@FFLAGS@%$FFLAGS%g
2940 s%@DEFS@%$DEFS%g
2941 s%@LDFLAGS@%$LDFLAGS%g
2942 s%@LIBS@%$LIBS%g
2943 s%@exec_prefix@%$exec_prefix%g
2944 s%@prefix@%$prefix%g
2945 s%@program_transform_name@%$program_transform_name%g
2946 s%@bindir@%$bindir%g
2947 s%@sbindir@%$sbindir%g
2948 s%@libexecdir@%$libexecdir%g
2949 s%@datadir@%$datadir%g
2950 s%@sysconfdir@%$sysconfdir%g
2951 s%@sharedstatedir@%$sharedstatedir%g
2952 s%@localstatedir@%$localstatedir%g
2953 s%@libdir@%$libdir%g
2954 s%@includedir@%$includedir%g
2955 s%@oldincludedir@%$oldincludedir%g
2956 s%@infodir@%$infodir%g
2957 s%@mandir@%$mandir%g
2958 s%@CC@%$CC%g
2959 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2960 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2961 s%@INSTALL_DATA@%$INSTALL_DATA%g
2962 s%@RANLIB@%$RANLIB%g
2963 s%@SET_MAKE@%$SET_MAKE%g
2964 s%@mrbindir@%$mrbindir%g
2965 s%@subdirs@%$subdirs%g
2966 s%@COM_ERR_SUBDIR@%$COM_ERR_SUBDIR%g
2967 s%@COMPILE_ET@%$COMPILE_ET%g
2968 s%@REG_SVR_DEFS@%$REG_SVR_DEFS%g
2969 s%@REG_SVR_INCLUDES@%$REG_SVR_INCLUDES%g
2970 s%@REG_SVR_LIBS@%$REG_SVR_LIBS%g
2971 s%@RSAREF_CPPFLAGS@%$RSAREF_CPPFLAGS%g
2972 s%@RSAREF_LIBS@%$RSAREF_LIBS%g
2973 s%@RSAREF_SUBDIRS@%$RSAREF_SUBDIRS%g
2974 s%@RSAREF_LIBDEP@%$RSAREF_LIBDEP%g
2975 s%@PRO_C@%$PRO_C%g
2976 s%@PRO_C_DEFS@%$PRO_C_DEFS%g
2977 s%@PRO_C_INCLUDES@%$PRO_C_INCLUDES%g
2978 s%@PRO_C_OPTS@%$PRO_C_OPTS%g
2979 s%@SQL_LIBS@%$SQL_LIBS%g
2980 s%@SVRSUBDIRS@%$SVRSUBDIRS%g
2981 s%@LDAP_CPPFLAGS@%$LDAP_CPPFLAGS%g
2982 s%@LDAP_LIBS@%$LDAP_LIBS%g
2983 s%@WINAD_SUBDIRS@%$WINAD_SUBDIRS%g
2984 s%@AFS_CPPFLAGS@%$AFS_CPPFLAGS%g
2985 s%@AFS_PRO_C_INCLUDES@%$AFS_PRO_C_INCLUDES%g
2986 s%@AFS_LIBS@%$AFS_LIBS%g
2987 s%@AFS_EXTRA_LIBS@%$AFS_EXTRA_LIBS%g
2988 s%@AFS_DIR@%$AFS_DIR%g
2989 s%@AFS_SUBDIRS@%$AFS_SUBDIRS%g
2990 s%@AFS_SYNCDIR@%$AFS_SYNCDIR%g
2991 s%@READLINE_CPPFLAGS@%$READLINE_CPPFLAGS%g
2992 s%@READLINE_LIBS@%$READLINE_LIBS%g
2993 s%@CURSES_CPPFLAGS@%$CURSES_CPPFLAGS%g
2994 s%@CURSES_LIBS@%$CURSES_LIBS%g
2995 s%@CURSES_SUBDIRS@%$CURSES_SUBDIRS%g
2996 s%@CPP@%$CPP%g
2997 s%@KLIBS@%$KLIBS%g
2998 s%@MR_LIBDEP@%$MR_LIBDEP%g
2999
3000 CEOF
3001 EOF
3002
3003 cat >> $CONFIG_STATUS <<\EOF
3004
3005 # Split the substitutions into bite-sized pieces for seds with
3006 # small command number limits, like on Digital OSF/1 and HP-UX.
3007 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3008 ac_file=1 # Number of current file.
3009 ac_beg=1 # First line for current file.
3010 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3011 ac_more_lines=:
3012 ac_sed_cmds=""
3013 while $ac_more_lines; do
3014   if test $ac_beg -gt 1; then
3015     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3016   else
3017     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3018   fi
3019   if test ! -s conftest.s$ac_file; then
3020     ac_more_lines=false
3021     rm -f conftest.s$ac_file
3022   else
3023     if test -z "$ac_sed_cmds"; then
3024       ac_sed_cmds="sed -f conftest.s$ac_file"
3025     else
3026       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3027     fi
3028     ac_file=`expr $ac_file + 1`
3029     ac_beg=$ac_end
3030     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3031   fi
3032 done
3033 if test -z "$ac_sed_cmds"; then
3034   ac_sed_cmds=cat
3035 fi
3036 EOF
3037
3038 cat >> $CONFIG_STATUS <<EOF
3039
3040 CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile include/Makefile clients/Makefile \
3041           clients/lib/Makefile clients/addusr/Makefile \
3042           clients/blanche/Makefile clients/chfn/Makefile \
3043           clients/chpobox/Makefile clients/chsh/Makefile \
3044           clients/mailmaint/Makefile clients/moira/Makefile \
3045           clients/mrcheck/Makefile clients/mrtest/Makefile \
3046           clients/stella/Makefile update/Makefile man/Makefile \
3047           $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES $AFS_OUTPUT_FILES \
3048           $RSAREF_OUTPUT_FILES"}
3049 EOF
3050 cat >> $CONFIG_STATUS <<\EOF
3051 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3052   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3053   case "$ac_file" in
3054   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3055        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3056   *) ac_file_in="${ac_file}.in" ;;
3057   esac
3058
3059   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3060
3061   # Remove last slash and all that follows it.  Not all systems have dirname.
3062   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3063   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3064     # The file is in a subdirectory.
3065     test ! -d "$ac_dir" && mkdir "$ac_dir"
3066     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3067     # A "../" for each directory in $ac_dir_suffix.
3068     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3069   else
3070     ac_dir_suffix= ac_dots=
3071   fi
3072
3073   case "$ac_given_srcdir" in
3074   .)  srcdir=.
3075       if test -z "$ac_dots"; then top_srcdir=.
3076       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3077   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3078   *) # Relative path.
3079     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3080     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3081   esac
3082
3083   case "$ac_given_INSTALL" in
3084   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3085   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3086   esac
3087
3088   echo creating "$ac_file"
3089   rm -f "$ac_file"
3090   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3091   case "$ac_file" in
3092   *Makefile*) ac_comsub="1i\\
3093 # $configure_input" ;;
3094   *) ac_comsub= ;;
3095   esac
3096
3097   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3098   sed -e "$ac_comsub
3099 s%@configure_input@%$configure_input%g
3100 s%@srcdir@%$srcdir%g
3101 s%@top_srcdir@%$top_srcdir%g
3102 s%@INSTALL@%$INSTALL%g
3103 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3104 fi; done
3105 rm -f conftest.s*
3106
3107 EOF
3108 cat >> $CONFIG_STATUS <<EOF
3109
3110 EOF
3111 cat >> $CONFIG_STATUS <<\EOF
3112
3113 exit 0
3114 EOF
3115 chmod +x $CONFIG_STATUS
3116 rm -fr confdefs* $ac_clean_files
3117 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3118
3119 if test "$no_recursion" != yes; then
3120
3121   # Remove --cache-file and --srcdir arguments so they do not pile up.
3122   ac_sub_configure_args=
3123   ac_prev=
3124   for ac_arg in $ac_configure_args; do
3125     if test -n "$ac_prev"; then
3126       ac_prev=
3127       continue
3128     fi
3129     case "$ac_arg" in
3130     -cache-file | --cache-file | --cache-fil | --cache-fi \
3131     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3132       ac_prev=cache_file ;;
3133     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3134     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3135       ;;
3136     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3137       ac_prev=srcdir ;;
3138     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3139       ;;
3140     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3141     esac
3142   done
3143
3144   for ac_config_dir in $COM_ERR_SUBDIR; do
3145
3146     # Do not complain, so a configure script can configure whichever
3147     # parts of a large source tree are present.
3148     if test ! -d $srcdir/$ac_config_dir; then
3149       continue
3150     fi
3151
3152     echo configuring in $ac_config_dir
3153
3154     case "$srcdir" in
3155     .) ;;
3156     *)
3157       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3158       else
3159         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3160       fi
3161       ;;
3162     esac
3163
3164     ac_popdir=`pwd`
3165     cd $ac_config_dir
3166
3167       # A "../" for each directory in /$ac_config_dir.
3168       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3169
3170     case "$srcdir" in
3171     .) # No --srcdir option.  We are building in place.
3172       ac_sub_srcdir=$srcdir ;;
3173     /*) # Absolute path.
3174       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3175     *) # Relative path.
3176       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3177     esac
3178
3179     # Check for guested configure; otherwise get Cygnus style configure.
3180     if test -f $ac_sub_srcdir/configure; then
3181       ac_sub_configure=$ac_sub_srcdir/configure
3182     elif test -f $ac_sub_srcdir/configure.in; then
3183       ac_sub_configure=$ac_configure
3184     else
3185       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3186       ac_sub_configure=
3187     fi
3188
3189     # The recursion is here.
3190     if test -n "$ac_sub_configure"; then
3191
3192       # Make the cache file name correct relative to the subdirectory.
3193       case "$cache_file" in
3194       /*) ac_sub_cache_file=$cache_file ;;
3195       *) # Relative path.
3196         ac_sub_cache_file="$ac_dots$cache_file" ;;
3197       esac
3198   case "$ac_given_INSTALL" in
3199         [/$]*) INSTALL="$ac_given_INSTALL" ;;
3200         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3201         esac
3202
3203       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3204       # The eval makes quoting arguments work.
3205       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3206       then :
3207       else
3208         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3209       fi
3210     fi
3211
3212     cd $ac_popdir
3213   done
3214 fi
3215
This page took 0.700232 seconds and 5 git commands to generate.