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