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