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