]> andersk Git - moira.git/blame - configure
Convert v4 principals to v5 principals the right way.
[moira.git] / configure
CommitLineData
ea0caf4a 1#! /bin/sh
ea0caf4a 2# Guess values for system-dependent variables and create Makefiles.
00274452 3# Generated by GNU Autoconf 2.59.
ea0caf4a 4#
00274452 5# Copyright (C) 2003 Free Software Foundation, Inc.
ea0caf4a 6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
00274452 8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
ea0caf4a 193
00274452 194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
ea0caf4a 254ac_default_prefix=/usr/local
00274452 255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete. It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="patchlevel.h"
275ac_subdirs_all="$ac_subdirs_all util/et"
276# Factoring default headers for most tests.
277ac_includes_default="\
278#include <stdio.h>
279#if HAVE_SYS_TYPES_H
280# include <sys/types.h>
281#endif
282#if HAVE_SYS_STAT_H
283# include <sys/stat.h>
284#endif
285#if STDC_HEADERS
286# include <stdlib.h>
287# include <stddef.h>
288#else
289# if HAVE_STDLIB_H
290# include <stdlib.h>
291# endif
292#endif
293#if HAVE_STRING_H
294# if !STDC_HEADERS && HAVE_MEMORY_H
295# include <memory.h>
296# endif
297# include <string.h>
298#endif
299#if HAVE_STRINGS_H
300# include <strings.h>
301#endif
302#if HAVE_INTTYPES_H
303# include <inttypes.h>
304#else
305# if HAVE_STDINT_H
306# include <stdint.h>
307# endif
308#endif
309#if HAVE_UNISTD_H
310# include <unistd.h>
311#endif"
312
313ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SO_LDFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB SET_MAKE mrbindir subdirs COM_ERR_SUBDIR COMPILE_ET REG_SVR_DEFS REG_SVR_INCLUDES REG_SVR_LIBS RSAREF_CPPFLAGS RSAREF_LIBS RSAREF_SUBDIRS RSAREF_LIBDEP PRO_C PRO_C_DEFS PRO_C_INCLUDES PRO_C_OPTS SQL_LIBS SVRSUBDIRS JAVA_CPPFLAGS WEBMOIRA_SUBDIRS LDAP_CPPFLAGS LDAP_LIBS WINAD_SUBDIRS AFS_CPPFLAGS AFS_PRO_C_INCLUDES AFS_LIBS AFS_DIR AFS_SUBDIRS AFS_SYNCDIR READLINE_CPPFLAGS READLINE_LIBS CURSES_CPPFLAGS CURSES_LIBS CURSES_SUBDIRS CPP EGREP KLIBS MR_LIBDEP LIBOBJS LTLIBOBJS'
314ac_subst_files=''
ea0caf4a 315
316# Initialize some variables set by options.
00274452 317ac_init_help=
318ac_init_version=false
ea0caf4a 319# The variables have the same names as the options, with
320# dashes changed to underlines.
00274452 321cache_file=/dev/null
ea0caf4a 322exec_prefix=NONE
ea0caf4a 323no_create=
ea0caf4a 324no_recursion=
325prefix=NONE
326program_prefix=NONE
327program_suffix=NONE
328program_transform_name=s,x,x,
329silent=
330site=
331srcdir=
ea0caf4a 332verbose=
333x_includes=NONE
334x_libraries=NONE
00274452 335
336# Installation directory options.
337# These are left unexpanded so users can "make install exec_prefix=/foo"
338# and all the variables that are supposed to be based on exec_prefix
339# by default will actually change.
340# Use braces instead of parens because sh, perl, etc. also accept them.
ea0caf4a 341bindir='${exec_prefix}/bin'
342sbindir='${exec_prefix}/sbin'
343libexecdir='${exec_prefix}/libexec'
344datadir='${prefix}/share'
345sysconfdir='${prefix}/etc'
346sharedstatedir='${prefix}/com'
347localstatedir='${prefix}/var'
348libdir='${exec_prefix}/lib'
349includedir='${prefix}/include'
350oldincludedir='/usr/include'
351infodir='${prefix}/info'
352mandir='${prefix}/man'
353
ea0caf4a 354ac_prev=
355for ac_option
356do
ea0caf4a 357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
360 ac_prev=
361 continue
362 fi
363
00274452 364 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
ea0caf4a 365
366 # Accept the important Cygnus configure options, so we can diagnose typos.
367
00274452 368 case $ac_option in
ea0caf4a 369
370 -bindir | --bindir | --bindi | --bind | --bin | --bi)
371 ac_prev=bindir ;;
372 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
00274452 373 bindir=$ac_optarg ;;
ea0caf4a 374
375 -build | --build | --buil | --bui | --bu)
00274452 376 ac_prev=build_alias ;;
ea0caf4a 377 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
00274452 378 build_alias=$ac_optarg ;;
ea0caf4a 379
380 -cache-file | --cache-file | --cache-fil | --cache-fi \
381 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 ac_prev=cache_file ;;
383 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
384 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
00274452 385 cache_file=$ac_optarg ;;
386
387 --config-cache | -C)
388 cache_file=config.cache ;;
ea0caf4a 389
390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 ac_prev=datadir ;;
392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 | --da=*)
00274452 394 datadir=$ac_optarg ;;
ea0caf4a 395
396 -disable-* | --disable-*)
00274452 397 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ea0caf4a 398 # Reject names that are not valid shell variable names.
00274452 399 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
400 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
401 { (exit 1); exit 1; }; }
402 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
403 eval "enable_$ac_feature=no" ;;
ea0caf4a 404
405 -enable-* | --enable-*)
00274452 406 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ea0caf4a 407 # Reject names that are not valid shell variable names.
00274452 408 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
409 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
410 { (exit 1); exit 1; }; }
411 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
412 case $ac_option in
413 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ea0caf4a 414 *) ac_optarg=yes ;;
415 esac
00274452 416 eval "enable_$ac_feature='$ac_optarg'" ;;
ea0caf4a 417
418 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
419 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
420 | --exec | --exe | --ex)
421 ac_prev=exec_prefix ;;
422 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
423 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
424 | --exec=* | --exe=* | --ex=*)
00274452 425 exec_prefix=$ac_optarg ;;
ea0caf4a 426
427 -gas | --gas | --ga | --g)
428 # Obsolete; use --with-gas.
429 with_gas=yes ;;
430
00274452 431 -help | --help | --hel | --he | -h)
432 ac_init_help=long ;;
433 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
434 ac_init_help=recursive ;;
435 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
436 ac_init_help=short ;;
ea0caf4a 437
438 -host | --host | --hos | --ho)
00274452 439 ac_prev=host_alias ;;
ea0caf4a 440 -host=* | --host=* | --hos=* | --ho=*)
00274452 441 host_alias=$ac_optarg ;;
ea0caf4a 442
443 -includedir | --includedir | --includedi | --included | --include \
444 | --includ | --inclu | --incl | --inc)
445 ac_prev=includedir ;;
446 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
447 | --includ=* | --inclu=* | --incl=* | --inc=*)
00274452 448 includedir=$ac_optarg ;;
ea0caf4a 449
450 -infodir | --infodir | --infodi | --infod | --info | --inf)
451 ac_prev=infodir ;;
452 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
00274452 453 infodir=$ac_optarg ;;
ea0caf4a 454
455 -libdir | --libdir | --libdi | --libd)
456 ac_prev=libdir ;;
457 -libdir=* | --libdir=* | --libdi=* | --libd=*)
00274452 458 libdir=$ac_optarg ;;
ea0caf4a 459
460 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
461 | --libexe | --libex | --libe)
462 ac_prev=libexecdir ;;
463 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
464 | --libexe=* | --libex=* | --libe=*)
00274452 465 libexecdir=$ac_optarg ;;
ea0caf4a 466
467 -localstatedir | --localstatedir | --localstatedi | --localstated \
468 | --localstate | --localstat | --localsta | --localst \
469 | --locals | --local | --loca | --loc | --lo)
470 ac_prev=localstatedir ;;
471 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
472 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
473 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
00274452 474 localstatedir=$ac_optarg ;;
ea0caf4a 475
476 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
477 ac_prev=mandir ;;
478 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
00274452 479 mandir=$ac_optarg ;;
ea0caf4a 480
481 -nfp | --nfp | --nf)
482 # Obsolete; use --without-fp.
483 with_fp=no ;;
484
485 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
00274452 486 | --no-cr | --no-c | -n)
ea0caf4a 487 no_create=yes ;;
488
489 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
490 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
491 no_recursion=yes ;;
492
493 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
494 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
495 | --oldin | --oldi | --old | --ol | --o)
496 ac_prev=oldincludedir ;;
497 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
498 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
499 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
00274452 500 oldincludedir=$ac_optarg ;;
ea0caf4a 501
502 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
503 ac_prev=prefix ;;
504 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
00274452 505 prefix=$ac_optarg ;;
ea0caf4a 506
507 -program-prefix | --program-prefix | --program-prefi | --program-pref \
508 | --program-pre | --program-pr | --program-p)
509 ac_prev=program_prefix ;;
510 -program-prefix=* | --program-prefix=* | --program-prefi=* \
511 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
00274452 512 program_prefix=$ac_optarg ;;
ea0caf4a 513
514 -program-suffix | --program-suffix | --program-suffi | --program-suff \
515 | --program-suf | --program-su | --program-s)
516 ac_prev=program_suffix ;;
517 -program-suffix=* | --program-suffix=* | --program-suffi=* \
518 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
00274452 519 program_suffix=$ac_optarg ;;
ea0caf4a 520
521 -program-transform-name | --program-transform-name \
522 | --program-transform-nam | --program-transform-na \
523 | --program-transform-n | --program-transform- \
524 | --program-transform | --program-transfor \
525 | --program-transfo | --program-transf \
526 | --program-trans | --program-tran \
527 | --progr-tra | --program-tr | --program-t)
528 ac_prev=program_transform_name ;;
529 -program-transform-name=* | --program-transform-name=* \
530 | --program-transform-nam=* | --program-transform-na=* \
531 | --program-transform-n=* | --program-transform-=* \
532 | --program-transform=* | --program-transfor=* \
533 | --program-transfo=* | --program-transf=* \
534 | --program-trans=* | --program-tran=* \
535 | --progr-tra=* | --program-tr=* | --program-t=*)
00274452 536 program_transform_name=$ac_optarg ;;
ea0caf4a 537
538 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
539 | -silent | --silent | --silen | --sile | --sil)
540 silent=yes ;;
541
542 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
543 ac_prev=sbindir ;;
544 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
545 | --sbi=* | --sb=*)
00274452 546 sbindir=$ac_optarg ;;
ea0caf4a 547
548 -sharedstatedir | --sharedstatedir | --sharedstatedi \
549 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
550 | --sharedst | --shareds | --shared | --share | --shar \
551 | --sha | --sh)
552 ac_prev=sharedstatedir ;;
553 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
554 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
555 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
556 | --sha=* | --sh=*)
00274452 557 sharedstatedir=$ac_optarg ;;
ea0caf4a 558
559 -site | --site | --sit)
560 ac_prev=site ;;
561 -site=* | --site=* | --sit=*)
00274452 562 site=$ac_optarg ;;
ea0caf4a 563
564 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
565 ac_prev=srcdir ;;
566 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
00274452 567 srcdir=$ac_optarg ;;
ea0caf4a 568
569 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
570 | --syscon | --sysco | --sysc | --sys | --sy)
571 ac_prev=sysconfdir ;;
572 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
573 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
00274452 574 sysconfdir=$ac_optarg ;;
ea0caf4a 575
576 -target | --target | --targe | --targ | --tar | --ta | --t)
00274452 577 ac_prev=target_alias ;;
ea0caf4a 578 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
00274452 579 target_alias=$ac_optarg ;;
ea0caf4a 580
581 -v | -verbose | --verbose | --verbos | --verbo | --verb)
582 verbose=yes ;;
583
00274452 584 -version | --version | --versio | --versi | --vers | -V)
585 ac_init_version=: ;;
ea0caf4a 586
587 -with-* | --with-*)
00274452 588 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ea0caf4a 589 # Reject names that are not valid shell variable names.
00274452 590 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
591 { echo "$as_me: error: invalid package name: $ac_package" >&2
592 { (exit 1); exit 1; }; }
ea0caf4a 593 ac_package=`echo $ac_package| sed 's/-/_/g'`
00274452 594 case $ac_option in
595 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ea0caf4a 596 *) ac_optarg=yes ;;
597 esac
00274452 598 eval "with_$ac_package='$ac_optarg'" ;;
ea0caf4a 599
600 -without-* | --without-*)
00274452 601 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ea0caf4a 602 # Reject names that are not valid shell variable names.
00274452 603 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
604 { echo "$as_me: error: invalid package name: $ac_package" >&2
605 { (exit 1); exit 1; }; }
606 ac_package=`echo $ac_package | sed 's/-/_/g'`
607 eval "with_$ac_package=no" ;;
ea0caf4a 608
609 --x)
610 # Obsolete; use --with-x.
611 with_x=yes ;;
612
613 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
614 | --x-incl | --x-inc | --x-in | --x-i)
615 ac_prev=x_includes ;;
616 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
617 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
00274452 618 x_includes=$ac_optarg ;;
ea0caf4a 619
620 -x-libraries | --x-libraries | --x-librarie | --x-librari \
621 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
622 ac_prev=x_libraries ;;
623 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
624 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
00274452 625 x_libraries=$ac_optarg ;;
ea0caf4a 626
00274452 627 -*) { echo "$as_me: error: unrecognized option: $ac_option
628Try \`$0 --help' for more information." >&2
629 { (exit 1); exit 1; }; }
ea0caf4a 630 ;;
631
00274452 632 *=*)
633 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
634 # Reject names that are not valid shell variable names.
635 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
636 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
637 { (exit 1); exit 1; }; }
638 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
639 eval "$ac_envvar='$ac_optarg'"
640 export $ac_envvar ;;
641
ea0caf4a 642 *)
00274452 643 # FIXME: should be removed in autoconf 3.0.
644 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
646 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
647 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
ea0caf4a 648 ;;
649
650 esac
651done
652
653if test -n "$ac_prev"; then
00274452 654 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
655 { echo "$as_me: error: missing argument to $ac_option" >&2
656 { (exit 1); exit 1; }; }
ea0caf4a 657fi
ea0caf4a 658
00274452 659# Be sure to have absolute paths.
660for ac_var in exec_prefix prefix
661do
662 eval ac_val=$`echo $ac_var`
663 case $ac_val in
664 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
666 { (exit 1); exit 1; }; };;
667 esac
668done
ea0caf4a 669
00274452 670# Be sure to have absolute paths.
671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir
ea0caf4a 673do
00274452 674 eval ac_val=$`echo $ac_var`
675 case $ac_val in
676 [\\/$]* | ?:[\\/]* ) ;;
677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
678 { (exit 1); exit 1; }; };;
ea0caf4a 679 esac
680done
681
00274452 682# There might be people who depend on the old broken behavior: `$host'
683# used to hold the argument of --host etc.
684# FIXME: To remove some day.
685build=$build_alias
686host=$host_alias
687target=$target_alias
688
689# FIXME: To remove some day.
690if test "x$host_alias" != x; then
691 if test "x$build_alias" = x; then
692 cross_compiling=maybe
693 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
694 If a cross compiler is detected then cross compile mode will be used." >&2
695 elif test "x$build_alias" != "x$host_alias"; then
696 cross_compiling=yes
697 fi
698fi
ea0caf4a 699
00274452 700ac_tool_prefix=
701test -n "$host_alias" && ac_tool_prefix=$host_alias-
702
703test "$silent" = yes && exec 6>/dev/null
ea0caf4a 704
ea0caf4a 705
706# Find the source files, if location was not specified.
707if test -z "$srcdir"; then
708 ac_srcdir_defaulted=yes
709 # Try the directory containing this script, then its parent.
00274452 710 ac_confdir=`(dirname "$0") 2>/dev/null ||
711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null ||
716echo X"$0" |
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
719 /^X\(\/\/\)$/{ s//\1/; q; }
720 /^X\(\/\).*/{ s//\1/; q; }
721 s/.*/./; q'`
ea0caf4a 722 srcdir=$ac_confdir
723 if test ! -r $srcdir/$ac_unique_file; then
724 srcdir=..
725 fi
726else
727 ac_srcdir_defaulted=no
728fi
729if test ! -r $srcdir/$ac_unique_file; then
730 if test "$ac_srcdir_defaulted" = yes; then
00274452 731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
732 { (exit 1); exit 1; }; }
ea0caf4a 733 else
00274452 734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
735 { (exit 1); exit 1; }; }
ea0caf4a 736 fi
737fi
00274452 738(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740 { (exit 1); exit 1; }; }
741srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742ac_env_build_alias_set=${build_alias+set}
743ac_env_build_alias_value=$build_alias
744ac_cv_env_build_alias_set=${build_alias+set}
745ac_cv_env_build_alias_value=$build_alias
746ac_env_host_alias_set=${host_alias+set}
747ac_env_host_alias_value=$host_alias
748ac_cv_env_host_alias_set=${host_alias+set}
749ac_cv_env_host_alias_value=$host_alias
750ac_env_target_alias_set=${target_alias+set}
751ac_env_target_alias_value=$target_alias
752ac_cv_env_target_alias_set=${target_alias+set}
753ac_cv_env_target_alias_value=$target_alias
754ac_env_CC_set=${CC+set}
755ac_env_CC_value=$CC
756ac_cv_env_CC_set=${CC+set}
757ac_cv_env_CC_value=$CC
758ac_env_CFLAGS_set=${CFLAGS+set}
759ac_env_CFLAGS_value=$CFLAGS
760ac_cv_env_CFLAGS_set=${CFLAGS+set}
761ac_cv_env_CFLAGS_value=$CFLAGS
762ac_env_LDFLAGS_set=${LDFLAGS+set}
763ac_env_LDFLAGS_value=$LDFLAGS
764ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
765ac_cv_env_LDFLAGS_value=$LDFLAGS
766ac_env_CPPFLAGS_set=${CPPFLAGS+set}
767ac_env_CPPFLAGS_value=$CPPFLAGS
768ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
769ac_cv_env_CPPFLAGS_value=$CPPFLAGS
770ac_env_CPP_set=${CPP+set}
771ac_env_CPP_value=$CPP
772ac_cv_env_CPP_set=${CPP+set}
773ac_cv_env_CPP_value=$CPP
774
775#
776# Report the --help message.
777#
778if test "$ac_init_help" = "long"; then
779 # Omit some internal or obsolete options to make the list less imposing.
780 # This message is too long to be a string in the A/UX 3.1 sh.
781 cat <<_ACEOF
782\`configure' configures this package to adapt to many kinds of systems.
783
784Usage: $0 [OPTION]... [VAR=VALUE]...
785
786To assign environment variables (e.g., CC, CFLAGS...), specify them as
787VAR=VALUE. See below for descriptions of some of the useful variables.
788
789Defaults for the options are specified in brackets.
790
791Configuration:
792 -h, --help display this help and exit
793 --help=short display options specific to this package
794 --help=recursive display the short help of all the included packages
795 -V, --version display version information and exit
796 -q, --quiet, --silent do not print \`checking...' messages
797 --cache-file=FILE cache test results in FILE [disabled]
798 -C, --config-cache alias for \`--cache-file=config.cache'
799 -n, --no-create do not create output files
800 --srcdir=DIR find the sources in DIR [configure dir or \`..']
801
802_ACEOF
803
804 cat <<_ACEOF
805Installation directories:
806 --prefix=PREFIX install architecture-independent files in PREFIX
807 [$ac_default_prefix]
808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 [PREFIX]
810
811By default, \`make install' will install all the files in
812\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
813an installation prefix other than \`$ac_default_prefix' using \`--prefix',
814for instance \`--prefix=\$HOME'.
815
816For better control, use the options below.
817
818Fine tuning of the installation directories:
819 --bindir=DIR user executables [EPREFIX/bin]
820 --sbindir=DIR system admin executables [EPREFIX/sbin]
821 --libexecdir=DIR program executables [EPREFIX/libexec]
822 --datadir=DIR read-only architecture-independent data [PREFIX/share]
823 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
824 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
825 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
826 --libdir=DIR object code libraries [EPREFIX/lib]
827 --includedir=DIR C header files [PREFIX/include]
828 --oldincludedir=DIR C header files for non-gcc [/usr/include]
829 --infodir=DIR info documentation [PREFIX/info]
830 --mandir=DIR man documentation [PREFIX/man]
831_ACEOF
832
833 cat <<\_ACEOF
834
835System types:
836 --build=BUILD configure for building on BUILD [guessed]
837 --host=HOST cross-compile to build programs to run on HOST [BUILD]
838_ACEOF
839fi
840
841if test -n "$ac_init_help"; then
842
843 cat <<\_ACEOF
844
845Optional Features:
846 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
847 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
848 --enable-athena Enable Athena-specific policy decisions
849
850Optional Packages:
851 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
852 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
853 --with-com_err=PREFIX Specify location of com_err
854 --with-krb4=PREFIX Specify location of krb4
855 --with-krb5=PREFIX Specify location of krb5 (for reg_svr)
856 --with-hesiod=PREFIX Specify location of Hesiod
857 --with-zephyr=PREFIX Specify location of Zephyr
858 --with-rsaref=PREFIX Specify location of RSAREF
859 --with-oracle=PREFIX Specify location of Oracle (for server)
860 --with-java=PREFIX Specify location of Java libs and headers
861 --with-ldap=PREFIX Specify location of LDAP libs (for server)
862 --with-afs=PREFIX Specify location of AFS libs (for server)
863 --with-readline=PREFIX Specify location of GNU readline
864
865Some influential environment variables:
866 CC C compiler command
867 CFLAGS C compiler flags
868 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
869 nonstandard directory <lib dir>
870 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
871 headers in a nonstandard directory <include dir>
872 CPP C preprocessor
873
874Use these variables to override the choices made by `configure' or to help
875it to find libraries and programs with nonstandard names/locations.
876
877_ACEOF
878fi
879
880if test "$ac_init_help" = "recursive"; then
881 # If there are subdirs, report their specific --help.
882 ac_popdir=`pwd`
883 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
884 test -d $ac_dir || continue
885 ac_builddir=.
886
887if test "$ac_dir" != .; then
888 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
889 # A "../" for each directory in $ac_dir_suffix.
890 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
891else
892 ac_dir_suffix= ac_top_builddir=
893fi
894
895case $srcdir in
896 .) # No --srcdir option. We are building in place.
897 ac_srcdir=.
898 if test -z "$ac_top_builddir"; then
899 ac_top_srcdir=.
900 else
901 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
902 fi ;;
903 [\\/]* | ?:[\\/]* ) # Absolute path.
904 ac_srcdir=$srcdir$ac_dir_suffix;
905 ac_top_srcdir=$srcdir ;;
906 *) # Relative path.
907 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
908 ac_top_srcdir=$ac_top_builddir$srcdir ;;
909esac
910
911# Do not use `cd foo && pwd` to compute absolute paths, because
912# the directories may not exist.
913case `pwd` in
914.) ac_abs_builddir="$ac_dir";;
915*)
916 case "$ac_dir" in
917 .) ac_abs_builddir=`pwd`;;
918 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
919 *) ac_abs_builddir=`pwd`/"$ac_dir";;
920 esac;;
921esac
922case $ac_abs_builddir in
923.) ac_abs_top_builddir=${ac_top_builddir}.;;
924*)
925 case ${ac_top_builddir}. in
926 .) ac_abs_top_builddir=$ac_abs_builddir;;
927 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
928 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
929 esac;;
930esac
931case $ac_abs_builddir in
932.) ac_abs_srcdir=$ac_srcdir;;
933*)
934 case $ac_srcdir in
935 .) ac_abs_srcdir=$ac_abs_builddir;;
936 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
937 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
938 esac;;
939esac
940case $ac_abs_builddir in
941.) ac_abs_top_srcdir=$ac_top_srcdir;;
942*)
943 case $ac_top_srcdir in
944 .) ac_abs_top_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
946 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
947 esac;;
948esac
949
950 cd $ac_dir
951 # Check for guested configure; otherwise get Cygnus style configure.
952 if test -f $ac_srcdir/configure.gnu; then
953 echo
954 $SHELL $ac_srcdir/configure.gnu --help=recursive
955 elif test -f $ac_srcdir/configure; then
956 echo
957 $SHELL $ac_srcdir/configure --help=recursive
958 elif test -f $ac_srcdir/configure.ac ||
959 test -f $ac_srcdir/configure.in; then
960 echo
961 $ac_configure --help
962 else
963 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
964 fi
965 cd $ac_popdir
966 done
967fi
968
969test -n "$ac_init_help" && exit 0
970if $ac_init_version; then
971 cat <<\_ACEOF
972
973Copyright (C) 2003 Free Software Foundation, Inc.
974This configure script is free software; the Free Software Foundation
975gives unlimited permission to copy, distribute and modify it.
976_ACEOF
977 exit 0
978fi
979exec 5>config.log
980cat >&5 <<_ACEOF
981This file contains any messages produced by compilers while
982running configure, to aid debugging if configure makes a mistake.
983
984It was created by $as_me, which was
985generated by GNU Autoconf 2.59. Invocation command line was
986
987 $ $0 $@
988
989_ACEOF
990{
991cat <<_ASUNAME
992## --------- ##
993## Platform. ##
994## --------- ##
995
996hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
997uname -m = `(uname -m) 2>/dev/null || echo unknown`
998uname -r = `(uname -r) 2>/dev/null || echo unknown`
999uname -s = `(uname -s) 2>/dev/null || echo unknown`
1000uname -v = `(uname -v) 2>/dev/null || echo unknown`
1001
1002/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1003/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1004
1005/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1006/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1007/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1008hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1009/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1010/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1011/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1012
1013_ASUNAME
1014
1015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1016for as_dir in $PATH
1017do
1018 IFS=$as_save_IFS
1019 test -z "$as_dir" && as_dir=.
1020 echo "PATH: $as_dir"
1021done
1022
1023} >&5
1024
1025cat >&5 <<_ACEOF
1026
1027
1028## ----------- ##
1029## Core tests. ##
1030## ----------- ##
1031
1032_ACEOF
1033
1034
1035# Keep a trace of the command line.
1036# Strip out --no-create and --no-recursion so they do not pile up.
1037# Strip out --silent because we don't want to record it for future runs.
1038# Also quote any args containing shell meta-characters.
1039# Make two passes to allow for proper duplicate-argument suppression.
1040ac_configure_args=
1041ac_configure_args0=
1042ac_configure_args1=
1043ac_sep=
1044ac_must_keep_next=false
1045for ac_pass in 1 2
1046do
1047 for ac_arg
1048 do
1049 case $ac_arg in
1050 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1051 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1052 | -silent | --silent | --silen | --sile | --sil)
1053 continue ;;
1054 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1055 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1056 esac
1057 case $ac_pass in
1058 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1059 2)
1060 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1061 if test $ac_must_keep_next = true; then
1062 ac_must_keep_next=false # Got value, back to normal.
1063 else
1064 case $ac_arg in
1065 *=* | --config-cache | -C | -disable-* | --disable-* \
1066 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1067 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1068 | -with-* | --with-* | -without-* | --without-* | --x)
1069 case "$ac_configure_args0 " in
1070 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1071 esac
1072 ;;
1073 -* ) ac_must_keep_next=true ;;
1074 esac
1075 fi
1076 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1077 # Get rid of the leading space.
1078 ac_sep=" "
1079 ;;
1080 esac
1081 done
1082done
1083$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1084$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1085
1086# When interrupted or exit'd, cleanup temporary files, and complete
1087# config.log. We remove comments because anyway the quotes in there
1088# would cause problems or look ugly.
1089# WARNING: Be sure not to use single quotes in there, as some shells,
1090# such as our DU 5.0 friend, will then `close' the trap.
1091trap 'exit_status=$?
1092 # Save into config.log some information that might help in debugging.
1093 {
1094 echo
1095
1096 cat <<\_ASBOX
1097## ---------------- ##
1098## Cache variables. ##
1099## ---------------- ##
1100_ASBOX
1101 echo
1102 # The following way of writing the cache mishandles newlines in values,
1103{
1104 (set) 2>&1 |
1105 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1106 *ac_space=\ *)
1107 sed -n \
1108 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1109 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1110 ;;
1111 *)
1112 sed -n \
1113 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1114 ;;
1115 esac;
1116}
1117 echo
1118
1119 cat <<\_ASBOX
1120## ----------------- ##
1121## Output variables. ##
1122## ----------------- ##
1123_ASBOX
1124 echo
1125 for ac_var in $ac_subst_vars
1126 do
1127 eval ac_val=$`echo $ac_var`
1128 echo "$ac_var='"'"'$ac_val'"'"'"
1129 done | sort
1130 echo
1131
1132 if test -n "$ac_subst_files"; then
1133 cat <<\_ASBOX
1134## ------------- ##
1135## Output files. ##
1136## ------------- ##
1137_ASBOX
1138 echo
1139 for ac_var in $ac_subst_files
1140 do
1141 eval ac_val=$`echo $ac_var`
1142 echo "$ac_var='"'"'$ac_val'"'"'"
1143 done | sort
1144 echo
1145 fi
1146
1147 if test -s confdefs.h; then
1148 cat <<\_ASBOX
1149## ----------- ##
1150## confdefs.h. ##
1151## ----------- ##
1152_ASBOX
1153 echo
1154 sed "/^$/d" confdefs.h | sort
1155 echo
1156 fi
1157 test "$ac_signal" != 0 &&
1158 echo "$as_me: caught signal $ac_signal"
1159 echo "$as_me: exit $exit_status"
1160 } >&5
1161 rm -f core *.core &&
1162 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1163 exit $exit_status
1164 ' 0
1165for ac_signal in 1 2 13 15; do
1166 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1167done
1168ac_signal=0
1169
1170# confdefs.h avoids OS command line length limits that DEFS can exceed.
1171rm -rf conftest* confdefs.h
1172# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1173echo >confdefs.h
1174
1175# Predefined preprocessor variables.
1176
1177cat >>confdefs.h <<_ACEOF
1178#define PACKAGE_NAME "$PACKAGE_NAME"
1179_ACEOF
1180
1181
1182cat >>confdefs.h <<_ACEOF
1183#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1184_ACEOF
1185
1186
1187cat >>confdefs.h <<_ACEOF
1188#define PACKAGE_VERSION "$PACKAGE_VERSION"
1189_ACEOF
1190
1191
1192cat >>confdefs.h <<_ACEOF
1193#define PACKAGE_STRING "$PACKAGE_STRING"
1194_ACEOF
ea0caf4a 1195
00274452 1196
1197cat >>confdefs.h <<_ACEOF
1198#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1199_ACEOF
1200
1201
1202# Let the site file select an alternate cache file if it wants to.
ea0caf4a 1203# Prefer explicitly selected file to automatically selected ones.
1204if test -z "$CONFIG_SITE"; then
1205 if test "x$prefix" != xNONE; then
1206 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1207 else
1208 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1209 fi
1210fi
1211for ac_site_file in $CONFIG_SITE; do
1212 if test -r "$ac_site_file"; then
00274452 1213 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1214echo "$as_me: loading site script $ac_site_file" >&6;}
1215 sed 's/^/| /' "$ac_site_file" >&5
ea0caf4a 1216 . "$ac_site_file"
1217 fi
1218done
1219
1220if test -r "$cache_file"; then
00274452 1221 # Some versions of bash will fail to source /dev/null (special
1222 # files actually), so we avoid doing that.
1223 if test -f "$cache_file"; then
1224 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1225echo "$as_me: loading cache $cache_file" >&6;}
1226 case $cache_file in
1227 [\\/]* | ?:[\\/]* ) . $cache_file;;
1228 *) . ./$cache_file;;
1229 esac
1230 fi
ea0caf4a 1231else
00274452 1232 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1233echo "$as_me: creating cache $cache_file" >&6;}
1234 >$cache_file
1235fi
1236
1237# Check that the precious variables saved in the cache have kept the same
1238# value.
1239ac_cache_corrupted=false
1240for ac_var in `(set) 2>&1 |
1241 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1242 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1243 eval ac_new_set=\$ac_env_${ac_var}_set
1244 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1245 eval ac_new_val="\$ac_env_${ac_var}_value"
1246 case $ac_old_set,$ac_new_set in
1247 set,)
1248 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1249echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1250 ac_cache_corrupted=: ;;
1251 ,set)
1252 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1253echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1254 ac_cache_corrupted=: ;;
1255 ,);;
1256 *)
1257 if test "x$ac_old_val" != "x$ac_new_val"; then
1258 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1259echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1260 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1261echo "$as_me: former value: $ac_old_val" >&2;}
1262 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1263echo "$as_me: current value: $ac_new_val" >&2;}
1264 ac_cache_corrupted=:
1265 fi;;
1266 esac
1267 # Pass precious variables to config.status.
1268 if test "$ac_new_set" = set; then
1269 case $ac_new_val in
1270 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1271 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1272 *) ac_arg=$ac_var=$ac_new_val ;;
1273 esac
1274 case " $ac_configure_args " in
1275 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1276 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1277 esac
1278 fi
1279done
1280if $ac_cache_corrupted; then
1281 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1282echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1283 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1284echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1285 { (exit 1); exit 1; }; }
ea0caf4a 1286fi
1287
1288ac_ext=c
ea0caf4a 1289ac_cpp='$CPP $CPPFLAGS'
00274452 1290ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1291ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1292ac_compiler_gnu=$ac_cv_c_compiler_gnu
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
ea0caf4a 1310
1311
1312
1313
1314
3595c6c0 1315ac_aux_dir=
1316for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1317 if test -f $ac_dir/install-sh; then
1318 ac_aux_dir=$ac_dir
1319 ac_install_sh="$ac_aux_dir/install-sh -c"
1320 break
1321 elif test -f $ac_dir/install.sh; then
1322 ac_aux_dir=$ac_dir
1323 ac_install_sh="$ac_aux_dir/install.sh -c"
1324 break
00274452 1325 elif test -f $ac_dir/shtool; then
1326 ac_aux_dir=$ac_dir
1327 ac_install_sh="$ac_aux_dir/shtool install -c"
1328 break
3595c6c0 1329 fi
1330done
1331if test -z "$ac_aux_dir"; then
00274452 1332 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1333echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1334 { (exit 1); exit 1; }; }
3595c6c0 1335fi
00274452 1336ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1337ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1338ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
3595c6c0 1339
1340# Make sure we can run config.sub.
00274452 1341$ac_config_sub sun4 >/dev/null 2>&1 ||
1342 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1343echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1344 { (exit 1); exit 1; }; }
1345
1346echo "$as_me:$LINENO: checking build system type" >&5
1347echo $ECHO_N "checking build system type... $ECHO_C" >&6
1348if test "${ac_cv_build+set}" = set; then
1349 echo $ECHO_N "(cached) $ECHO_C" >&6
1350else
1351 ac_cv_build_alias=$build_alias
1352test -z "$ac_cv_build_alias" &&
1353 ac_cv_build_alias=`$ac_config_guess`
1354test -z "$ac_cv_build_alias" &&
1355 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1356echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1357 { (exit 1); exit 1; }; }
1358ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1359 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1360echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1361 { (exit 1); exit 1; }; }
1362
1363fi
1364echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1365echo "${ECHO_T}$ac_cv_build" >&6
1366build=$ac_cv_build
1367build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1368build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1369build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1370
1371
1372echo "$as_me:$LINENO: checking host system type" >&5
1373echo $ECHO_N "checking host system type... $ECHO_C" >&6
1374if test "${ac_cv_host+set}" = set; then
1375 echo $ECHO_N "(cached) $ECHO_C" >&6
1376else
1377 ac_cv_host_alias=$host_alias
1378test -z "$ac_cv_host_alias" &&
1379 ac_cv_host_alias=$ac_cv_build_alias
1380ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1381 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1382echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1383 { (exit 1); exit 1; }; }
3595c6c0 1384
00274452 1385fi
1386echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1387echo "${ECHO_T}$ac_cv_host" >&6
1388host=$ac_cv_host
1389host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1390host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1391host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3595c6c0 1392
3595c6c0 1393
0bec79fd 1394# SO_LDFLAGS setting below is a great big ick.
a5a4b554 1395# But it beats sucking in libtool for one small part of the source tree.
3595c6c0 1396case $host_os in
1397solaris*)
1398 short_os=solaris
0bec79fd 1399 SO_LDFLAGS="-G"
3595c6c0 1400 ;;
1401irix*)
1402 short_os=irix
0bec79fd 1403 SO_LDFLAGS="-shared"
3595c6c0 1404 ;;
1405linux*)
1406 short_os=linux
0bec79fd 1407 SO_LDFLAGS="-shared"
3595c6c0 1408 ;;
1409esac
1410
ea0caf4a 1411
1412
0bec79fd 1413
ea0caf4a 1414
1415
1416
00274452 1417
1418ac_ext=c
1419ac_cpp='$CPP $CPPFLAGS'
1420ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1421ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1422ac_compiler_gnu=$ac_cv_c_compiler_gnu
1423if test -n "$ac_tool_prefix"; then
1424 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1425set dummy ${ac_tool_prefix}gcc; ac_word=$2
1426echo "$as_me:$LINENO: checking for $ac_word" >&5
1427echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1428if test "${ac_cv_prog_CC+set}" = set; then
1429 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 1430else
1431 if test -n "$CC"; then
1432 ac_cv_prog_CC="$CC" # Let the user override the test.
1433else
00274452 1434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1435for as_dir in $PATH
1436do
1437 IFS=$as_save_IFS
1438 test -z "$as_dir" && as_dir=.
1439 for ac_exec_ext in '' $ac_executable_extensions; do
1440 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1441 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1443 break 2
1444 fi
1445done
1446done
1447
1448fi
1449fi
1450CC=$ac_cv_prog_CC
1451if test -n "$CC"; then
1452 echo "$as_me:$LINENO: result: $CC" >&5
1453echo "${ECHO_T}$CC" >&6
1454else
1455 echo "$as_me:$LINENO: result: no" >&5
1456echo "${ECHO_T}no" >&6
1457fi
1458
1459fi
1460if test -z "$ac_cv_prog_CC"; then
1461 ac_ct_CC=$CC
1462 # Extract the first word of "gcc", so it can be a program name with args.
1463set dummy gcc; ac_word=$2
1464echo "$as_me:$LINENO: checking for $ac_word" >&5
1465echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1466if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1467 echo $ECHO_N "(cached) $ECHO_C" >&6
1468else
1469 if test -n "$ac_ct_CC"; then
1470 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1471else
1472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1473for as_dir in $PATH
1474do
1475 IFS=$as_save_IFS
1476 test -z "$as_dir" && as_dir=.
1477 for ac_exec_ext in '' $ac_executable_extensions; do
1478 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1479 ac_cv_prog_ac_ct_CC="gcc"
1480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1481 break 2
1482 fi
1483done
1484done
1485
1486fi
1487fi
1488ac_ct_CC=$ac_cv_prog_ac_ct_CC
1489if test -n "$ac_ct_CC"; then
1490 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1491echo "${ECHO_T}$ac_ct_CC" >&6
1492else
1493 echo "$as_me:$LINENO: result: no" >&5
1494echo "${ECHO_T}no" >&6
1495fi
1496
1497 CC=$ac_ct_CC
1498else
1499 CC="$ac_cv_prog_CC"
1500fi
1501
1502if test -z "$CC"; then
1503 if test -n "$ac_tool_prefix"; then
1504 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1505set dummy ${ac_tool_prefix}cc; ac_word=$2
1506echo "$as_me:$LINENO: checking for $ac_word" >&5
1507echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1508if test "${ac_cv_prog_CC+set}" = set; then
1509 echo $ECHO_N "(cached) $ECHO_C" >&6
1510else
1511 if test -n "$CC"; then
1512 ac_cv_prog_CC="$CC" # Let the user override the test.
1513else
1514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1515for as_dir in $PATH
1516do
1517 IFS=$as_save_IFS
1518 test -z "$as_dir" && as_dir=.
1519 for ac_exec_ext in '' $ac_executable_extensions; do
1520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1521 ac_cv_prog_CC="${ac_tool_prefix}cc"
1522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1523 break 2
1524 fi
1525done
1526done
1527
ea0caf4a 1528fi
1529fi
00274452 1530CC=$ac_cv_prog_CC
ea0caf4a 1531if test -n "$CC"; then
00274452 1532 echo "$as_me:$LINENO: result: $CC" >&5
1533echo "${ECHO_T}$CC" >&6
1534else
1535 echo "$as_me:$LINENO: result: no" >&5
1536echo "${ECHO_T}no" >&6
1537fi
1538
1539fi
1540if test -z "$ac_cv_prog_CC"; then
1541 ac_ct_CC=$CC
1542 # Extract the first word of "cc", so it can be a program name with args.
1543set dummy cc; ac_word=$2
1544echo "$as_me:$LINENO: checking for $ac_word" >&5
1545echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1546if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1547 echo $ECHO_N "(cached) $ECHO_C" >&6
1548else
1549 if test -n "$ac_ct_CC"; then
1550 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1551else
1552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553for as_dir in $PATH
1554do
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 for ac_exec_ext in '' $ac_executable_extensions; do
1558 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1559 ac_cv_prog_ac_ct_CC="cc"
1560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1561 break 2
1562 fi
1563done
1564done
1565
1566fi
1567fi
1568ac_ct_CC=$ac_cv_prog_ac_ct_CC
1569if test -n "$ac_ct_CC"; then
1570 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1571echo "${ECHO_T}$ac_ct_CC" >&6
1572else
1573 echo "$as_me:$LINENO: result: no" >&5
1574echo "${ECHO_T}no" >&6
1575fi
1576
1577 CC=$ac_ct_CC
ea0caf4a 1578else
00274452 1579 CC="$ac_cv_prog_CC"
ea0caf4a 1580fi
1581
00274452 1582fi
ea0caf4a 1583if test -z "$CC"; then
1584 # Extract the first word of "cc", so it can be a program name with args.
1585set dummy cc; ac_word=$2
00274452 1586echo "$as_me:$LINENO: checking for $ac_word" >&5
1587echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1588if test "${ac_cv_prog_CC+set}" = set; then
1589 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 1590else
1591 if test -n "$CC"; then
1592 ac_cv_prog_CC="$CC" # Let the user override the test.
1593else
ea0caf4a 1594 ac_prog_rejected=no
00274452 1595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1596for as_dir in $PATH
1597do
1598 IFS=$as_save_IFS
1599 test -z "$as_dir" && as_dir=.
1600 for ac_exec_ext in '' $ac_executable_extensions; do
1601 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1602 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1603 ac_prog_rejected=yes
1604 continue
1605 fi
1606 ac_cv_prog_CC="cc"
1607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1608 break 2
1609 fi
1610done
1611done
1612
ea0caf4a 1613if test $ac_prog_rejected = yes; then
1614 # We found a bogon in the path, so make sure we never use it.
1615 set dummy $ac_cv_prog_CC
1616 shift
00274452 1617 if test $# != 0; then
ea0caf4a 1618 # We chose a different compiler from the bogus one.
1619 # However, it has the same basename, so the bogon will be chosen
1620 # first if we set CC to just the basename; use the full file name.
1621 shift
00274452 1622 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
ea0caf4a 1623 fi
1624fi
1625fi
1626fi
00274452 1627CC=$ac_cv_prog_CC
ea0caf4a 1628if test -n "$CC"; then
00274452 1629 echo "$as_me:$LINENO: result: $CC" >&5
1630echo "${ECHO_T}$CC" >&6
ea0caf4a 1631else
00274452 1632 echo "$as_me:$LINENO: result: no" >&5
1633echo "${ECHO_T}no" >&6
ea0caf4a 1634fi
1635
00274452 1636fi
1637if test -z "$CC"; then
1638 if test -n "$ac_tool_prefix"; then
1639 for ac_prog in cl
1640 do
1641 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1642set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1643echo "$as_me:$LINENO: checking for $ac_word" >&5
1644echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1645if test "${ac_cv_prog_CC+set}" = set; then
1646 echo $ECHO_N "(cached) $ECHO_C" >&6
ee85084d 1647else
1648 if test -n "$CC"; then
1649 ac_cv_prog_CC="$CC" # Let the user override the test.
1650else
00274452 1651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1652for as_dir in $PATH
1653do
1654 IFS=$as_save_IFS
1655 test -z "$as_dir" && as_dir=.
1656 for ac_exec_ext in '' $ac_executable_extensions; do
1657 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1658 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1660 break 2
1661 fi
1662done
1663done
1664
ee85084d 1665fi
1666fi
00274452 1667CC=$ac_cv_prog_CC
ee85084d 1668if test -n "$CC"; then
00274452 1669 echo "$as_me:$LINENO: result: $CC" >&5
1670echo "${ECHO_T}$CC" >&6
ee85084d 1671else
00274452 1672 echo "$as_me:$LINENO: result: no" >&5
1673echo "${ECHO_T}no" >&6
ee85084d 1674fi
00274452 1675
1676 test -n "$CC" && break
1677 done
1678fi
1679if test -z "$CC"; then
1680 ac_ct_CC=$CC
1681 for ac_prog in cl
1682do
1683 # Extract the first word of "$ac_prog", so it can be a program name with args.
1684set dummy $ac_prog; ac_word=$2
1685echo "$as_me:$LINENO: checking for $ac_word" >&5
1686echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1687if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1688 echo $ECHO_N "(cached) $ECHO_C" >&6
1689else
1690 if test -n "$ac_ct_CC"; then
1691 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1692else
1693as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1694for as_dir in $PATH
1695do
1696 IFS=$as_save_IFS
1697 test -z "$as_dir" && as_dir=.
1698 for ac_exec_ext in '' $ac_executable_extensions; do
1699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1700 ac_cv_prog_ac_ct_CC="$ac_prog"
1701 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1702 break 2
ee85084d 1703 fi
00274452 1704done
1705done
1706
1707fi
1708fi
1709ac_ct_CC=$ac_cv_prog_ac_ct_CC
1710if test -n "$ac_ct_CC"; then
1711 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1712echo "${ECHO_T}$ac_ct_CC" >&6
1713else
1714 echo "$as_me:$LINENO: result: no" >&5
1715echo "${ECHO_T}no" >&6
ea0caf4a 1716fi
1717
00274452 1718 test -n "$ac_ct_CC" && break
1719done
ea0caf4a 1720
00274452 1721 CC=$ac_ct_CC
1722fi
1723
1724fi
1725
1726
1727test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1728See \`config.log' for more details." >&5
1729echo "$as_me: error: no acceptable C compiler found in \$PATH
1730See \`config.log' for more details." >&2;}
1731 { (exit 1); exit 1; }; }
1732
1733# Provide some information about the compiler.
1734echo "$as_me:$LINENO:" \
1735 "checking for C compiler version" >&5
1736ac_compiler=`set X $ac_compile; echo $2`
1737{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1738 (eval $ac_compiler --version </dev/null >&5) 2>&5
1739 ac_status=$?
1740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1741 (exit $ac_status); }
1742{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1743 (eval $ac_compiler -v </dev/null >&5) 2>&5
1744 ac_status=$?
1745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1746 (exit $ac_status); }
1747{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1748 (eval $ac_compiler -V </dev/null >&5) 2>&5
1749 ac_status=$?
1750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1751 (exit $ac_status); }
1752
1753cat >conftest.$ac_ext <<_ACEOF
1754/* confdefs.h. */
1755_ACEOF
1756cat confdefs.h >>conftest.$ac_ext
1757cat >>conftest.$ac_ext <<_ACEOF
1758/* end confdefs.h. */
1759
1760int
1761main ()
1762{
1763
1764 ;
1765 return 0;
1766}
1767_ACEOF
1768ac_clean_files_save=$ac_clean_files
1769ac_clean_files="$ac_clean_files a.out a.exe b.out"
1770# Try to create an executable without -o first, disregard a.out.
1771# It will help us diagnose broken compilers, and finding out an intuition
1772# of exeext.
1773echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1774echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1775ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1776if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1777 (eval $ac_link_default) 2>&5
1778 ac_status=$?
1779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1780 (exit $ac_status); }; then
1781 # Find the output, starting from the most likely. This scheme is
1782# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1783# resort.
1784
1785# Be careful to initialize this variable, since it used to be cached.
1786# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1787ac_cv_exeext=
1788# b.out is created by i960 compilers.
1789for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1790do
1791 test -f "$ac_file" || continue
1792 case $ac_file in
1793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1794 ;;
1795 conftest.$ac_ext )
1796 # This is the source file.
1797 ;;
1798 [ab].out )
1799 # We found the default executable, but exeext='' is most
1800 # certainly right.
1801 break;;
1802 *.* )
1803 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1804 # FIXME: I believe we export ac_cv_exeext for Libtool,
1805 # but it would be cool to find out if it's true. Does anybody
1806 # maintain Libtool? --akim.
1807 export ac_cv_exeext
1808 break;;
1809 * )
1810 break;;
1811 esac
1812done
1813else
1814 echo "$as_me: failed program was:" >&5
1815sed 's/^/| /' conftest.$ac_ext >&5
1816
1817{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1818See \`config.log' for more details." >&5
1819echo "$as_me: error: C compiler cannot create executables
1820See \`config.log' for more details." >&2;}
1821 { (exit 77); exit 77; }; }
1822fi
1823
1824ac_exeext=$ac_cv_exeext
1825echo "$as_me:$LINENO: result: $ac_file" >&5
1826echo "${ECHO_T}$ac_file" >&6
1827
1828# Check the compiler produces executables we can run. If not, either
1829# the compiler is broken, or we cross compile.
1830echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1831echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1832# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1833# If not cross compiling, check that we can run a simple program.
1834if test "$cross_compiling" != yes; then
1835 if { ac_try='./$ac_file'
1836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1837 (eval $ac_try) 2>&5
1838 ac_status=$?
1839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1840 (exit $ac_status); }; }; then
1841 cross_compiling=no
ea0caf4a 1842 else
00274452 1843 if test "$cross_compiling" = maybe; then
1844 cross_compiling=yes
1845 else
1846 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1847If you meant to cross compile, use \`--host'.
1848See \`config.log' for more details." >&5
1849echo "$as_me: error: cannot run C compiled programs.
1850If you meant to cross compile, use \`--host'.
1851See \`config.log' for more details." >&2;}
1852 { (exit 1); exit 1; }; }
1853 fi
ea0caf4a 1854 fi
ea0caf4a 1855fi
00274452 1856echo "$as_me:$LINENO: result: yes" >&5
1857echo "${ECHO_T}yes" >&6
1858
1859rm -f a.out a.exe conftest$ac_cv_exeext b.out
1860ac_clean_files=$ac_clean_files_save
1861# Check the compiler produces executables we can run. If not, either
1862# the compiler is broken, or we cross compile.
1863echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1864echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1865echo "$as_me:$LINENO: result: $cross_compiling" >&5
1866echo "${ECHO_T}$cross_compiling" >&6
1867
1868echo "$as_me:$LINENO: checking for suffix of executables" >&5
1869echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1870if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1871 (eval $ac_link) 2>&5
1872 ac_status=$?
1873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1874 (exit $ac_status); }; then
1875 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1876# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1877# work properly (i.e., refer to `conftest.exe'), while it won't with
1878# `rm'.
1879for ac_file in conftest.exe conftest conftest.*; do
1880 test -f "$ac_file" || continue
1881 case $ac_file in
1882 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1883 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1884 export ac_cv_exeext
1885 break;;
1886 * ) break;;
1887 esac
1888done
ea0caf4a 1889else
00274452 1890 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1891See \`config.log' for more details." >&5
1892echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1893See \`config.log' for more details." >&2;}
1894 { (exit 1); exit 1; }; }
1895fi
1896
1897rm -f conftest$ac_cv_exeext
1898echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1899echo "${ECHO_T}$ac_cv_exeext" >&6
1900
1901rm -f conftest.$ac_ext
1902EXEEXT=$ac_cv_exeext
1903ac_exeext=$EXEEXT
1904echo "$as_me:$LINENO: checking for suffix of object files" >&5
1905echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1906if test "${ac_cv_objext+set}" = set; then
1907 echo $ECHO_N "(cached) $ECHO_C" >&6
1908else
1909 cat >conftest.$ac_ext <<_ACEOF
1910/* confdefs.h. */
1911_ACEOF
1912cat confdefs.h >>conftest.$ac_ext
1913cat >>conftest.$ac_ext <<_ACEOF
1914/* end confdefs.h. */
1915
1916int
1917main ()
1918{
1919
1920 ;
1921 return 0;
1922}
1923_ACEOF
1924rm -f conftest.o conftest.obj
1925if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1926 (eval $ac_compile) 2>&5
1927 ac_status=$?
1928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1929 (exit $ac_status); }; then
1930 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1931 case $ac_file in
1932 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1933 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1934 break;;
1935 esac
1936done
1937else
1938 echo "$as_me: failed program was:" >&5
1939sed 's/^/| /' conftest.$ac_ext >&5
1940
1941{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1942See \`config.log' for more details." >&5
1943echo "$as_me: error: cannot compute suffix of object files: cannot compile
1944See \`config.log' for more details." >&2;}
1945 { (exit 1); exit 1; }; }
1946fi
1947
1948rm -f conftest.$ac_cv_objext conftest.$ac_ext
1949fi
1950echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1951echo "${ECHO_T}$ac_cv_objext" >&6
1952OBJEXT=$ac_cv_objext
1953ac_objext=$OBJEXT
1954echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1955echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1956if test "${ac_cv_c_compiler_gnu+set}" = set; then
1957 echo $ECHO_N "(cached) $ECHO_C" >&6
1958else
1959 cat >conftest.$ac_ext <<_ACEOF
1960/* confdefs.h. */
1961_ACEOF
1962cat confdefs.h >>conftest.$ac_ext
1963cat >>conftest.$ac_ext <<_ACEOF
1964/* end confdefs.h. */
1965
1966int
1967main ()
1968{
1969#ifndef __GNUC__
1970 choke me
1971#endif
ea0caf4a 1972
00274452 1973 ;
1974 return 0;
1975}
1976_ACEOF
1977rm -f conftest.$ac_objext
1978if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1979 (eval $ac_compile) 2>conftest.er1
1980 ac_status=$?
1981 grep -v '^ *+' conftest.er1 >conftest.err
1982 rm -f conftest.er1
1983 cat conftest.err >&5
1984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1985 (exit $ac_status); } &&
1986 { ac_try='test -z "$ac_c_werror_flag"
1987 || test ! -s conftest.err'
1988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1989 (eval $ac_try) 2>&5
1990 ac_status=$?
1991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1992 (exit $ac_status); }; } &&
1993 { ac_try='test -s conftest.$ac_objext'
1994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1995 (eval $ac_try) 2>&5
1996 ac_status=$?
1997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1998 (exit $ac_status); }; }; then
1999 ac_compiler_gnu=yes
ee85084d 2000else
00274452 2001 echo "$as_me: failed program was:" >&5
2002sed 's/^/| /' conftest.$ac_ext >&5
2003
2004ac_compiler_gnu=no
ee85084d 2005fi
00274452 2006rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2007ac_cv_c_compiler_gnu=$ac_compiler_gnu
ee85084d 2008
00274452 2009fi
2010echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2011echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2012GCC=`test $ac_compiler_gnu = yes && echo yes`
2013ac_test_CFLAGS=${CFLAGS+set}
2014ac_save_CFLAGS=$CFLAGS
2015CFLAGS="-g"
2016echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2017echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2018if test "${ac_cv_prog_cc_g+set}" = set; then
2019 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2020else
00274452 2021 cat >conftest.$ac_ext <<_ACEOF
2022/* confdefs.h. */
2023_ACEOF
2024cat confdefs.h >>conftest.$ac_ext
2025cat >>conftest.$ac_ext <<_ACEOF
2026/* end confdefs.h. */
2027
2028int
2029main ()
2030{
2031
2032 ;
2033 return 0;
2034}
2035_ACEOF
2036rm -f conftest.$ac_objext
2037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2038 (eval $ac_compile) 2>conftest.er1
2039 ac_status=$?
2040 grep -v '^ *+' conftest.er1 >conftest.err
2041 rm -f conftest.er1
2042 cat conftest.err >&5
2043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2044 (exit $ac_status); } &&
2045 { ac_try='test -z "$ac_c_werror_flag"
2046 || test ! -s conftest.err'
2047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2048 (eval $ac_try) 2>&5
2049 ac_status=$?
2050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2051 (exit $ac_status); }; } &&
2052 { ac_try='test -s conftest.$ac_objext'
2053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2054 (eval $ac_try) 2>&5
2055 ac_status=$?
2056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2057 (exit $ac_status); }; }; then
ea0caf4a 2058 ac_cv_prog_cc_g=yes
2059else
00274452 2060 echo "$as_me: failed program was:" >&5
2061sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 2062
00274452 2063ac_cv_prog_cc_g=no
ea0caf4a 2064fi
00274452 2065rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2066fi
2067echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2068echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
ee85084d 2069if test "$ac_test_CFLAGS" = set; then
00274452 2070 CFLAGS=$ac_save_CFLAGS
ee85084d 2071elif test $ac_cv_prog_cc_g = yes; then
2072 if test "$GCC" = yes; then
ea0caf4a 2073 CFLAGS="-g -O2"
2074 else
ee85084d 2075 CFLAGS="-g"
ea0caf4a 2076 fi
2077else
ee85084d 2078 if test "$GCC" = yes; then
2079 CFLAGS="-O2"
2080 else
2081 CFLAGS=
2082 fi
ea0caf4a 2083fi
00274452 2084echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2085echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2086if test "${ac_cv_prog_cc_stdc+set}" = set; then
2087 echo $ECHO_N "(cached) $ECHO_C" >&6
2088else
2089 ac_cv_prog_cc_stdc=no
2090ac_save_CC=$CC
2091cat >conftest.$ac_ext <<_ACEOF
2092/* confdefs.h. */
2093_ACEOF
2094cat confdefs.h >>conftest.$ac_ext
2095cat >>conftest.$ac_ext <<_ACEOF
2096/* end confdefs.h. */
2097#include <stdarg.h>
2098#include <stdio.h>
2099#include <sys/types.h>
2100#include <sys/stat.h>
2101/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2102struct buf { int x; };
2103FILE * (*rcsopen) (struct buf *, struct stat *, int);
2104static char *e (p, i)
2105 char **p;
2106 int i;
2107{
2108 return p[i];
2109}
2110static char *f (char * (*g) (char **, int), char **p, ...)
2111{
2112 char *s;
2113 va_list v;
2114 va_start (v,p);
2115 s = g (p, va_arg (v,int));
2116 va_end (v);
2117 return s;
2118}
2119
2120/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2121 function prototypes and stuff, but not '\xHH' hex character constants.
2122 These don't provoke an error unfortunately, instead are silently treated
2123 as 'x'. The following induces an error, until -std1 is added to get
2124 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2125 array size at least. It's necessary to write '\x00'==0 to get something
2126 that's true only with -std1. */
2127int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2128
2129int test (int i, double x);
2130struct s1 {int (*f) (int a);};
2131struct s2 {int (*f) (double a);};
2132int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2133int argc;
2134char **argv;
2135int
2136main ()
2137{
2138return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2139 ;
2140 return 0;
2141}
2142_ACEOF
2143# Don't try gcc -ansi; that turns off useful extensions and
2144# breaks some systems' header files.
2145# AIX -qlanglvl=ansi
2146# Ultrix and OSF/1 -std1
2147# HP-UX 10.20 and later -Ae
2148# HP-UX older versions -Aa -D_HPUX_SOURCE
2149# SVR4 -Xc -D__EXTENSIONS__
2150for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2151do
2152 CC="$ac_save_CC $ac_arg"
2153 rm -f conftest.$ac_objext
2154if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2155 (eval $ac_compile) 2>conftest.er1
2156 ac_status=$?
2157 grep -v '^ *+' conftest.er1 >conftest.err
2158 rm -f conftest.er1
2159 cat conftest.err >&5
2160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2161 (exit $ac_status); } &&
2162 { ac_try='test -z "$ac_c_werror_flag"
2163 || test ! -s conftest.err'
2164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2165 (eval $ac_try) 2>&5
2166 ac_status=$?
2167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2168 (exit $ac_status); }; } &&
2169 { ac_try='test -s conftest.$ac_objext'
2170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2171 (eval $ac_try) 2>&5
2172 ac_status=$?
2173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2174 (exit $ac_status); }; }; then
2175 ac_cv_prog_cc_stdc=$ac_arg
2176break
2177else
2178 echo "$as_me: failed program was:" >&5
2179sed 's/^/| /' conftest.$ac_ext >&5
2180
2181fi
2182rm -f conftest.err conftest.$ac_objext
2183done
2184rm -f conftest.$ac_ext conftest.$ac_objext
2185CC=$ac_save_CC
2186
2187fi
2188
2189case "x$ac_cv_prog_cc_stdc" in
2190 x|xno)
2191 echo "$as_me:$LINENO: result: none needed" >&5
2192echo "${ECHO_T}none needed" >&6 ;;
2193 *)
2194 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2195echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2196 CC="$CC $ac_cv_prog_cc_stdc" ;;
2197esac
2198
2199# Some people use a C++ compiler to compile C. Since we use `exit',
2200# in C++ we need to declare it. In case someone uses the same compiler
2201# for both compiling C and C++ we need to have the C++ compiler decide
2202# the declaration of exit, since it's the most demanding environment.
2203cat >conftest.$ac_ext <<_ACEOF
2204#ifndef __cplusplus
2205 choke me
2206#endif
2207_ACEOF
2208rm -f conftest.$ac_objext
2209if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2210 (eval $ac_compile) 2>conftest.er1
2211 ac_status=$?
2212 grep -v '^ *+' conftest.er1 >conftest.err
2213 rm -f conftest.er1
2214 cat conftest.err >&5
2215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2216 (exit $ac_status); } &&
2217 { ac_try='test -z "$ac_c_werror_flag"
2218 || test ! -s conftest.err'
2219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2220 (eval $ac_try) 2>&5
2221 ac_status=$?
2222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2223 (exit $ac_status); }; } &&
2224 { ac_try='test -s conftest.$ac_objext'
2225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2226 (eval $ac_try) 2>&5
2227 ac_status=$?
2228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2229 (exit $ac_status); }; }; then
2230 for ac_declaration in \
2231 '' \
2232 'extern "C" void std::exit (int) throw (); using std::exit;' \
2233 'extern "C" void std::exit (int); using std::exit;' \
2234 'extern "C" void exit (int) throw ();' \
2235 'extern "C" void exit (int);' \
2236 'void exit (int);'
2237do
2238 cat >conftest.$ac_ext <<_ACEOF
2239/* confdefs.h. */
2240_ACEOF
2241cat confdefs.h >>conftest.$ac_ext
2242cat >>conftest.$ac_ext <<_ACEOF
2243/* end confdefs.h. */
2244$ac_declaration
2245#include <stdlib.h>
2246int
2247main ()
2248{
2249exit (42);
2250 ;
2251 return 0;
2252}
2253_ACEOF
2254rm -f conftest.$ac_objext
2255if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2256 (eval $ac_compile) 2>conftest.er1
2257 ac_status=$?
2258 grep -v '^ *+' conftest.er1 >conftest.err
2259 rm -f conftest.er1
2260 cat conftest.err >&5
2261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2262 (exit $ac_status); } &&
2263 { ac_try='test -z "$ac_c_werror_flag"
2264 || test ! -s conftest.err'
2265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2266 (eval $ac_try) 2>&5
2267 ac_status=$?
2268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2269 (exit $ac_status); }; } &&
2270 { ac_try='test -s conftest.$ac_objext'
2271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2272 (eval $ac_try) 2>&5
2273 ac_status=$?
2274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2275 (exit $ac_status); }; }; then
2276 :
2277else
2278 echo "$as_me: failed program was:" >&5
2279sed 's/^/| /' conftest.$ac_ext >&5
2280
2281continue
2282fi
2283rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2284 cat >conftest.$ac_ext <<_ACEOF
2285/* confdefs.h. */
2286_ACEOF
2287cat confdefs.h >>conftest.$ac_ext
2288cat >>conftest.$ac_ext <<_ACEOF
2289/* end confdefs.h. */
2290$ac_declaration
2291int
2292main ()
2293{
2294exit (42);
2295 ;
2296 return 0;
2297}
2298_ACEOF
2299rm -f conftest.$ac_objext
2300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2301 (eval $ac_compile) 2>conftest.er1
2302 ac_status=$?
2303 grep -v '^ *+' conftest.er1 >conftest.err
2304 rm -f conftest.er1
2305 cat conftest.err >&5
2306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307 (exit $ac_status); } &&
2308 { ac_try='test -z "$ac_c_werror_flag"
2309 || test ! -s conftest.err'
2310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2311 (eval $ac_try) 2>&5
2312 ac_status=$?
2313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314 (exit $ac_status); }; } &&
2315 { ac_try='test -s conftest.$ac_objext'
2316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2317 (eval $ac_try) 2>&5
2318 ac_status=$?
2319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2320 (exit $ac_status); }; }; then
2321 break
2322else
2323 echo "$as_me: failed program was:" >&5
2324sed 's/^/| /' conftest.$ac_ext >&5
2325
2326fi
2327rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2328done
2329rm -f conftest*
2330if test -n "$ac_declaration"; then
2331 echo '#ifdef __cplusplus' >>confdefs.h
2332 echo $ac_declaration >>confdefs.h
2333 echo '#endif' >>confdefs.h
2334fi
2335
2336else
2337 echo "$as_me: failed program was:" >&5
2338sed 's/^/| /' conftest.$ac_ext >&5
2339
2340fi
2341rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2342ac_ext=c
2343ac_cpp='$CPP $CPPFLAGS'
2344ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2345ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2346ac_compiler_gnu=$ac_cv_c_compiler_gnu
ea0caf4a 2347
ea0caf4a 2348# Find a good install program. We prefer a C program (faster),
2349# so one script is as good as another. But avoid the broken or
2350# incompatible versions:
2351# SysV /etc/install, /usr/sbin/install
2352# SunOS /usr/etc/install
2353# IRIX /sbin/install
2354# AIX /bin/install
00274452 2355# AmigaOS /C/install, which installs bootblocks on floppy discs
ee85084d 2356# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
ea0caf4a 2357# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2358# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
00274452 2359# OS/2's system install, which has a completely different semantic
ea0caf4a 2360# ./install, which can be erroneously created by make from ./install.sh.
00274452 2361echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2362echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
ea0caf4a 2363if test -z "$INSTALL"; then
00274452 2364if test "${ac_cv_path_install+set}" = set; then
2365 echo $ECHO_N "(cached) $ECHO_C" >&6
2366else
2367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2368for as_dir in $PATH
2369do
2370 IFS=$as_save_IFS
2371 test -z "$as_dir" && as_dir=.
2372 # Account for people who put trailing slashes in PATH elements.
2373case $as_dir/ in
2374 ./ | .// | /cC/* | \
2375 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2376 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2377 /usr/ucb/* ) ;;
2378 *)
2379 # OSF1 and SCO ODT 3.0 have their own names for install.
2380 # Don't use installbsd from OSF since it installs stuff as root
2381 # by default.
2382 for ac_prog in ginstall scoinst install; do
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
ea0caf4a 2385 if test $ac_prog = install &&
00274452 2386 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
ea0caf4a 2387 # AIX install. It has an incompatible calling convention.
ea0caf4a 2388 :
00274452 2389 elif test $ac_prog = install &&
2390 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2391 # program-specific install script used by HP pwplus--don't use.
2392 :
ea0caf4a 2393 else
00274452 2394 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2395 break 3
ea0caf4a 2396 fi
2397 fi
2398 done
00274452 2399 done
2400 ;;
2401esac
2402done
2403
ea0caf4a 2404
2405fi
2406 if test "${ac_cv_path_install+set}" = set; then
00274452 2407 INSTALL=$ac_cv_path_install
ea0caf4a 2408 else
2409 # As a last resort, use the slow shell script. We don't cache a
2410 # path for INSTALL within a source directory, because that will
2411 # break other packages using the cache if that directory is
2412 # removed, or if the path is relative.
00274452 2413 INSTALL=$ac_install_sh
ea0caf4a 2414 fi
2415fi
00274452 2416echo "$as_me:$LINENO: result: $INSTALL" >&5
2417echo "${ECHO_T}$INSTALL" >&6
ea0caf4a 2418
2419# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2420# It thinks the first close brace ends the variable substitution.
2421test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2422
00274452 2423test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
ee85084d 2424
ea0caf4a 2425test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2426
00274452 2427if test -n "$ac_tool_prefix"; then
2428 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2429set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2430echo "$as_me:$LINENO: checking for $ac_word" >&5
2431echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2432if test "${ac_cv_prog_RANLIB+set}" = set; then
2433 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2434else
2435 if test -n "$RANLIB"; then
2436 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2437else
00274452 2438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439for as_dir in $PATH
2440do
2441 IFS=$as_save_IFS
2442 test -z "$as_dir" && as_dir=.
2443 for ac_exec_ext in '' $ac_executable_extensions; do
2444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2445 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2447 break 2
2448 fi
2449done
2450done
2451
ea0caf4a 2452fi
2453fi
00274452 2454RANLIB=$ac_cv_prog_RANLIB
ea0caf4a 2455if test -n "$RANLIB"; then
00274452 2456 echo "$as_me:$LINENO: result: $RANLIB" >&5
2457echo "${ECHO_T}$RANLIB" >&6
2458else
2459 echo "$as_me:$LINENO: result: no" >&5
2460echo "${ECHO_T}no" >&6
2461fi
2462
2463fi
2464if test -z "$ac_cv_prog_RANLIB"; then
2465 ac_ct_RANLIB=$RANLIB
2466 # Extract the first word of "ranlib", so it can be a program name with args.
2467set dummy ranlib; ac_word=$2
2468echo "$as_me:$LINENO: checking for $ac_word" >&5
2469echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2470if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2471 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2472else
00274452 2473 if test -n "$ac_ct_RANLIB"; then
2474 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2475else
2476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477for as_dir in $PATH
2478do
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_ac_ct_RANLIB="ranlib"
2484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2485 break 2
2486 fi
2487done
2488done
2489
2490 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2491fi
2492fi
2493ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2494if test -n "$ac_ct_RANLIB"; then
2495 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2496echo "${ECHO_T}$ac_ct_RANLIB" >&6
2497else
2498 echo "$as_me:$LINENO: result: no" >&5
2499echo "${ECHO_T}no" >&6
2500fi
2501
2502 RANLIB=$ac_ct_RANLIB
2503else
2504 RANLIB="$ac_cv_prog_RANLIB"
ea0caf4a 2505fi
2506
00274452 2507echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2508echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2509set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2510if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2511 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2512else
00274452 2513 cat >conftest.make <<\_ACEOF
ea0caf4a 2514all:
00274452 2515 @echo 'ac_maketemp="$(MAKE)"'
2516_ACEOF
ea0caf4a 2517# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
00274452 2518eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
ea0caf4a 2519if test -n "$ac_maketemp"; then
2520 eval ac_cv_prog_make_${ac_make}_set=yes
2521else
2522 eval ac_cv_prog_make_${ac_make}_set=no
2523fi
00274452 2524rm -f conftest.make
ea0caf4a 2525fi
2526if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
00274452 2527 echo "$as_me:$LINENO: result: yes" >&5
2528echo "${ECHO_T}yes" >&6
ea0caf4a 2529 SET_MAKE=
2530else
00274452 2531 echo "$as_me:$LINENO: result: no" >&5
2532echo "${ECHO_T}no" >&6
ea0caf4a 2533 SET_MAKE="MAKE=${MAKE-make}"
2534fi
2535
2536
2537if test "$athena" = true; then
2538 enable_athena=yes
65cda191 2539 prefix=/afs/.athena.mit.edu/system/moira
ea0caf4a 2540 bindir=$prefix/arch/$ATHENA_SYS/bin
2541 sbindir=$bindir
00274452 2542
2543
618b3834 2544 case $CPPFLAGS in
2545 *-I/usr/athena/include*) ;;
2546 *) CPPFLAGS=-I/usr/athena/include\ $CPPFLAGS ;;
2547 esac
2548
00274452 2549
618b3834 2550 case $PRO_C_INCLUDES in
2551 *INCLUDE=/usr/athena/include*) ;;
2552 *) PRO_C_INCLUDES=INCLUDE=/usr/athena/include\ $PRO_C_INCLUDES ;;
2553 esac
2554
2555
00274452 2556
2557
618b3834 2558 case $CPPFLAGS in
2559 *-I/usr/athena/include/kerberosIV*) ;;
2560 *) CPPFLAGS=-I/usr/athena/include/kerberosIV\ $CPPFLAGS ;;
2561 esac
2562
00274452 2563
618b3834 2564 case $PRO_C_INCLUDES in
2565 *INCLUDE=/usr/athena/include/kerberosIV*) ;;
2566 *) PRO_C_INCLUDES=INCLUDE=/usr/athena/include/kerberosIV\ $PRO_C_INCLUDES ;;
2567 esac
2568
2569
00274452 2570
618b3834 2571 case $LIBPATH in
2572 *-L/usr/athena/lib*) ;;
2573 *) LIBPATH=-L/usr/athena/lib\ $LIBPATH ;;
2574 esac
2575
ea0caf4a 2576fi
2577
2578# We currently just don't support changing this
2579mrbindir=/moira/bin
2580
2581
2582# Athena-local policy decisions
00274452 2583echo "$as_me:$LINENO: checking for Athena" >&5
2584echo $ECHO_N "checking for Athena... $ECHO_C" >&6
ea0caf4a 2585# Check whether --enable-athena or --disable-athena was given.
2586if test "${enable_athena+set}" = set; then
2587 enableval="$enable_athena"
00274452 2588
ea0caf4a 2589else
2590 if test "$athena" = true; then
2591 enableval=yes
2592 else
2593 enableval=no
2594 fi
00274452 2595fi;
2596echo "$as_me:$LINENO: result: $enableval" >&5
2597echo "${ECHO_T}$enableval" >&6
ea0caf4a 2598if test "$enableval" = yes; then
00274452 2599
2600 cat >>confdefs.h <<\_ACEOF
ea0caf4a 2601#define ATHENA 1
00274452 2602_ACEOF
2603
ea0caf4a 2604
ea0caf4a 2605 case $PRO_C_DEFS in
2606 *DEFINE=ATHENA*) ;;
2607 *) PRO_C_DEFS=DEFINE=ATHENA\ $PRO_C_DEFS ;;
2608 esac
2609
2610
2611fi
2612
2613# Networking libraries
00274452 2614{ echo "$as_me:$LINENO: checking network libraries......" >&5
2615echo "$as_me: checking network libraries......" >&6;}
2616echo "$as_me:$LINENO: checking for gethostbyname" >&5
2617echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
2618if test "${ac_cv_func_gethostbyname+set}" = set; then
2619 echo $ECHO_N "(cached) $ECHO_C" >&6
2620else
2621 cat >conftest.$ac_ext <<_ACEOF
2622/* confdefs.h. */
2623_ACEOF
2624cat confdefs.h >>conftest.$ac_ext
2625cat >>conftest.$ac_ext <<_ACEOF
2626/* end confdefs.h. */
2627/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
2628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2629#define gethostbyname innocuous_gethostbyname
2630
ea0caf4a 2631/* System header to define __stub macros and hopefully few prototypes,
00274452 2632 which can conflict with char gethostbyname (); below.
2633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2634 <limits.h> exists even on freestanding compilers. */
2635
2636#ifdef __STDC__
2637# include <limits.h>
2638#else
2639# include <assert.h>
2640#endif
ea0caf4a 2641
00274452 2642#undef gethostbyname
ea0caf4a 2643
00274452 2644/* Override any gcc2 internal prototype to avoid an error. */
2645#ifdef __cplusplus
2646extern "C"
2647{
2648#endif
2649/* We use char because int might match the return type of a gcc2
2650 builtin and then its argument prototype would still apply. */
2651char gethostbyname ();
ea0caf4a 2652/* The GNU C library defines this for functions which it implements
2653 to always fail with ENOSYS. Some functions are actually named
2654 something starting with __ and the normal name is an alias. */
2655#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
2656choke me
2657#else
00274452 2658char (*f) () = gethostbyname;
2659#endif
2660#ifdef __cplusplus
2661}
ea0caf4a 2662#endif
2663
00274452 2664int
2665main ()
2666{
2667return f != gethostbyname;
2668 ;
2669 return 0;
2670}
2671_ACEOF
2672rm -f conftest.$ac_objext conftest$ac_exeext
2673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2674 (eval $ac_link) 2>conftest.er1
2675 ac_status=$?
2676 grep -v '^ *+' conftest.er1 >conftest.err
2677 rm -f conftest.er1
2678 cat conftest.err >&5
2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680 (exit $ac_status); } &&
2681 { ac_try='test -z "$ac_c_werror_flag"
2682 || test ! -s conftest.err'
2683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2684 (eval $ac_try) 2>&5
2685 ac_status=$?
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; } &&
2688 { ac_try='test -s conftest$ac_exeext'
2689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2690 (eval $ac_try) 2>&5
2691 ac_status=$?
2692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693 (exit $ac_status); }; }; then
2694 ac_cv_func_gethostbyname=yes
ea0caf4a 2695else
00274452 2696 echo "$as_me: failed program was:" >&5
2697sed 's/^/| /' conftest.$ac_ext >&5
2698
2699ac_cv_func_gethostbyname=no
ea0caf4a 2700fi
00274452 2701rm -f conftest.err conftest.$ac_objext \
2702 conftest$ac_exeext conftest.$ac_ext
ea0caf4a 2703fi
00274452 2704echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
2705echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
2706if test $ac_cv_func_gethostbyname = yes; then
ea0caf4a 2707 :
2708else
00274452 2709
2710echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
2711echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
2712if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
2713 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2714else
00274452 2715 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 2716LIBS="-lnsl $LIBS"
00274452 2717cat >conftest.$ac_ext <<_ACEOF
2718/* confdefs.h. */
2719_ACEOF
2720cat confdefs.h >>conftest.$ac_ext
2721cat >>conftest.$ac_ext <<_ACEOF
2722/* end confdefs.h. */
2723
ea0caf4a 2724/* Override any gcc2 internal prototype to avoid an error. */
00274452 2725#ifdef __cplusplus
2726extern "C"
2727#endif
ea0caf4a 2728/* We use char because int might match the return type of a gcc2
00274452 2729 builtin and then its argument prototype would still apply. */
2730char gethostbyname ();
2731int
2732main ()
2733{
2734gethostbyname ();
2735 ;
2736 return 0;
2737}
2738_ACEOF
2739rm -f conftest.$ac_objext conftest$ac_exeext
2740if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2741 (eval $ac_link) 2>conftest.er1
2742 ac_status=$?
2743 grep -v '^ *+' conftest.er1 >conftest.err
2744 rm -f conftest.er1
2745 cat conftest.err >&5
2746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); } &&
2748 { ac_try='test -z "$ac_c_werror_flag"
2749 || test ! -s conftest.err'
2750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2751 (eval $ac_try) 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; } &&
2755 { ac_try='test -s conftest$ac_exeext'
2756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2757 (eval $ac_try) 2>&5
2758 ac_status=$?
2759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760 (exit $ac_status); }; }; then
2761 ac_cv_lib_nsl_gethostbyname=yes
2762else
2763 echo "$as_me: failed program was:" >&5
2764sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 2765
00274452 2766ac_cv_lib_nsl_gethostbyname=no
2767fi
2768rm -f conftest.err conftest.$ac_objext \
2769 conftest$ac_exeext conftest.$ac_ext
2770LIBS=$ac_check_lib_save_LIBS
ea0caf4a 2771fi
00274452 2772echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
2773echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
2774if test $ac_cv_lib_nsl_gethostbyname = yes; then
2775 cat >>confdefs.h <<_ACEOF
2776#define HAVE_LIBNSL 1
2777_ACEOF
ea0caf4a 2778
2779 LIBS="-lnsl $LIBS"
2780
2781else
00274452 2782
2783echo "$as_me:$LINENO: checking for gethostbyname in -lresolv" >&5
2784echo $ECHO_N "checking for gethostbyname in -lresolv... $ECHO_C" >&6
2785if test "${ac_cv_lib_resolv_gethostbyname+set}" = set; then
2786 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2787else
00274452 2788 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 2789LIBS="-lresolv $LIBS"
00274452 2790
2791cat >conftest.$ac_ext <<_ACEOF
2792/* confdefs.h. */
2793_ACEOF
2794cat confdefs.h >>conftest.$ac_ext
2795cat >>conftest.$ac_ext <<_ACEOF
2796/* end confdefs.h. */
2797
ea0caf4a 2798/* Override any gcc2 internal prototype to avoid an error. */
00274452 2799#ifdef __cplusplus
2800extern "C"
2801#endif
ea0caf4a 2802/* We use char because int might match the return type of a gcc2
00274452 2803 builtin and then its argument prototype would still apply. */
2804char gethostbyname ();
2805int
2806main ()
2807{
2808gethostbyname ();
2809 ;
2810 return 0;
2811}
2812_ACEOF
2813rm -f conftest.$ac_objext conftest$ac_exeext
2814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2815 (eval $ac_link) 2>conftest.er1
2816 ac_status=$?
2817 grep -v '^ *+' conftest.er1 >conftest.err
2818 rm -f conftest.er1
2819 cat conftest.err >&5
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); } &&
2822 { ac_try='test -z "$ac_c_werror_flag"
2823 || test ! -s conftest.err'
2824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2825 (eval $ac_try) 2>&5
2826 ac_status=$?
2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828 (exit $ac_status); }; } &&
2829 { ac_try='test -s conftest$ac_exeext'
2830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2831 (eval $ac_try) 2>&5
2832 ac_status=$?
2833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2834 (exit $ac_status); }; }; then
2835 ac_cv_lib_resolv_gethostbyname=yes
2836else
2837 echo "$as_me: failed program was:" >&5
2838sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 2839
00274452 2840ac_cv_lib_resolv_gethostbyname=no
2841fi
2842rm -f conftest.err conftest.$ac_objext \
2843 conftest$ac_exeext conftest.$ac_ext
2844LIBS=$ac_check_lib_save_LIBS
ea0caf4a 2845fi
00274452 2846echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname" >&5
2847echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname" >&6
2848if test $ac_cv_lib_resolv_gethostbyname = yes; then
2849 cat >>confdefs.h <<_ACEOF
2850#define HAVE_LIBRESOLV 1
2851_ACEOF
ea0caf4a 2852
2853 LIBS="-lresolv $LIBS"
2854
ea0caf4a 2855fi
2856
2857fi
2858
2859fi
2860
00274452 2861echo "$as_me:$LINENO: checking for socket" >&5
2862echo $ECHO_N "checking for socket... $ECHO_C" >&6
2863if test "${ac_cv_func_socket+set}" = set; then
2864 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2865else
00274452 2866 cat >conftest.$ac_ext <<_ACEOF
2867/* confdefs.h. */
2868_ACEOF
2869cat confdefs.h >>conftest.$ac_ext
2870cat >>conftest.$ac_ext <<_ACEOF
2871/* end confdefs.h. */
2872/* Define socket to an innocuous variant, in case <limits.h> declares socket.
2873 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2874#define socket innocuous_socket
2875
ea0caf4a 2876/* System header to define __stub macros and hopefully few prototypes,
00274452 2877 which can conflict with char socket (); below.
2878 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2879 <limits.h> exists even on freestanding compilers. */
2880
2881#ifdef __STDC__
2882# include <limits.h>
2883#else
2884# include <assert.h>
2885#endif
ea0caf4a 2886
00274452 2887#undef socket
ea0caf4a 2888
00274452 2889/* Override any gcc2 internal prototype to avoid an error. */
2890#ifdef __cplusplus
2891extern "C"
2892{
2893#endif
2894/* We use char because int might match the return type of a gcc2
2895 builtin and then its argument prototype would still apply. */
2896char socket ();
ea0caf4a 2897/* The GNU C library defines this for functions which it implements
2898 to always fail with ENOSYS. Some functions are actually named
2899 something starting with __ and the normal name is an alias. */
2900#if defined (__stub_socket) || defined (__stub___socket)
2901choke me
2902#else
00274452 2903char (*f) () = socket;
2904#endif
2905#ifdef __cplusplus
2906}
ea0caf4a 2907#endif
2908
00274452 2909int
2910main ()
2911{
2912return f != socket;
2913 ;
2914 return 0;
2915}
2916_ACEOF
2917rm -f conftest.$ac_objext conftest$ac_exeext
2918if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2919 (eval $ac_link) 2>conftest.er1
2920 ac_status=$?
2921 grep -v '^ *+' conftest.er1 >conftest.err
2922 rm -f conftest.er1
2923 cat conftest.err >&5
2924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2925 (exit $ac_status); } &&
2926 { ac_try='test -z "$ac_c_werror_flag"
2927 || test ! -s conftest.err'
2928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2929 (eval $ac_try) 2>&5
2930 ac_status=$?
2931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932 (exit $ac_status); }; } &&
2933 { ac_try='test -s conftest$ac_exeext'
2934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2935 (eval $ac_try) 2>&5
2936 ac_status=$?
2937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2938 (exit $ac_status); }; }; then
2939 ac_cv_func_socket=yes
ea0caf4a 2940else
00274452 2941 echo "$as_me: failed program was:" >&5
2942sed 's/^/| /' conftest.$ac_ext >&5
2943
2944ac_cv_func_socket=no
ea0caf4a 2945fi
00274452 2946rm -f conftest.err conftest.$ac_objext \
2947 conftest$ac_exeext conftest.$ac_ext
ea0caf4a 2948fi
00274452 2949echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
2950echo "${ECHO_T}$ac_cv_func_socket" >&6
2951if test $ac_cv_func_socket = yes; then
ea0caf4a 2952 :
2953else
00274452 2954
2955echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
2956echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
2957if test "${ac_cv_lib_socket_socket+set}" = set; then
2958 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 2959else
00274452 2960 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 2961LIBS="-lsocket $LIBS"
00274452 2962cat >conftest.$ac_ext <<_ACEOF
2963/* confdefs.h. */
2964_ACEOF
2965cat confdefs.h >>conftest.$ac_ext
2966cat >>conftest.$ac_ext <<_ACEOF
2967/* end confdefs.h. */
2968
ea0caf4a 2969/* Override any gcc2 internal prototype to avoid an error. */
00274452 2970#ifdef __cplusplus
2971extern "C"
2972#endif
ea0caf4a 2973/* We use char because int might match the return type of a gcc2
00274452 2974 builtin and then its argument prototype would still apply. */
2975char socket ();
2976int
2977main ()
2978{
2979socket ();
2980 ;
2981 return 0;
2982}
2983_ACEOF
2984rm -f conftest.$ac_objext conftest$ac_exeext
2985if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2986 (eval $ac_link) 2>conftest.er1
2987 ac_status=$?
2988 grep -v '^ *+' conftest.er1 >conftest.err
2989 rm -f conftest.er1
2990 cat conftest.err >&5
2991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2992 (exit $ac_status); } &&
2993 { ac_try='test -z "$ac_c_werror_flag"
2994 || test ! -s conftest.err'
2995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2996 (eval $ac_try) 2>&5
2997 ac_status=$?
2998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2999 (exit $ac_status); }; } &&
3000 { ac_try='test -s conftest$ac_exeext'
3001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3002 (eval $ac_try) 2>&5
3003 ac_status=$?
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 (exit $ac_status); }; }; then
3006 ac_cv_lib_socket_socket=yes
3007else
3008 echo "$as_me: failed program was:" >&5
3009sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3010
00274452 3011ac_cv_lib_socket_socket=no
ea0caf4a 3012fi
00274452 3013rm -f conftest.err conftest.$ac_objext \
3014 conftest$ac_exeext conftest.$ac_ext
3015LIBS=$ac_check_lib_save_LIBS
3016fi
3017echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3018echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3019if test $ac_cv_lib_socket_socket = yes; then
3020 cat >>confdefs.h <<_ACEOF
3021#define HAVE_LIBSOCKET 1
3022_ACEOF
ea0caf4a 3023
3024 LIBS="-lsocket $LIBS"
3025
3026else
00274452 3027 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
3028echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
3029if test "${ac_cv_lib_socket_socket+set}" = set; then
3030 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3031else
00274452 3032 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 3033LIBS="-lsocket -lnsl $LIBS"
00274452 3034cat >conftest.$ac_ext <<_ACEOF
3035/* confdefs.h. */
3036_ACEOF
3037cat confdefs.h >>conftest.$ac_ext
3038cat >>conftest.$ac_ext <<_ACEOF
3039/* end confdefs.h. */
3040
ea0caf4a 3041/* Override any gcc2 internal prototype to avoid an error. */
00274452 3042#ifdef __cplusplus
3043extern "C"
3044#endif
ea0caf4a 3045/* We use char because int might match the return type of a gcc2
00274452 3046 builtin and then its argument prototype would still apply. */
3047char socket ();
3048int
3049main ()
3050{
3051socket ();
3052 ;
3053 return 0;
3054}
3055_ACEOF
3056rm -f conftest.$ac_objext conftest$ac_exeext
3057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3058 (eval $ac_link) 2>conftest.er1
3059 ac_status=$?
3060 grep -v '^ *+' conftest.er1 >conftest.err
3061 rm -f conftest.er1
3062 cat conftest.err >&5
3063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3064 (exit $ac_status); } &&
3065 { ac_try='test -z "$ac_c_werror_flag"
3066 || test ! -s conftest.err'
3067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3068 (eval $ac_try) 2>&5
3069 ac_status=$?
3070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3071 (exit $ac_status); }; } &&
3072 { ac_try='test -s conftest$ac_exeext'
3073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3074 (eval $ac_try) 2>&5
3075 ac_status=$?
3076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3077 (exit $ac_status); }; }; then
3078 ac_cv_lib_socket_socket=yes
3079else
3080 echo "$as_me: failed program was:" >&5
3081sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3082
00274452 3083ac_cv_lib_socket_socket=no
ea0caf4a 3084fi
00274452 3085rm -f conftest.err conftest.$ac_objext \
3086 conftest$ac_exeext conftest.$ac_ext
3087LIBS=$ac_check_lib_save_LIBS
3088fi
3089echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
3090echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
3091if test $ac_cv_lib_socket_socket = yes; then
ea0caf4a 3092 LIBS="-lsocket -lnsl $LIBS"
3093else
00274452 3094 :
ea0caf4a 3095fi
3096
3097fi
3098
3099fi
3100
3101
7f7f279f 3102# com_err (required, but can be built)
00274452 3103echo "$as_me:$LINENO: checking for com_err" >&5
3104echo $ECHO_N "checking for com_err... $ECHO_C" >&6
3105
7f7f279f 3106# Check whether --with-com_err or --without-com_err was given.
3107if test "${with_com_err+set}" = set; then
3108 withval="$with_com_err"
00274452 3109 echo "$as_me:$LINENO: result: $withval" >&5
3110echo "${ECHO_T}$withval" >&6
7f7f279f 3111 if test $withval = "no"; then
00274452 3112 { { echo "$as_me:$LINENO: error: com_err is required for Moira" >&5
3113echo "$as_me: error: com_err is required for Moira" >&2;}
3114 { (exit 1); exit 1; }; }
7f7f279f 3115 fi
3116 if test $withval != "yes"; then
00274452 3117
3118
7f7f279f 3119 case $CPPFLAGS in
3120 *-I$withval/include*) ;;
3121 *) CPPFLAGS=-I$withval/include\ $CPPFLAGS ;;
3122 esac
3123
00274452 3124
7f7f279f 3125 case $PRO_C_INCLUDES in
3126 *INCLUDE=$withval/include*) ;;
3127 *) PRO_C_INCLUDES=INCLUDE=$withval/include\ $PRO_C_INCLUDES ;;
3128 esac
3129
3130
00274452 3131
7f7f279f 3132 case $LIBPATH in
3133 *-L$withval/lib*) ;;
3134 *) LIBPATH=-L$withval/lib\ $LIBPATH ;;
3135 esac
3136
3137 fi
3138 COMPILE_ET=compile_et
3139else
00274452 3140 echo "$as_me:$LINENO: result: util/et" >&5
3141echo "${ECHO_T}util/et" >&6
3142
3143
7f7f279f 3144 case $CPPFLAGS in
3145 *-I`pwd`/util/et*) ;;
3146 *) CPPFLAGS=-I`pwd`/util/et\ $CPPFLAGS ;;
3147 esac
3148
00274452 3149
7f7f279f 3150 case $PRO_C_INCLUDES in
3151 *INCLUDE=`pwd`/util/et*) ;;
3152 *) PRO_C_INCLUDES=INCLUDE=`pwd`/util/et\ $PRO_C_INCLUDES ;;
3153 esac
3154
3155
00274452 3156
7f7f279f 3157 case $LIBPATH in
3158 *-L`pwd`/util/et*) ;;
3159 *) LIBPATH=-L`pwd`/util/et\ $LIBPATH ;;
3160 esac
3161
3162 COMPILE_ET=`pwd`/util/et/compile_et
7f7f279f 3163
7f7f279f 3164
00274452 3165subdirs="$subdirs util/et"
3166
3167fi;
7f7f279f 3168
3169
3170
3171# Kerberos (Kerberos 4 required, Kerberos 5 optional for reg_svr)
00274452 3172echo "$as_me:$LINENO: checking for Kerberos 4" >&5
3173echo $ECHO_N "checking for Kerberos 4... $ECHO_C" >&6
3174
ea0caf4a 3175# Check whether --with-krb4 or --without-krb4 was given.
3176if test "${with_krb4+set}" = set; then
3177 withval="$with_krb4"
3178 krb4="$withval"
3179else
3180 krb4=no
00274452 3181fi;
3182echo "$as_me:$LINENO: result: $krb4" >&5
3183echo "${ECHO_T}$krb4" >&6
ea0caf4a 3184if test $krb4 = "no"; then
00274452 3185 { { echo "$as_me:$LINENO: error: Kerberos is required for Moira" >&5
3186echo "$as_me: error: Kerberos is required for Moira" >&2;}
3187 { (exit 1); exit 1; }; }
ea0caf4a 3188fi
3189if test "$krb4" != yes; then
00274452 3190
3191
ea0caf4a 3192 case $CPPFLAGS in
3193 *-I$krb4/include*) ;;
3194 *) CPPFLAGS=-I$krb4/include\ $CPPFLAGS ;;
3195 esac
3196
00274452 3197
ea0caf4a 3198 case $PRO_C_INCLUDES in
3199 *INCLUDE=$krb4/include*) ;;
3200 *) PRO_C_INCLUDES=INCLUDE=$krb4/include\ $PRO_C_INCLUDES ;;
3201 esac
3202
3203
3204 if test -d "$krb4/include/kerberosIV"; then
00274452 3205
3206
ea0caf4a 3207 case $CPPFLAGS in
3208 *-I$krb4/include/kerberosIV*) ;;
3209 *) CPPFLAGS=-I$krb4/include/kerberosIV\ $CPPFLAGS ;;
3210 esac
3211
00274452 3212
ea0caf4a 3213 case $PRO_C_INCLUDES in
3214 *INCLUDE=$krb4/include/kerberosIV*) ;;
3215 *) PRO_C_INCLUDES=INCLUDE=$krb4/include/kerberosIV\ $PRO_C_INCLUDES ;;
3216 esac
3217
3218
3219 fi
00274452 3220
ea0caf4a 3221 case $LIBPATH in
3222 *-L$krb4/lib*) ;;
3223 *) LIBPATH=-L$krb4/lib\ $LIBPATH ;;
3224 esac
3225
3226elif test -d /usr/include/kerberosIV; then
00274452 3227
3228
ea0caf4a 3229 case $CPPFLAGS in
3230 *-I/usr/include/kerberosIV*) ;;
3231 *) CPPFLAGS=-I/usr/include/kerberosIV\ $CPPFLAGS ;;
3232 esac
3233
00274452 3234
ea0caf4a 3235 case $PRO_C_INCLUDES in
3236 *INCLUDE=/usr/include/kerberosIV*) ;;
3237 *) PRO_C_INCLUDES=INCLUDE=/usr/include/kerberosIV\ $PRO_C_INCLUDES ;;
3238 esac
3239
3240
3241fi
00274452 3242echo "$as_me:$LINENO: checking for main in -lk5crypto" >&5
3243echo $ECHO_N "checking for main in -lk5crypto... $ECHO_C" >&6
3244if test "${ac_cv_lib_k5crypto_main+set}" = set; then
3245 echo $ECHO_N "(cached) $ECHO_C" >&6
a96aec98 3246else
00274452 3247 ac_check_lib_save_LIBS=$LIBS
88c52873 3248LIBS="-lk5crypto $LIBS"
00274452 3249cat >conftest.$ac_ext <<_ACEOF
3250/* confdefs.h. */
3251_ACEOF
3252cat confdefs.h >>conftest.$ac_ext
3253cat >>conftest.$ac_ext <<_ACEOF
3254/* end confdefs.h. */
3255
3256
3257int
3258main ()
3259{
3260main ();
3261 ;
3262 return 0;
3263}
3264_ACEOF
3265rm -f conftest.$ac_objext conftest$ac_exeext
3266if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3267 (eval $ac_link) 2>conftest.er1
3268 ac_status=$?
3269 grep -v '^ *+' conftest.er1 >conftest.err
3270 rm -f conftest.er1
3271 cat conftest.err >&5
3272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3273 (exit $ac_status); } &&
3274 { ac_try='test -z "$ac_c_werror_flag"
3275 || test ! -s conftest.err'
3276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3277 (eval $ac_try) 2>&5
3278 ac_status=$?
3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); }; } &&
3281 { ac_try='test -s conftest$ac_exeext'
3282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3283 (eval $ac_try) 2>&5
3284 ac_status=$?
3285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3286 (exit $ac_status); }; }; then
3287 ac_cv_lib_k5crypto_main=yes
3288else
3289 echo "$as_me: failed program was:" >&5
3290sed 's/^/| /' conftest.$ac_ext >&5
a96aec98 3291
00274452 3292ac_cv_lib_k5crypto_main=no
a96aec98 3293fi
00274452 3294rm -f conftest.err conftest.$ac_objext \
3295 conftest$ac_exeext conftest.$ac_ext
3296LIBS=$ac_check_lib_save_LIBS
3297fi
3298echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_main" >&5
3299echo "${ECHO_T}$ac_cv_lib_k5crypto_main" >&6
3300if test $ac_cv_lib_k5crypto_main = yes; then
88c52873 3301 crypto="k5crypto"
a96aec98 3302else
00274452 3303 echo "$as_me:$LINENO: checking for main in -lcrypto" >&5
3304echo $ECHO_N "checking for main in -lcrypto... $ECHO_C" >&6
3305if test "${ac_cv_lib_crypto_main+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
a96aec98 3307else
00274452 3308 ac_check_lib_save_LIBS=$LIBS
88c52873 3309LIBS="-lcrypto $LIBS"
00274452 3310cat >conftest.$ac_ext <<_ACEOF
3311/* confdefs.h. */
3312_ACEOF
3313cat confdefs.h >>conftest.$ac_ext
3314cat >>conftest.$ac_ext <<_ACEOF
3315/* end confdefs.h. */
3316
3317
3318int
3319main ()
3320{
3321main ();
3322 ;
3323 return 0;
3324}
3325_ACEOF
3326rm -f conftest.$ac_objext conftest$ac_exeext
3327if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3328 (eval $ac_link) 2>conftest.er1
3329 ac_status=$?
3330 grep -v '^ *+' conftest.er1 >conftest.err
3331 rm -f conftest.er1
3332 cat conftest.err >&5
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); } &&
3335 { ac_try='test -z "$ac_c_werror_flag"
3336 || test ! -s conftest.err'
3337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3338 (eval $ac_try) 2>&5
3339 ac_status=$?
3340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3341 (exit $ac_status); }; } &&
3342 { ac_try='test -s conftest$ac_exeext'
3343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3344 (eval $ac_try) 2>&5
3345 ac_status=$?
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); }; }; then
3348 ac_cv_lib_crypto_main=yes
3349else
3350 echo "$as_me: failed program was:" >&5
3351sed 's/^/| /' conftest.$ac_ext >&5
a96aec98 3352
00274452 3353ac_cv_lib_crypto_main=no
a96aec98 3354fi
00274452 3355rm -f conftest.err conftest.$ac_objext \
3356 conftest$ac_exeext conftest.$ac_ext
3357LIBS=$ac_check_lib_save_LIBS
3358fi
3359echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_main" >&5
3360echo "${ECHO_T}$ac_cv_lib_crypto_main" >&6
3361if test $ac_cv_lib_crypto_main = yes; then
88c52873 3362 crypto="crypto"
a96aec98 3363fi
3364
3365fi
3366
00274452 3367echo "$as_me:$LINENO: checking for krb_rd_req in -lkrb4" >&5
3368echo $ECHO_N "checking for krb_rd_req in -lkrb4... $ECHO_C" >&6
3369if test "${ac_cv_lib_krb4_krb_rd_req+set}" = set; then
3370 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3371else
00274452 3372 ac_check_lib_save_LIBS=$LIBS
2dd418e4 3373LIBS="-lkrb4 $LIBPATH -ldes425 -lkrb5 -l${crypto} -lcom_err -lresolv $LIBS"
00274452 3374cat >conftest.$ac_ext <<_ACEOF
3375/* confdefs.h. */
3376_ACEOF
3377cat confdefs.h >>conftest.$ac_ext
3378cat >>conftest.$ac_ext <<_ACEOF
3379/* end confdefs.h. */
3380
ea0caf4a 3381/* Override any gcc2 internal prototype to avoid an error. */
00274452 3382#ifdef __cplusplus
3383extern "C"
3384#endif
ea0caf4a 3385/* We use char because int might match the return type of a gcc2
00274452 3386 builtin and then its argument prototype would still apply. */
3387char krb_rd_req ();
3388int
3389main ()
3390{
3391krb_rd_req ();
3392 ;
3393 return 0;
3394}
3395_ACEOF
3396rm -f conftest.$ac_objext conftest$ac_exeext
3397if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3398 (eval $ac_link) 2>conftest.er1
3399 ac_status=$?
3400 grep -v '^ *+' conftest.er1 >conftest.err
3401 rm -f conftest.er1
3402 cat conftest.err >&5
3403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3404 (exit $ac_status); } &&
3405 { ac_try='test -z "$ac_c_werror_flag"
3406 || test ! -s conftest.err'
3407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3408 (eval $ac_try) 2>&5
3409 ac_status=$?
3410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3411 (exit $ac_status); }; } &&
3412 { ac_try='test -s conftest$ac_exeext'
3413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3414 (eval $ac_try) 2>&5
3415 ac_status=$?
3416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3417 (exit $ac_status); }; }; then
3418 ac_cv_lib_krb4_krb_rd_req=yes
3419else
3420 echo "$as_me: failed program was:" >&5
3421sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3422
00274452 3423ac_cv_lib_krb4_krb_rd_req=no
3424fi
3425rm -f conftest.err conftest.$ac_objext \
3426 conftest$ac_exeext conftest.$ac_ext
3427LIBS=$ac_check_lib_save_LIBS
ea0caf4a 3428fi
00274452 3429echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_rd_req" >&5
3430echo "${ECHO_T}$ac_cv_lib_krb4_krb_rd_req" >&6
3431if test $ac_cv_lib_krb4_krb_rd_req = yes; then
2dd418e4 3432 KRB4_LIBS="-lkrb4 -ldes425 -lkrb5 -l${crypto} -lresolv"
ea0caf4a 3433else
00274452 3434 echo "$as_me:$LINENO: checking for krb_rd_req in -lkrb" >&5
3435echo $ECHO_N "checking for krb_rd_req in -lkrb... $ECHO_C" >&6
3436if test "${ac_cv_lib_krb_krb_rd_req+set}" = set; then
3437 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3438else
00274452 3439 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 3440LIBS="-lkrb $LIBPATH -ldes $LIBS"
00274452 3441cat >conftest.$ac_ext <<_ACEOF
3442/* confdefs.h. */
3443_ACEOF
3444cat confdefs.h >>conftest.$ac_ext
3445cat >>conftest.$ac_ext <<_ACEOF
3446/* end confdefs.h. */
3447
ea0caf4a 3448/* Override any gcc2 internal prototype to avoid an error. */
00274452 3449#ifdef __cplusplus
3450extern "C"
3451#endif
ea0caf4a 3452/* We use char because int might match the return type of a gcc2
00274452 3453 builtin and then its argument prototype would still apply. */
3454char krb_rd_req ();
3455int
3456main ()
3457{
3458krb_rd_req ();
3459 ;
3460 return 0;
3461}
3462_ACEOF
3463rm -f conftest.$ac_objext conftest$ac_exeext
3464if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3465 (eval $ac_link) 2>conftest.er1
3466 ac_status=$?
3467 grep -v '^ *+' conftest.er1 >conftest.err
3468 rm -f conftest.er1
3469 cat conftest.err >&5
3470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3471 (exit $ac_status); } &&
3472 { ac_try='test -z "$ac_c_werror_flag"
3473 || test ! -s conftest.err'
3474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3475 (eval $ac_try) 2>&5
3476 ac_status=$?
3477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3478 (exit $ac_status); }; } &&
3479 { ac_try='test -s conftest$ac_exeext'
3480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3481 (eval $ac_try) 2>&5
3482 ac_status=$?
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }; }; then
3485 ac_cv_lib_krb_krb_rd_req=yes
3486else
3487 echo "$as_me: failed program was:" >&5
3488sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3489
00274452 3490ac_cv_lib_krb_krb_rd_req=no
3491fi
3492rm -f conftest.err conftest.$ac_objext \
3493 conftest$ac_exeext conftest.$ac_ext
3494LIBS=$ac_check_lib_save_LIBS
ea0caf4a 3495fi
00274452 3496echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_rd_req" >&5
3497echo "${ECHO_T}$ac_cv_lib_krb_krb_rd_req" >&6
3498if test $ac_cv_lib_krb_krb_rd_req = yes; then
ea0caf4a 3499 KRB4_LIBS="-lkrb -ldes"
3500else
00274452 3501 { { echo "$as_me:$LINENO: error: Kerberos 4 libraries not found" >&5
3502echo "$as_me: error: Kerberos 4 libraries not found" >&2;}
3503 { (exit 1); exit 1; }; }
ea0caf4a 3504fi
3505
3506fi
3507
3508
00274452 3509echo "$as_me:$LINENO: checking for Kerberos 5" >&5
3510echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
3511
7f7f279f 3512# Check whether --with-krb5 or --without-krb5 was given.
3513if test "${with_krb5+set}" = set; then
3514 withval="$with_krb5"
3515 krb5="$withval"
33567bea 3516else
7f7f279f 3517 krb5=no
00274452 3518fi;
3519echo "$as_me:$LINENO: result: $krb5" >&5
3520echo "${ECHO_T}$krb5" >&6
7f7f279f 3521if test "$krb5" != no; then
3522 REG_SVR_DEFS=-DKRB5
3523 if test "$krb5" != yes; then
3524 REG_SVR_INCLUDES=-I$krb5/include
3525 REG_SVR_LIBS=-L$krb5/lib
3526 fi
00274452 3527 REG_SVR_LIBS="$REG_SVR_LIBS -lkadm5clnt -lgssapi_krb5 -lgssrpc -lkrb4 -ldes425 -lkrb5 -l${crypto} -lresolv"
7f7f279f 3528else
3529 REG_SVR_DEFS=-DKRB4
1c1c45eb 3530 REG_SVR_LIBS=-lkadm
33567bea 3531fi
3532
3533
3534
3535
ea0caf4a 3536# Hesiod support
00274452 3537echo "$as_me:$LINENO: checking for Hesiod" >&5
3538echo $ECHO_N "checking for Hesiod... $ECHO_C" >&6
3539
ea0caf4a 3540# Check whether --with-hesiod or --without-hesiod was given.
3541if test "${with_hesiod+set}" = set; then
3542 withval="$with_hesiod"
3543 hesiod="$withval"
3544else
3545 hesiod=no
00274452 3546fi;
3547echo "$as_me:$LINENO: result: $hesiod" >&5
3548echo "${ECHO_T}$hesiod" >&6
ea0caf4a 3549if test "$hesiod" != no; then
3550 if test "$hesiod" != yes; then
00274452 3551
3552
ea0caf4a 3553 case $CPPFLAGS in
3554 *-I$hesiod/include*) ;;
3555 *) CPPFLAGS=-I$hesiod/include\ $CPPFLAGS ;;
3556 esac
3557
00274452 3558
ea0caf4a 3559 case $PRO_C_INCLUDES in
3560 *INCLUDE=$hesiod/include*) ;;
3561 *) PRO_C_INCLUDES=INCLUDE=$hesiod/include\ $PRO_C_INCLUDES ;;
3562 esac
3563
3564
00274452 3565
ea0caf4a 3566 case $LIBPATH in
3567 *-L$hesiod/lib*) ;;
3568 *) LIBPATH=-L$hesiod/lib\ $LIBPATH ;;
3569 esac
3570
3571 fi
00274452 3572 echo "$as_me:$LINENO: checking for res_send" >&5
3573echo $ECHO_N "checking for res_send... $ECHO_C" >&6
3574if test "${ac_cv_func_res_send+set}" = set; then
3575 echo $ECHO_N "(cached) $ECHO_C" >&6
3576else
3577 cat >conftest.$ac_ext <<_ACEOF
3578/* confdefs.h. */
3579_ACEOF
3580cat confdefs.h >>conftest.$ac_ext
3581cat >>conftest.$ac_ext <<_ACEOF
3582/* end confdefs.h. */
3583/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
3584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3585#define res_send innocuous_res_send
3586
ea0caf4a 3587/* System header to define __stub macros and hopefully few prototypes,
00274452 3588 which can conflict with char res_send (); below.
3589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3590 <limits.h> exists even on freestanding compilers. */
3591
3592#ifdef __STDC__
3593# include <limits.h>
3594#else
3595# include <assert.h>
3596#endif
ea0caf4a 3597
00274452 3598#undef res_send
ea0caf4a 3599
00274452 3600/* Override any gcc2 internal prototype to avoid an error. */
3601#ifdef __cplusplus
3602extern "C"
3603{
3604#endif
3605/* We use char because int might match the return type of a gcc2
3606 builtin and then its argument prototype would still apply. */
3607char res_send ();
ea0caf4a 3608/* The GNU C library defines this for functions which it implements
3609 to always fail with ENOSYS. Some functions are actually named
3610 something starting with __ and the normal name is an alias. */
3611#if defined (__stub_res_send) || defined (__stub___res_send)
3612choke me
3613#else
00274452 3614char (*f) () = res_send;
3615#endif
3616#ifdef __cplusplus
3617}
ea0caf4a 3618#endif
3619
00274452 3620int
3621main ()
3622{
3623return f != res_send;
3624 ;
3625 return 0;
3626}
3627_ACEOF
3628rm -f conftest.$ac_objext conftest$ac_exeext
3629if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3630 (eval $ac_link) 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } &&
3637 { ac_try='test -z "$ac_c_werror_flag"
3638 || test ! -s conftest.err'
3639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3640 (eval $ac_try) 2>&5
3641 ac_status=$?
3642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643 (exit $ac_status); }; } &&
3644 { ac_try='test -s conftest$ac_exeext'
3645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3646 (eval $ac_try) 2>&5
3647 ac_status=$?
3648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3649 (exit $ac_status); }; }; then
3650 ac_cv_func_res_send=yes
ea0caf4a 3651else
00274452 3652 echo "$as_me: failed program was:" >&5
3653sed 's/^/| /' conftest.$ac_ext >&5
3654
3655ac_cv_func_res_send=no
ea0caf4a 3656fi
00274452 3657rm -f conftest.err conftest.$ac_objext \
3658 conftest$ac_exeext conftest.$ac_ext
ea0caf4a 3659fi
00274452 3660echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
3661echo "${ECHO_T}$ac_cv_func_res_send" >&6
3662if test $ac_cv_func_res_send = yes; then
ea0caf4a 3663 :
3664else
00274452 3665
3666echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
3667echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
3668if test "${ac_cv_lib_resolv_res_send+set}" = set; then
3669 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3670else
00274452 3671 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 3672LIBS="-lresolv $LIBS"
00274452 3673cat >conftest.$ac_ext <<_ACEOF
3674/* confdefs.h. */
3675_ACEOF
3676cat confdefs.h >>conftest.$ac_ext
3677cat >>conftest.$ac_ext <<_ACEOF
3678/* end confdefs.h. */
3679
ea0caf4a 3680/* Override any gcc2 internal prototype to avoid an error. */
00274452 3681#ifdef __cplusplus
3682extern "C"
3683#endif
ea0caf4a 3684/* We use char because int might match the return type of a gcc2
00274452 3685 builtin and then its argument prototype would still apply. */
3686char res_send ();
3687int
3688main ()
3689{
3690res_send ();
3691 ;
3692 return 0;
3693}
3694_ACEOF
3695rm -f conftest.$ac_objext conftest$ac_exeext
3696if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3697 (eval $ac_link) 2>conftest.er1
3698 ac_status=$?
3699 grep -v '^ *+' conftest.er1 >conftest.err
3700 rm -f conftest.er1
3701 cat conftest.err >&5
3702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703 (exit $ac_status); } &&
3704 { ac_try='test -z "$ac_c_werror_flag"
3705 || test ! -s conftest.err'
3706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3707 (eval $ac_try) 2>&5
3708 ac_status=$?
3709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3710 (exit $ac_status); }; } &&
3711 { ac_try='test -s conftest$ac_exeext'
3712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3713 (eval $ac_try) 2>&5
3714 ac_status=$?
3715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3716 (exit $ac_status); }; }; then
3717 ac_cv_lib_resolv_res_send=yes
3718else
3719 echo "$as_me: failed program was:" >&5
3720sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3721
00274452 3722ac_cv_lib_resolv_res_send=no
ea0caf4a 3723fi
00274452 3724rm -f conftest.err conftest.$ac_objext \
3725 conftest$ac_exeext conftest.$ac_ext
3726LIBS=$ac_check_lib_save_LIBS
3727fi
3728echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
3729echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
3730if test $ac_cv_lib_resolv_res_send = yes; then
3731 cat >>confdefs.h <<_ACEOF
3732#define HAVE_LIBRESOLV 1
3733_ACEOF
ea0caf4a 3734
3735 LIBS="-lresolv $LIBS"
3736
ea0caf4a 3737fi
3738
3739fi
3740
00274452 3741 echo "$as_me:$LINENO: checking for hes_resolve in -lhesiod" >&5
3742echo $ECHO_N "checking for hes_resolve in -lhesiod... $ECHO_C" >&6
3743if test "${ac_cv_lib_hesiod_hes_resolve+set}" = set; then
3744 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3745else
00274452 3746 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 3747LIBS="-lhesiod $LIBPATH $LIBS $LIBS"
00274452 3748cat >conftest.$ac_ext <<_ACEOF
3749/* confdefs.h. */
3750_ACEOF
3751cat confdefs.h >>conftest.$ac_ext
3752cat >>conftest.$ac_ext <<_ACEOF
3753/* end confdefs.h. */
3754
ea0caf4a 3755/* Override any gcc2 internal prototype to avoid an error. */
00274452 3756#ifdef __cplusplus
3757extern "C"
3758#endif
ea0caf4a 3759/* We use char because int might match the return type of a gcc2
00274452 3760 builtin and then its argument prototype would still apply. */
3761char hes_resolve ();
3762int
3763main ()
3764{
3765hes_resolve ();
3766 ;
3767 return 0;
3768}
3769_ACEOF
3770rm -f conftest.$ac_objext conftest$ac_exeext
3771if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3772 (eval $ac_link) 2>conftest.er1
3773 ac_status=$?
3774 grep -v '^ *+' conftest.er1 >conftest.err
3775 rm -f conftest.er1
3776 cat conftest.err >&5
3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778 (exit $ac_status); } &&
3779 { ac_try='test -z "$ac_c_werror_flag"
3780 || test ! -s conftest.err'
3781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 (eval $ac_try) 2>&5
3783 ac_status=$?
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); }; } &&
3786 { ac_try='test -s conftest$ac_exeext'
3787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3788 (eval $ac_try) 2>&5
3789 ac_status=$?
3790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); }; }; then
3792 ac_cv_lib_hesiod_hes_resolve=yes
3793else
3794 echo "$as_me: failed program was:" >&5
3795sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3796
00274452 3797ac_cv_lib_hesiod_hes_resolve=no
3798fi
3799rm -f conftest.err conftest.$ac_objext \
3800 conftest$ac_exeext conftest.$ac_ext
3801LIBS=$ac_check_lib_save_LIBS
ea0caf4a 3802fi
00274452 3803echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_resolve" >&5
3804echo "${ECHO_T}$ac_cv_lib_hesiod_hes_resolve" >&6
3805if test $ac_cv_lib_hesiod_hes_resolve = yes; then
ea0caf4a 3806 :
3807else
00274452 3808 { { echo "$as_me:$LINENO: error: Hesiod library not found" >&5
3809echo "$as_me: error: Hesiod library not found" >&2;}
3810 { (exit 1); exit 1; }; }
ea0caf4a 3811fi
3812
00274452 3813
3814 cat >>confdefs.h <<\_ACEOF
ea0caf4a 3815#define HAVE_HESIOD 1
00274452 3816_ACEOF
3817
ea0caf4a 3818
ea0caf4a 3819 case $PRO_C_DEFS in
3820 *DEFINE=HAVE_HESIOD*) ;;
3821 *) PRO_C_DEFS=DEFINE=HAVE_HESIOD\ $PRO_C_DEFS ;;
3822 esac
3823
3824
3825fi
3826
3827# Zephyr support
00274452 3828echo "$as_me:$LINENO: checking for Zephyr" >&5
3829echo $ECHO_N "checking for Zephyr... $ECHO_C" >&6
3830
ea0caf4a 3831# Check whether --with-zephyr or --without-zephyr was given.
3832if test "${with_zephyr+set}" = set; then
3833 withval="$with_zephyr"
3834 zephyr="$withval"
3835else
3836 zephyr=no
00274452 3837fi;
3838echo "$as_me:$LINENO: result: $zephyr" >&5
3839echo "${ECHO_T}$zephyr" >&6
ea0caf4a 3840if test "$zephyr" != no; then
3841 if test "$zephyr" != yes; then
00274452 3842
3843
ea0caf4a 3844 case $CPPFLAGS in
3845 *-I$zephyr/include*) ;;
3846 *) CPPFLAGS=-I$zephyr/include\ $CPPFLAGS ;;
3847 esac
3848
00274452 3849
ea0caf4a 3850 case $PRO_C_INCLUDES in
3851 *INCLUDE=$zephyr/include*) ;;
3852 *) PRO_C_INCLUDES=INCLUDE=$zephyr/include\ $PRO_C_INCLUDES ;;
3853 esac
3854
3855
00274452 3856
ea0caf4a 3857 case $LIBPATH in
3858 *-L$zephyr/lib*) ;;
3859 *) LIBPATH=-L$zephyr/lib\ $LIBPATH ;;
3860 esac
3861
3862 fi
00274452 3863 echo "$as_me:$LINENO: checking for ZInitialize in -lzephyr" >&5
3864echo $ECHO_N "checking for ZInitialize in -lzephyr... $ECHO_C" >&6
3865if test "${ac_cv_lib_zephyr_ZInitialize+set}" = set; then
3866 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 3867else
00274452 3868 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 3869LIBS="-lzephyr $LIBPATH $KRB4_LIBS -lcom_err $LIBS"
00274452 3870cat >conftest.$ac_ext <<_ACEOF
3871/* confdefs.h. */
3872_ACEOF
3873cat confdefs.h >>conftest.$ac_ext
3874cat >>conftest.$ac_ext <<_ACEOF
3875/* end confdefs.h. */
3876
ea0caf4a 3877/* Override any gcc2 internal prototype to avoid an error. */
00274452 3878#ifdef __cplusplus
3879extern "C"
3880#endif
ea0caf4a 3881/* We use char because int might match the return type of a gcc2
00274452 3882 builtin and then its argument prototype would still apply. */
3883char ZInitialize ();
3884int
3885main ()
3886{
3887ZInitialize ();
3888 ;
3889 return 0;
3890}
3891_ACEOF
3892rm -f conftest.$ac_objext conftest$ac_exeext
3893if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3894 (eval $ac_link) 2>conftest.er1
3895 ac_status=$?
3896 grep -v '^ *+' conftest.er1 >conftest.err
3897 rm -f conftest.er1
3898 cat conftest.err >&5
3899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3900 (exit $ac_status); } &&
3901 { ac_try='test -z "$ac_c_werror_flag"
3902 || test ! -s conftest.err'
3903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3904 (eval $ac_try) 2>&5
3905 ac_status=$?
3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3907 (exit $ac_status); }; } &&
3908 { ac_try='test -s conftest$ac_exeext'
3909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3910 (eval $ac_try) 2>&5
3911 ac_status=$?
3912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3913 (exit $ac_status); }; }; then
3914 ac_cv_lib_zephyr_ZInitialize=yes
3915else
3916 echo "$as_me: failed program was:" >&5
3917sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 3918
00274452 3919ac_cv_lib_zephyr_ZInitialize=no
ea0caf4a 3920fi
00274452 3921rm -f conftest.err conftest.$ac_objext \
3922 conftest$ac_exeext conftest.$ac_ext
3923LIBS=$ac_check_lib_save_LIBS
3924fi
3925echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZInitialize" >&5
3926echo "${ECHO_T}$ac_cv_lib_zephyr_ZInitialize" >&6
3927if test $ac_cv_lib_zephyr_ZInitialize = yes; then
ea0caf4a 3928 :
3929else
00274452 3930 { { echo "$as_me:$LINENO: error: Zephyr library not found" >&5
3931echo "$as_me: error: Zephyr library not found" >&2;}
3932 { (exit 1); exit 1; }; }
ea0caf4a 3933fi
3934
00274452 3935
3936 cat >>confdefs.h <<\_ACEOF
ea0caf4a 3937#define HAVE_ZEPHYR 1
00274452 3938_ACEOF
3939
ea0caf4a 3940
ea0caf4a 3941 case $PRO_C_DEFS in
3942 *DEFINE=HAVE_ZEPHYR*) ;;
3943 *) PRO_C_DEFS=DEFINE=HAVE_ZEPHYR\ $PRO_C_DEFS ;;
3944 esac
3945
3946
3947fi
3948
33567bea 3949# RSAREF support (default: build util/rsaref if present)
00274452 3950echo "$as_me:$LINENO: checking for RSAREF" >&5
3951echo $ECHO_N "checking for RSAREF... $ECHO_C" >&6
3952
33567bea 3953# Check whether --with-rsaref or --without-rsaref was given.
3954if test "${with_rsaref+set}" = set; then
3955 withval="$with_rsaref"
3956 rsaref="$withval"
3957 RSAREF_CPPFLAGS="-I$rsaref/include"
3958 RSAREF_LIBS="$rsaref/lib/rsaref.a"
3959else
3960 RSAREF_SUBDIRS=reg_svr
3961 if test -d $srcdir/util/rsaref; then
3962 rsaref=$srcdir/util/rsaref
3963 RSAREF_SUBDIRS="util/rsaref reg_svr"
3964 RSAREF_OUTPUT_FILES="util/rsaref/Makefile"
3965 # autoconf can't deal with creating util/rsaref if util doesn't exist
3966 if test ! -d util; then
3967 mkdir util
3968 fi
3fb6166b 3969 RSAREF_CPPFLAGS='-I$(SRCTOP)/util/rsaref'
33567bea 3970 RSAREF_LIBS='$(BUILDTOP)/util/rsaref/rsaref.a'
3fb6166b 3971 RSAREF_LIBDEP='$(BUILDTOP)/util/rsaref/rsaref.a'
33567bea 3972 else
3973 rsaref=no
3974 fi
00274452 3975fi;
3976echo "$as_me:$LINENO: result: $rsaref" >&5
3977echo "${ECHO_T}$rsaref" >&6
33567bea 3978if test "$rsaref" != no; then
00274452 3979
3980 cat >>confdefs.h <<\_ACEOF
33567bea 3981#define HAVE_RSAREF 1
00274452 3982_ACEOF
3983
33567bea 3984
33567bea 3985 case $PRO_C_DEFS in
3986 *DEFINE=HAVE_RSAREF*) ;;
3987 *) PRO_C_DEFS=DEFINE=HAVE_RSAREF\ $PRO_C_DEFS ;;
3988 esac
3989
3990
3991fi
3992
3993
3994
3995
3fb6166b 3996
bbdb0564 3997# Oracle (default: yes, if $ORACLE_HOME is set)
00274452 3998echo "$as_me:$LINENO: checking for Oracle" >&5
3999echo $ECHO_N "checking for Oracle... $ECHO_C" >&6
4000
ea0caf4a 4001# Check whether --with-oracle or --without-oracle was given.
4002if test "${with_oracle+set}" = set; then
4003 withval="$with_oracle"
4004 oracle="$withval"
4005else
bbdb0564 4006 if test -n "$ORACLE_HOME" -a -d "$ORACLE_HOME"; then
4007 oracle=$ORACLE_HOME
ea0caf4a 4008 else
4009 oracle=no
4010 fi
00274452 4011fi;
4012echo "$as_me:$LINENO: result: $oracle" >&5
4013echo "${ECHO_T}$oracle" >&6
ea0caf4a 4014if test "$oracle" != no; then
00274452 4015 echo "$as_me:$LINENO: checking Pro*C version" >&5
4016echo $ECHO_N "checking Pro*C version... $ECHO_C" >&6
cd357ef5 4017 ORACLE_HOME=$oracle release=`$ORACLE_HOME/bin/proc | awk '/Release/ {print $3;}'`
00274452 4018 echo "$as_me:$LINENO: result: $release" >&5
4019echo "${ECHO_T}$release" >&6
cd357ef5 4020 case $release in
4021 2.0.6.0.0)
4022 SQL_LIBS="-L$oracle/lib -lsql $oracle/lib/osntab.o -lsqlnet -lora -lsqlnet -lnlsrtl -lcv6 -lcore -lnlsrtl -lcore -lm"
4023 ;;
7e38e77c 4024 2.2.4.0.0)
cd357ef5 4025 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"
4026 ;;
00274452 4027 8.1.7.4.0)
dc02aea5 4028 SQL_LIBS="-L$oracle/lib -lclntsh `cat $oracle/lib/sysliblist` -R$oracle/lib -laio -lm -lthread"
7e38e77c 4029 ;;
00274452 4030 10.2.0.2.0)
4031 SQL_LIBS="-L$oracle/lib32 -lclntsh `cat $oracle/lib32/ldflags` `cat $oracle/lib32/sysliblist` -R$oracle/lib32 -laio -lposix4 -lm -lthread"
4032 ;;
4033 *)
4034 { { echo "$as_me:$LINENO: error: Unsupported Oracle release" >&5
4035echo "$as_me: error: Unsupported Oracle release" >&2;}
4036 { (exit 1); exit 1; }; }
4037 ;;
cd357ef5 4038 esac
ea0caf4a 4039 SVRSUBDIRS='$(SVRDIRS)'
ac1784ed 4040 SERVER_OUTPUT_FILES="db/Makefile server/Makefile backup/Makefile dbck/Makefile dcm/Makefile gen/Makefile incremental/Makefile incremental/mailman/Makefile reg_svr/Makefile regtape/Makefile"
ea0caf4a 4041 PRO_C=$oracle/bin/proc
4042 PRO_C_OPTS=CODE=ANSI_C
00274452 4043 PRO_C_DEFS="DEFINE=_PROC_ DEFINE=__sparc $PRO_C_DEFS"
ea0caf4a 4044fi
4045
4046
4047
4048
4049
4050
4051
3595c6c0 4052# Java support, for webmoira
00274452 4053echo "$as_me:$LINENO: checking for Java" >&5
4054echo $ECHO_N "checking for Java... $ECHO_C" >&6
4055
3595c6c0 4056# Check whether --with-java or --without-java was given.
4057if test "${with_java+set}" = set; then
4058 withval="$with_java"
4059 java="$withval"
4060else
4061 if test -n "$JAVA_HOME" -a -d "$JAVA_HOME"; then
4062 java=$JAVA_HOME
4063 else
4064 java=no
4065 fi
00274452 4066fi;
4067echo "$as_me:$LINENO: result: $java" >&5
4068echo "${ECHO_T}$java" >&6
3595c6c0 4069if test "$java" != no; then
4070 if test "$java" != yes; then
4071 JAVA_CPPFLAGS="-I$java/include -I$java/include/$short_os"
4072 fi
00274452 4073
4074 cat >>confdefs.h <<\_ACEOF
3595c6c0 4075#define HAVE_JAVA 1
00274452 4076_ACEOF
4077
3595c6c0 4078
3595c6c0 4079 case $PRO_C_DEFS in
4080 *DEFINE=HAVE_JAVA*) ;;
4081 *) PRO_C_DEFS=DEFINE=HAVE_JAVA\ $PRO_C_DEFS ;;
4082 esac
4083
4084
4085
4086 WEBMOIRA_SUBDIRS="webmoira"
4087 WEBMOIRA_OUTPUT_FILES="webmoira/Makefile"
4088fi
4089
4090
a5a4b554 4091
9b1f5e48 4092# LDAP support
00274452 4093echo "$as_me:$LINENO: checking for LDAP" >&5
4094echo $ECHO_N "checking for LDAP... $ECHO_C" >&6
4095
9b1f5e48 4096# Check whether --with-ldap or --without-ldap was given.
4097if test "${with_ldap+set}" = set; then
4098 withval="$with_ldap"
4099 ldap="$withval"
4100else
4101 if test -n "$LDAP_HOME" -a -d "$LDAP_HOME"; then
4102 ldap=$LDAP_HOME
4103 else
4104 ldap=no
4105 fi
00274452 4106fi;
4107echo "$as_me:$LINENO: result: $ldap" >&5
4108echo "${ECHO_T}$ldap" >&6
9b1f5e48 4109if test "$ldap" != no -a "$oracle" != no; then
4110 if test "$ldap" != yes; then
4111 LDAP_CPPFLAGS="-I$ldap/include"
4112 LDAP_LIBS="-L$ldap/lib"
4113 fi
00274452 4114
4115 cat >>confdefs.h <<\_ACEOF
9b1f5e48 4116#define HAVE_LDAP 1
00274452 4117_ACEOF
4118
9b1f5e48 4119
9b1f5e48 4120 case $PRO_C_DEFS in
4121 *DEFINE=HAVE_LDAP*) ;;
4122 *) PRO_C_DEFS=DEFINE=HAVE_LDAP\ $PRO_C_DEFS ;;
4123 esac
4124
4125
4126
4127 WINAD_SUBDIRS="winad"
4128 WINAD_OUTPUT_FILES="incremental/winad/Makefile"
4129fi
4130
4131
4132
4133
ea0caf4a 4134# AFS support
00274452 4135echo "$as_me:$LINENO: checking for AFS" >&5
4136echo $ECHO_N "checking for AFS... $ECHO_C" >&6
4137
ea0caf4a 4138# Check whether --with-afs or --without-afs was given.
4139if test "${with_afs+set}" = set; then
4140 withval="$with_afs"
4141 afs="$withval"
4142else
4143 afs=no
00274452 4144fi;
4145echo "$as_me:$LINENO: result: $afs" >&5
4146echo "${ECHO_T}$afs" >&6
ea0caf4a 4147if test "$afs" != no -a "$oracle" != no; then
4148 if test "$afs" != yes; then
4149 AFS_CPPFLAGS="-I$afs/include -I$afs/include/afs -I$afs/include/rx"
4150 AFS_PRO_C_INCLUDES="INCLUDE=$afs/include INCLUDE=$afs/include/afs INCLUDE=$afs/include/rx"
4151 AFS_LIBS="-L$afs/lib -L$afs/lib/afs"
4152 AFS_DIR=$afs
4153 fi
00274452 4154 echo "$as_me:$LINENO: checking for pioctl in -lsys" >&5
4155echo $ECHO_N "checking for pioctl in -lsys... $ECHO_C" >&6
4156if test "${ac_cv_lib_sys_pioctl+set}" = set; then
4157 echo $ECHO_N "(cached) $ECHO_C" >&6
4158else
4159 ac_check_lib_save_LIBS=$LIBS
4160LIBS="-lsys $AFS_LIBS -lrx -llwp -lsys -lafsutil $LIBS"
4161cat >conftest.$ac_ext <<_ACEOF
4162/* confdefs.h. */
4163_ACEOF
4164cat confdefs.h >>conftest.$ac_ext
4165cat >>conftest.$ac_ext <<_ACEOF
4166/* end confdefs.h. */
4167
ea0caf4a 4168/* Override any gcc2 internal prototype to avoid an error. */
00274452 4169#ifdef __cplusplus
4170extern "C"
4171#endif
ea0caf4a 4172/* We use char because int might match the return type of a gcc2
00274452 4173 builtin and then its argument prototype would still apply. */
4174char pioctl ();
4175int
4176main ()
4177{
4178pioctl ();
4179 ;
4180 return 0;
4181}
4182_ACEOF
4183rm -f conftest.$ac_objext conftest$ac_exeext
4184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4185 (eval $ac_link) 2>conftest.er1
4186 ac_status=$?
4187 grep -v '^ *+' conftest.er1 >conftest.err
4188 rm -f conftest.er1
4189 cat conftest.err >&5
4190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4191 (exit $ac_status); } &&
4192 { ac_try='test -z "$ac_c_werror_flag"
4193 || test ! -s conftest.err'
4194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4195 (eval $ac_try) 2>&5
4196 ac_status=$?
4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); }; } &&
4199 { ac_try='test -s conftest$ac_exeext'
4200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4201 (eval $ac_try) 2>&5
4202 ac_status=$?
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); }; }; then
4205 ac_cv_lib_sys_pioctl=yes
4206else
4207 echo "$as_me: failed program was:" >&5
4208sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 4209
00274452 4210ac_cv_lib_sys_pioctl=no
ea0caf4a 4211fi
00274452 4212rm -f conftest.err conftest.$ac_objext \
4213 conftest$ac_exeext conftest.$ac_ext
4214LIBS=$ac_check_lib_save_LIBS
4215fi
4216echo "$as_me:$LINENO: result: $ac_cv_lib_sys_pioctl" >&5
4217echo "${ECHO_T}$ac_cv_lib_sys_pioctl" >&6
4218if test $ac_cv_lib_sys_pioctl = yes; then
ea0caf4a 4219 :
4220else
00274452 4221 { { echo "$as_me:$LINENO: error: AFS libraries not found" >&5
4222echo "$as_me: error: AFS libraries not found" >&2;}
4223 { (exit 1); exit 1; }; }
ea0caf4a 4224fi
4225
00274452 4226
4227 cat >>confdefs.h <<\_ACEOF
ea0caf4a 4228#define HAVE_AFS 1
00274452 4229_ACEOF
4230
ea0caf4a 4231
ea0caf4a 4232 case $PRO_C_DEFS in
4233 *DEFINE=HAVE_AFS*) ;;
4234 *) PRO_C_DEFS=DEFINE=HAVE_AFS\ $PRO_C_DEFS ;;
4235 esac
4236
4237
9ed720ef 4238
9b1f5e48 4239 AFS_SUBDIRS="afs"
4240 AFS_OUTPUT_FILES="incremental/afs/Makefile"
9ed720ef 4241 if test -d $srcdir/afssync; then
9b1f5e48 4242 AFS_SYNCDIR="afssync"
9ed720ef 4243 AFS_OUTPUT_FILES="$AFS_OUTPUT_FILES afssync/Makefile"
4244 fi
ea0caf4a 4245fi
4246
4247
4248
4249
4250
4251
9ed720ef 4252
ea0caf4a 4253# GNU readline
00274452 4254{ echo "$as_me:$LINENO: checking for GNU readline......" >&5
4255echo "$as_me: checking for GNU readline......" >&6;}
4256
ea0caf4a 4257# Check whether --with-readline or --without-readline was given.
4258if test "${with_readline+set}" = set; then
4259 withval="$with_readline"
00274452 4260 readline="$withval"; echo "$as_me:$LINENO: result: $withval" >&5
4261echo "${ECHO_T}$withval" >&6
ea0caf4a 4262else
00274452 4263 echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
4264echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
4265if test "${ac_cv_lib_readline_readline+set}" = set; then
4266 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 4267else
00274452 4268 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 4269LIBS="-lreadline -ltermcap $LIBS"
00274452 4270cat >conftest.$ac_ext <<_ACEOF
4271/* confdefs.h. */
4272_ACEOF
4273cat confdefs.h >>conftest.$ac_ext
4274cat >>conftest.$ac_ext <<_ACEOF
4275/* end confdefs.h. */
4276
ea0caf4a 4277/* Override any gcc2 internal prototype to avoid an error. */
00274452 4278#ifdef __cplusplus
4279extern "C"
4280#endif
ea0caf4a 4281/* We use char because int might match the return type of a gcc2
00274452 4282 builtin and then its argument prototype would still apply. */
4283char readline ();
4284int
4285main ()
4286{
4287readline ();
4288 ;
4289 return 0;
4290}
4291_ACEOF
4292rm -f conftest.$ac_objext conftest$ac_exeext
4293if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4294 (eval $ac_link) 2>conftest.er1
4295 ac_status=$?
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); } &&
4301 { ac_try='test -z "$ac_c_werror_flag"
4302 || test ! -s conftest.err'
4303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4304 (eval $ac_try) 2>&5
4305 ac_status=$?
4306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4307 (exit $ac_status); }; } &&
4308 { ac_try='test -s conftest$ac_exeext'
4309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4310 (eval $ac_try) 2>&5
4311 ac_status=$?
4312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4313 (exit $ac_status); }; }; then
4314 ac_cv_lib_readline_readline=yes
4315else
4316 echo "$as_me: failed program was:" >&5
4317sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 4318
00274452 4319ac_cv_lib_readline_readline=no
4320fi
4321rm -f conftest.err conftest.$ac_objext \
4322 conftest$ac_exeext conftest.$ac_ext
4323LIBS=$ac_check_lib_save_LIBS
ea0caf4a 4324fi
00274452 4325echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
4326echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
4327if test $ac_cv_lib_readline_readline = yes; then
ea0caf4a 4328 readline=yes
4329else
00274452 4330 if test "$athena" = true; then
ee85084d 4331 unset ac_cv_lib_readline_readline
00274452 4332 echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
4333echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
4334if test "${ac_cv_lib_readline_readline+set}" = set; then
4335 echo $ECHO_N "(cached) $ECHO_C" >&6
ee85084d 4336else
00274452 4337 ac_check_lib_save_LIBS=$LIBS
ee85084d 4338LIBS="-lreadline -L/mit/gnu/lib -ltermcap $LIBS"
00274452 4339cat >conftest.$ac_ext <<_ACEOF
4340/* confdefs.h. */
4341_ACEOF
4342cat confdefs.h >>conftest.$ac_ext
4343cat >>conftest.$ac_ext <<_ACEOF
4344/* end confdefs.h. */
4345
ee85084d 4346/* Override any gcc2 internal prototype to avoid an error. */
00274452 4347#ifdef __cplusplus
4348extern "C"
4349#endif
ee85084d 4350/* We use char because int might match the return type of a gcc2
00274452 4351 builtin and then its argument prototype would still apply. */
4352char readline ();
4353int
4354main ()
4355{
4356readline ();
4357 ;
4358 return 0;
4359}
4360_ACEOF
4361rm -f conftest.$ac_objext conftest$ac_exeext
4362if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4363 (eval $ac_link) 2>conftest.er1
4364 ac_status=$?
4365 grep -v '^ *+' conftest.er1 >conftest.err
4366 rm -f conftest.er1
4367 cat conftest.err >&5
4368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4369 (exit $ac_status); } &&
4370 { ac_try='test -z "$ac_c_werror_flag"
4371 || test ! -s conftest.err'
4372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4373 (eval $ac_try) 2>&5
4374 ac_status=$?
4375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4376 (exit $ac_status); }; } &&
4377 { ac_try='test -s conftest$ac_exeext'
4378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4379 (eval $ac_try) 2>&5
4380 ac_status=$?
4381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382 (exit $ac_status); }; }; then
4383 ac_cv_lib_readline_readline=yes
4384else
4385 echo "$as_me: failed program was:" >&5
4386sed 's/^/| /' conftest.$ac_ext >&5
ee85084d 4387
00274452 4388ac_cv_lib_readline_readline=no
4389fi
4390rm -f conftest.err conftest.$ac_objext \
4391 conftest$ac_exeext conftest.$ac_ext
4392LIBS=$ac_check_lib_save_LIBS
ee85084d 4393fi
00274452 4394echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
4395echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
4396if test $ac_cv_lib_readline_readline = yes; then
ee85084d 4397 readline=/mit/gnu
4398else
00274452 4399 :
ea0caf4a 4400fi
4401
ee85084d 4402 fi
4403fi
4404
00274452 4405fi;
ea0caf4a 4406if test "$readline" != no; then
4407 if test "$readline" != yes; then
c5c5a18d 4408 READLINE_CPPFLAGS="-I$readline/include"
ee85084d 4409 READLINE_LIBS="-L$readline/lib"
ea0caf4a 4410 fi
ee85084d 4411 READLINE_CPPFLAGS="$READLINE_CPPFLAGS -DHAVE_READLINE"
4412 READLINE_LIBS="$READLINE_LIBS -lreadline -ltermcap"
ea0caf4a 4413fi
4414
4415
4416
4417# Curses
4418curses=curses
00274452 4419{ echo "$as_me:$LINENO: checking for curses..." >&5
4420echo "$as_me: checking for curses..." >&6;}
4421echo "$as_me:$LINENO: checking for main in -lcurses" >&5
4422echo $ECHO_N "checking for main in -lcurses... $ECHO_C" >&6
4423if test "${ac_cv_lib_curses_main+set}" = set; then
4424 echo $ECHO_N "(cached) $ECHO_C" >&6
4425else
4426 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 4427LIBS="-lcurses $LIBS"
00274452 4428cat >conftest.$ac_ext <<_ACEOF
4429/* confdefs.h. */
4430_ACEOF
4431cat confdefs.h >>conftest.$ac_ext
4432cat >>conftest.$ac_ext <<_ACEOF
4433/* end confdefs.h. */
4434
4435
4436int
4437main ()
4438{
4439main ();
4440 ;
4441 return 0;
4442}
4443_ACEOF
4444rm -f conftest.$ac_objext conftest$ac_exeext
4445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4446 (eval $ac_link) 2>conftest.er1
4447 ac_status=$?
4448 grep -v '^ *+' conftest.er1 >conftest.err
4449 rm -f conftest.er1
4450 cat conftest.err >&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } &&
4453 { ac_try='test -z "$ac_c_werror_flag"
4454 || test ! -s conftest.err'
4455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4456 (eval $ac_try) 2>&5
4457 ac_status=$?
4458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459 (exit $ac_status); }; } &&
4460 { ac_try='test -s conftest$ac_exeext'
4461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4462 (eval $ac_try) 2>&5
4463 ac_status=$?
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; }; then
4466 ac_cv_lib_curses_main=yes
4467else
4468 echo "$as_me: failed program was:" >&5
4469sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 4470
00274452 4471ac_cv_lib_curses_main=no
ea0caf4a 4472fi
00274452 4473rm -f conftest.err conftest.$ac_objext \
4474 conftest$ac_exeext conftest.$ac_ext
4475LIBS=$ac_check_lib_save_LIBS
4476fi
4477echo "$as_me:$LINENO: result: $ac_cv_lib_curses_main" >&5
4478echo "${ECHO_T}$ac_cv_lib_curses_main" >&6
4479if test $ac_cv_lib_curses_main = yes; then
ea0caf4a 4480 :
4481else
00274452 4482 echo "$as_me:$LINENO: checking for main in -lncurses" >&5
4483echo $ECHO_N "checking for main in -lncurses... $ECHO_C" >&6
4484if test "${ac_cv_lib_ncurses_main+set}" = set; then
4485 echo $ECHO_N "(cached) $ECHO_C" >&6
ea0caf4a 4486else
00274452 4487 ac_check_lib_save_LIBS=$LIBS
ea0caf4a 4488LIBS="-lncurses $LIBS"
00274452 4489cat >conftest.$ac_ext <<_ACEOF
4490/* confdefs.h. */
4491_ACEOF
4492cat confdefs.h >>conftest.$ac_ext
4493cat >>conftest.$ac_ext <<_ACEOF
4494/* end confdefs.h. */
4495
4496
4497int
4498main ()
4499{
4500main ();
4501 ;
4502 return 0;
4503}
4504_ACEOF
4505rm -f conftest.$ac_objext conftest$ac_exeext
4506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4507 (eval $ac_link) 2>conftest.er1
4508 ac_status=$?
4509 grep -v '^ *+' conftest.er1 >conftest.err
4510 rm -f conftest.er1
4511 cat conftest.err >&5
4512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4513 (exit $ac_status); } &&
4514 { ac_try='test -z "$ac_c_werror_flag"
4515 || test ! -s conftest.err'
4516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4517 (eval $ac_try) 2>&5
4518 ac_status=$?
4519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4520 (exit $ac_status); }; } &&
4521 { ac_try='test -s conftest$ac_exeext'
4522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4523 (eval $ac_try) 2>&5
4524 ac_status=$?
4525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526 (exit $ac_status); }; }; then
4527 ac_cv_lib_ncurses_main=yes
4528else
4529 echo "$as_me: failed program was:" >&5
4530sed 's/^/| /' conftest.$ac_ext >&5
ea0caf4a 4531
00274452 4532ac_cv_lib_ncurses_main=no
ea0caf4a 4533fi
00274452 4534rm -f conftest.err conftest.$ac_objext \
4535 conftest$ac_exeext conftest.$ac_ext
4536LIBS=$ac_check_lib_save_LIBS
4537fi
4538echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_main" >&5
4539echo "${ECHO_T}$ac_cv_lib_ncurses_main" >&6
4540if test $ac_cv_lib_ncurses_main = yes; then
ea0caf4a 4541 curses=ncurses
ea0caf4a 4542fi
4543
4544fi
4545
4546if test -n "$curses"; then
4547 OLDLIBS=$LIBS
4548 LIBS=-l$curses
00274452 4549 { echo "$as_me:$LINENO: checking if curses needs termcap..." >&5
4550echo "$as_me: checking if curses needs termcap..." >&6;}
ea0caf4a 4551 if test "$cross_compiling" = yes; then
4552 :
4553else
00274452 4554 cat >conftest.$ac_ext <<_ACEOF
4555/* confdefs.h. */
4556_ACEOF
4557cat confdefs.h >>conftest.$ac_ext
4558cat >>conftest.$ac_ext <<_ACEOF
4559/* end confdefs.h. */
ea0caf4a 4560#include <curses.h>
4561 main(int argc, char **argv)
4562 {
4563 initscr();
4564 endwin();
4565 return 0;
4566 }
00274452 4567_ACEOF
4568rm -f conftest$ac_exeext
4569if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4570 (eval $ac_link) 2>&5
4571 ac_status=$?
4572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4573 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4575 (eval $ac_try) 2>&5
4576 ac_status=$?
4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4578 (exit $ac_status); }; }; then
ea0caf4a 4579 CURSES_LIBS="-l$curses"
4580else
00274452 4581 echo "$as_me: program exited with status $ac_status" >&5
4582echo "$as_me: failed program was:" >&5
4583sed 's/^/| /' conftest.$ac_ext >&5
4584
4585( exit $ac_status )
4586LIBS="-l$curses -ltermcap"
ea0caf4a 4587 if test "$cross_compiling" = yes; then
4588 :
4589else
00274452 4590 cat >conftest.$ac_ext <<_ACEOF
4591/* confdefs.h. */
4592_ACEOF
4593cat confdefs.h >>conftest.$ac_ext
4594cat >>conftest.$ac_ext <<_ACEOF
4595/* end confdefs.h. */
ea0caf4a 4596#include <curses.h>
4597 main(int argc, char **argv)
4598 {
4599 initscr();
4600 endwin();
4601 return 0;
4602 }
00274452 4603_ACEOF
4604rm -f conftest$ac_exeext
4605if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4606 (eval $ac_link) 2>&5
4607 ac_status=$?
4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4611 (eval $ac_try) 2>&5
4612 ac_status=$?
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); }; }; then
ea0caf4a 4615 CURSES_LIBS="-l$curses -ltermcap"
4616else
00274452 4617 echo "$as_me: program exited with status $ac_status" >&5
4618echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5
4620
4621( exit $ac_status )
4622:
ea0caf4a 4623fi
00274452 4624rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
ea0caf4a 4625fi
ea0caf4a 4626fi
00274452 4627rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
ea0caf4a 4628fi
ea0caf4a 4629 LIBS=$OLDLIBS
4630fi
4631if test -n "$CURSES_LIBS"; then
4632 OLDLIBS=$LIBS
4633 LIBS=$CURSES_LIBS
00274452 4634 cat >conftest.$ac_ext <<_ACEOF
4635/* confdefs.h. */
4636_ACEOF
4637cat confdefs.h >>conftest.$ac_ext
4638cat >>conftest.$ac_ext <<_ACEOF
4639/* end confdefs.h. */
ea0caf4a 4640#include <curses.h>
00274452 4641int
4642main ()
4643{
ea0caf4a 4644WINDOW *w; getmaxx(w);
00274452 4645 ;
4646 return 0;
4647}
4648_ACEOF
4649rm -f conftest.$ac_objext conftest$ac_exeext
4650if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4651 (eval $ac_link) 2>conftest.er1
4652 ac_status=$?
4653 grep -v '^ *+' conftest.er1 >conftest.err
4654 rm -f conftest.er1
4655 cat conftest.err >&5
4656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657 (exit $ac_status); } &&
4658 { ac_try='test -z "$ac_c_werror_flag"
4659 || test ! -s conftest.err'
4660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4661 (eval $ac_try) 2>&5
4662 ac_status=$?
4663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664 (exit $ac_status); }; } &&
4665 { ac_try='test -s conftest$ac_exeext'
4666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4667 (eval $ac_try) 2>&5
4668 ac_status=$?
4669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4670 (exit $ac_status); }; }; then
ea0caf4a 4671 :
4672else
00274452 4673 echo "$as_me: failed program was:" >&5
4674sed 's/^/| /' conftest.$ac_ext >&5
4675
4676cat >conftest.$ac_ext <<_ACEOF
4677/* confdefs.h. */
4678_ACEOF
4679cat confdefs.h >>conftest.$ac_ext
4680cat >>conftest.$ac_ext <<_ACEOF
4681/* end confdefs.h. */
ea0caf4a 4682#include <curses.h>
00274452 4683int
4684main ()
4685{
ea0caf4a 4686WINDOW *w; w->_maxx;
00274452 4687 ;
4688 return 0;
4689}
4690_ACEOF
4691rm -f conftest.$ac_objext
4692if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4693 (eval $ac_compile) 2>conftest.er1
4694 ac_status=$?
4695 grep -v '^ *+' conftest.er1 >conftest.err
4696 rm -f conftest.er1
4697 cat conftest.err >&5
4698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4699 (exit $ac_status); } &&
4700 { ac_try='test -z "$ac_c_werror_flag"
4701 || test ! -s conftest.err'
4702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4703 (eval $ac_try) 2>&5
4704 ac_status=$?
4705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4706 (exit $ac_status); }; } &&
4707 { ac_try='test -s conftest.$ac_objext'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4709 (eval $ac_try) 2>&5
4710 ac_status=$?
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; }; then
ea0caf4a 4713 CURSES_CPPFLAGS="-D'getmaxx(w)=w->_maxx'"
4714else
00274452 4715 echo "$as_me: failed program was:" >&5
4716sed 's/^/| /' conftest.$ac_ext >&5
4717
4718CURSES_CPPFLAGS="-D'getmaxx(w)=w->maxx'"
ea0caf4a 4719fi
00274452 4720rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
ea0caf4a 4721fi
00274452 4722rm -f conftest.err conftest.$ac_objext \
4723 conftest$ac_exeext conftest.$ac_ext
4724 cat >conftest.$ac_ext <<_ACEOF
4725/* confdefs.h. */
4726_ACEOF
4727cat confdefs.h >>conftest.$ac_ext
4728cat >>conftest.$ac_ext <<_ACEOF
4729/* end confdefs.h. */
4753fa79 4730#include <curses.h>
00274452 4731int
4732main ()
4733{
4753fa79 4734newterm(NULL, NULL, NULL);
00274452 4735 ;
4736 return 0;
4737}
4738_ACEOF
4739rm -f conftest.$ac_objext conftest$ac_exeext
4740if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4741 (eval $ac_link) 2>conftest.er1
4742 ac_status=$?
4743 grep -v '^ *+' conftest.er1 >conftest.err
4744 rm -f conftest.er1
4745 cat conftest.err >&5
4746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4747 (exit $ac_status); } &&
4748 { ac_try='test -z "$ac_c_werror_flag"
4749 || test ! -s conftest.err'
4750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4751 (eval $ac_try) 2>&5
4752 ac_status=$?
4753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4754 (exit $ac_status); }; } &&
4755 { ac_try='test -s conftest$ac_exeext'
4756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4757 (eval $ac_try) 2>&5
4758 ac_status=$?
4759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4760 (exit $ac_status); }; }; then
4753fa79 4761 CURSES_CPPFLAGS="$CURSES_CPPFLAGS -DCURSES_HAS_NEWTERM"
4762else
00274452 4763 echo "$as_me: failed program was:" >&5
4764sed 's/^/| /' conftest.$ac_ext >&5
4765
4753fa79 4766fi
00274452 4767rm -f conftest.err conftest.$ac_objext \
4768 conftest$ac_exeext conftest.$ac_ext
ea0caf4a 4769 LIBS=$OLDLIBS
4770 CURSES_CPPFLAGS="-DHAVE_CURSES $CURSES_CPPFLAGS"
4771 CURSES_SUBDIRS='$(CURSES_SUBDIRS)'
4772else
00274452 4773 { echo "$as_me:$LINENO: WARNING: Couldn't find -lcurses" >&5
4774echo "$as_me: WARNING: Couldn't find -lcurses" >&2;}
ea0caf4a 4775fi
4776
4777
4778
4779
4780
00274452 4781
4782
4783
4784
4785
83a0db38 4786for ac_func in getusershell strlcpy strlcat uname strvis
ea0caf4a 4787do
00274452 4788as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4789echo "$as_me:$LINENO: checking for $ac_func" >&5
4790echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4791if eval "test \"\${$as_ac_var+set}\" = set"; then
4792 echo $ECHO_N "(cached) $ECHO_C" >&6
4793else
4794 cat >conftest.$ac_ext <<_ACEOF
4795/* confdefs.h. */
4796_ACEOF
4797cat confdefs.h >>conftest.$ac_ext
4798cat >>conftest.$ac_ext <<_ACEOF
4799/* end confdefs.h. */
4800/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4802#define $ac_func innocuous_$ac_func
4803
ea0caf4a 4804/* System header to define __stub macros and hopefully few prototypes,
00274452 4805 which can conflict with char $ac_func (); below.
4806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4807 <limits.h> exists even on freestanding compilers. */
4808
4809#ifdef __STDC__
4810# include <limits.h>
4811#else
4812# include <assert.h>
4813#endif
ea0caf4a 4814
00274452 4815#undef $ac_func
ea0caf4a 4816
00274452 4817/* Override any gcc2 internal prototype to avoid an error. */
4818#ifdef __cplusplus
4819extern "C"
4820{
4821#endif
4822/* We use char because int might match the return type of a gcc2
4823 builtin and then its argument prototype would still apply. */
4824char $ac_func ();
ea0caf4a 4825/* The GNU C library defines this for functions which it implements
4826 to always fail with ENOSYS. Some functions are actually named
4827 something starting with __ and the normal name is an alias. */
4828#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4829choke me
4830#else
00274452 4831char (*f) () = $ac_func;
4832#endif
4833#ifdef __cplusplus
4834}
ea0caf4a 4835#endif
4836
00274452 4837int
4838main ()
4839{
4840return f != $ac_func;
4841 ;
4842 return 0;
4843}
4844_ACEOF
4845rm -f conftest.$ac_objext conftest$ac_exeext
4846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4847 (eval $ac_link) 2>conftest.er1
4848 ac_status=$?
4849 grep -v '^ *+' conftest.er1 >conftest.err
4850 rm -f conftest.er1
4851 cat conftest.err >&5
4852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4853 (exit $ac_status); } &&
4854 { ac_try='test -z "$ac_c_werror_flag"
4855 || test ! -s conftest.err'
4856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4857 (eval $ac_try) 2>&5
4858 ac_status=$?
4859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4860 (exit $ac_status); }; } &&
4861 { ac_try='test -s conftest$ac_exeext'
4862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4863 (eval $ac_try) 2>&5
4864 ac_status=$?
4865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4866 (exit $ac_status); }; }; then
4867 eval "$as_ac_var=yes"
ea0caf4a 4868else
00274452 4869 echo "$as_me: failed program was:" >&5
4870sed 's/^/| /' conftest.$ac_ext >&5
4871
4872eval "$as_ac_var=no"
ea0caf4a 4873fi
00274452 4874rm -f conftest.err conftest.$ac_objext \
4875 conftest$ac_exeext conftest.$ac_ext
ea0caf4a 4876fi
00274452 4877echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4878echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4879if test `eval echo '${'$as_ac_var'}'` = yes; then
4880 cat >>confdefs.h <<_ACEOF
4881#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4882_ACEOF
ea0caf4a 4883
ea0caf4a 4884fi
4885done
4886
4887
00274452 4888echo "$as_me:$LINENO: checking for sigaction" >&5
4889echo $ECHO_N "checking for sigaction... $ECHO_C" >&6
4890if test "${ac_cv_func_sigaction+set}" = set; then
4891 echo $ECHO_N "(cached) $ECHO_C" >&6
533bacb3 4892else
00274452 4893 cat >conftest.$ac_ext <<_ACEOF
4894/* confdefs.h. */
4895_ACEOF
4896cat confdefs.h >>conftest.$ac_ext
4897cat >>conftest.$ac_ext <<_ACEOF
4898/* end confdefs.h. */
4899/* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
4900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4901#define sigaction innocuous_sigaction
4902
533bacb3 4903/* System header to define __stub macros and hopefully few prototypes,
00274452 4904 which can conflict with char sigaction (); below.
4905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4906 <limits.h> exists even on freestanding compilers. */
4907
4908#ifdef __STDC__
4909# include <limits.h>
4910#else
4911# include <assert.h>
4912#endif
533bacb3 4913
00274452 4914#undef sigaction
533bacb3 4915
00274452 4916/* Override any gcc2 internal prototype to avoid an error. */
4917#ifdef __cplusplus
4918extern "C"
4919{
4920#endif
4921/* We use char because int might match the return type of a gcc2
4922 builtin and then its argument prototype would still apply. */
4923char sigaction ();
533bacb3 4924/* The GNU C library defines this for functions which it implements
4925 to always fail with ENOSYS. Some functions are actually named
4926 something starting with __ and the normal name is an alias. */
4927#if defined (__stub_sigaction) || defined (__stub___sigaction)
4928choke me
4929#else
00274452 4930char (*f) () = sigaction;
4931#endif
4932#ifdef __cplusplus
4933}
533bacb3 4934#endif
4935
00274452 4936int
4937main ()
4938{
4939return f != sigaction;
4940 ;
4941 return 0;
4942}
4943_ACEOF
4944rm -f conftest.$ac_objext conftest$ac_exeext
4945if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4946 (eval $ac_link) 2>conftest.er1
4947 ac_status=$?
4948 grep -v '^ *+' conftest.er1 >conftest.err
4949 rm -f conftest.er1
4950 cat conftest.err >&5
4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4952 (exit $ac_status); } &&
4953 { ac_try='test -z "$ac_c_werror_flag"
4954 || test ! -s conftest.err'
4955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4956 (eval $ac_try) 2>&5
4957 ac_status=$?
4958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4959 (exit $ac_status); }; } &&
4960 { ac_try='test -s conftest$ac_exeext'
4961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4962 (eval $ac_try) 2>&5
4963 ac_status=$?
4964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); }; }; then
4966 ac_cv_func_sigaction=yes
533bacb3 4967else
00274452 4968 echo "$as_me: failed program was:" >&5
4969sed 's/^/| /' conftest.$ac_ext >&5
4970
4971ac_cv_func_sigaction=no
533bacb3 4972fi
00274452 4973rm -f conftest.err conftest.$ac_objext \
4974 conftest$ac_exeext conftest.$ac_ext
533bacb3 4975fi
00274452 4976echo "$as_me:$LINENO: result: $ac_cv_func_sigaction" >&5
4977echo "${ECHO_T}$ac_cv_func_sigaction" >&6
4978if test $ac_cv_func_sigaction = yes; then
4979 cat >>confdefs.h <<\_ACEOF
533bacb3 4980#define HAVE_POSIX_SIGNALS 1
00274452 4981_ACEOF
533bacb3 4982
533bacb3 4983fi
4984
4985
00274452 4986ac_ext=c
4987ac_cpp='$CPP $CPPFLAGS'
4988ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4989ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4990ac_compiler_gnu=$ac_cv_c_compiler_gnu
4991echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4992echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
533bacb3 4993# On Suns, sometimes $CPP names a directory.
4994if test -n "$CPP" && test -d "$CPP"; then
4995 CPP=
4996fi
4997if test -z "$CPP"; then
00274452 4998 if test "${ac_cv_prog_CPP+set}" = set; then
4999 echo $ECHO_N "(cached) $ECHO_C" >&6
533bacb3 5000else
00274452 5001 # Double quotes because CPP needs to be expanded
5002 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5003 do
5004 ac_preproc_ok=false
5005for ac_c_preproc_warn_flag in '' yes
5006do
5007 # Use a header file that comes with gcc, so configuring glibc
5008 # with a fresh cross-compiler works.
5009 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5010 # <limits.h> exists even on freestanding compilers.
533bacb3 5011 # On the NeXT, cc -E runs the code through the compiler's parser,
00274452 5012 # not just through cpp. "Syntax error" is here to catch this case.
5013 cat >conftest.$ac_ext <<_ACEOF
5014/* confdefs.h. */
5015_ACEOF
5016cat confdefs.h >>conftest.$ac_ext
5017cat >>conftest.$ac_ext <<_ACEOF
5018/* end confdefs.h. */
5019#ifdef __STDC__
5020# include <limits.h>
5021#else
5022# include <assert.h>
5023#endif
5024 Syntax error
5025_ACEOF
5026if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5027 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5028 ac_status=$?
5029 grep -v '^ *+' conftest.er1 >conftest.err
5030 rm -f conftest.er1
5031 cat conftest.err >&5
5032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5033 (exit $ac_status); } >/dev/null; then
5034 if test -s conftest.err; then
5035 ac_cpp_err=$ac_c_preproc_warn_flag
5036 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5037 else
5038 ac_cpp_err=
5039 fi
533bacb3 5040else
00274452 5041 ac_cpp_err=yes
5042fi
5043if test -z "$ac_cpp_err"; then
533bacb3 5044 :
5045else
00274452 5046 echo "$as_me: failed program was:" >&5
5047sed 's/^/| /' conftest.$ac_ext >&5
5048
5049 # Broken: fails on valid input.
5050continue
5051fi
5052rm -f conftest.err conftest.$ac_ext
5053
5054 # OK, works on sane cases. Now check whether non-existent headers
5055 # can be detected and how.
5056 cat >conftest.$ac_ext <<_ACEOF
5057/* confdefs.h. */
5058_ACEOF
5059cat confdefs.h >>conftest.$ac_ext
5060cat >>conftest.$ac_ext <<_ACEOF
5061/* end confdefs.h. */
5062#include <ac_nonexistent.h>
5063_ACEOF
5064if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5065 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5066 ac_status=$?
5067 grep -v '^ *+' conftest.er1 >conftest.err
5068 rm -f conftest.er1
5069 cat conftest.err >&5
5070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5071 (exit $ac_status); } >/dev/null; then
5072 if test -s conftest.err; then
5073 ac_cpp_err=$ac_c_preproc_warn_flag
5074 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5075 else
5076 ac_cpp_err=
5077 fi
533bacb3 5078else
00274452 5079 ac_cpp_err=yes
533bacb3 5080fi
00274452 5081if test -z "$ac_cpp_err"; then
5082 # Broken: success on invalid input.
5083continue
5084else
5085 echo "$as_me: failed program was:" >&5
5086sed 's/^/| /' conftest.$ac_ext >&5
5087
5088 # Passes both tests.
5089ac_preproc_ok=:
5090break
533bacb3 5091fi
00274452 5092rm -f conftest.err conftest.$ac_ext
5093
5094done
5095# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5096rm -f conftest.err conftest.$ac_ext
5097if $ac_preproc_ok; then
5098 break
533bacb3 5099fi
00274452 5100
5101 done
5102 ac_cv_prog_CPP=$CPP
5103
533bacb3 5104fi
00274452 5105 CPP=$ac_cv_prog_CPP
533bacb3 5106else
00274452 5107 ac_cv_prog_CPP=$CPP
533bacb3 5108fi
00274452 5109echo "$as_me:$LINENO: result: $CPP" >&5
5110echo "${ECHO_T}$CPP" >&6
5111ac_preproc_ok=false
5112for ac_c_preproc_warn_flag in '' yes
533bacb3 5113do
00274452 5114 # Use a header file that comes with gcc, so configuring glibc
5115 # with a fresh cross-compiler works.
5116 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5117 # <limits.h> exists even on freestanding compilers.
5118 # On the NeXT, cc -E runs the code through the compiler's parser,
5119 # not just through cpp. "Syntax error" is here to catch this case.
5120 cat >conftest.$ac_ext <<_ACEOF
5121/* confdefs.h. */
5122_ACEOF
5123cat confdefs.h >>conftest.$ac_ext
5124cat >>conftest.$ac_ext <<_ACEOF
5125/* end confdefs.h. */
5126#ifdef __STDC__
5127# include <limits.h>
5128#else
5129# include <assert.h>
5130#endif
5131 Syntax error
5132_ACEOF
5133if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5134 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5135 ac_status=$?
5136 grep -v '^ *+' conftest.er1 >conftest.err
5137 rm -f conftest.er1
5138 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } >/dev/null; then
5141 if test -s conftest.err; then
5142 ac_cpp_err=$ac_c_preproc_warn_flag
5143 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5144 else
5145 ac_cpp_err=
5146 fi
533bacb3 5147else
00274452 5148 ac_cpp_err=yes
533bacb3 5149fi
00274452 5150if test -z "$ac_cpp_err"; then
5151 :
7674bbe4 5152else
00274452 5153 echo "$as_me: failed program was:" >&5
5154sed 's/^/| /' conftest.$ac_ext >&5
5155
5156 # Broken: fails on valid input.
5157continue
5158fi
5159rm -f conftest.err conftest.$ac_ext
5160
5161 # OK, works on sane cases. Now check whether non-existent headers
5162 # can be detected and how.
5163 cat >conftest.$ac_ext <<_ACEOF
5164/* confdefs.h. */
5165_ACEOF
5166cat confdefs.h >>conftest.$ac_ext
5167cat >>conftest.$ac_ext <<_ACEOF
5168/* end confdefs.h. */
5169#include <ac_nonexistent.h>
5170_ACEOF
5171if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5172 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5173 ac_status=$?
5174 grep -v '^ *+' conftest.er1 >conftest.err
5175 rm -f conftest.er1
5176 cat conftest.err >&5
5177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5178 (exit $ac_status); } >/dev/null; then
5179 if test -s conftest.err; then
5180 ac_cpp_err=$ac_c_preproc_warn_flag
5181 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5182 else
5183 ac_cpp_err=
5184 fi
5185else
5186 ac_cpp_err=yes
7674bbe4 5187fi
00274452 5188if test -z "$ac_cpp_err"; then
5189 # Broken: success on invalid input.
5190continue
5191else
5192 echo "$as_me: failed program was:" >&5
5193sed 's/^/| /' conftest.$ac_ext >&5
5194
5195 # Passes both tests.
5196ac_preproc_ok=:
5197break
7674bbe4 5198fi
00274452 5199rm -f conftest.err conftest.$ac_ext
7674bbe4 5200
00274452 5201done
5202# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5203rm -f conftest.err conftest.$ac_ext
5204if $ac_preproc_ok; then
5205 :
7674bbe4 5206else
00274452 5207 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5208See \`config.log' for more details." >&5
5209echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5210See \`config.log' for more details." >&2;}
5211 { (exit 1); exit 1; }; }
7674bbe4 5212fi
5213
00274452 5214ac_ext=c
5215ac_cpp='$CPP $CPPFLAGS'
5216ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5217ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5218ac_compiler_gnu=$ac_cv_c_compiler_gnu
5219
5220
5221echo "$as_me:$LINENO: checking for egrep" >&5
5222echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5223if test "${ac_cv_prog_egrep+set}" = set; then
5224 echo $ECHO_N "(cached) $ECHO_C" >&6
5225else
5226 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5227 then ac_cv_prog_egrep='grep -E'
5228 else ac_cv_prog_egrep='egrep'
5229 fi
5230fi
5231echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5232echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5233 EGREP=$ac_cv_prog_egrep
5234
5235
5236echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5237echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5238if test "${ac_cv_header_stdc+set}" = set; then
5239 echo $ECHO_N "(cached) $ECHO_C" >&6
5240else
5241 cat >conftest.$ac_ext <<_ACEOF
5242/* confdefs.h. */
5243_ACEOF
5244cat confdefs.h >>conftest.$ac_ext
5245cat >>conftest.$ac_ext <<_ACEOF
5246/* end confdefs.h. */
5247#include <stdlib.h>
5248#include <stdarg.h>
5249#include <string.h>
5250#include <float.h>
5251
5252int
5253main ()
5254{
5255
5256 ;
5257 return 0;
5258}
5259_ACEOF
5260rm -f conftest.$ac_objext
5261if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5262 (eval $ac_compile) 2>conftest.er1
5263 ac_status=$?
5264 grep -v '^ *+' conftest.er1 >conftest.err
5265 rm -f conftest.er1
5266 cat conftest.err >&5
5267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5268 (exit $ac_status); } &&
5269 { ac_try='test -z "$ac_c_werror_flag"
5270 || test ! -s conftest.err'
5271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5272 (eval $ac_try) 2>&5
5273 ac_status=$?
5274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5275 (exit $ac_status); }; } &&
5276 { ac_try='test -s conftest.$ac_objext'
5277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5278 (eval $ac_try) 2>&5
5279 ac_status=$?
5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281 (exit $ac_status); }; }; then
5282 ac_cv_header_stdc=yes
5283else
5284 echo "$as_me: failed program was:" >&5
5285sed 's/^/| /' conftest.$ac_ext >&5
5286
5287ac_cv_header_stdc=no
5288fi
5289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5290
5291if test $ac_cv_header_stdc = yes; then
5292 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5293 cat >conftest.$ac_ext <<_ACEOF
5294/* confdefs.h. */
5295_ACEOF
5296cat confdefs.h >>conftest.$ac_ext
5297cat >>conftest.$ac_ext <<_ACEOF
5298/* end confdefs.h. */
5299#include <string.h>
5300
5301_ACEOF
5302if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5303 $EGREP "memchr" >/dev/null 2>&1; then
5304 :
5305else
5306 ac_cv_header_stdc=no
5307fi
5308rm -f conftest*
5309
5310fi
5311
5312if test $ac_cv_header_stdc = yes; then
5313 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5314 cat >conftest.$ac_ext <<_ACEOF
5315/* confdefs.h. */
5316_ACEOF
5317cat confdefs.h >>conftest.$ac_ext
5318cat >>conftest.$ac_ext <<_ACEOF
5319/* end confdefs.h. */
5320#include <stdlib.h>
5321
5322_ACEOF
5323if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5324 $EGREP "free" >/dev/null 2>&1; then
5325 :
5326else
5327 ac_cv_header_stdc=no
5328fi
5329rm -f conftest*
5330
5331fi
5332
5333if test $ac_cv_header_stdc = yes; then
5334 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5335 if test "$cross_compiling" = yes; then
5336 :
5337else
5338 cat >conftest.$ac_ext <<_ACEOF
5339/* confdefs.h. */
5340_ACEOF
5341cat confdefs.h >>conftest.$ac_ext
5342cat >>conftest.$ac_ext <<_ACEOF
5343/* end confdefs.h. */
5344#include <ctype.h>
5345#if ((' ' & 0x0FF) == 0x020)
5346# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5347# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5348#else
5349# define ISLOWER(c) \
5350 (('a' <= (c) && (c) <= 'i') \
5351 || ('j' <= (c) && (c) <= 'r') \
5352 || ('s' <= (c) && (c) <= 'z'))
5353# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5354#endif
5355
5356#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5357int
5358main ()
5359{
5360 int i;
5361 for (i = 0; i < 256; i++)
5362 if (XOR (islower (i), ISLOWER (i))
5363 || toupper (i) != TOUPPER (i))
5364 exit(2);
5365 exit (0);
5366}
5367_ACEOF
5368rm -f conftest$ac_exeext
5369if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5370 (eval $ac_link) 2>&5
5371 ac_status=$?
5372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5373 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5375 (eval $ac_try) 2>&5
5376 ac_status=$?
5377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5378 (exit $ac_status); }; }; then
5379 :
5380else
5381 echo "$as_me: program exited with status $ac_status" >&5
5382echo "$as_me: failed program was:" >&5
5383sed 's/^/| /' conftest.$ac_ext >&5
5384
5385( exit $ac_status )
5386ac_cv_header_stdc=no
5387fi
5388rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5389fi
5390fi
5391fi
5392echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5393echo "${ECHO_T}$ac_cv_header_stdc" >&6
5394if test $ac_cv_header_stdc = yes; then
5395
5396cat >>confdefs.h <<\_ACEOF
5397#define STDC_HEADERS 1
5398_ACEOF
5399
5400fi
5401
5402# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5413 inttypes.h stdint.h unistd.h
5414do
5415as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5416echo "$as_me:$LINENO: checking for $ac_header" >&5
5417echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5418if eval "test \"\${$as_ac_Header+set}\" = set"; then
5419 echo $ECHO_N "(cached) $ECHO_C" >&6
5420else
5421 cat >conftest.$ac_ext <<_ACEOF
5422/* confdefs.h. */
5423_ACEOF
5424cat confdefs.h >>conftest.$ac_ext
5425cat >>conftest.$ac_ext <<_ACEOF
5426/* end confdefs.h. */
5427$ac_includes_default
5428
5429#include <$ac_header>
5430_ACEOF
5431rm -f conftest.$ac_objext
5432if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5433 (eval $ac_compile) 2>conftest.er1
5434 ac_status=$?
5435 grep -v '^ *+' conftest.er1 >conftest.err
5436 rm -f conftest.er1
5437 cat conftest.err >&5
5438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5439 (exit $ac_status); } &&
5440 { ac_try='test -z "$ac_c_werror_flag"
5441 || test ! -s conftest.err'
5442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5443 (eval $ac_try) 2>&5
5444 ac_status=$?
5445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5446 (exit $ac_status); }; } &&
5447 { ac_try='test -s conftest.$ac_objext'
5448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5449 (eval $ac_try) 2>&5
5450 ac_status=$?
5451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5452 (exit $ac_status); }; }; then
5453 eval "$as_ac_Header=yes"
5454else
5455 echo "$as_me: failed program was:" >&5
5456sed 's/^/| /' conftest.$ac_ext >&5
5457
5458eval "$as_ac_Header=no"
5459fi
5460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5461fi
5462echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5463echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5464if test `eval echo '${'$as_ac_Header'}'` = yes; then
5465 cat >>confdefs.h <<_ACEOF
5466#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5467_ACEOF
5468
5469fi
5470
5471done
5472
5473
5474
5475
5476for ac_header in unistd.h getopt.h
5477do
5478as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5479if eval "test \"\${$as_ac_Header+set}\" = set"; then
5480 echo "$as_me:$LINENO: checking for $ac_header" >&5
5481echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5482if eval "test \"\${$as_ac_Header+set}\" = set"; then
5483 echo $ECHO_N "(cached) $ECHO_C" >&6
5484fi
5485echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5486echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5487else
5488 # Is the header compilable?
5489echo "$as_me:$LINENO: checking $ac_header usability" >&5
5490echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5491cat >conftest.$ac_ext <<_ACEOF
5492/* confdefs.h. */
5493_ACEOF
5494cat confdefs.h >>conftest.$ac_ext
5495cat >>conftest.$ac_ext <<_ACEOF
5496/* end confdefs.h. */
5497$ac_includes_default
5498#include <$ac_header>
5499_ACEOF
5500rm -f conftest.$ac_objext
5501if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5502 (eval $ac_compile) 2>conftest.er1
5503 ac_status=$?
5504 grep -v '^ *+' conftest.er1 >conftest.err
5505 rm -f conftest.er1
5506 cat conftest.err >&5
5507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5508 (exit $ac_status); } &&
5509 { ac_try='test -z "$ac_c_werror_flag"
5510 || test ! -s conftest.err'
5511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5512 (eval $ac_try) 2>&5
5513 ac_status=$?
5514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5515 (exit $ac_status); }; } &&
5516 { ac_try='test -s conftest.$ac_objext'
5517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5518 (eval $ac_try) 2>&5
5519 ac_status=$?
5520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5521 (exit $ac_status); }; }; then
5522 ac_header_compiler=yes
5523else
5524 echo "$as_me: failed program was:" >&5
5525sed 's/^/| /' conftest.$ac_ext >&5
5526
5527ac_header_compiler=no
5528fi
5529rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5530echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5531echo "${ECHO_T}$ac_header_compiler" >&6
5532
5533# Is the header present?
5534echo "$as_me:$LINENO: checking $ac_header presence" >&5
5535echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5536cat >conftest.$ac_ext <<_ACEOF
5537/* confdefs.h. */
5538_ACEOF
5539cat confdefs.h >>conftest.$ac_ext
5540cat >>conftest.$ac_ext <<_ACEOF
5541/* end confdefs.h. */
5542#include <$ac_header>
5543_ACEOF
5544if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5545 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5546 ac_status=$?
5547 grep -v '^ *+' conftest.er1 >conftest.err
5548 rm -f conftest.er1
5549 cat conftest.err >&5
5550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); } >/dev/null; then
5552 if test -s conftest.err; then
5553 ac_cpp_err=$ac_c_preproc_warn_flag
5554 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5555 else
5556 ac_cpp_err=
5557 fi
5558else
5559 ac_cpp_err=yes
5560fi
5561if test -z "$ac_cpp_err"; then
5562 ac_header_preproc=yes
5563else
5564 echo "$as_me: failed program was:" >&5
5565sed 's/^/| /' conftest.$ac_ext >&5
5566
5567 ac_header_preproc=no
5568fi
5569rm -f conftest.err conftest.$ac_ext
5570echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5571echo "${ECHO_T}$ac_header_preproc" >&6
5572
5573# So? What about this header?
5574case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5575 yes:no: )
5576 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5577echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5579echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5580 ac_header_preproc=yes
5581 ;;
5582 no:yes:* )
5583 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5584echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5585 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5586echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5587 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5588echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5589 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5590echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5591 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5592echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5593 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5594echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5595 (
5596 cat <<\_ASBOX
5597## ------------------------------------------ ##
5598## Report this to the AC_PACKAGE_NAME lists. ##
5599## ------------------------------------------ ##
5600_ASBOX
5601 ) |
5602 sed "s/^/$as_me: WARNING: /" >&2
5603 ;;
5604esac
5605echo "$as_me:$LINENO: checking for $ac_header" >&5
5606echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5607if eval "test \"\${$as_ac_Header+set}\" = set"; then
5608 echo $ECHO_N "(cached) $ECHO_C" >&6
5609else
5610 eval "$as_ac_Header=\$ac_header_preproc"
5611fi
5612echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5613echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5614
5615fi
5616if test `eval echo '${'$as_ac_Header'}'` = yes; then
5617 cat >>confdefs.h <<_ACEOF
5618#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5619_ACEOF
5620
5621fi
5622
5623done
5624
5625
5626if test "${ac_cv_header_netinet_in_h+set}" = set; then
5627 echo "$as_me:$LINENO: checking for netinet/in.h" >&5
5628echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
5629if test "${ac_cv_header_netinet_in_h+set}" = set; then
5630 echo $ECHO_N "(cached) $ECHO_C" >&6
5631fi
5632echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
5633echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
5634else
5635 # Is the header compilable?
5636echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
5637echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
5638cat >conftest.$ac_ext <<_ACEOF
5639/* confdefs.h. */
5640_ACEOF
5641cat confdefs.h >>conftest.$ac_ext
5642cat >>conftest.$ac_ext <<_ACEOF
5643/* end confdefs.h. */
5644$ac_includes_default
5645#include <netinet/in.h>
5646_ACEOF
5647rm -f conftest.$ac_objext
5648if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5649 (eval $ac_compile) 2>conftest.er1
5650 ac_status=$?
5651 grep -v '^ *+' conftest.er1 >conftest.err
5652 rm -f conftest.er1
5653 cat conftest.err >&5
5654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5655 (exit $ac_status); } &&
5656 { ac_try='test -z "$ac_c_werror_flag"
5657 || test ! -s conftest.err'
5658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5659 (eval $ac_try) 2>&5
5660 ac_status=$?
5661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5662 (exit $ac_status); }; } &&
5663 { ac_try='test -s conftest.$ac_objext'
5664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5665 (eval $ac_try) 2>&5
5666 ac_status=$?
5667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5668 (exit $ac_status); }; }; then
5669 ac_header_compiler=yes
5670else
5671 echo "$as_me: failed program was:" >&5
5672sed 's/^/| /' conftest.$ac_ext >&5
5673
5674ac_header_compiler=no
5675fi
5676rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5677echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5678echo "${ECHO_T}$ac_header_compiler" >&6
5679
5680# Is the header present?
5681echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
5682echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
5683cat >conftest.$ac_ext <<_ACEOF
5684/* confdefs.h. */
5685_ACEOF
5686cat confdefs.h >>conftest.$ac_ext
5687cat >>conftest.$ac_ext <<_ACEOF
5688/* end confdefs.h. */
5689#include <netinet/in.h>
5690_ACEOF
5691if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5693 ac_status=$?
5694 grep -v '^ *+' conftest.er1 >conftest.err
5695 rm -f conftest.er1
5696 cat conftest.err >&5
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); } >/dev/null; then
5699 if test -s conftest.err; then
5700 ac_cpp_err=$ac_c_preproc_warn_flag
5701 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5702 else
5703 ac_cpp_err=
5704 fi
5705else
5706 ac_cpp_err=yes
5707fi
5708if test -z "$ac_cpp_err"; then
5709 ac_header_preproc=yes
5710else
5711 echo "$as_me: failed program was:" >&5
5712sed 's/^/| /' conftest.$ac_ext >&5
5713
5714 ac_header_preproc=no
5715fi
5716rm -f conftest.err conftest.$ac_ext
5717echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5718echo "${ECHO_T}$ac_header_preproc" >&6
5719
5720# So? What about this header?
5721case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5722 yes:no: )
5723 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
5724echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5725 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
5726echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
5727 ac_header_preproc=yes
5728 ;;
5729 no:yes:* )
5730 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
5731echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
5732 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
5733echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
5734 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
5735echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
5736 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
5737echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
5738 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
5739echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
5740 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
5741echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
5742 (
5743 cat <<\_ASBOX
5744## ------------------------------------------ ##
5745## Report this to the AC_PACKAGE_NAME lists. ##
5746## ------------------------------------------ ##
5747_ASBOX
5748 ) |
5749 sed "s/^/$as_me: WARNING: /" >&2
5750 ;;
5751esac
5752echo "$as_me:$LINENO: checking for netinet/in.h" >&5
5753echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
5754if test "${ac_cv_header_netinet_in_h+set}" = set; then
5755 echo $ECHO_N "(cached) $ECHO_C" >&6
5756else
5757 ac_cv_header_netinet_in_h=$ac_header_preproc
5758fi
5759echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
5760echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
5761
5762fi
5763if test $ac_cv_header_netinet_in_h = yes; then
5764 cat >>confdefs.h <<\_ACEOF
5765#define HAVE_NETINET_IN_H 1
5766_ACEOF
5767
5768else
5769 no_netinet_in=yes
5770fi
5771
5772
7674bbe4 5773
5774if test "$no_netinet_in" != "yes"; then
00274452 5775 echo "$as_me:$LINENO: checking for in_addr_t defined in netinet/in.h" >&5
5776echo $ECHO_N "checking for in_addr_t defined in netinet/in.h... $ECHO_C" >&6
5777 cat >conftest.$ac_ext <<_ACEOF
5778/* confdefs.h. */
5779_ACEOF
5780cat confdefs.h >>conftest.$ac_ext
5781cat >>conftest.$ac_ext <<_ACEOF
5782/* end confdefs.h. */
7674bbe4 5783#include <netinet/in.h>
00274452 5784
5785_ACEOF
7674bbe4 5786if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
00274452 5787 $EGREP "in_addr_t" >/dev/null 2>&1; then
7674bbe4 5788 ac_cv_type_in_addr_t=yes
5789else
7674bbe4 5790 ac_cv_type_in_addr_t=no
5791fi
5792rm -f conftest*
5793
00274452 5794 echo "$as_me:$LINENO: result: $ac_cv_type_in_addr_t" >&5
5795echo "${ECHO_T}$ac_cv_type_in_addr_t" >&6
7674bbe4 5796fi
5797
5798if test "$ac_cv_type_in_addr_t" != "yes"; then
00274452 5799 cat >>confdefs.h <<\_ACEOF
7674bbe4 5800#define in_addr_t uint32_t
00274452 5801_ACEOF
7674bbe4 5802
5803fi
5804
ea0caf4a 5805
25f58600 5806 case $PRO_C_INCLUDES in
5807 *INCLUDE='$(srcdir)'*) ;;
5808 *) PRO_C_INCLUDES=INCLUDE='$(srcdir)'\ $PRO_C_INCLUDES ;;
5809 esac
5810
5811
00274452 5812
ea0caf4a 5813 case $CPPFLAGS in
5814 *-I'$(SRCTOP)/include'*) ;;
5815 *) CPPFLAGS=-I'$(SRCTOP)/include'\ $CPPFLAGS ;;
5816 esac
5817
00274452 5818
ea0caf4a 5819 case $PRO_C_INCLUDES in
5820 *INCLUDE='$(SRCTOP)/include'*) ;;
5821 *) PRO_C_INCLUDES=INCLUDE='$(SRCTOP)/include'\ $PRO_C_INCLUDES ;;
5822 esac
5823
5824
5825
00274452 5826
25f58600 5827 case $CPPFLAGS in
5828 *-I'$(SRCTOP)/lib'*) ;;
5829 *) CPPFLAGS=-I'$(SRCTOP)/lib'\ $CPPFLAGS ;;
5830 esac
5831
00274452 5832
25f58600 5833 case $PRO_C_INCLUDES in
5834 *INCLUDE='$(SRCTOP)/lib'*) ;;
5835 *) PRO_C_INCLUDES=INCLUDE='$(SRCTOP)/lib'\ $PRO_C_INCLUDES ;;
5836 esac
5837
5838
5839
00274452 5840
ea0caf4a 5841 case $CPPFLAGS in
5842 *-I'$(BUILDTOP)/lib'*) ;;
5843 *) CPPFLAGS=-I'$(BUILDTOP)/lib'\ $CPPFLAGS ;;
5844 esac
5845
00274452 5846
ea0caf4a 5847 case $PRO_C_INCLUDES in
5848 *INCLUDE='$(BUILDTOP)/lib'*) ;;
5849 *) PRO_C_INCLUDES=INCLUDE='$(BUILDTOP)/lib'\ $PRO_C_INCLUDES ;;
5850 esac
5851
5852
5853
00274452 5854
ea0caf4a 5855 case $CPPFLAGS in
5856 *-I'$(BUILDTOP)/db'*) ;;
5857 *) CPPFLAGS=-I'$(BUILDTOP)/db'\ $CPPFLAGS ;;
5858 esac
5859
00274452 5860
ea0caf4a 5861 case $PRO_C_INCLUDES in
5862 *INCLUDE='$(BUILDTOP)/db'*) ;;
5863 *) PRO_C_INCLUDES=INCLUDE='$(BUILDTOP)/db'\ $PRO_C_INCLUDES ;;
5864 esac
5865
5866
9976f5e9 5867
00274452 5868
9976f5e9 5869 case $CPPFLAGS in
5870 *-I'$(srcdir)'*) ;;
5871 *) CPPFLAGS=-I'$(srcdir)'\ $CPPFLAGS ;;
5872 esac
5873
00274452 5874
9976f5e9 5875 case $PRO_C_INCLUDES in
5876 *INCLUDE='$(srcdir)'*) ;;
5877 *) PRO_C_INCLUDES=INCLUDE='$(srcdir)'\ $PRO_C_INCLUDES ;;
5878 esac
5879
5880
ea0caf4a 5881LDFLAGS="$LDFLAGS -L\$(BUILDTOP)/lib $LIBPATH"
5882KLIBS="-lzephyr $KRB4_LIBS -lcom_err -lhesiod $LIBS"
5883LIBS="-lmoira $KLIBS"
5884
5885
3fb6166b 5886MR_LIBDEP='$(BUILDTOP)/lib/libmoira.a'
5887
5888
00274452 5889 ac_config_files="$ac_config_files Makefile lib/Makefile include/Makefile clients/Makefile clients/lib/Makefile clients/addusr/Makefile clients/blanche/Makefile clients/chfn/Makefile clients/chpobox/Makefile clients/chsh/Makefile clients/mailmaint/Makefile clients/mitch/Makefile clients/moira/Makefile clients/mrcheck/Makefile clients/mrtest/Makefile clients/stanley/Makefile clients/stella/Makefile update/Makefile man/Makefile $WEBMOIRA_OUTPUT_FILES $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES $AFS_OUTPUT_FILES $RSAREF_OUTPUT_FILES"
5890cat >confcache <<\_ACEOF
ea0caf4a 5891# This file is a shell script that caches the results of configure
5892# tests run on this system so they can be shared between configure
00274452 5893# scripts and configure runs, see configure's option --config-cache.
5894# It is not useful on other systems. If it contains results you don't
5895# want to keep, you may remove or edit it.
ea0caf4a 5896#
00274452 5897# config.status only pays attention to the cache file if you give it
5898# the --recheck option to rerun configure.
ea0caf4a 5899#
00274452 5900# `ac_cv_env_foo' variables (set or unset) will be overridden when
5901# loading this file, other *unset* `ac_cv_foo' will be assigned the
5902# following values.
5903
5904_ACEOF
5905
ea0caf4a 5906# The following way of writing the cache mishandles newlines in values,
5907# but we know of no workaround that is simple, portable, and efficient.
5908# So, don't put newlines in cache variables' values.
5909# Ultrix sh set writes to stderr and can't be redirected directly,
5910# and sets the high bit in the cache file unless we assign to the vars.
00274452 5911{
5912 (set) 2>&1 |
5913 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5914 *ac_space=\ *)
5915 # `set' does not quote correctly, so add quotes (double-quote
5916 # substitution turns \\\\ into \\, and sed turns \\ into \).
5917 sed -n \
5918 "s/'/'\\\\''/g;
5919 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5920 ;;
5921 *)
5922 # `set' quotes correctly as required by POSIX, so do not add quotes.
5923 sed -n \
5924 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5925 ;;
5926 esac;
5927} |
5928 sed '
5929 t clear
5930 : clear
5931 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5932 t end
5933 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5934 : end' >>confcache
5935if diff $cache_file confcache >/dev/null 2>&1; then :; else
ea0caf4a 5936 if test -w $cache_file; then
00274452 5937 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5938 cat confcache >$cache_file
ea0caf4a 5939 else
5940 echo "not updating unwritable cache $cache_file"
5941 fi
5942fi
5943rm -f confcache
5944
ea0caf4a 5945test "x$prefix" = xNONE && prefix=$ac_default_prefix
5946# Let make expand exec_prefix.
5947test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5948
00274452 5949# VPATH may cause trouble with some makes, so we remove $(srcdir),
5950# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5951# trailing colons and then remove the whole line if VPATH becomes empty
5952# (actually we leave an empty line to preserve line numbers).
ea0caf4a 5953if test "x$srcdir" = x.; then
00274452 5954 ac_vpsub='/^[ ]*VPATH[ ]*=/{
5955s/:*\$(srcdir):*/:/;
5956s/:*\${srcdir}:*/:/;
5957s/:*@srcdir@:*/:/;
5958s/^\([^=]*=[ ]*\):*/\1/;
5959s/:*$//;
5960s/^[^=]*=[ ]*$//;
5961}'
ea0caf4a 5962fi
5963
ea0caf4a 5964# Transform confdefs.h into DEFS.
5965# Protect against shell expansion while executing Makefile rules.
5966# Protect against Makefile macro expansion.
00274452 5967#
5968# If the first sed substitution is executed (which looks for macros that
5969# take arguments), then we branch to the quote section. Otherwise,
5970# look for a macro that doesn't take arguments.
5971cat >confdef2opt.sed <<\_ACEOF
5972t clear
5973: clear
5974s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
5975t quote
5976s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
5977t quote
5978d
5979: quote
5980s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
5981s,\[,\\&,g
5982s,\],\\&,g
5983s,\$,$$,g
5984p
5985_ACEOF
5986# We use echo to avoid assuming a particular line-breaking character.
5987# The extra dot is to prevent the shell from consuming trailing
5988# line-breaks from the sub-command output. A line-break within
5989# single-quotes doesn't work because, if this script is created in a
5990# platform that uses two characters for line-breaks (e.g., DOS), tr
5991# would break.
5992ac_LF_and_DOT=`echo; echo .`
5993DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
5994rm -f confdef2opt.sed
5995
5996
5997ac_libobjs=
5998ac_ltlibobjs=
5999for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6000 # 1. Remove the extension, and $U if already installed.
6001 ac_i=`echo "$ac_i" |
6002 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6003 # 2. Add them.
6004 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6005 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6006done
6007LIBOBJS=$ac_libobjs
ea0caf4a 6008
00274452 6009LTLIBOBJS=$ac_ltlibobjs
6010
6011
6012
6013: ${CONFIG_STATUS=./config.status}
6014ac_clean_files_save=$ac_clean_files
6015ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6016{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6017echo "$as_me: creating $CONFIG_STATUS" >&6;}
6018cat >$CONFIG_STATUS <<_ACEOF
6019#! $SHELL
6020# Generated by $as_me.
ea0caf4a 6021# Run this file to recreate the current configuration.
ea0caf4a 6022# Compiler output produced by configure, useful for debugging
00274452 6023# configure, is in config.log if it exists.
6024
6025debug=false
6026ac_cs_recheck=false
6027ac_cs_silent=false
6028SHELL=\${CONFIG_SHELL-$SHELL}
6029_ACEOF
6030
6031cat >>$CONFIG_STATUS <<\_ACEOF
6032## --------------------- ##
6033## M4sh Initialization. ##
6034## --------------------- ##
6035
6036# Be Bourne compatible
6037if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6038 emulate sh
6039 NULLCMD=:
6040 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6041 # is contrary to our usage. Disable this feature.
6042 alias -g '${1+"$@"}'='"$@"'
6043elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
6044 set -o posix
6045fi
6046DUALCASE=1; export DUALCASE # for MKS sh
6047
6048# Support unset when possible.
6049if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6050 as_unset=unset
6051else
6052 as_unset=false
6053fi
ea0caf4a 6054
00274452 6055
6056# Work around bugs in pre-3.0 UWIN ksh.
6057$as_unset ENV MAIL MAILPATH
6058PS1='$ '
6059PS2='> '
6060PS4='+ '
6061
6062# NLS nuisances.
6063for as_var in \
6064 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6065 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6066 LC_TELEPHONE LC_TIME
ea0caf4a 6067do
00274452 6068 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6069 eval $as_var=C; export $as_var
6070 else
6071 $as_unset $as_var
6072 fi
ea0caf4a 6073done
6074
00274452 6075# Required to use basename.
6076if expr a : '\(a\)' >/dev/null 2>&1; then
6077 as_expr=expr
6078else
6079 as_expr=false
6080fi
ea0caf4a 6081
00274452 6082if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
6083 as_basename=basename
6084else
6085 as_basename=false
6086fi
6087
6088
6089# Name of the executable.
6090as_me=`$as_basename "$0" ||
6091$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6092 X"$0" : 'X\(//\)$' \| \
6093 X"$0" : 'X\(/\)$' \| \
6094 . : '\(.\)' 2>/dev/null ||
6095echo X/"$0" |
6096 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6097 /^X\/\(\/\/\)$/{ s//\1/; q; }
6098 /^X\/\(\/\).*/{ s//\1/; q; }
6099 s/.*/./; q'`
6100
6101
6102# PATH needs CR, and LINENO needs CR and PATH.
6103# Avoid depending upon Character Ranges.
6104as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6105as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6106as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6107as_cr_digits='0123456789'
6108as_cr_alnum=$as_cr_Letters$as_cr_digits
6109
6110# The user is always right.
6111if test "${PATH_SEPARATOR+set}" != set; then
6112 echo "#! /bin/sh" >conf$$.sh
6113 echo "exit 0" >>conf$$.sh
6114 chmod +x conf$$.sh
6115 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6116 PATH_SEPARATOR=';'
ea0caf4a 6117 else
00274452 6118 PATH_SEPARATOR=:
ea0caf4a 6119 fi
00274452 6120 rm -f conf$$.sh
6121fi
6122
6123
6124 as_lineno_1=$LINENO
6125 as_lineno_2=$LINENO
6126 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6127 test "x$as_lineno_1" != "x$as_lineno_2" &&
6128 test "x$as_lineno_3" = "x$as_lineno_2" || {
6129 # Find who we are. Look in the path if we contain no path at all
6130 # relative or not.
6131 case $0 in
6132 *[\\/]* ) as_myself=$0 ;;
6133 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6134for as_dir in $PATH
6135do
6136 IFS=$as_save_IFS
6137 test -z "$as_dir" && as_dir=.
6138 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6139done
6140
6141 ;;
6142 esac
6143 # We did not find ourselves, most probably we were run as `sh COMMAND'
6144 # in which case we are not to be found in the path.
6145 if test "x$as_myself" = x; then
6146 as_myself=$0
6147 fi
6148 if test ! -f "$as_myself"; then
6149 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
6150echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
6151 { (exit 1); exit 1; }; }
ea0caf4a 6152 fi
00274452 6153 case $CONFIG_SHELL in
6154 '')
6155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6156for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
6157do
6158 IFS=$as_save_IFS
6159 test -z "$as_dir" && as_dir=.
6160 for as_base in sh bash ksh sh5; do
6161 case $as_dir in
6162 /*)
6163 if ("$as_dir/$as_base" -c '
6164 as_lineno_1=$LINENO
6165 as_lineno_2=$LINENO
6166 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6167 test "x$as_lineno_1" != "x$as_lineno_2" &&
6168 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
6169 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
6170 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
6171 CONFIG_SHELL=$as_dir/$as_base
6172 export CONFIG_SHELL
6173 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
6174 fi;;
6175 esac
6176 done
ea0caf4a 6177done
00274452 6178;;
ea0caf4a 6179 esac
6180
00274452 6181 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6182 # uniformly replaced by the line number. The first 'sed' inserts a
6183 # line-number line before each line; the second 'sed' does the real
6184 # work. The second script uses 'N' to pair each line-number line
6185 # with the numbered line, and appends trailing '-' during
6186 # substitution so that $LINENO is not a special case at line end.
6187 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6188 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
6189 sed '=' <$as_myself |
6190 sed '
6191 N
6192 s,$,-,
6193 : loop
6194 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
6195 t loop
6196 s,-$,,
6197 s,^['$as_cr_digits']*\n,,
6198 ' >$as_me.lineno &&
6199 chmod +x $as_me.lineno ||
6200 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
6201echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
6202 { (exit 1); exit 1; }; }
6203
6204 # Don't try to exec as it changes $[0], causing all sort of problems
6205 # (the dirname of $[0] is not the place where we might find the
6206 # original and so on. Autoconf is especially sensible to this).
6207 . ./$as_me.lineno
6208 # Exit status is that of the last command.
6209 exit
6210}
6211
6212
6213case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
6214 *c*,-n*) ECHO_N= ECHO_C='
6215' ECHO_T=' ' ;;
6216 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
6217 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
6218esac
6219
6220if expr a : '\(a\)' >/dev/null 2>&1; then
6221 as_expr=expr
6222else
6223 as_expr=false
6224fi
ea0caf4a 6225
00274452 6226rm -f conf$$ conf$$.exe conf$$.file
6227echo >conf$$.file
6228if ln -s conf$$.file conf$$ 2>/dev/null; then
6229 # We could just check for DJGPP; but this test a) works b) is more generic
6230 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
6231 if test -f conf$$.exe; then
6232 # Don't use ln at all; we don't have any links
6233 as_ln_s='cp -p'
ea0caf4a 6234 else
00274452 6235 as_ln_s='ln -s'
ea0caf4a 6236 fi
00274452 6237elif ln conf$$.file conf$$ 2>/dev/null; then
6238 as_ln_s=ln
6239else
6240 as_ln_s='cp -p'
6241fi
6242rm -f conf$$ conf$$.exe conf$$.file
ea0caf4a 6243
00274452 6244if mkdir -p . 2>/dev/null; then
6245 as_mkdir_p=:
6246else
6247 test -d ./-p && rmdir ./-p
6248 as_mkdir_p=false
6249fi
6250
6251as_executable_p="test -f"
6252
6253# Sed expression to map a string onto a valid CPP name.
6254as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6255
6256# Sed expression to map a string onto a valid variable name.
6257as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6258
6259
6260# IFS
6261# We need space, tab and new line, in precisely that order.
6262as_nl='
6263'
6264IFS=" $as_nl"
6265
6266# CDPATH.
6267$as_unset CDPATH
6268
6269exec 6>&1
6270
6271# Open the log real soon, to keep \$[0] and so on meaningful, and to
6272# report actual input values of CONFIG_FILES etc. instead of their
6273# values after options handling. Logging --version etc. is OK.
6274exec 5>>config.log
6275{
6276 echo
6277 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6278## Running $as_me. ##
6279_ASBOX
6280} >&5
6281cat >&5 <<_CSEOF
6282
6283This file was extended by $as_me, which was
6284generated by GNU Autoconf 2.59. Invocation command line was
6285
6286 CONFIG_FILES = $CONFIG_FILES
6287 CONFIG_HEADERS = $CONFIG_HEADERS
6288 CONFIG_LINKS = $CONFIG_LINKS
6289 CONFIG_COMMANDS = $CONFIG_COMMANDS
6290 $ $0 $@
6291
6292_CSEOF
6293echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
6294echo >&5
6295_ACEOF
6296
6297# Files that config.status was made for.
6298if test -n "$ac_config_files"; then
6299 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
6300fi
6301
6302if test -n "$ac_config_headers"; then
6303 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
6304fi
6305
6306if test -n "$ac_config_links"; then
6307 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
6308fi
6309
6310if test -n "$ac_config_commands"; then
6311 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
6312fi
6313
6314cat >>$CONFIG_STATUS <<\_ACEOF
6315
6316ac_cs_usage="\
6317\`$as_me' instantiates files from templates according to the
6318current configuration.
6319
6320Usage: $0 [OPTIONS] [FILE]...
6321
6322 -h, --help print this help, then exit
6323 -V, --version print version number, then exit
6324 -q, --quiet do not print progress messages
6325 -d, --debug don't remove temporary files
6326 --recheck update $as_me by reconfiguring in the same conditions
6327 --file=FILE[:TEMPLATE]
6328 instantiate the configuration file FILE
6329
6330Configuration files:
6331$config_files
6332
6333Report bugs to <bug-autoconf@gnu.org>."
6334_ACEOF
6335
6336cat >>$CONFIG_STATUS <<_ACEOF
6337ac_cs_version="\\
6338config.status
6339configured by $0, generated by GNU Autoconf 2.59,
6340 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6341
6342Copyright (C) 2003 Free Software Foundation, Inc.
6343This config.status script is free software; the Free Software Foundation
6344gives unlimited permission to copy, distribute and modify it."
6345srcdir=$srcdir
6346INSTALL="$INSTALL"
6347_ACEOF
6348
6349cat >>$CONFIG_STATUS <<\_ACEOF
6350# If no file are specified by the user, then we need to provide default
6351# value. By we need to know if files were specified by the user.
6352ac_need_defaults=:
6353while test $# != 0
6354do
6355 case $1 in
6356 --*=*)
6357 ac_option=`expr "x$1" : 'x\([^=]*\)='`
6358 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
6359 ac_shift=:
6360 ;;
6361 -*)
6362 ac_option=$1
6363 ac_optarg=$2
6364 ac_shift=shift
6365 ;;
6366 *) # This is not an option, so the user has probably given explicit
6367 # arguments.
6368 ac_option=$1
6369 ac_need_defaults=false;;
6370 esac
6371
6372 case $ac_option in
6373 # Handling of the options.
6374_ACEOF
6375cat >>$CONFIG_STATUS <<\_ACEOF
6376 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6377 ac_cs_recheck=: ;;
6378 --version | --vers* | -V )
6379 echo "$ac_cs_version"; exit 0 ;;
6380 --he | --h)
6381 # Conflict between --help and --header
6382 { { echo "$as_me:$LINENO: error: ambiguous option: $1
6383Try \`$0 --help' for more information." >&5
6384echo "$as_me: error: ambiguous option: $1
6385Try \`$0 --help' for more information." >&2;}
6386 { (exit 1); exit 1; }; };;
6387 --help | --hel | -h )
6388 echo "$ac_cs_usage"; exit 0 ;;
6389 --debug | --d* | -d )
6390 debug=: ;;
6391 --file | --fil | --fi | --f )
6392 $ac_shift
6393 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6394 ac_need_defaults=false;;
6395 --header | --heade | --head | --hea )
6396 $ac_shift
6397 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6398 ac_need_defaults=false;;
6399 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6400 | -silent | --silent | --silen | --sile | --sil | --si | --s)
6401 ac_cs_silent=: ;;
6402
6403 # This is an error.
6404 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6405Try \`$0 --help' for more information." >&5
6406echo "$as_me: error: unrecognized option: $1
6407Try \`$0 --help' for more information." >&2;}
6408 { (exit 1); exit 1; }; } ;;
6409
6410 *) ac_config_targets="$ac_config_targets $1" ;;
6411
6412 esac
6413 shift
6414done
6415
6416ac_configure_extra_args=
6417
6418if $ac_cs_silent; then
6419 exec 6>/dev/null
6420 ac_configure_extra_args="$ac_configure_extra_args --silent"
6421fi
6422
6423_ACEOF
6424cat >>$CONFIG_STATUS <<_ACEOF
6425if \$ac_cs_recheck; then
6426 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6427 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6428fi
6429
6430_ACEOF
6431
6432
6433
6434
6435
6436cat >>$CONFIG_STATUS <<\_ACEOF
6437for ac_config_target in $ac_config_targets
6438do
6439 case "$ac_config_target" in
6440 # Handling of arguments.
6441 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6442 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
6443 "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
6444 "clients/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/Makefile" ;;
6445 "clients/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/lib/Makefile" ;;
6446 "clients/addusr/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/addusr/Makefile" ;;
6447 "clients/blanche/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/blanche/Makefile" ;;
6448 "clients/chfn/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/chfn/Makefile" ;;
6449 "clients/chpobox/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/chpobox/Makefile" ;;
6450 "clients/chsh/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/chsh/Makefile" ;;
6451 "clients/mailmaint/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/mailmaint/Makefile" ;;
6452 "clients/mitch/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/mitch/Makefile" ;;
6453 "clients/moira/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/moira/Makefile" ;;
6454 "clients/mrcheck/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/mrcheck/Makefile" ;;
6455 "clients/mrtest/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/mrtest/Makefile" ;;
6456 "clients/stanley/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/stanley/Makefile" ;;
6457 "clients/stella/Makefile" ) CONFIG_FILES="$CONFIG_FILES clients/stella/Makefile" ;;
6458 "update/Makefile" ) CONFIG_FILES="$CONFIG_FILES update/Makefile" ;;
6459 "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
6460 "$WEBMOIRA_OUTPUT_FILES" ) CONFIG_FILES="$CONFIG_FILES $WEBMOIRA_OUTPUT_FILES" ;;
6461 "$SERVER_OUTPUT_FILES" ) CONFIG_FILES="$CONFIG_FILES $SERVER_OUTPUT_FILES" ;;
6462 "$WINAD_OUTPUT_FILES" ) CONFIG_FILES="$CONFIG_FILES $WINAD_OUTPUT_FILES" ;;
6463 "$AFS_OUTPUT_FILES" ) CONFIG_FILES="$CONFIG_FILES $AFS_OUTPUT_FILES" ;;
6464 "$RSAREF_OUTPUT_FILES" ) CONFIG_FILES="$CONFIG_FILES $RSAREF_OUTPUT_FILES" ;;
6465 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6466echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6467 { (exit 1); exit 1; }; };;
ea0caf4a 6468 esac
00274452 6469done
6470
6471# If the user did not use the arguments to specify the items to instantiate,
6472# then the envvar interface is used. Set only those that are not.
6473# We use the long form for the default assignment because of an extremely
6474# bizarre bug on SunOS 4.1.3.
6475if $ac_need_defaults; then
6476 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6477fi
6478
6479# Have a temporary directory for convenience. Make it in the build tree
6480# simply because there is no reason to put it here, and in addition,
6481# creating and moving files from /tmp can sometimes cause problems.
6482# Create a temporary directory, and hook for its removal unless debugging.
6483$debug ||
6484{
6485 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6486 trap '{ (exit 1); exit 1; }' 1 2 13 15
6487}
6488
6489# Create a (secure) tmp directory for tmp files.
6490
6491{
6492 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6493 test -n "$tmp" && test -d "$tmp"
6494} ||
6495{
6496 tmp=./confstat$$-$RANDOM
6497 (umask 077 && mkdir $tmp)
6498} ||
6499{
6500 echo "$me: cannot create a temporary directory in ." >&2
6501 { (exit 1); exit 1; }
6502}
6503
6504_ACEOF
6505
6506cat >>$CONFIG_STATUS <<_ACEOF
6507
6508#
6509# CONFIG_FILES section.
6510#
6511
6512# No need to generate the scripts if there are no CONFIG_FILES.
6513# This happens for instance when ./config.status config.h
6514if test -n "\$CONFIG_FILES"; then
6515 # Protect against being on the right side of a sed subst in config.status.
6516 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6517 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6518s,@SHELL@,$SHELL,;t t
6519s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6520s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6521s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6522s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6523s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6524s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6525s,@exec_prefix@,$exec_prefix,;t t
6526s,@prefix@,$prefix,;t t
6527s,@program_transform_name@,$program_transform_name,;t t
6528s,@bindir@,$bindir,;t t
6529s,@sbindir@,$sbindir,;t t
6530s,@libexecdir@,$libexecdir,;t t
6531s,@datadir@,$datadir,;t t
6532s,@sysconfdir@,$sysconfdir,;t t
6533s,@sharedstatedir@,$sharedstatedir,;t t
6534s,@localstatedir@,$localstatedir,;t t
6535s,@libdir@,$libdir,;t t
6536s,@includedir@,$includedir,;t t
6537s,@oldincludedir@,$oldincludedir,;t t
6538s,@infodir@,$infodir,;t t
6539s,@mandir@,$mandir,;t t
6540s,@build_alias@,$build_alias,;t t
6541s,@host_alias@,$host_alias,;t t
6542s,@target_alias@,$target_alias,;t t
6543s,@DEFS@,$DEFS,;t t
6544s,@ECHO_C@,$ECHO_C,;t t
6545s,@ECHO_N@,$ECHO_N,;t t
6546s,@ECHO_T@,$ECHO_T,;t t
6547s,@LIBS@,$LIBS,;t t
6548s,@build@,$build,;t t
6549s,@build_cpu@,$build_cpu,;t t
6550s,@build_vendor@,$build_vendor,;t t
6551s,@build_os@,$build_os,;t t
6552s,@host@,$host,;t t
6553s,@host_cpu@,$host_cpu,;t t
6554s,@host_vendor@,$host_vendor,;t t
6555s,@host_os@,$host_os,;t t
6556s,@SO_LDFLAGS@,$SO_LDFLAGS,;t t
6557s,@CC@,$CC,;t t
6558s,@CFLAGS@,$CFLAGS,;t t
6559s,@LDFLAGS@,$LDFLAGS,;t t
6560s,@CPPFLAGS@,$CPPFLAGS,;t t
6561s,@ac_ct_CC@,$ac_ct_CC,;t t
6562s,@EXEEXT@,$EXEEXT,;t t
6563s,@OBJEXT@,$OBJEXT,;t t
6564s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6565s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6566s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6567s,@RANLIB@,$RANLIB,;t t
6568s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
6569s,@SET_MAKE@,$SET_MAKE,;t t
6570s,@mrbindir@,$mrbindir,;t t
6571s,@subdirs@,$subdirs,;t t
6572s,@COM_ERR_SUBDIR@,$COM_ERR_SUBDIR,;t t
6573s,@COMPILE_ET@,$COMPILE_ET,;t t
6574s,@REG_SVR_DEFS@,$REG_SVR_DEFS,;t t
6575s,@REG_SVR_INCLUDES@,$REG_SVR_INCLUDES,;t t
6576s,@REG_SVR_LIBS@,$REG_SVR_LIBS,;t t
6577s,@RSAREF_CPPFLAGS@,$RSAREF_CPPFLAGS,;t t
6578s,@RSAREF_LIBS@,$RSAREF_LIBS,;t t
6579s,@RSAREF_SUBDIRS@,$RSAREF_SUBDIRS,;t t
6580s,@RSAREF_LIBDEP@,$RSAREF_LIBDEP,;t t
6581s,@PRO_C@,$PRO_C,;t t
6582s,@PRO_C_DEFS@,$PRO_C_DEFS,;t t
6583s,@PRO_C_INCLUDES@,$PRO_C_INCLUDES,;t t
6584s,@PRO_C_OPTS@,$PRO_C_OPTS,;t t
6585s,@SQL_LIBS@,$SQL_LIBS,;t t
6586s,@SVRSUBDIRS@,$SVRSUBDIRS,;t t
6587s,@JAVA_CPPFLAGS@,$JAVA_CPPFLAGS,;t t
6588s,@WEBMOIRA_SUBDIRS@,$WEBMOIRA_SUBDIRS,;t t
6589s,@LDAP_CPPFLAGS@,$LDAP_CPPFLAGS,;t t
6590s,@LDAP_LIBS@,$LDAP_LIBS,;t t
6591s,@WINAD_SUBDIRS@,$WINAD_SUBDIRS,;t t
6592s,@AFS_CPPFLAGS@,$AFS_CPPFLAGS,;t t
6593s,@AFS_PRO_C_INCLUDES@,$AFS_PRO_C_INCLUDES,;t t
6594s,@AFS_LIBS@,$AFS_LIBS,;t t
6595s,@AFS_DIR@,$AFS_DIR,;t t
6596s,@AFS_SUBDIRS@,$AFS_SUBDIRS,;t t
6597s,@AFS_SYNCDIR@,$AFS_SYNCDIR,;t t
6598s,@READLINE_CPPFLAGS@,$READLINE_CPPFLAGS,;t t
6599s,@READLINE_LIBS@,$READLINE_LIBS,;t t
6600s,@CURSES_CPPFLAGS@,$CURSES_CPPFLAGS,;t t
6601s,@CURSES_LIBS@,$CURSES_LIBS,;t t
6602s,@CURSES_SUBDIRS@,$CURSES_SUBDIRS,;t t
6603s,@CPP@,$CPP,;t t
6604s,@EGREP@,$EGREP,;t t
6605s,@KLIBS@,$KLIBS,;t t
6606s,@MR_LIBDEP@,$MR_LIBDEP,;t t
6607s,@LIBOBJS@,$LIBOBJS,;t t
6608s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6609CEOF
6610
6611_ACEOF
6612
6613 cat >>$CONFIG_STATUS <<\_ACEOF
6614 # Split the substitutions into bite-sized pieces for seds with
6615 # small command number limits, like on Digital OSF/1 and HP-UX.
6616 ac_max_sed_lines=48
6617 ac_sed_frag=1 # Number of current file.
6618 ac_beg=1 # First line for current file.
6619 ac_end=$ac_max_sed_lines # Line after last line for current file.
6620 ac_more_lines=:
6621 ac_sed_cmds=
6622 while $ac_more_lines; do
6623 if test $ac_beg -gt 1; then
6624 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6625 else
6626 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6627 fi
6628 if test ! -s $tmp/subs.frag; then
6629 ac_more_lines=false
6630 else
6631 # The purpose of the label and of the branching condition is to
6632 # speed up the sed processing (if there are no `@' at all, there
6633 # is no need to browse any of the substitutions).
6634 # These are the two extra sed commands mentioned above.
6635 (echo ':t
6636 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6637 if test -z "$ac_sed_cmds"; then
6638 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6639 else
6640 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6641 fi
6642 ac_sed_frag=`expr $ac_sed_frag + 1`
6643 ac_beg=$ac_end
6644 ac_end=`expr $ac_end + $ac_max_sed_lines`
6645 fi
6646 done
6647 if test -z "$ac_sed_cmds"; then
6648 ac_sed_cmds=cat
6649 fi
6650fi # test -n "$CONFIG_FILES"
ea0caf4a 6651
00274452 6652_ACEOF
6653cat >>$CONFIG_STATUS <<\_ACEOF
6654for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
6655 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6656 case $ac_file in
6657 - | *:- | *:-:* ) # input from stdin
6658 cat >$tmp/stdin
6659 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6660 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6661 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6662 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6663 * ) ac_file_in=$ac_file.in ;;
ea0caf4a 6664 esac
6665
00274452 6666 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6667 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6668$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6669 X"$ac_file" : 'X\(//\)[^/]' \| \
6670 X"$ac_file" : 'X\(//\)$' \| \
6671 X"$ac_file" : 'X\(/\)' \| \
6672 . : '\(.\)' 2>/dev/null ||
6673echo X"$ac_file" |
6674 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6675 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6676 /^X\(\/\/\)$/{ s//\1/; q; }
6677 /^X\(\/\).*/{ s//\1/; q; }
6678 s/.*/./; q'`
6679 { if $as_mkdir_p; then
6680 mkdir -p "$ac_dir"
6681 else
6682 as_dir="$ac_dir"
6683 as_dirs=
6684 while test ! -d "$as_dir"; do
6685 as_dirs="$as_dir $as_dirs"
6686 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6687$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6688 X"$as_dir" : 'X\(//\)[^/]' \| \
6689 X"$as_dir" : 'X\(//\)$' \| \
6690 X"$as_dir" : 'X\(/\)' \| \
6691 . : '\(.\)' 2>/dev/null ||
6692echo X"$as_dir" |
6693 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6694 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6695 /^X\(\/\/\)$/{ s//\1/; q; }
6696 /^X\(\/\).*/{ s//\1/; q; }
6697 s/.*/./; q'`
6698 done
6699 test ! -n "$as_dirs" || mkdir $as_dirs
6700 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6701echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6702 { (exit 1); exit 1; }; }; }
6703
6704 ac_builddir=.
6705
6706if test "$ac_dir" != .; then
6707 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6708 # A "../" for each directory in $ac_dir_suffix.
6709 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6710else
6711 ac_dir_suffix= ac_top_builddir=
6712fi
6713
6714case $srcdir in
6715 .) # No --srcdir option. We are building in place.
6716 ac_srcdir=.
6717 if test -z "$ac_top_builddir"; then
6718 ac_top_srcdir=.
6719 else
6720 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6721 fi ;;
6722 [\\/]* | ?:[\\/]* ) # Absolute path.
6723 ac_srcdir=$srcdir$ac_dir_suffix;
6724 ac_top_srcdir=$srcdir ;;
6725 *) # Relative path.
6726 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6727 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6728esac
6729
6730# Do not use `cd foo && pwd` to compute absolute paths, because
6731# the directories may not exist.
6732case `pwd` in
6733.) ac_abs_builddir="$ac_dir";;
6734*)
6735 case "$ac_dir" in
6736 .) ac_abs_builddir=`pwd`;;
6737 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6738 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6739 esac;;
6740esac
6741case $ac_abs_builddir in
6742.) ac_abs_top_builddir=${ac_top_builddir}.;;
6743*)
6744 case ${ac_top_builddir}. in
6745 .) ac_abs_top_builddir=$ac_abs_builddir;;
6746 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6747 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6748 esac;;
6749esac
6750case $ac_abs_builddir in
6751.) ac_abs_srcdir=$ac_srcdir;;
6752*)
6753 case $ac_srcdir in
6754 .) ac_abs_srcdir=$ac_abs_builddir;;
6755 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6756 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6757 esac;;
6758esac
6759case $ac_abs_builddir in
6760.) ac_abs_top_srcdir=$ac_top_srcdir;;
6761*)
6762 case $ac_top_srcdir in
6763 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6764 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6765 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6766 esac;;
6767esac
6768
6769
6770 case $INSTALL in
6771 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6772 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
ea0caf4a 6773 esac
6774
00274452 6775 if test x"$ac_file" != x-; then
6776 { echo "$as_me:$LINENO: creating $ac_file" >&5
6777echo "$as_me: creating $ac_file" >&6;}
6778 rm -f "$ac_file"
6779 fi
6780 # Let's still pretend it is `configure' which instantiates (i.e., don't
6781 # use $as_me), people would be surprised to read:
6782 # /* config.h. Generated by config.status. */
6783 if test x"$ac_file" = x-; then
6784 configure_input=
6785 else
6786 configure_input="$ac_file. "
6787 fi
6788 configure_input=$configure_input"Generated from `echo $ac_file_in |
6789 sed 's,.*/,,'` by configure."
6790
6791 # First look for the input files in the build tree, otherwise in the
6792 # src tree.
6793 ac_file_inputs=`IFS=:
6794 for f in $ac_file_in; do
6795 case $f in
6796 -) echo $tmp/stdin ;;
6797 [\\/$]*)
6798 # Absolute (can't be DOS-style, as IFS=:)
6799 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6800echo "$as_me: error: cannot find input file: $f" >&2;}
6801 { (exit 1); exit 1; }; }
6802 echo "$f";;
6803 *) # Relative
6804 if test -f "$f"; then
6805 # Build tree
6806 echo "$f"
6807 elif test -f "$srcdir/$f"; then
6808 # Source tree
6809 echo "$srcdir/$f"
6810 else
6811 # /dev/null tree
6812 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6813echo "$as_me: error: cannot find input file: $f" >&2;}
6814 { (exit 1); exit 1; }; }
6815 fi;;
6816 esac
6817 done` || { (exit 1); exit 1; }
6818_ACEOF
6819cat >>$CONFIG_STATUS <<_ACEOF
6820 sed "$ac_vpsub
6821$extrasub
6822_ACEOF
6823cat >>$CONFIG_STATUS <<\_ACEOF
6824:t
6825/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6826s,@configure_input@,$configure_input,;t t
6827s,@srcdir@,$ac_srcdir,;t t
6828s,@abs_srcdir@,$ac_abs_srcdir,;t t
6829s,@top_srcdir@,$ac_top_srcdir,;t t
6830s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
6831s,@builddir@,$ac_builddir,;t t
6832s,@abs_builddir@,$ac_abs_builddir,;t t
6833s,@top_builddir@,$ac_top_builddir,;t t
6834s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
6835s,@INSTALL@,$ac_INSTALL,;t t
6836" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6837 rm -f $tmp/stdin
6838 if test x"$ac_file" != x-; then
6839 mv $tmp/out $ac_file
6840 else
6841 cat $tmp/out
6842 rm -f $tmp/out
6843 fi
ea0caf4a 6844
00274452 6845done
6846_ACEOF
ea0caf4a 6847
00274452 6848cat >>$CONFIG_STATUS <<\_ACEOF
ea0caf4a 6849
00274452 6850{ (exit 0); exit 0; }
6851_ACEOF
ea0caf4a 6852chmod +x $CONFIG_STATUS
00274452 6853ac_clean_files=$ac_clean_files_save
6854
6855
6856# configure is writing to config.log, and then calls config.status.
6857# config.status does its own redirection, appending to config.log.
6858# Unfortunately, on DOS this fails, as config.log is still kept open
6859# by configure, so config.status won't be able to write to it; its
6860# output is simply discarded. So we exec the FD to /dev/null,
6861# effectively closing config.log, so it can be properly (re)opened and
6862# appended to by config.status. When coming back to configure, we
6863# need to make the FD available again.
6864if test "$no_create" != yes; then
6865 ac_cs_success=:
6866 ac_config_status_args=
6867 test "$silent" = yes &&
6868 ac_config_status_args="$ac_config_status_args --quiet"
6869 exec 5>/dev/null
6870 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6871 exec 5>>config.log
6872 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6873 # would make configure fail if this is the last instruction.
6874 $ac_cs_success || { (exit 1); exit 1; }
6875fi
ea0caf4a 6876
00274452 6877#
6878# CONFIG_SUBDIRS section.
6879#
ea0caf4a 6880if test "$no_recursion" != yes; then
6881
6882 # Remove --cache-file and --srcdir arguments so they do not pile up.
6883 ac_sub_configure_args=
6884 ac_prev=
6885 for ac_arg in $ac_configure_args; do
6886 if test -n "$ac_prev"; then
6887 ac_prev=
6888 continue
6889 fi
00274452 6890 case $ac_arg in
ea0caf4a 6891 -cache-file | --cache-file | --cache-fil | --cache-fi \
6892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
6893 ac_prev=cache_file ;;
6894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
00274452 6895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
6896 | --c=*)
6897 ;;
6898 --config-cache | -C)
ea0caf4a 6899 ;;
6900 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
6901 ac_prev=srcdir ;;
6902 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
6903 ;;
00274452 6904 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
6905 ac_prev=prefix ;;
6906 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
6907 ;;
ea0caf4a 6908 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
6909 esac
6910 done
6911
00274452 6912 # Always prepend --prefix to ensure using the same prefix
6913 # in subdir configurations.
6914 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
6915
6916 ac_popdir=`pwd`
6917 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
ea0caf4a 6918
6919 # Do not complain, so a configure script can configure whichever
6920 # parts of a large source tree are present.
00274452 6921 test -d $srcdir/$ac_dir || continue
ea0caf4a 6922
00274452 6923 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
6924echo "$as_me: configuring in $ac_dir" >&6;}
6925 { if $as_mkdir_p; then
6926 mkdir -p "$ac_dir"
6927 else
6928 as_dir="$ac_dir"
6929 as_dirs=
6930 while test ! -d "$as_dir"; do
6931 as_dirs="$as_dir $as_dirs"
6932 as_dir=`(dirname "$as_dir") 2>/dev/null ||
6933$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6934 X"$as_dir" : 'X\(//\)[^/]' \| \
6935 X"$as_dir" : 'X\(//\)$' \| \
6936 X"$as_dir" : 'X\(/\)' \| \
6937 . : '\(.\)' 2>/dev/null ||
6938echo X"$as_dir" |
6939 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6940 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6941 /^X\(\/\/\)$/{ s//\1/; q; }
6942 /^X\(\/\).*/{ s//\1/; q; }
6943 s/.*/./; q'`
6944 done
6945 test ! -n "$as_dirs" || mkdir $as_dirs
6946 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6947echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6948 { (exit 1); exit 1; }; }; }
6949
6950 ac_builddir=.
6951
6952if test "$ac_dir" != .; then
6953 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6954 # A "../" for each directory in $ac_dir_suffix.
6955 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6956else
6957 ac_dir_suffix= ac_top_builddir=
6958fi
ea0caf4a 6959
00274452 6960case $srcdir in
6961 .) # No --srcdir option. We are building in place.
6962 ac_srcdir=.
6963 if test -z "$ac_top_builddir"; then
6964 ac_top_srcdir=.
6965 else
6966 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6967 fi ;;
6968 [\\/]* | ?:[\\/]* ) # Absolute path.
6969 ac_srcdir=$srcdir$ac_dir_suffix;
6970 ac_top_srcdir=$srcdir ;;
6971 *) # Relative path.
6972 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6973 ac_top_srcdir=$ac_top_builddir$srcdir ;;
6974esac
ea0caf4a 6975
00274452 6976# Do not use `cd foo && pwd` to compute absolute paths, because
6977# the directories may not exist.
6978case `pwd` in
6979.) ac_abs_builddir="$ac_dir";;
6980*)
6981 case "$ac_dir" in
6982 .) ac_abs_builddir=`pwd`;;
6983 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6984 *) ac_abs_builddir=`pwd`/"$ac_dir";;
6985 esac;;
6986esac
6987case $ac_abs_builddir in
6988.) ac_abs_top_builddir=${ac_top_builddir}.;;
6989*)
6990 case ${ac_top_builddir}. in
6991 .) ac_abs_top_builddir=$ac_abs_builddir;;
6992 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6993 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6994 esac;;
6995esac
6996case $ac_abs_builddir in
6997.) ac_abs_srcdir=$ac_srcdir;;
6998*)
6999 case $ac_srcdir in
7000 .) ac_abs_srcdir=$ac_abs_builddir;;
7001 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7002 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7003 esac;;
7004esac
7005case $ac_abs_builddir in
7006.) ac_abs_top_srcdir=$ac_top_srcdir;;
7007*)
7008 case $ac_top_srcdir in
7009 .) ac_abs_top_srcdir=$ac_abs_builddir;;
7010 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7011 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7012 esac;;
7013esac
ea0caf4a 7014
ea0caf4a 7015
00274452 7016 cd $ac_dir
ea0caf4a 7017
7018 # Check for guested configure; otherwise get Cygnus style configure.
00274452 7019 if test -f $ac_srcdir/configure.gnu; then
7020 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
7021 elif test -f $ac_srcdir/configure; then
7022 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
7023 elif test -f $ac_srcdir/configure.in; then
ea0caf4a 7024 ac_sub_configure=$ac_configure
7025 else
00274452 7026 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
7027echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
ea0caf4a 7028 ac_sub_configure=
7029 fi
7030
7031 # The recursion is here.
7032 if test -n "$ac_sub_configure"; then
ea0caf4a 7033 # Make the cache file name correct relative to the subdirectory.
00274452 7034 case $cache_file in
7035 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
ea0caf4a 7036 *) # Relative path.
00274452 7037 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
ea0caf4a 7038 esac
ea0caf4a 7039
00274452 7040 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
7041echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
ea0caf4a 7042 # The eval makes quoting arguments work.
00274452 7043 eval $ac_sub_configure $ac_sub_configure_args \
7044 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
7045 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
7046echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
7047 { (exit 1); exit 1; }; }
ea0caf4a 7048 fi
7049
7050 cd $ac_popdir
7051 done
7052fi
7053
This page took 1.305446 seconds and 5 git commands to generate.