masqmail-0.2

view configure @ 0:08114f7dcc23

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