ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.26
Committed: Fri Mar 18 01:53:05 2005 UTC (19 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-1_8
Changes since 1.25: +6 -4 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43 do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97 fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
153 ;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS=" $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="src/gvpe.C"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 # include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 # include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 # include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
311
312 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os 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 MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE 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 USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP LDFLAGS_DAEMON ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313 ac_subst_files=''
314
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
334
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
352
353 ac_prev=
354 for ac_option
355 do
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
367 case $ac_option in
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
373
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
394
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
403
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
436
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
585
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
598
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
625
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
629 ;;
630
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
641 *)
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 ;;
648
649 esac
650 done
651
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
656 fi
657
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
660 do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667 done
668
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672 do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679 done
680
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
687
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697 fi
698
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702 test "$silent" = yes && exec 6>/dev/null
703
704
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725 else
726 ac_srcdir_defaulted=no
727 fi
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
735 fi
736 fi
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
754 ac_env_CC_value=$CC
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
773 ac_env_CXX_set=${CXX+set}
774 ac_env_CXX_value=$CXX
775 ac_cv_env_CXX_set=${CXX+set}
776 ac_cv_env_CXX_value=$CXX
777 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
778 ac_env_CXXFLAGS_value=$CXXFLAGS
779 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
780 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
781 ac_env_CXXCPP_set=${CXXCPP+set}
782 ac_env_CXXCPP_value=$CXXCPP
783 ac_cv_env_CXXCPP_set=${CXXCPP+set}
784 ac_cv_env_CXXCPP_value=$CXXCPP
785
786 #
787 # Report the --help message.
788 #
789 if test "$ac_init_help" = "long"; then
790 # Omit some internal or obsolete options to make the list less imposing.
791 # This message is too long to be a string in the A/UX 3.1 sh.
792 cat <<_ACEOF
793 \`configure' configures this package to adapt to many kinds of systems.
794
795 Usage: $0 [OPTION]... [VAR=VALUE]...
796
797 To assign environment variables (e.g., CC, CFLAGS...), specify them as
798 VAR=VALUE. See below for descriptions of some of the useful variables.
799
800 Defaults for the options are specified in brackets.
801
802 Configuration:
803 -h, --help display this help and exit
804 --help=short display options specific to this package
805 --help=recursive display the short help of all the included packages
806 -V, --version display version information and exit
807 -q, --quiet, --silent do not print \`checking...' messages
808 --cache-file=FILE cache test results in FILE [disabled]
809 -C, --config-cache alias for \`--cache-file=config.cache'
810 -n, --no-create do not create output files
811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
812
813 _ACEOF
814
815 cat <<_ACEOF
816 Installation directories:
817 --prefix=PREFIX install architecture-independent files in PREFIX
818 [$ac_default_prefix]
819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820 [PREFIX]
821
822 By default, \`make install' will install all the files in
823 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825 for instance \`--prefix=\$HOME'.
826
827 For better control, use the options below.
828
829 Fine tuning of the installation directories:
830 --bindir=DIR user executables [EPREFIX/bin]
831 --sbindir=DIR system admin executables [EPREFIX/sbin]
832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837 --libdir=DIR object code libraries [EPREFIX/lib]
838 --includedir=DIR C header files [PREFIX/include]
839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
840 --infodir=DIR info documentation [PREFIX/info]
841 --mandir=DIR man documentation [PREFIX/man]
842 _ACEOF
843
844 cat <<\_ACEOF
845
846 Program names:
847 --program-prefix=PREFIX prepend PREFIX to installed program names
848 --program-suffix=SUFFIX append SUFFIX to installed program names
849 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
850
851 System types:
852 --build=BUILD configure for building on BUILD [guessed]
853 --host=HOST cross-compile to build programs to run on HOST [BUILD]
854 --target=TARGET configure for building compilers for TARGET [HOST]
855 _ACEOF
856 fi
857
858 if test -n "$ac_init_help"; then
859
860 cat <<\_ACEOF
861
862 Optional Features:
863 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
864 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
865 --enable-maintainer-mode enable make rules and dependencies not useful
866 (and sometimes confusing) to the casual installer
867 --disable-dependency-tracking Speeds up one-time builds
868 --enable-dependency-tracking Do not reject slow dependency extractors
869 --disable-rpath do not hardcode runtime library paths
870 --disable-nls do not use Native Language Support
871 --enable-iftype=TYPE/SUBTYPE
872 Use kernel/net device interface TYPE/SUBTYPE.
873 Working combinations are: "native/linux"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested
876 combinations are: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
878 Broken combinations are: "tincd/cygwin"; The default
879 is to autodetect.
880 --enable-static-daemon enable statically linked daemon.
881 --enable-rohc enable robust header compression (rfc3095).
882 --enable-icmp enable icmp protocol support (default disabled).
883 --enable-tcp enable tcp protocol support (default disabled).
884 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
885 --enable-http-proxy enable http proxy connect support (default
886 disabled).
887 --enable-hmac-length=BYTES
888 use a hmac of length BYTES bytes (default 12).
889 Allowed values are 4, 8, 12, 16.
890 --enable-rand-length=BYTES
891 use BYTES bytes of extra randomness (default 8).
892 Allowed values are 0, 4, 8.
893 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
894 Use 9100 for jumbogram support.
895 --disable-compression Disable compression support.
896 --enable-cipher Select the symmetric cipher (default "bf"). Must be
897 one of "bf" (blowfish), "aes-128" (rijndael),
898 "aes-192" or "aes-256".
899 --enable-digest Select the digets algorithm to use (default "sha1").
900 Must be one of "sha1", "ripemd160", "md5" or "md4"
901 (insecure).
902
903 Optional Packages:
904 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
905 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
906 --with-gnu-ld assume the C compiler uses GNU ld default=no
907 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
908 --without-libiconv-prefix don't search for libiconv in includedir and libdir
909 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
910 --without-libintl-prefix don't search for libintl in includedir and libdir
911 --with-kernel=dir give the directory with kernel sources
912 (default: /usr/src/linux)
913 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
914 --with-openssl-lib=DIR OpenSSL library directory
915
916 Some influential environment variables:
917 CC C compiler command
918 CFLAGS C compiler flags
919 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
920 nonstandard directory <lib dir>
921 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
922 headers in a nonstandard directory <include dir>
923 CPP C preprocessor
924 CXX C++ compiler command
925 CXXFLAGS C++ compiler flags
926 CXXCPP C++ preprocessor
927
928 Use these variables to override the choices made by `configure' or to help
929 it to find libraries and programs with nonstandard names/locations.
930
931 _ACEOF
932 fi
933
934 if test "$ac_init_help" = "recursive"; then
935 # If there are subdirs, report their specific --help.
936 ac_popdir=`pwd`
937 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
938 test -d $ac_dir || continue
939 ac_builddir=.
940
941 if test "$ac_dir" != .; then
942 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
943 # A "../" for each directory in $ac_dir_suffix.
944 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
945 else
946 ac_dir_suffix= ac_top_builddir=
947 fi
948
949 case $srcdir in
950 .) # No --srcdir option. We are building in place.
951 ac_srcdir=.
952 if test -z "$ac_top_builddir"; then
953 ac_top_srcdir=.
954 else
955 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
956 fi ;;
957 [\\/]* | ?:[\\/]* ) # Absolute path.
958 ac_srcdir=$srcdir$ac_dir_suffix;
959 ac_top_srcdir=$srcdir ;;
960 *) # Relative path.
961 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
962 ac_top_srcdir=$ac_top_builddir$srcdir ;;
963 esac
964
965 # Do not use `cd foo && pwd` to compute absolute paths, because
966 # the directories may not exist.
967 case `pwd` in
968 .) ac_abs_builddir="$ac_dir";;
969 *)
970 case "$ac_dir" in
971 .) ac_abs_builddir=`pwd`;;
972 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
973 *) ac_abs_builddir=`pwd`/"$ac_dir";;
974 esac;;
975 esac
976 case $ac_abs_builddir in
977 .) ac_abs_top_builddir=${ac_top_builddir}.;;
978 *)
979 case ${ac_top_builddir}. in
980 .) ac_abs_top_builddir=$ac_abs_builddir;;
981 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
982 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
983 esac;;
984 esac
985 case $ac_abs_builddir in
986 .) ac_abs_srcdir=$ac_srcdir;;
987 *)
988 case $ac_srcdir in
989 .) ac_abs_srcdir=$ac_abs_builddir;;
990 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
991 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
992 esac;;
993 esac
994 case $ac_abs_builddir in
995 .) ac_abs_top_srcdir=$ac_top_srcdir;;
996 *)
997 case $ac_top_srcdir in
998 .) ac_abs_top_srcdir=$ac_abs_builddir;;
999 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1000 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1001 esac;;
1002 esac
1003
1004 cd $ac_dir
1005 # Check for guested configure; otherwise get Cygnus style configure.
1006 if test -f $ac_srcdir/configure.gnu; then
1007 echo
1008 $SHELL $ac_srcdir/configure.gnu --help=recursive
1009 elif test -f $ac_srcdir/configure; then
1010 echo
1011 $SHELL $ac_srcdir/configure --help=recursive
1012 elif test -f $ac_srcdir/configure.ac ||
1013 test -f $ac_srcdir/configure.in; then
1014 echo
1015 $ac_configure --help
1016 else
1017 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1018 fi
1019 cd "$ac_popdir"
1020 done
1021 fi
1022
1023 test -n "$ac_init_help" && exit 0
1024 if $ac_init_version; then
1025 cat <<\_ACEOF
1026
1027 Copyright (C) 2003 Free Software Foundation, Inc.
1028 This configure script is free software; the Free Software Foundation
1029 gives unlimited permission to copy, distribute and modify it.
1030 _ACEOF
1031 exit 0
1032 fi
1033 exec 5>config.log
1034 cat >&5 <<_ACEOF
1035 This file contains any messages produced by compilers while
1036 running configure, to aid debugging if configure makes a mistake.
1037
1038 It was created by $as_me, which was
1039 generated by GNU Autoconf 2.59. Invocation command line was
1040
1041 $ $0 $@
1042
1043 _ACEOF
1044 {
1045 cat <<_ASUNAME
1046 ## --------- ##
1047 ## Platform. ##
1048 ## --------- ##
1049
1050 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1051 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1052 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1053 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1054 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1055
1056 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1057 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1058
1059 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1060 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1061 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1062 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1063 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1064 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1065 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1066
1067 _ASUNAME
1068
1069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1070 for as_dir in $PATH
1071 do
1072 IFS=$as_save_IFS
1073 test -z "$as_dir" && as_dir=.
1074 echo "PATH: $as_dir"
1075 done
1076
1077 } >&5
1078
1079 cat >&5 <<_ACEOF
1080
1081
1082 ## ----------- ##
1083 ## Core tests. ##
1084 ## ----------- ##
1085
1086 _ACEOF
1087
1088
1089 # Keep a trace of the command line.
1090 # Strip out --no-create and --no-recursion so they do not pile up.
1091 # Strip out --silent because we don't want to record it for future runs.
1092 # Also quote any args containing shell meta-characters.
1093 # Make two passes to allow for proper duplicate-argument suppression.
1094 ac_configure_args=
1095 ac_configure_args0=
1096 ac_configure_args1=
1097 ac_sep=
1098 ac_must_keep_next=false
1099 for ac_pass in 1 2
1100 do
1101 for ac_arg
1102 do
1103 case $ac_arg in
1104 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1105 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1106 | -silent | --silent | --silen | --sile | --sil)
1107 continue ;;
1108 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1109 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1110 esac
1111 case $ac_pass in
1112 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1113 2)
1114 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1115 if test $ac_must_keep_next = true; then
1116 ac_must_keep_next=false # Got value, back to normal.
1117 else
1118 case $ac_arg in
1119 *=* | --config-cache | -C | -disable-* | --disable-* \
1120 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1121 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1122 | -with-* | --with-* | -without-* | --without-* | --x)
1123 case "$ac_configure_args0 " in
1124 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1125 esac
1126 ;;
1127 -* ) ac_must_keep_next=true ;;
1128 esac
1129 fi
1130 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1131 # Get rid of the leading space.
1132 ac_sep=" "
1133 ;;
1134 esac
1135 done
1136 done
1137 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1138 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1139
1140 # When interrupted or exit'd, cleanup temporary files, and complete
1141 # config.log. We remove comments because anyway the quotes in there
1142 # would cause problems or look ugly.
1143 # WARNING: Be sure not to use single quotes in there, as some shells,
1144 # such as our DU 5.0 friend, will then `close' the trap.
1145 trap 'exit_status=$?
1146 # Save into config.log some information that might help in debugging.
1147 {
1148 echo
1149
1150 cat <<\_ASBOX
1151 ## ---------------- ##
1152 ## Cache variables. ##
1153 ## ---------------- ##
1154 _ASBOX
1155 echo
1156 # The following way of writing the cache mishandles newlines in values,
1157 {
1158 (set) 2>&1 |
1159 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1160 *ac_space=\ *)
1161 sed -n \
1162 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1163 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1164 ;;
1165 *)
1166 sed -n \
1167 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1168 ;;
1169 esac;
1170 }
1171 echo
1172
1173 cat <<\_ASBOX
1174 ## ----------------- ##
1175 ## Output variables. ##
1176 ## ----------------- ##
1177 _ASBOX
1178 echo
1179 for ac_var in $ac_subst_vars
1180 do
1181 eval ac_val=$`echo $ac_var`
1182 echo "$ac_var='"'"'$ac_val'"'"'"
1183 done | sort
1184 echo
1185
1186 if test -n "$ac_subst_files"; then
1187 cat <<\_ASBOX
1188 ## ------------- ##
1189 ## Output files. ##
1190 ## ------------- ##
1191 _ASBOX
1192 echo
1193 for ac_var in $ac_subst_files
1194 do
1195 eval ac_val=$`echo $ac_var`
1196 echo "$ac_var='"'"'$ac_val'"'"'"
1197 done | sort
1198 echo
1199 fi
1200
1201 if test -s confdefs.h; then
1202 cat <<\_ASBOX
1203 ## ----------- ##
1204 ## confdefs.h. ##
1205 ## ----------- ##
1206 _ASBOX
1207 echo
1208 sed "/^$/d" confdefs.h | sort
1209 echo
1210 fi
1211 test "$ac_signal" != 0 &&
1212 echo "$as_me: caught signal $ac_signal"
1213 echo "$as_me: exit $exit_status"
1214 } >&5
1215 rm -f core *.core &&
1216 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1217 exit $exit_status
1218 ' 0
1219 for ac_signal in 1 2 13 15; do
1220 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1221 done
1222 ac_signal=0
1223
1224 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1225 rm -rf conftest* confdefs.h
1226 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1227 echo >confdefs.h
1228
1229 # Predefined preprocessor variables.
1230
1231 cat >>confdefs.h <<_ACEOF
1232 #define PACKAGE_NAME "$PACKAGE_NAME"
1233 _ACEOF
1234
1235
1236 cat >>confdefs.h <<_ACEOF
1237 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1238 _ACEOF
1239
1240
1241 cat >>confdefs.h <<_ACEOF
1242 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1243 _ACEOF
1244
1245
1246 cat >>confdefs.h <<_ACEOF
1247 #define PACKAGE_STRING "$PACKAGE_STRING"
1248 _ACEOF
1249
1250
1251 cat >>confdefs.h <<_ACEOF
1252 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1253 _ACEOF
1254
1255
1256 # Let the site file select an alternate cache file if it wants to.
1257 # Prefer explicitly selected file to automatically selected ones.
1258 if test -z "$CONFIG_SITE"; then
1259 if test "x$prefix" != xNONE; then
1260 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1261 else
1262 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1263 fi
1264 fi
1265 for ac_site_file in $CONFIG_SITE; do
1266 if test -r "$ac_site_file"; then
1267 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1268 echo "$as_me: loading site script $ac_site_file" >&6;}
1269 sed 's/^/| /' "$ac_site_file" >&5
1270 . "$ac_site_file"
1271 fi
1272 done
1273
1274 if test -r "$cache_file"; then
1275 # Some versions of bash will fail to source /dev/null (special
1276 # files actually), so we avoid doing that.
1277 if test -f "$cache_file"; then
1278 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1279 echo "$as_me: loading cache $cache_file" >&6;}
1280 case $cache_file in
1281 [\\/]* | ?:[\\/]* ) . $cache_file;;
1282 *) . ./$cache_file;;
1283 esac
1284 fi
1285 else
1286 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1287 echo "$as_me: creating cache $cache_file" >&6;}
1288 >$cache_file
1289 fi
1290
1291 # Check that the precious variables saved in the cache have kept the same
1292 # value.
1293 ac_cache_corrupted=false
1294 for ac_var in `(set) 2>&1 |
1295 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1296 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1297 eval ac_new_set=\$ac_env_${ac_var}_set
1298 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1299 eval ac_new_val="\$ac_env_${ac_var}_value"
1300 case $ac_old_set,$ac_new_set in
1301 set,)
1302 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1303 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1304 ac_cache_corrupted=: ;;
1305 ,set)
1306 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1307 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1308 ac_cache_corrupted=: ;;
1309 ,);;
1310 *)
1311 if test "x$ac_old_val" != "x$ac_new_val"; then
1312 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1313 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1314 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1315 echo "$as_me: former value: $ac_old_val" >&2;}
1316 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1317 echo "$as_me: current value: $ac_new_val" >&2;}
1318 ac_cache_corrupted=:
1319 fi;;
1320 esac
1321 # Pass precious variables to config.status.
1322 if test "$ac_new_set" = set; then
1323 case $ac_new_val in
1324 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1325 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1326 *) ac_arg=$ac_var=$ac_new_val ;;
1327 esac
1328 case " $ac_configure_args " in
1329 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1330 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1331 esac
1332 fi
1333 done
1334 if $ac_cache_corrupted; then
1335 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1336 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1337 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1338 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1339 { (exit 1); exit 1; }; }
1340 fi
1341
1342 ac_ext=c
1343 ac_cpp='$CPP $CPPFLAGS'
1344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367 ac_aux_dir=
1368 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1369 if test -f $ac_dir/install-sh; then
1370 ac_aux_dir=$ac_dir
1371 ac_install_sh="$ac_aux_dir/install-sh -c"
1372 break
1373 elif test -f $ac_dir/install.sh; then
1374 ac_aux_dir=$ac_dir
1375 ac_install_sh="$ac_aux_dir/install.sh -c"
1376 break
1377 elif test -f $ac_dir/shtool; then
1378 ac_aux_dir=$ac_dir
1379 ac_install_sh="$ac_aux_dir/shtool install -c"
1380 break
1381 fi
1382 done
1383 if test -z "$ac_aux_dir"; then
1384 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1385 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1386 { (exit 1); exit 1; }; }
1387 fi
1388 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1389 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1390 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1391
1392 # Make sure we can run config.sub.
1393 $ac_config_sub sun4 >/dev/null 2>&1 ||
1394 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1395 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1396 { (exit 1); exit 1; }; }
1397
1398 echo "$as_me:$LINENO: checking build system type" >&5
1399 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1400 if test "${ac_cv_build+set}" = set; then
1401 echo $ECHO_N "(cached) $ECHO_C" >&6
1402 else
1403 ac_cv_build_alias=$build_alias
1404 test -z "$ac_cv_build_alias" &&
1405 ac_cv_build_alias=`$ac_config_guess`
1406 test -z "$ac_cv_build_alias" &&
1407 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1408 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1409 { (exit 1); exit 1; }; }
1410 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1411 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1412 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1413 { (exit 1); exit 1; }; }
1414
1415 fi
1416 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1417 echo "${ECHO_T}$ac_cv_build" >&6
1418 build=$ac_cv_build
1419 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1420 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1421 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1422
1423
1424 echo "$as_me:$LINENO: checking host system type" >&5
1425 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1426 if test "${ac_cv_host+set}" = set; then
1427 echo $ECHO_N "(cached) $ECHO_C" >&6
1428 else
1429 ac_cv_host_alias=$host_alias
1430 test -z "$ac_cv_host_alias" &&
1431 ac_cv_host_alias=$ac_cv_build_alias
1432 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1433 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1434 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1435 { (exit 1); exit 1; }; }
1436
1437 fi
1438 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1439 echo "${ECHO_T}$ac_cv_host" >&6
1440 host=$ac_cv_host
1441 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1442 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1443 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1444
1445
1446 echo "$as_me:$LINENO: checking target system type" >&5
1447 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1448 if test "${ac_cv_target+set}" = set; then
1449 echo $ECHO_N "(cached) $ECHO_C" >&6
1450 else
1451 ac_cv_target_alias=$target_alias
1452 test "x$ac_cv_target_alias" = "x" &&
1453 ac_cv_target_alias=$ac_cv_host_alias
1454 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1455 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1456 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1457 { (exit 1); exit 1; }; }
1458
1459 fi
1460 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1461 echo "${ECHO_T}$ac_cv_target" >&6
1462 target=$ac_cv_target
1463 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1464 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1465 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1466
1467
1468 # The aliases save the names the user supplied, while $host etc.
1469 # will get canonicalized.
1470 test -n "$target_alias" &&
1471 test "$program_prefix$program_suffix$program_transform_name" = \
1472 NONENONEs,x,x, &&
1473 program_prefix=${target_alias}-
1474 am__api_version="1.7"
1475 # Find a good install program. We prefer a C program (faster),
1476 # so one script is as good as another. But avoid the broken or
1477 # incompatible versions:
1478 # SysV /etc/install, /usr/sbin/install
1479 # SunOS /usr/etc/install
1480 # IRIX /sbin/install
1481 # AIX /bin/install
1482 # AmigaOS /C/install, which installs bootblocks on floppy discs
1483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1486 # OS/2's system install, which has a completely different semantic
1487 # ./install, which can be erroneously created by make from ./install.sh.
1488 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1489 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1490 if test -z "$INSTALL"; then
1491 if test "${ac_cv_path_install+set}" = set; then
1492 echo $ECHO_N "(cached) $ECHO_C" >&6
1493 else
1494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1495 for as_dir in $PATH
1496 do
1497 IFS=$as_save_IFS
1498 test -z "$as_dir" && as_dir=.
1499 # Account for people who put trailing slashes in PATH elements.
1500 case $as_dir/ in
1501 ./ | .// | /cC/* | \
1502 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1503 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1504 /usr/ucb/* ) ;;
1505 *)
1506 # OSF1 and SCO ODT 3.0 have their own names for install.
1507 # Don't use installbsd from OSF since it installs stuff as root
1508 # by default.
1509 for ac_prog in ginstall scoinst install; do
1510 for ac_exec_ext in '' $ac_executable_extensions; do
1511 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1512 if test $ac_prog = install &&
1513 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1514 # AIX install. It has an incompatible calling convention.
1515 :
1516 elif test $ac_prog = install &&
1517 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1518 # program-specific install script used by HP pwplus--don't use.
1519 :
1520 else
1521 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1522 break 3
1523 fi
1524 fi
1525 done
1526 done
1527 ;;
1528 esac
1529 done
1530
1531
1532 fi
1533 if test "${ac_cv_path_install+set}" = set; then
1534 INSTALL=$ac_cv_path_install
1535 else
1536 # As a last resort, use the slow shell script. We don't cache a
1537 # path for INSTALL within a source directory, because that will
1538 # break other packages using the cache if that directory is
1539 # removed, or if the path is relative.
1540 INSTALL=$ac_install_sh
1541 fi
1542 fi
1543 echo "$as_me:$LINENO: result: $INSTALL" >&5
1544 echo "${ECHO_T}$INSTALL" >&6
1545
1546 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1547 # It thinks the first close brace ends the variable substitution.
1548 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1549
1550 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1551
1552 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1553
1554 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1555 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1556 # Just in case
1557 sleep 1
1558 echo timestamp > conftest.file
1559 # Do `set' in a subshell so we don't clobber the current shell's
1560 # arguments. Must try -L first in case configure is actually a
1561 # symlink; some systems play weird games with the mod time of symlinks
1562 # (eg FreeBSD returns the mod time of the symlink's containing
1563 # directory).
1564 if (
1565 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1566 if test "$*" = "X"; then
1567 # -L didn't work.
1568 set X `ls -t $srcdir/configure conftest.file`
1569 fi
1570 rm -f conftest.file
1571 if test "$*" != "X $srcdir/configure conftest.file" \
1572 && test "$*" != "X conftest.file $srcdir/configure"; then
1573
1574 # If neither matched, then we have a broken ls. This can happen
1575 # if, for instance, CONFIG_SHELL is bash and it inherits a
1576 # broken ls alias from the environment. This has actually
1577 # happened. Such a system could not be considered "sane".
1578 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1579 alias in your environment" >&5
1580 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1581 alias in your environment" >&2;}
1582 { (exit 1); exit 1; }; }
1583 fi
1584
1585 test "$2" = conftest.file
1586 )
1587 then
1588 # Ok.
1589 :
1590 else
1591 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1592 Check your system clock" >&5
1593 echo "$as_me: error: newly created file is older than distributed files!
1594 Check your system clock" >&2;}
1595 { (exit 1); exit 1; }; }
1596 fi
1597 echo "$as_me:$LINENO: result: yes" >&5
1598 echo "${ECHO_T}yes" >&6
1599 test "$program_prefix" != NONE &&
1600 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1601 # Use a double $ so make ignores it.
1602 test "$program_suffix" != NONE &&
1603 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1604 # Double any \ or $. echo might interpret backslashes.
1605 # By default was `s,x,x', remove it if useless.
1606 cat <<\_ACEOF >conftest.sed
1607 s/[\\$]/&&/g;s/;s,x,x,$//
1608 _ACEOF
1609 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1610 rm conftest.sed
1611
1612
1613 # expand $ac_aux_dir to an absolute path
1614 am_aux_dir=`cd $ac_aux_dir && pwd`
1615
1616 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1617 # Use eval to expand $SHELL
1618 if eval "$MISSING --run true"; then
1619 am_missing_run="$MISSING --run "
1620 else
1621 am_missing_run=
1622 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1623 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1624 fi
1625
1626 for ac_prog in gawk mawk nawk awk
1627 do
1628 # Extract the first word of "$ac_prog", so it can be a program name with args.
1629 set dummy $ac_prog; ac_word=$2
1630 echo "$as_me:$LINENO: checking for $ac_word" >&5
1631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1632 if test "${ac_cv_prog_AWK+set}" = set; then
1633 echo $ECHO_N "(cached) $ECHO_C" >&6
1634 else
1635 if test -n "$AWK"; then
1636 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1637 else
1638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1639 for as_dir in $PATH
1640 do
1641 IFS=$as_save_IFS
1642 test -z "$as_dir" && as_dir=.
1643 for ac_exec_ext in '' $ac_executable_extensions; do
1644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1645 ac_cv_prog_AWK="$ac_prog"
1646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1647 break 2
1648 fi
1649 done
1650 done
1651
1652 fi
1653 fi
1654 AWK=$ac_cv_prog_AWK
1655 if test -n "$AWK"; then
1656 echo "$as_me:$LINENO: result: $AWK" >&5
1657 echo "${ECHO_T}$AWK" >&6
1658 else
1659 echo "$as_me:$LINENO: result: no" >&5
1660 echo "${ECHO_T}no" >&6
1661 fi
1662
1663 test -n "$AWK" && break
1664 done
1665
1666 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1667 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1668 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1669 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1670 echo $ECHO_N "(cached) $ECHO_C" >&6
1671 else
1672 cat >conftest.make <<\_ACEOF
1673 all:
1674 @echo 'ac_maketemp="$(MAKE)"'
1675 _ACEOF
1676 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1677 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1678 if test -n "$ac_maketemp"; then
1679 eval ac_cv_prog_make_${ac_make}_set=yes
1680 else
1681 eval ac_cv_prog_make_${ac_make}_set=no
1682 fi
1683 rm -f conftest.make
1684 fi
1685 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1686 echo "$as_me:$LINENO: result: yes" >&5
1687 echo "${ECHO_T}yes" >&6
1688 SET_MAKE=
1689 else
1690 echo "$as_me:$LINENO: result: no" >&5
1691 echo "${ECHO_T}no" >&6
1692 SET_MAKE="MAKE=${MAKE-make}"
1693 fi
1694
1695 rm -rf .tst 2>/dev/null
1696 mkdir .tst 2>/dev/null
1697 if test -d .tst; then
1698 am__leading_dot=.
1699 else
1700 am__leading_dot=_
1701 fi
1702 rmdir .tst 2>/dev/null
1703
1704 # test to see if srcdir already configured
1705 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1706 test -f $srcdir/config.status; then
1707 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1708 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1709 { (exit 1); exit 1; }; }
1710 fi
1711
1712 # test whether we have cygpath
1713 if test -z "$CYGPATH_W"; then
1714 if (cygpath --version) >/dev/null 2>/dev/null; then
1715 CYGPATH_W='cygpath -w'
1716 else
1717 CYGPATH_W=echo
1718 fi
1719 fi
1720
1721
1722 # Define the identity of the package.
1723 PACKAGE=gvpe
1724 VERSION=1.8
1725
1726
1727 cat >>confdefs.h <<_ACEOF
1728 #define PACKAGE "$PACKAGE"
1729 _ACEOF
1730
1731
1732 cat >>confdefs.h <<_ACEOF
1733 #define VERSION "$VERSION"
1734 _ACEOF
1735
1736 # Some tools Automake needs.
1737
1738 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1739
1740
1741 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1742
1743
1744 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1745
1746
1747 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1748
1749
1750 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1751
1752
1753 AMTAR=${AMTAR-"${am_missing_run}tar"}
1754
1755 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1756
1757 # Installed binaries are usually stripped using `strip' when the user
1758 # run `make install-strip'. However `strip' might not be the right
1759 # tool to use in cross-compilation environments, therefore Automake
1760 # will honor the `STRIP' environment variable to overrule this program.
1761 if test "$cross_compiling" != no; then
1762 if test -n "$ac_tool_prefix"; then
1763 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1764 set dummy ${ac_tool_prefix}strip; ac_word=$2
1765 echo "$as_me:$LINENO: checking for $ac_word" >&5
1766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1767 if test "${ac_cv_prog_STRIP+set}" = set; then
1768 echo $ECHO_N "(cached) $ECHO_C" >&6
1769 else
1770 if test -n "$STRIP"; then
1771 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1772 else
1773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1774 for as_dir in $PATH
1775 do
1776 IFS=$as_save_IFS
1777 test -z "$as_dir" && as_dir=.
1778 for ac_exec_ext in '' $ac_executable_extensions; do
1779 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1780 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1782 break 2
1783 fi
1784 done
1785 done
1786
1787 fi
1788 fi
1789 STRIP=$ac_cv_prog_STRIP
1790 if test -n "$STRIP"; then
1791 echo "$as_me:$LINENO: result: $STRIP" >&5
1792 echo "${ECHO_T}$STRIP" >&6
1793 else
1794 echo "$as_me:$LINENO: result: no" >&5
1795 echo "${ECHO_T}no" >&6
1796 fi
1797
1798 fi
1799 if test -z "$ac_cv_prog_STRIP"; then
1800 ac_ct_STRIP=$STRIP
1801 # Extract the first word of "strip", so it can be a program name with args.
1802 set dummy strip; ac_word=$2
1803 echo "$as_me:$LINENO: checking for $ac_word" >&5
1804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1805 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1806 echo $ECHO_N "(cached) $ECHO_C" >&6
1807 else
1808 if test -n "$ac_ct_STRIP"; then
1809 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1810 else
1811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1812 for as_dir in $PATH
1813 do
1814 IFS=$as_save_IFS
1815 test -z "$as_dir" && as_dir=.
1816 for ac_exec_ext in '' $ac_executable_extensions; do
1817 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1818 ac_cv_prog_ac_ct_STRIP="strip"
1819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1820 break 2
1821 fi
1822 done
1823 done
1824
1825 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1826 fi
1827 fi
1828 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1829 if test -n "$ac_ct_STRIP"; then
1830 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1831 echo "${ECHO_T}$ac_ct_STRIP" >&6
1832 else
1833 echo "$as_me:$LINENO: result: no" >&5
1834 echo "${ECHO_T}no" >&6
1835 fi
1836
1837 STRIP=$ac_ct_STRIP
1838 else
1839 STRIP="$ac_cv_prog_STRIP"
1840 fi
1841
1842 fi
1843 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1844
1845 # We need awk for the "check" target. The system "awk" is bad on
1846 # some platforms.
1847
1848
1849
1850 ac_config_headers="$ac_config_headers config.h"
1851
1852 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1853 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1854 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1855 if test "${enable_maintainer_mode+set}" = set; then
1856 enableval="$enable_maintainer_mode"
1857 USE_MAINTAINER_MODE=$enableval
1858 else
1859 USE_MAINTAINER_MODE=no
1860 fi;
1861 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1862 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1863
1864
1865 if test $USE_MAINTAINER_MODE = yes; then
1866 MAINTAINER_MODE_TRUE=
1867 MAINTAINER_MODE_FALSE='#'
1868 else
1869 MAINTAINER_MODE_TRUE='#'
1870 MAINTAINER_MODE_FALSE=
1871 fi
1872
1873 MAINT=$MAINTAINER_MODE_TRUE
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1885
1886 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1887
1888
1889
1890 MKINSTALLDIRS=
1891 if test -n "$ac_aux_dir"; then
1892 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1893 fi
1894 if test -z "$MKINSTALLDIRS"; then
1895 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1896 fi
1897
1898
1899
1900
1901
1902 # Extract the first word of "msgfmt", so it can be a program name with args.
1903 set dummy msgfmt; ac_word=$2
1904 echo "$as_me:$LINENO: checking for $ac_word" >&5
1905 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1906 if test "${ac_cv_path_MSGFMT+set}" = set; then
1907 echo $ECHO_N "(cached) $ECHO_C" >&6
1908 else
1909 case "$MSGFMT" in
1910 /*)
1911 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1912 ;;
1913 *)
1914 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1915 for ac_dir in $PATH; do
1916 test -z "$ac_dir" && ac_dir=.
1917 if test -f $ac_dir/$ac_word; then
1918 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1919 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1920 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1921 break
1922 fi
1923 fi
1924 done
1925 IFS="$ac_save_ifs"
1926 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1927 ;;
1928 esac
1929 fi
1930 MSGFMT="$ac_cv_path_MSGFMT"
1931 if test "$MSGFMT" != ":"; then
1932 echo "$as_me:$LINENO: result: $MSGFMT" >&5
1933 echo "${ECHO_T}$MSGFMT" >&6
1934 else
1935 echo "$as_me:$LINENO: result: no" >&5
1936 echo "${ECHO_T}no" >&6
1937 fi
1938
1939 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1940 set dummy gmsgfmt; ac_word=$2
1941 echo "$as_me:$LINENO: checking for $ac_word" >&5
1942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1943 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1944 echo $ECHO_N "(cached) $ECHO_C" >&6
1945 else
1946 case $GMSGFMT in
1947 [\\/]* | ?:[\\/]*)
1948 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1949 ;;
1950 *)
1951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1952 for as_dir in $PATH
1953 do
1954 IFS=$as_save_IFS
1955 test -z "$as_dir" && as_dir=.
1956 for ac_exec_ext in '' $ac_executable_extensions; do
1957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1958 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1960 break 2
1961 fi
1962 done
1963 done
1964
1965 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1966 ;;
1967 esac
1968 fi
1969 GMSGFMT=$ac_cv_path_GMSGFMT
1970
1971 if test -n "$GMSGFMT"; then
1972 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1973 echo "${ECHO_T}$GMSGFMT" >&6
1974 else
1975 echo "$as_me:$LINENO: result: no" >&5
1976 echo "${ECHO_T}no" >&6
1977 fi
1978
1979
1980 # Extract the first word of "xgettext", so it can be a program name with args.
1981 set dummy xgettext; ac_word=$2
1982 echo "$as_me:$LINENO: checking for $ac_word" >&5
1983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1984 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1985 echo $ECHO_N "(cached) $ECHO_C" >&6
1986 else
1987 case "$XGETTEXT" in
1988 /*)
1989 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1990 ;;
1991 *)
1992 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1993 for ac_dir in $PATH; do
1994 test -z "$ac_dir" && ac_dir=.
1995 if test -f $ac_dir/$ac_word; then
1996 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1997 (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1998 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1999 break
2000 fi
2001 fi
2002 done
2003 IFS="$ac_save_ifs"
2004 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2005 ;;
2006 esac
2007 fi
2008 XGETTEXT="$ac_cv_path_XGETTEXT"
2009 if test "$XGETTEXT" != ":"; then
2010 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2011 echo "${ECHO_T}$XGETTEXT" >&6
2012 else
2013 echo "$as_me:$LINENO: result: no" >&5
2014 echo "${ECHO_T}no" >&6
2015 fi
2016
2017 rm -f messages.po
2018
2019 # Extract the first word of "msgmerge", so it can be a program name with args.
2020 set dummy msgmerge; ac_word=$2
2021 echo "$as_me:$LINENO: checking for $ac_word" >&5
2022 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2023 if test "${ac_cv_path_MSGMERGE+set}" = set; then
2024 echo $ECHO_N "(cached) $ECHO_C" >&6
2025 else
2026 case "$MSGMERGE" in
2027 /*)
2028 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2029 ;;
2030 *)
2031 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2032 for ac_dir in $PATH; do
2033 test -z "$ac_dir" && ac_dir=.
2034 if test -f $ac_dir/$ac_word; then
2035 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2036 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2037 break
2038 fi
2039 fi
2040 done
2041 IFS="$ac_save_ifs"
2042 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2043 ;;
2044 esac
2045 fi
2046 MSGMERGE="$ac_cv_path_MSGMERGE"
2047 if test "$MSGMERGE" != ":"; then
2048 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2049 echo "${ECHO_T}$MSGMERGE" >&6
2050 else
2051 echo "$as_me:$LINENO: result: no" >&5
2052 echo "${ECHO_T}no" >&6
2053 fi
2054
2055
2056 if test "$GMSGFMT" != ":"; then
2057 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2058 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2059 : ;
2060 else
2061 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2062 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2063 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2064 GMSGFMT=":"
2065 fi
2066 fi
2067
2068 if test "$XGETTEXT" != ":"; then
2069 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2070 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2071 : ;
2072 else
2073 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2074 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2075 XGETTEXT=":"
2076 fi
2077 rm -f messages.po
2078 fi
2079
2080 ac_config_commands="$ac_config_commands default-1"
2081
2082
2083
2084 if test "X$prefix" = "XNONE"; then
2085 acl_final_prefix="$ac_default_prefix"
2086 else
2087 acl_final_prefix="$prefix"
2088 fi
2089 if test "X$exec_prefix" = "XNONE"; then
2090 acl_final_exec_prefix='${prefix}'
2091 else
2092 acl_final_exec_prefix="$exec_prefix"
2093 fi
2094 acl_save_prefix="$prefix"
2095 prefix="$acl_final_prefix"
2096 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2097 prefix="$acl_save_prefix"
2098
2099 DEPDIR="${am__leading_dot}deps"
2100
2101 ac_config_commands="$ac_config_commands depfiles"
2102
2103
2104 am_make=${MAKE-make}
2105 cat > confinc << 'END'
2106 am__doit:
2107 @echo done
2108 .PHONY: am__doit
2109 END
2110 # If we don't find an include directive, just comment out the code.
2111 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2112 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2113 am__include="#"
2114 am__quote=
2115 _am_result=none
2116 # First try GNU make style include.
2117 echo "include confinc" > confmf
2118 # We grep out `Entering directory' and `Leaving directory'
2119 # messages which can occur if `w' ends up in MAKEFLAGS.
2120 # In particular we don't look at `^make:' because GNU make might
2121 # be invoked under some other name (usually "gmake"), in which
2122 # case it prints its new name instead of `make'.
2123 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2124 am__include=include
2125 am__quote=
2126 _am_result=GNU
2127 fi
2128 # Now try BSD make style include.
2129 if test "$am__include" = "#"; then
2130 echo '.include "confinc"' > confmf
2131 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2132 am__include=.include
2133 am__quote="\""
2134 _am_result=BSD
2135 fi
2136 fi
2137
2138
2139 echo "$as_me:$LINENO: result: $_am_result" >&5
2140 echo "${ECHO_T}$_am_result" >&6
2141 rm -f confinc confmf
2142
2143 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2144 if test "${enable_dependency_tracking+set}" = set; then
2145 enableval="$enable_dependency_tracking"
2146
2147 fi;
2148 if test "x$enable_dependency_tracking" != xno; then
2149 am_depcomp="$ac_aux_dir/depcomp"
2150 AMDEPBACKSLASH='\'
2151 fi
2152
2153
2154 if test "x$enable_dependency_tracking" != xno; then
2155 AMDEP_TRUE=
2156 AMDEP_FALSE='#'
2157 else
2158 AMDEP_TRUE='#'
2159 AMDEP_FALSE=
2160 fi
2161
2162
2163
2164 ac_ext=c
2165 ac_cpp='$CPP $CPPFLAGS'
2166 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2167 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2168 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2169 if test -n "$ac_tool_prefix"; then
2170 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2171 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2172 echo "$as_me:$LINENO: checking for $ac_word" >&5
2173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2174 if test "${ac_cv_prog_CC+set}" = set; then
2175 echo $ECHO_N "(cached) $ECHO_C" >&6
2176 else
2177 if test -n "$CC"; then
2178 ac_cv_prog_CC="$CC" # Let the user override the test.
2179 else
2180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2181 for as_dir in $PATH
2182 do
2183 IFS=$as_save_IFS
2184 test -z "$as_dir" && as_dir=.
2185 for ac_exec_ext in '' $ac_executable_extensions; do
2186 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2187 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2189 break 2
2190 fi
2191 done
2192 done
2193
2194 fi
2195 fi
2196 CC=$ac_cv_prog_CC
2197 if test -n "$CC"; then
2198 echo "$as_me:$LINENO: result: $CC" >&5
2199 echo "${ECHO_T}$CC" >&6
2200 else
2201 echo "$as_me:$LINENO: result: no" >&5
2202 echo "${ECHO_T}no" >&6
2203 fi
2204
2205 fi
2206 if test -z "$ac_cv_prog_CC"; then
2207 ac_ct_CC=$CC
2208 # Extract the first word of "gcc", so it can be a program name with args.
2209 set dummy gcc; ac_word=$2
2210 echo "$as_me:$LINENO: checking for $ac_word" >&5
2211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2212 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2213 echo $ECHO_N "(cached) $ECHO_C" >&6
2214 else
2215 if test -n "$ac_ct_CC"; then
2216 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2217 else
2218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2219 for as_dir in $PATH
2220 do
2221 IFS=$as_save_IFS
2222 test -z "$as_dir" && as_dir=.
2223 for ac_exec_ext in '' $ac_executable_extensions; do
2224 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2225 ac_cv_prog_ac_ct_CC="gcc"
2226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2227 break 2
2228 fi
2229 done
2230 done
2231
2232 fi
2233 fi
2234 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2235 if test -n "$ac_ct_CC"; then
2236 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2237 echo "${ECHO_T}$ac_ct_CC" >&6
2238 else
2239 echo "$as_me:$LINENO: result: no" >&5
2240 echo "${ECHO_T}no" >&6
2241 fi
2242
2243 CC=$ac_ct_CC
2244 else
2245 CC="$ac_cv_prog_CC"
2246 fi
2247
2248 if test -z "$CC"; then
2249 if test -n "$ac_tool_prefix"; then
2250 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2251 set dummy ${ac_tool_prefix}cc; ac_word=$2
2252 echo "$as_me:$LINENO: checking for $ac_word" >&5
2253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2254 if test "${ac_cv_prog_CC+set}" = set; then
2255 echo $ECHO_N "(cached) $ECHO_C" >&6
2256 else
2257 if test -n "$CC"; then
2258 ac_cv_prog_CC="$CC" # Let the user override the test.
2259 else
2260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2261 for as_dir in $PATH
2262 do
2263 IFS=$as_save_IFS
2264 test -z "$as_dir" && as_dir=.
2265 for ac_exec_ext in '' $ac_executable_extensions; do
2266 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2267 ac_cv_prog_CC="${ac_tool_prefix}cc"
2268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2269 break 2
2270 fi
2271 done
2272 done
2273
2274 fi
2275 fi
2276 CC=$ac_cv_prog_CC
2277 if test -n "$CC"; then
2278 echo "$as_me:$LINENO: result: $CC" >&5
2279 echo "${ECHO_T}$CC" >&6
2280 else
2281 echo "$as_me:$LINENO: result: no" >&5
2282 echo "${ECHO_T}no" >&6
2283 fi
2284
2285 fi
2286 if test -z "$ac_cv_prog_CC"; then
2287 ac_ct_CC=$CC
2288 # Extract the first word of "cc", so it can be a program name with args.
2289 set dummy cc; ac_word=$2
2290 echo "$as_me:$LINENO: checking for $ac_word" >&5
2291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2292 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2293 echo $ECHO_N "(cached) $ECHO_C" >&6
2294 else
2295 if test -n "$ac_ct_CC"; then
2296 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2297 else
2298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2299 for as_dir in $PATH
2300 do
2301 IFS=$as_save_IFS
2302 test -z "$as_dir" && as_dir=.
2303 for ac_exec_ext in '' $ac_executable_extensions; do
2304 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2305 ac_cv_prog_ac_ct_CC="cc"
2306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2307 break 2
2308 fi
2309 done
2310 done
2311
2312 fi
2313 fi
2314 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2315 if test -n "$ac_ct_CC"; then
2316 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2317 echo "${ECHO_T}$ac_ct_CC" >&6
2318 else
2319 echo "$as_me:$LINENO: result: no" >&5
2320 echo "${ECHO_T}no" >&6
2321 fi
2322
2323 CC=$ac_ct_CC
2324 else
2325 CC="$ac_cv_prog_CC"
2326 fi
2327
2328 fi
2329 if test -z "$CC"; then
2330 # Extract the first word of "cc", so it can be a program name with args.
2331 set dummy cc; ac_word=$2
2332 echo "$as_me:$LINENO: checking for $ac_word" >&5
2333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2334 if test "${ac_cv_prog_CC+set}" = set; then
2335 echo $ECHO_N "(cached) $ECHO_C" >&6
2336 else
2337 if test -n "$CC"; then
2338 ac_cv_prog_CC="$CC" # Let the user override the test.
2339 else
2340 ac_prog_rejected=no
2341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2342 for as_dir in $PATH
2343 do
2344 IFS=$as_save_IFS
2345 test -z "$as_dir" && as_dir=.
2346 for ac_exec_ext in '' $ac_executable_extensions; do
2347 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2348 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2349 ac_prog_rejected=yes
2350 continue
2351 fi
2352 ac_cv_prog_CC="cc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354 break 2
2355 fi
2356 done
2357 done
2358
2359 if test $ac_prog_rejected = yes; then
2360 # We found a bogon in the path, so make sure we never use it.
2361 set dummy $ac_cv_prog_CC
2362 shift
2363 if test $# != 0; then
2364 # We chose a different compiler from the bogus one.
2365 # However, it has the same basename, so the bogon will be chosen
2366 # first if we set CC to just the basename; use the full file name.
2367 shift
2368 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2369 fi
2370 fi
2371 fi
2372 fi
2373 CC=$ac_cv_prog_CC
2374 if test -n "$CC"; then
2375 echo "$as_me:$LINENO: result: $CC" >&5
2376 echo "${ECHO_T}$CC" >&6
2377 else
2378 echo "$as_me:$LINENO: result: no" >&5
2379 echo "${ECHO_T}no" >&6
2380 fi
2381
2382 fi
2383 if test -z "$CC"; then
2384 if test -n "$ac_tool_prefix"; then
2385 for ac_prog in cl
2386 do
2387 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2388 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2389 echo "$as_me:$LINENO: checking for $ac_word" >&5
2390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2391 if test "${ac_cv_prog_CC+set}" = set; then
2392 echo $ECHO_N "(cached) $ECHO_C" >&6
2393 else
2394 if test -n "$CC"; then
2395 ac_cv_prog_CC="$CC" # Let the user override the test.
2396 else
2397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2398 for as_dir in $PATH
2399 do
2400 IFS=$as_save_IFS
2401 test -z "$as_dir" && as_dir=.
2402 for ac_exec_ext in '' $ac_executable_extensions; do
2403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2404 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2406 break 2
2407 fi
2408 done
2409 done
2410
2411 fi
2412 fi
2413 CC=$ac_cv_prog_CC
2414 if test -n "$CC"; then
2415 echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6
2417 else
2418 echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6
2420 fi
2421
2422 test -n "$CC" && break
2423 done
2424 fi
2425 if test -z "$CC"; then
2426 ac_ct_CC=$CC
2427 for ac_prog in cl
2428 do
2429 # Extract the first word of "$ac_prog", so it can be a program name with args.
2430 set dummy $ac_prog; ac_word=$2
2431 echo "$as_me:$LINENO: checking for $ac_word" >&5
2432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2433 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2434 echo $ECHO_N "(cached) $ECHO_C" >&6
2435 else
2436 if test -n "$ac_ct_CC"; then
2437 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2438 else
2439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2440 for as_dir in $PATH
2441 do
2442 IFS=$as_save_IFS
2443 test -z "$as_dir" && as_dir=.
2444 for ac_exec_ext in '' $ac_executable_extensions; do
2445 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2446 ac_cv_prog_ac_ct_CC="$ac_prog"
2447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2448 break 2
2449 fi
2450 done
2451 done
2452
2453 fi
2454 fi
2455 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2456 if test -n "$ac_ct_CC"; then
2457 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2458 echo "${ECHO_T}$ac_ct_CC" >&6
2459 else
2460 echo "$as_me:$LINENO: result: no" >&5
2461 echo "${ECHO_T}no" >&6
2462 fi
2463
2464 test -n "$ac_ct_CC" && break
2465 done
2466
2467 CC=$ac_ct_CC
2468 fi
2469
2470 fi
2471
2472
2473 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2474 See \`config.log' for more details." >&5
2475 echo "$as_me: error: no acceptable C compiler found in \$PATH
2476 See \`config.log' for more details." >&2;}
2477 { (exit 1); exit 1; }; }
2478
2479 # Provide some information about the compiler.
2480 echo "$as_me:$LINENO:" \
2481 "checking for C compiler version" >&5
2482 ac_compiler=`set X $ac_compile; echo $2`
2483 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2484 (eval $ac_compiler --version </dev/null >&5) 2>&5
2485 ac_status=$?
2486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2487 (exit $ac_status); }
2488 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2489 (eval $ac_compiler -v </dev/null >&5) 2>&5
2490 ac_status=$?
2491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492 (exit $ac_status); }
2493 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2494 (eval $ac_compiler -V </dev/null >&5) 2>&5
2495 ac_status=$?
2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2497 (exit $ac_status); }
2498
2499 cat >conftest.$ac_ext <<_ACEOF
2500 /* confdefs.h. */
2501 _ACEOF
2502 cat confdefs.h >>conftest.$ac_ext
2503 cat >>conftest.$ac_ext <<_ACEOF
2504 /* end confdefs.h. */
2505
2506 int
2507 main ()
2508 {
2509
2510 ;
2511 return 0;
2512 }
2513 _ACEOF
2514 ac_clean_files_save=$ac_clean_files
2515 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2516 # Try to create an executable without -o first, disregard a.out.
2517 # It will help us diagnose broken compilers, and finding out an intuition
2518 # of exeext.
2519 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2520 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2521 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2522 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2523 (eval $ac_link_default) 2>&5
2524 ac_status=$?
2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2526 (exit $ac_status); }; then
2527 # Find the output, starting from the most likely. This scheme is
2528 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2529 # resort.
2530
2531 # Be careful to initialize this variable, since it used to be cached.
2532 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2533 ac_cv_exeext=
2534 # b.out is created by i960 compilers.
2535 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2536 do
2537 test -f "$ac_file" || continue
2538 case $ac_file in
2539 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2540 ;;
2541 conftest.$ac_ext )
2542 # This is the source file.
2543 ;;
2544 [ab].out )
2545 # We found the default executable, but exeext='' is most
2546 # certainly right.
2547 break;;
2548 *.* )
2549 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2550 # FIXME: I believe we export ac_cv_exeext for Libtool,
2551 # but it would be cool to find out if it's true. Does anybody
2552 # maintain Libtool? --akim.
2553 export ac_cv_exeext
2554 break;;
2555 * )
2556 break;;
2557 esac
2558 done
2559 else
2560 echo "$as_me: failed program was:" >&5
2561 sed 's/^/| /' conftest.$ac_ext >&5
2562
2563 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2564 See \`config.log' for more details." >&5
2565 echo "$as_me: error: C compiler cannot create executables
2566 See \`config.log' for more details." >&2;}
2567 { (exit 77); exit 77; }; }
2568 fi
2569
2570 ac_exeext=$ac_cv_exeext
2571 echo "$as_me:$LINENO: result: $ac_file" >&5
2572 echo "${ECHO_T}$ac_file" >&6
2573
2574 # Check the compiler produces executables we can run. If not, either
2575 # the compiler is broken, or we cross compile.
2576 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2577 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2578 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2579 # If not cross compiling, check that we can run a simple program.
2580 if test "$cross_compiling" != yes; then
2581 if { ac_try='./$ac_file'
2582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2583 (eval $ac_try) 2>&5
2584 ac_status=$?
2585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2586 (exit $ac_status); }; }; then
2587 cross_compiling=no
2588 else
2589 if test "$cross_compiling" = maybe; then
2590 cross_compiling=yes
2591 else
2592 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2593 If you meant to cross compile, use \`--host'.
2594 See \`config.log' for more details." >&5
2595 echo "$as_me: error: cannot run C compiled programs.
2596 If you meant to cross compile, use \`--host'.
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2599 fi
2600 fi
2601 fi
2602 echo "$as_me:$LINENO: result: yes" >&5
2603 echo "${ECHO_T}yes" >&6
2604
2605 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2606 ac_clean_files=$ac_clean_files_save
2607 # Check the compiler produces executables we can run. If not, either
2608 # the compiler is broken, or we cross compile.
2609 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2610 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2611 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2612 echo "${ECHO_T}$cross_compiling" >&6
2613
2614 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2615 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2617 (eval $ac_link) 2>&5
2618 ac_status=$?
2619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2620 (exit $ac_status); }; then
2621 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2622 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2623 # work properly (i.e., refer to `conftest.exe'), while it won't with
2624 # `rm'.
2625 for ac_file in conftest.exe conftest conftest.*; do
2626 test -f "$ac_file" || continue
2627 case $ac_file in
2628 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2629 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2630 export ac_cv_exeext
2631 break;;
2632 * ) break;;
2633 esac
2634 done
2635 else
2636 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2637 See \`config.log' for more details." >&5
2638 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2639 See \`config.log' for more details." >&2;}
2640 { (exit 1); exit 1; }; }
2641 fi
2642
2643 rm -f conftest$ac_cv_exeext
2644 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2645 echo "${ECHO_T}$ac_cv_exeext" >&6
2646
2647 rm -f conftest.$ac_ext
2648 EXEEXT=$ac_cv_exeext
2649 ac_exeext=$EXEEXT
2650 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2651 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2652 if test "${ac_cv_objext+set}" = set; then
2653 echo $ECHO_N "(cached) $ECHO_C" >&6
2654 else
2655 cat >conftest.$ac_ext <<_ACEOF
2656 /* confdefs.h. */
2657 _ACEOF
2658 cat confdefs.h >>conftest.$ac_ext
2659 cat >>conftest.$ac_ext <<_ACEOF
2660 /* end confdefs.h. */
2661
2662 int
2663 main ()
2664 {
2665
2666 ;
2667 return 0;
2668 }
2669 _ACEOF
2670 rm -f conftest.o conftest.obj
2671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2672 (eval $ac_compile) 2>&5
2673 ac_status=$?
2674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2675 (exit $ac_status); }; then
2676 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2677 case $ac_file in
2678 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2679 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2680 break;;
2681 esac
2682 done
2683 else
2684 echo "$as_me: failed program was:" >&5
2685 sed 's/^/| /' conftest.$ac_ext >&5
2686
2687 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2688 See \`config.log' for more details." >&5
2689 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2690 See \`config.log' for more details." >&2;}
2691 { (exit 1); exit 1; }; }
2692 fi
2693
2694 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2695 fi
2696 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2697 echo "${ECHO_T}$ac_cv_objext" >&6
2698 OBJEXT=$ac_cv_objext
2699 ac_objext=$OBJEXT
2700 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2701 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2702 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2703 echo $ECHO_N "(cached) $ECHO_C" >&6
2704 else
2705 cat >conftest.$ac_ext <<_ACEOF
2706 /* confdefs.h. */
2707 _ACEOF
2708 cat confdefs.h >>conftest.$ac_ext
2709 cat >>conftest.$ac_ext <<_ACEOF
2710 /* end confdefs.h. */
2711
2712 int
2713 main ()
2714 {
2715 #ifndef __GNUC__
2716 choke me
2717 #endif
2718
2719 ;
2720 return 0;
2721 }
2722 _ACEOF
2723 rm -f conftest.$ac_objext
2724 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2725 (eval $ac_compile) 2>conftest.er1
2726 ac_status=$?
2727 grep -v '^ *+' conftest.er1 >conftest.err
2728 rm -f conftest.er1
2729 cat conftest.err >&5
2730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2731 (exit $ac_status); } &&
2732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2734 (eval $ac_try) 2>&5
2735 ac_status=$?
2736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2737 (exit $ac_status); }; } &&
2738 { ac_try='test -s conftest.$ac_objext'
2739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2740 (eval $ac_try) 2>&5
2741 ac_status=$?
2742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2743 (exit $ac_status); }; }; then
2744 ac_compiler_gnu=yes
2745 else
2746 echo "$as_me: failed program was:" >&5
2747 sed 's/^/| /' conftest.$ac_ext >&5
2748
2749 ac_compiler_gnu=no
2750 fi
2751 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2752 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2753
2754 fi
2755 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2756 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2757 GCC=`test $ac_compiler_gnu = yes && echo yes`
2758 ac_test_CFLAGS=${CFLAGS+set}
2759 ac_save_CFLAGS=$CFLAGS
2760 CFLAGS="-g"
2761 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2762 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2763 if test "${ac_cv_prog_cc_g+set}" = set; then
2764 echo $ECHO_N "(cached) $ECHO_C" >&6
2765 else
2766 cat >conftest.$ac_ext <<_ACEOF
2767 /* confdefs.h. */
2768 _ACEOF
2769 cat confdefs.h >>conftest.$ac_ext
2770 cat >>conftest.$ac_ext <<_ACEOF
2771 /* end confdefs.h. */
2772
2773 int
2774 main ()
2775 {
2776
2777 ;
2778 return 0;
2779 }
2780 _ACEOF
2781 rm -f conftest.$ac_objext
2782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2783 (eval $ac_compile) 2>conftest.er1
2784 ac_status=$?
2785 grep -v '^ *+' conftest.er1 >conftest.err
2786 rm -f conftest.er1
2787 cat conftest.err >&5
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789 (exit $ac_status); } &&
2790 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2792 (eval $ac_try) 2>&5
2793 ac_status=$?
2794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2795 (exit $ac_status); }; } &&
2796 { ac_try='test -s conftest.$ac_objext'
2797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2798 (eval $ac_try) 2>&5
2799 ac_status=$?
2800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; }; then
2802 ac_cv_prog_cc_g=yes
2803 else
2804 echo "$as_me: failed program was:" >&5
2805 sed 's/^/| /' conftest.$ac_ext >&5
2806
2807 ac_cv_prog_cc_g=no
2808 fi
2809 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2810 fi
2811 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2812 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2813 if test "$ac_test_CFLAGS" = set; then
2814 CFLAGS=$ac_save_CFLAGS
2815 elif test $ac_cv_prog_cc_g = yes; then
2816 if test "$GCC" = yes; then
2817 CFLAGS="-g -O2"
2818 else
2819 CFLAGS="-g"
2820 fi
2821 else
2822 if test "$GCC" = yes; then
2823 CFLAGS="-O2"
2824 else
2825 CFLAGS=
2826 fi
2827 fi
2828 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2829 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2830 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2831 echo $ECHO_N "(cached) $ECHO_C" >&6
2832 else
2833 ac_cv_prog_cc_stdc=no
2834 ac_save_CC=$CC
2835 cat >conftest.$ac_ext <<_ACEOF
2836 /* confdefs.h. */
2837 _ACEOF
2838 cat confdefs.h >>conftest.$ac_ext
2839 cat >>conftest.$ac_ext <<_ACEOF
2840 /* end confdefs.h. */
2841 #include <stdarg.h>
2842 #include <stdio.h>
2843 #include <sys/types.h>
2844 #include <sys/stat.h>
2845 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2846 struct buf { int x; };
2847 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2848 static char *e (p, i)
2849 char **p;
2850 int i;
2851 {
2852 return p[i];
2853 }
2854 static char *f (char * (*g) (char **, int), char **p, ...)
2855 {
2856 char *s;
2857 va_list v;
2858 va_start (v,p);
2859 s = g (p, va_arg (v,int));
2860 va_end (v);
2861 return s;
2862 }
2863
2864 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2865 function prototypes and stuff, but not '\xHH' hex character constants.
2866 These don't provoke an error unfortunately, instead are silently treated
2867 as 'x'. The following induces an error, until -std1 is added to get
2868 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2869 array size at least. It's necessary to write '\x00'==0 to get something
2870 that's true only with -std1. */
2871 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2872
2873 int test (int i, double x);
2874 struct s1 {int (*f) (int a);};
2875 struct s2 {int (*f) (double a);};
2876 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2877 int argc;
2878 char **argv;
2879 int
2880 main ()
2881 {
2882 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2883 ;
2884 return 0;
2885 }
2886 _ACEOF
2887 # Don't try gcc -ansi; that turns off useful extensions and
2888 # breaks some systems' header files.
2889 # AIX -qlanglvl=ansi
2890 # Ultrix and OSF/1 -std1
2891 # HP-UX 10.20 and later -Ae
2892 # HP-UX older versions -Aa -D_HPUX_SOURCE
2893 # SVR4 -Xc -D__EXTENSIONS__
2894 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2895 do
2896 CC="$ac_save_CC $ac_arg"
2897 rm -f conftest.$ac_objext
2898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2899 (eval $ac_compile) 2>conftest.er1
2900 ac_status=$?
2901 grep -v '^ *+' conftest.er1 >conftest.err
2902 rm -f conftest.er1
2903 cat conftest.err >&5
2904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2905 (exit $ac_status); } &&
2906 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2908 (eval $ac_try) 2>&5
2909 ac_status=$?
2910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; } &&
2912 { ac_try='test -s conftest.$ac_objext'
2913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2914 (eval $ac_try) 2>&5
2915 ac_status=$?
2916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2917 (exit $ac_status); }; }; then
2918 ac_cv_prog_cc_stdc=$ac_arg
2919 break
2920 else
2921 echo "$as_me: failed program was:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2923
2924 fi
2925 rm -f conftest.err conftest.$ac_objext
2926 done
2927 rm -f conftest.$ac_ext conftest.$ac_objext
2928 CC=$ac_save_CC
2929
2930 fi
2931
2932 case "x$ac_cv_prog_cc_stdc" in
2933 x|xno)
2934 echo "$as_me:$LINENO: result: none needed" >&5
2935 echo "${ECHO_T}none needed" >&6 ;;
2936 *)
2937 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2938 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2939 CC="$CC $ac_cv_prog_cc_stdc" ;;
2940 esac
2941
2942 # Some people use a C++ compiler to compile C. Since we use `exit',
2943 # in C++ we need to declare it. In case someone uses the same compiler
2944 # for both compiling C and C++ we need to have the C++ compiler decide
2945 # the declaration of exit, since it's the most demanding environment.
2946 cat >conftest.$ac_ext <<_ACEOF
2947 #ifndef __cplusplus
2948 choke me
2949 #endif
2950 _ACEOF
2951 rm -f conftest.$ac_objext
2952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2953 (eval $ac_compile) 2>conftest.er1
2954 ac_status=$?
2955 grep -v '^ *+' conftest.er1 >conftest.err
2956 rm -f conftest.er1
2957 cat conftest.err >&5
2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959 (exit $ac_status); } &&
2960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2962 (eval $ac_try) 2>&5
2963 ac_status=$?
2964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2965 (exit $ac_status); }; } &&
2966 { ac_try='test -s conftest.$ac_objext'
2967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2968 (eval $ac_try) 2>&5
2969 ac_status=$?
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); }; }; then
2972 for ac_declaration in \
2973 '' \
2974 'extern "C" void std::exit (int) throw (); using std::exit;' \
2975 'extern "C" void std::exit (int); using std::exit;' \
2976 'extern "C" void exit (int) throw ();' \
2977 'extern "C" void exit (int);' \
2978 'void exit (int);'
2979 do
2980 cat >conftest.$ac_ext <<_ACEOF
2981 /* confdefs.h. */
2982 _ACEOF
2983 cat confdefs.h >>conftest.$ac_ext
2984 cat >>conftest.$ac_ext <<_ACEOF
2985 /* end confdefs.h. */
2986 $ac_declaration
2987 #include <stdlib.h>
2988 int
2989 main ()
2990 {
2991 exit (42);
2992 ;
2993 return 0;
2994 }
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2998 (eval $ac_compile) 2>conftest.er1
2999 ac_status=$?
3000 grep -v '^ *+' conftest.er1 >conftest.err
3001 rm -f conftest.er1
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } &&
3005 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3007 (eval $ac_try) 2>&5
3008 ac_status=$?
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); }; } &&
3011 { ac_try='test -s conftest.$ac_objext'
3012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3013 (eval $ac_try) 2>&5
3014 ac_status=$?
3015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016 (exit $ac_status); }; }; then
3017 :
3018 else
3019 echo "$as_me: failed program was:" >&5
3020 sed 's/^/| /' conftest.$ac_ext >&5
3021
3022 continue
3023 fi
3024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3025 cat >conftest.$ac_ext <<_ACEOF
3026 /* confdefs.h. */
3027 _ACEOF
3028 cat confdefs.h >>conftest.$ac_ext
3029 cat >>conftest.$ac_ext <<_ACEOF
3030 /* end confdefs.h. */
3031 $ac_declaration
3032 int
3033 main ()
3034 {
3035 exit (42);
3036 ;
3037 return 0;
3038 }
3039 _ACEOF
3040 rm -f conftest.$ac_objext
3041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3042 (eval $ac_compile) 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } &&
3049 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3051 (eval $ac_try) 2>&5
3052 ac_status=$?
3053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3054 (exit $ac_status); }; } &&
3055 { ac_try='test -s conftest.$ac_objext'
3056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3057 (eval $ac_try) 2>&5
3058 ac_status=$?
3059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3060 (exit $ac_status); }; }; then
3061 break
3062 else
3063 echo "$as_me: failed program was:" >&5
3064 sed 's/^/| /' conftest.$ac_ext >&5
3065
3066 fi
3067 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3068 done
3069 rm -f conftest*
3070 if test -n "$ac_declaration"; then
3071 echo '#ifdef __cplusplus' >>confdefs.h
3072 echo $ac_declaration >>confdefs.h
3073 echo '#endif' >>confdefs.h
3074 fi
3075
3076 else
3077 echo "$as_me: failed program was:" >&5
3078 sed 's/^/| /' conftest.$ac_ext >&5
3079
3080 fi
3081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3082 ac_ext=c
3083 ac_cpp='$CPP $CPPFLAGS'
3084 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3085 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3086 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3087
3088 depcc="$CC" am_compiler_list=
3089
3090 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3091 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3092 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3093 echo $ECHO_N "(cached) $ECHO_C" >&6
3094 else
3095 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3096 # We make a subdir and do the tests there. Otherwise we can end up
3097 # making bogus files that we don't know about and never remove. For
3098 # instance it was reported that on HP-UX the gcc test will end up
3099 # making a dummy file named `D' -- because `-MD' means `put the output
3100 # in D'.
3101 mkdir conftest.dir
3102 # Copy depcomp to subdir because otherwise we won't find it if we're
3103 # using a relative directory.
3104 cp "$am_depcomp" conftest.dir
3105 cd conftest.dir
3106 # We will build objects and dependencies in a subdirectory because
3107 # it helps to detect inapplicable dependency modes. For instance
3108 # both Tru64's cc and ICC support -MD to output dependencies as a
3109 # side effect of compilation, but ICC will put the dependencies in
3110 # the current directory while Tru64 will put them in the object
3111 # directory.
3112 mkdir sub
3113
3114 am_cv_CC_dependencies_compiler_type=none
3115 if test "$am_compiler_list" = ""; then
3116 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3117 fi
3118 for depmode in $am_compiler_list; do
3119 # Setup a source with many dependencies, because some compilers
3120 # like to wrap large dependency lists on column 80 (with \), and
3121 # we should not choose a depcomp mode which is confused by this.
3122 #
3123 # We need to recreate these files for each test, as the compiler may
3124 # overwrite some of them when testing with obscure command lines.
3125 # This happens at least with the AIX C compiler.
3126 : > sub/conftest.c
3127 for i in 1 2 3 4 5 6; do
3128 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3129 : > sub/conftst$i.h
3130 done
3131 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3132
3133 case $depmode in
3134 nosideeffect)
3135 # after this tag, mechanisms are not by side-effect, so they'll
3136 # only be used when explicitly requested
3137 if test "x$enable_dependency_tracking" = xyes; then
3138 continue
3139 else
3140 break
3141 fi
3142 ;;
3143 none) break ;;
3144 esac
3145 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3146 # mode. It turns out that the SunPro C++ compiler does not properly
3147 # handle `-M -o', and we need to detect this.
3148 if depmode=$depmode \
3149 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3150 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3151 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3152 >/dev/null 2>conftest.err &&
3153 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3154 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3155 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3156 # icc doesn't choke on unknown options, it will just issue warnings
3157 # (even with -Werror). So we grep stderr for any message
3158 # that says an option was ignored.
3159 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3160 am_cv_CC_dependencies_compiler_type=$depmode
3161 break
3162 fi
3163 fi
3164 done
3165
3166 cd ..
3167 rm -rf conftest.dir
3168 else
3169 am_cv_CC_dependencies_compiler_type=none
3170 fi
3171
3172 fi
3173 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3174 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3175 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3176
3177
3178
3179 if
3180 test "x$enable_dependency_tracking" != xno \
3181 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3182 am__fastdepCC_TRUE=
3183 am__fastdepCC_FALSE='#'
3184 else
3185 am__fastdepCC_TRUE='#'
3186 am__fastdepCC_FALSE=
3187 fi
3188
3189
3190
3191 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3192 if test "${with_gnu_ld+set}" = set; then
3193 withval="$with_gnu_ld"
3194 test "$withval" = no || with_gnu_ld=yes
3195 else
3196 with_gnu_ld=no
3197 fi;
3198 ac_prog=ld
3199 if test "$GCC" = yes; then
3200 # Check if gcc -print-prog-name=ld gives a path.
3201 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3202 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3203 case $host in
3204 *-*-mingw*)
3205 # gcc leaves a trailing carriage return which upsets mingw
3206 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3207 *)
3208 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3209 esac
3210 case $ac_prog in
3211 # Accept absolute paths.
3212 [\\/]* | [A-Za-z]:[\\/]*)
3213 re_direlt='/[^/][^/]*/\.\./'
3214 # Canonicalize the path of ld
3215 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3216 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3217 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3218 done
3219 test -z "$LD" && LD="$ac_prog"
3220 ;;
3221 "")
3222 # If it fails, then pretend we aren't using GCC.
3223 ac_prog=ld
3224 ;;
3225 *)
3226 # If it is relative, then search for the first ld in PATH.
3227 with_gnu_ld=unknown
3228 ;;
3229 esac
3230 elif test "$with_gnu_ld" = yes; then
3231 echo "$as_me:$LINENO: checking for GNU ld" >&5
3232 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3233 else
3234 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3235 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3236 fi
3237 if test "${acl_cv_path_LD+set}" = set; then
3238 echo $ECHO_N "(cached) $ECHO_C" >&6
3239 else
3240 if test -z "$LD"; then
3241 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3242 for ac_dir in $PATH; do
3243 test -z "$ac_dir" && ac_dir=.
3244 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3245 acl_cv_path_LD="$ac_dir/$ac_prog"
3246 # Check to see if the program is GNU ld. I'd rather use --version,
3247 # but apparently some GNU ld's only accept -v.
3248 # Break only if it was the GNU/non-GNU ld that we prefer.
3249 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3250 test "$with_gnu_ld" != no && break
3251 else
3252 test "$with_gnu_ld" != yes && break
3253 fi
3254 fi
3255 done
3256 IFS="$ac_save_ifs"
3257 else
3258 acl_cv_path_LD="$LD" # Let the user override the test with a path.
3259 fi
3260 fi
3261
3262 LD="$acl_cv_path_LD"
3263 if test -n "$LD"; then
3264 echo "$as_me:$LINENO: result: $LD" >&5
3265 echo "${ECHO_T}$LD" >&6
3266 else
3267 echo "$as_me:$LINENO: result: no" >&5
3268 echo "${ECHO_T}no" >&6
3269 fi
3270 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3271 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3272 { (exit 1); exit 1; }; }
3273 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3274 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3275 if test "${acl_cv_prog_gnu_ld+set}" = set; then
3276 echo $ECHO_N "(cached) $ECHO_C" >&6
3277 else
3278 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3279 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3280 acl_cv_prog_gnu_ld=yes
3281 else
3282 acl_cv_prog_gnu_ld=no
3283 fi
3284 fi
3285 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3286 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3287 with_gnu_ld=$acl_cv_prog_gnu_ld
3288
3289
3290
3291 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3292 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3293 if test "${acl_cv_rpath+set}" = set; then
3294 echo $ECHO_N "(cached) $ECHO_C" >&6
3295 else
3296
3297 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3298 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3299 . ./conftest.sh
3300 rm -f ./conftest.sh
3301 acl_cv_rpath=done
3302
3303 fi
3304 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3305 echo "${ECHO_T}$acl_cv_rpath" >&6
3306 wl="$acl_cv_wl"
3307 libext="$acl_cv_libext"
3308 shlibext="$acl_cv_shlibext"
3309 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3310 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3311 hardcode_direct="$acl_cv_hardcode_direct"
3312 hardcode_minus_L="$acl_cv_hardcode_minus_L"
3313 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3314 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3315 # Check whether --enable-rpath or --disable-rpath was given.
3316 if test "${enable_rpath+set}" = set; then
3317 enableval="$enable_rpath"
3318 :
3319 else
3320 enable_rpath=yes
3321 fi;
3322
3323
3324
3325
3326
3327
3328
3329 use_additional=yes
3330
3331 acl_save_prefix="$prefix"
3332 prefix="$acl_final_prefix"
3333 acl_save_exec_prefix="$exec_prefix"
3334 exec_prefix="$acl_final_exec_prefix"
3335
3336 eval additional_includedir=\"$includedir\"
3337 eval additional_libdir=\"$libdir\"
3338
3339 exec_prefix="$acl_save_exec_prefix"
3340 prefix="$acl_save_prefix"
3341
3342
3343 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3344 if test "${with_libiconv_prefix+set}" = set; then
3345 withval="$with_libiconv_prefix"
3346
3347 if test "X$withval" = "Xno"; then
3348 use_additional=no
3349 else
3350 if test "X$withval" = "X"; then
3351
3352 acl_save_prefix="$prefix"
3353 prefix="$acl_final_prefix"
3354 acl_save_exec_prefix="$exec_prefix"
3355 exec_prefix="$acl_final_exec_prefix"
3356
3357 eval additional_includedir=\"$includedir\"
3358 eval additional_libdir=\"$libdir\"
3359
3360 exec_prefix="$acl_save_exec_prefix"
3361 prefix="$acl_save_prefix"
3362
3363 else
3364 additional_includedir="$withval/include"
3365 additional_libdir="$withval/lib"
3366 fi
3367 fi
3368
3369 fi;
3370 LIBICONV=
3371 LTLIBICONV=
3372 INCICONV=
3373 rpathdirs=
3374 ltrpathdirs=
3375 names_already_handled=
3376 names_next_round='iconv '
3377 while test -n "$names_next_round"; do
3378 names_this_round="$names_next_round"
3379 names_next_round=
3380 for name in $names_this_round; do
3381 already_handled=
3382 for n in $names_already_handled; do
3383 if test "$n" = "$name"; then
3384 already_handled=yes
3385 break
3386 fi
3387 done
3388 if test -z "$already_handled"; then
3389 names_already_handled="$names_already_handled $name"
3390 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3391 eval value=\"\$HAVE_LIB$uppername\"
3392 if test -n "$value"; then
3393 if test "$value" = yes; then
3394 eval value=\"\$LIB$uppername\"
3395 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3396 eval value=\"\$LTLIB$uppername\"
3397 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3398 else
3399 :
3400 fi
3401 else
3402 found_dir=
3403 found_la=
3404 found_so=
3405 found_a=
3406 if test $use_additional = yes; then
3407 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3408 found_dir="$additional_libdir"
3409 found_so="$additional_libdir/lib$name.$shlibext"
3410 if test -f "$additional_libdir/lib$name.la"; then
3411 found_la="$additional_libdir/lib$name.la"
3412 fi
3413 else
3414 if test -f "$additional_libdir/lib$name.$libext"; then
3415 found_dir="$additional_libdir"
3416 found_a="$additional_libdir/lib$name.$libext"
3417 if test -f "$additional_libdir/lib$name.la"; then
3418 found_la="$additional_libdir/lib$name.la"
3419 fi
3420 fi
3421 fi
3422 fi
3423 if test "X$found_dir" = "X"; then
3424 for x in $LDFLAGS $LTLIBICONV; do
3425
3426 acl_save_prefix="$prefix"
3427 prefix="$acl_final_prefix"
3428 acl_save_exec_prefix="$exec_prefix"
3429 exec_prefix="$acl_final_exec_prefix"
3430 eval x=\"$x\"
3431 exec_prefix="$acl_save_exec_prefix"
3432 prefix="$acl_save_prefix"
3433
3434 case "$x" in
3435 -L*)
3436 dir=`echo "X$x" | sed -e 's/^X-L//'`
3437 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3438 found_dir="$dir"
3439 found_so="$dir/lib$name.$shlibext"
3440 if test -f "$dir/lib$name.la"; then
3441 found_la="$dir/lib$name.la"
3442 fi
3443 else
3444 if test -f "$dir/lib$name.$libext"; then
3445 found_dir="$dir"
3446 found_a="$dir/lib$name.$libext"
3447 if test -f "$dir/lib$name.la"; then
3448 found_la="$dir/lib$name.la"
3449 fi
3450 fi
3451 fi
3452 ;;
3453 esac
3454 if test "X$found_dir" != "X"; then
3455 break
3456 fi
3457 done
3458 fi
3459 if test "X$found_dir" != "X"; then
3460 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3461 if test "X$found_so" != "X"; then
3462 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3463 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3464 else
3465 haveit=
3466 for x in $ltrpathdirs; do
3467 if test "X$x" = "X$found_dir"; then
3468 haveit=yes
3469 break
3470 fi
3471 done
3472 if test -z "$haveit"; then
3473 ltrpathdirs="$ltrpathdirs $found_dir"
3474 fi
3475 if test "$hardcode_direct" = yes; then
3476 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3477 else
3478 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3479 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3480 haveit=
3481 for x in $rpathdirs; do
3482 if test "X$x" = "X$found_dir"; then
3483 haveit=yes
3484 break
3485 fi
3486 done
3487 if test -z "$haveit"; then
3488 rpathdirs="$rpathdirs $found_dir"
3489 fi
3490 else
3491 haveit=
3492 for x in $LDFLAGS $LIBICONV; do
3493
3494 acl_save_prefix="$prefix"
3495 prefix="$acl_final_prefix"
3496 acl_save_exec_prefix="$exec_prefix"
3497 exec_prefix="$acl_final_exec_prefix"
3498 eval x=\"$x\"
3499 exec_prefix="$acl_save_exec_prefix"
3500 prefix="$acl_save_prefix"
3501
3502 if test "X$x" = "X-L$found_dir"; then
3503 haveit=yes
3504 break
3505 fi
3506 done
3507 if test -z "$haveit"; then
3508 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3509 fi
3510 if test "$hardcode_minus_L" != no; then
3511 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3512 else
3513 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3514 fi
3515 fi
3516 fi
3517 fi
3518 else
3519 if test "X$found_a" != "X"; then
3520 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3521 else
3522 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3523 fi
3524 fi
3525 additional_includedir=
3526 case "$found_dir" in
3527 */lib | */lib/)
3528 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3529 additional_includedir="$basedir/include"
3530 ;;
3531 esac
3532 if test "X$additional_includedir" != "X"; then
3533 if test "X$additional_includedir" != "X/usr/include"; then
3534 haveit=
3535 if test "X$additional_includedir" = "X/usr/local/include"; then
3536 if test -n "$GCC"; then
3537 case $host_os in
3538 linux*) haveit=yes;;
3539 esac
3540 fi
3541 fi
3542 if test -z "$haveit"; then
3543 for x in $CPPFLAGS $INCICONV; do
3544
3545 acl_save_prefix="$prefix"
3546 prefix="$acl_final_prefix"
3547 acl_save_exec_prefix="$exec_prefix"
3548 exec_prefix="$acl_final_exec_prefix"
3549 eval x=\"$x\"
3550 exec_prefix="$acl_save_exec_prefix"
3551 prefix="$acl_save_prefix"
3552
3553 if test "X$x" = "X-I$additional_includedir"; then
3554 haveit=yes
3555 break
3556 fi
3557 done
3558 if test -z "$haveit"; then
3559 if test -d "$additional_includedir"; then
3560 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3561 fi
3562 fi
3563 fi
3564 fi
3565 fi
3566 if test -n "$found_la"; then
3567 save_libdir="$libdir"
3568 case "$found_la" in
3569 */* | *\\*) . "$found_la" ;;
3570 *) . "./$found_la" ;;
3571 esac
3572 libdir="$save_libdir"
3573 for dep in $dependency_libs; do
3574 case "$dep" in
3575 -L*)
3576 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3577 if test "X$additional_libdir" != "X/usr/lib"; then
3578 haveit=
3579 if test "X$additional_libdir" = "X/usr/local/lib"; then
3580 if test -n "$GCC"; then
3581 case $host_os in
3582 linux*) haveit=yes;;
3583 esac
3584 fi
3585 fi
3586 if test -z "$haveit"; then
3587 haveit=
3588 for x in $LDFLAGS $LIBICONV; do
3589
3590 acl_save_prefix="$prefix"
3591 prefix="$acl_final_prefix"
3592 acl_save_exec_prefix="$exec_prefix"
3593 exec_prefix="$acl_final_exec_prefix"
3594 eval x=\"$x\"
3595 exec_prefix="$acl_save_exec_prefix"
3596 prefix="$acl_save_prefix"
3597
3598 if test "X$x" = "X-L$additional_libdir"; then
3599 haveit=yes
3600 break
3601 fi
3602 done
3603 if test -z "$haveit"; then
3604 if test -d "$additional_libdir"; then
3605 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3606 fi
3607 fi
3608 haveit=
3609 for x in $LDFLAGS $LTLIBICONV; do
3610
3611 acl_save_prefix="$prefix"
3612 prefix="$acl_final_prefix"
3613 acl_save_exec_prefix="$exec_prefix"
3614 exec_prefix="$acl_final_exec_prefix"
3615 eval x=\"$x\"
3616 exec_prefix="$acl_save_exec_prefix"
3617 prefix="$acl_save_prefix"
3618
3619 if test "X$x" = "X-L$additional_libdir"; then
3620 haveit=yes
3621 break
3622 fi
3623 done
3624 if test -z "$haveit"; then
3625 if test -d "$additional_libdir"; then
3626 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3627 fi
3628 fi
3629 fi
3630 fi
3631 ;;
3632 -R*)
3633 dir=`echo "X$dep" | sed -e 's/^X-R//'`
3634 if test "$enable_rpath" != no; then
3635 haveit=
3636 for x in $rpathdirs; do
3637 if test "X$x" = "X$dir"; then
3638 haveit=yes
3639 break
3640 fi
3641 done
3642 if test -z "$haveit"; then
3643 rpathdirs="$rpathdirs $dir"
3644 fi
3645 haveit=
3646 for x in $ltrpathdirs; do
3647 if test "X$x" = "X$dir"; then
3648 haveit=yes
3649 break
3650 fi
3651 done
3652 if test -z "$haveit"; then
3653 ltrpathdirs="$ltrpathdirs $dir"
3654 fi
3655 fi
3656 ;;
3657 -l*)
3658 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3659 ;;
3660 *.la)
3661 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3662 ;;
3663 *)
3664 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3665 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3666 ;;
3667 esac
3668 done
3669 fi
3670 else
3671 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3672 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3673 fi
3674 fi
3675 fi
3676 done
3677 done
3678 if test "X$rpathdirs" != "X"; then
3679 if test -n "$hardcode_libdir_separator"; then
3680 alldirs=
3681 for found_dir in $rpathdirs; do
3682 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3683 done
3684 acl_save_libdir="$libdir"
3685 libdir="$alldirs"
3686 eval flag=\"$hardcode_libdir_flag_spec\"
3687 libdir="$acl_save_libdir"
3688 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3689 else
3690 for found_dir in $rpathdirs; do
3691 acl_save_libdir="$libdir"
3692 libdir="$found_dir"
3693 eval flag=\"$hardcode_libdir_flag_spec\"
3694 libdir="$acl_save_libdir"
3695 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3696 done
3697 fi
3698 fi
3699 if test "X$ltrpathdirs" != "X"; then
3700 for found_dir in $ltrpathdirs; do
3701 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3702 done
3703 fi
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3723 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3724 # Check whether --enable-nls or --disable-nls was given.
3725 if test "${enable_nls+set}" = set; then
3726 enableval="$enable_nls"
3727 USE_NLS=$enableval
3728 else
3729 USE_NLS=yes
3730 fi;
3731 echo "$as_me:$LINENO: result: $USE_NLS" >&5
3732 echo "${ECHO_T}$USE_NLS" >&6
3733
3734
3735
3736 LIBINTL=
3737 LTLIBINTL=
3738 POSUB=
3739
3740 if test "$USE_NLS" = "yes"; then
3741 gt_use_preinstalled_gnugettext=no
3742
3743
3744
3745
3746
3747
3748 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3749 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3750 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3752 else
3753 cat >conftest.$ac_ext <<_ACEOF
3754 /* confdefs.h. */
3755 _ACEOF
3756 cat confdefs.h >>conftest.$ac_ext
3757 cat >>conftest.$ac_ext <<_ACEOF
3758 /* end confdefs.h. */
3759 #include <libintl.h>
3760 extern int _nl_msg_cat_cntr;
3761 extern int *_nl_domain_bindings;
3762 int
3763 main ()
3764 {
3765 bindtextdomain ("", "");
3766 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3767 ;
3768 return 0;
3769 }
3770 _ACEOF
3771 rm -f conftest.$ac_objext conftest$ac_exeext
3772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3773 (eval $ac_link) 2>conftest.er1
3774 ac_status=$?
3775 grep -v '^ *+' conftest.er1 >conftest.err
3776 rm -f conftest.er1
3777 cat conftest.err >&5
3778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3779 (exit $ac_status); } &&
3780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 (eval $ac_try) 2>&5
3783 ac_status=$?
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); }; } &&
3786 { ac_try='test -s conftest$ac_exeext'
3787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3788 (eval $ac_try) 2>&5
3789 ac_status=$?
3790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3791 (exit $ac_status); }; }; then
3792 gt_cv_func_gnugettext1_libc=yes
3793 else
3794 echo "$as_me: failed program was:" >&5
3795 sed 's/^/| /' conftest.$ac_ext >&5
3796
3797 gt_cv_func_gnugettext1_libc=no
3798 fi
3799 rm -f conftest.err conftest.$ac_objext \
3800 conftest$ac_exeext conftest.$ac_ext
3801 fi
3802 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3803 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3804
3805 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3806
3807
3808
3809
3810
3811 am_save_CPPFLAGS="$CPPFLAGS"
3812
3813 for element in $INCICONV; do
3814 haveit=
3815 for x in $CPPFLAGS; do
3816
3817 acl_save_prefix="$prefix"
3818 prefix="$acl_final_prefix"
3819 acl_save_exec_prefix="$exec_prefix"
3820 exec_prefix="$acl_final_exec_prefix"
3821 eval x=\"$x\"
3822 exec_prefix="$acl_save_exec_prefix"
3823 prefix="$acl_save_prefix"
3824
3825 if test "X$x" = "X$element"; then
3826 haveit=yes
3827 break
3828 fi
3829 done
3830 if test -z "$haveit"; then
3831 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3832 fi
3833 done
3834
3835
3836 echo "$as_me:$LINENO: checking for iconv" >&5
3837 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3838 if test "${am_cv_func_iconv+set}" = set; then
3839 echo $ECHO_N "(cached) $ECHO_C" >&6
3840 else
3841
3842 am_cv_func_iconv="no, consider installing GNU libiconv"
3843 am_cv_lib_iconv=no
3844 cat >conftest.$ac_ext <<_ACEOF
3845 /* confdefs.h. */
3846 _ACEOF
3847 cat confdefs.h >>conftest.$ac_ext
3848 cat >>conftest.$ac_ext <<_ACEOF
3849 /* end confdefs.h. */
3850 #include <stdlib.h>
3851 #include <iconv.h>
3852 int
3853 main ()
3854 {
3855 iconv_t cd = iconv_open("","");
3856 iconv(cd,NULL,NULL,NULL,NULL);
3857 iconv_close(cd);
3858 ;
3859 return 0;
3860 }
3861 _ACEOF
3862 rm -f conftest.$ac_objext conftest$ac_exeext
3863 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3864 (eval $ac_link) 2>conftest.er1
3865 ac_status=$?
3866 grep -v '^ *+' conftest.er1 >conftest.err
3867 rm -f conftest.er1
3868 cat conftest.err >&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); } &&
3871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3873 (eval $ac_try) 2>&5
3874 ac_status=$?
3875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3876 (exit $ac_status); }; } &&
3877 { ac_try='test -s conftest$ac_exeext'
3878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3879 (eval $ac_try) 2>&5
3880 ac_status=$?
3881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3882 (exit $ac_status); }; }; then
3883 am_cv_func_iconv=yes
3884 else
3885 echo "$as_me: failed program was:" >&5
3886 sed 's/^/| /' conftest.$ac_ext >&5
3887
3888 fi
3889 rm -f conftest.err conftest.$ac_objext \
3890 conftest$ac_exeext conftest.$ac_ext
3891 if test "$am_cv_func_iconv" != yes; then
3892 am_save_LIBS="$LIBS"
3893 LIBS="$LIBS $LIBICONV"
3894 cat >conftest.$ac_ext <<_ACEOF
3895 /* confdefs.h. */
3896 _ACEOF
3897 cat confdefs.h >>conftest.$ac_ext
3898 cat >>conftest.$ac_ext <<_ACEOF
3899 /* end confdefs.h. */
3900 #include <stdlib.h>
3901 #include <iconv.h>
3902 int
3903 main ()
3904 {
3905 iconv_t cd = iconv_open("","");
3906 iconv(cd,NULL,NULL,NULL,NULL);
3907 iconv_close(cd);
3908 ;
3909 return 0;
3910 }
3911 _ACEOF
3912 rm -f conftest.$ac_objext conftest$ac_exeext
3913 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3914 (eval $ac_link) 2>conftest.er1
3915 ac_status=$?
3916 grep -v '^ *+' conftest.er1 >conftest.err
3917 rm -f conftest.er1
3918 cat conftest.err >&5
3919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920 (exit $ac_status); } &&
3921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3923 (eval $ac_try) 2>&5
3924 ac_status=$?
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); }; } &&
3927 { ac_try='test -s conftest$ac_exeext'
3928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3929 (eval $ac_try) 2>&5
3930 ac_status=$?
3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3932 (exit $ac_status); }; }; then
3933 am_cv_lib_iconv=yes
3934 am_cv_func_iconv=yes
3935 else
3936 echo "$as_me: failed program was:" >&5
3937 sed 's/^/| /' conftest.$ac_ext >&5
3938
3939 fi
3940 rm -f conftest.err conftest.$ac_objext \
3941 conftest$ac_exeext conftest.$ac_ext
3942 LIBS="$am_save_LIBS"
3943 fi
3944
3945 fi
3946 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3947 echo "${ECHO_T}$am_cv_func_iconv" >&6
3948 if test "$am_cv_func_iconv" = yes; then
3949
3950 cat >>confdefs.h <<\_ACEOF
3951 #define HAVE_ICONV 1
3952 _ACEOF
3953
3954 fi
3955 if test "$am_cv_lib_iconv" = yes; then
3956 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3957 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3958 echo "$as_me:$LINENO: result: $LIBICONV" >&5
3959 echo "${ECHO_T}$LIBICONV" >&6
3960 else
3961 CPPFLAGS="$am_save_CPPFLAGS"
3962 LIBICONV=
3963 LTLIBICONV=
3964 fi
3965
3966
3967
3968
3969
3970
3971 use_additional=yes
3972
3973 acl_save_prefix="$prefix"
3974 prefix="$acl_final_prefix"
3975 acl_save_exec_prefix="$exec_prefix"
3976 exec_prefix="$acl_final_exec_prefix"
3977
3978 eval additional_includedir=\"$includedir\"
3979 eval additional_libdir=\"$libdir\"
3980
3981 exec_prefix="$acl_save_exec_prefix"
3982 prefix="$acl_save_prefix"
3983
3984
3985 # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3986 if test "${with_libintl_prefix+set}" = set; then
3987 withval="$with_libintl_prefix"
3988
3989 if test "X$withval" = "Xno"; then
3990 use_additional=no
3991 else
3992 if test "X$withval" = "X"; then
3993
3994 acl_save_prefix="$prefix"
3995 prefix="$acl_final_prefix"
3996 acl_save_exec_prefix="$exec_prefix"
3997 exec_prefix="$acl_final_exec_prefix"
3998
3999 eval additional_includedir=\"$includedir\"
4000 eval additional_libdir=\"$libdir\"
4001
4002 exec_prefix="$acl_save_exec_prefix"
4003 prefix="$acl_save_prefix"
4004
4005 else
4006 additional_includedir="$withval/include"
4007 additional_libdir="$withval/lib"
4008 fi
4009 fi
4010
4011 fi;
4012 LIBINTL=
4013 LTLIBINTL=
4014 INCINTL=
4015 rpathdirs=
4016 ltrpathdirs=
4017 names_already_handled=
4018 names_next_round='intl '
4019 while test -n "$names_next_round"; do
4020 names_this_round="$names_next_round"
4021 names_next_round=
4022 for name in $names_this_round; do
4023 already_handled=
4024 for n in $names_already_handled; do
4025 if test "$n" = "$name"; then
4026 already_handled=yes
4027 break
4028 fi
4029 done
4030 if test -z "$already_handled"; then
4031 names_already_handled="$names_already_handled $name"
4032 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4033 eval value=\"\$HAVE_LIB$uppername\"
4034 if test -n "$value"; then
4035 if test "$value" = yes; then
4036 eval value=\"\$LIB$uppername\"
4037 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4038 eval value=\"\$LTLIB$uppername\"
4039 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4040 else
4041 :
4042 fi
4043 else
4044 found_dir=
4045 found_la=
4046 found_so=
4047 found_a=
4048 if test $use_additional = yes; then
4049 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4050 found_dir="$additional_libdir"
4051 found_so="$additional_libdir/lib$name.$shlibext"
4052 if test -f "$additional_libdir/lib$name.la"; then
4053 found_la="$additional_libdir/lib$name.la"
4054 fi
4055 else
4056 if test -f "$additional_libdir/lib$name.$libext"; then
4057 found_dir="$additional_libdir"
4058 found_a="$additional_libdir/lib$name.$libext"
4059 if test -f "$additional_libdir/lib$name.la"; then
4060 found_la="$additional_libdir/lib$name.la"
4061 fi
4062 fi
4063 fi
4064 fi
4065 if test "X$found_dir" = "X"; then
4066 for x in $LDFLAGS $LTLIBINTL; do
4067
4068 acl_save_prefix="$prefix"
4069 prefix="$acl_final_prefix"
4070 acl_save_exec_prefix="$exec_prefix"
4071 exec_prefix="$acl_final_exec_prefix"
4072 eval x=\"$x\"
4073 exec_prefix="$acl_save_exec_prefix"
4074 prefix="$acl_save_prefix"
4075
4076 case "$x" in
4077 -L*)
4078 dir=`echo "X$x" | sed -e 's/^X-L//'`
4079 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4080 found_dir="$dir"
4081 found_so="$dir/lib$name.$shlibext"
4082 if test -f "$dir/lib$name.la"; then
4083 found_la="$dir/lib$name.la"
4084 fi
4085 else
4086 if test -f "$dir/lib$name.$libext"; then
4087 found_dir="$dir"
4088 found_a="$dir/lib$name.$libext"
4089 if test -f "$dir/lib$name.la"; then
4090 found_la="$dir/lib$name.la"
4091 fi
4092 fi
4093 fi
4094 ;;
4095 esac
4096 if test "X$found_dir" != "X"; then
4097 break
4098 fi
4099 done
4100 fi
4101 if test "X$found_dir" != "X"; then
4102 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4103 if test "X$found_so" != "X"; then
4104 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4105 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4106 else
4107 haveit=
4108 for x in $ltrpathdirs; do
4109 if test "X$x" = "X$found_dir"; then
4110 haveit=yes
4111 break
4112 fi
4113 done
4114 if test -z "$haveit"; then
4115 ltrpathdirs="$ltrpathdirs $found_dir"
4116 fi
4117 if test "$hardcode_direct" = yes; then
4118 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4119 else
4120 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4121 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4122 haveit=
4123 for x in $rpathdirs; do
4124 if test "X$x" = "X$found_dir"; then
4125 haveit=yes
4126 break
4127 fi
4128 done
4129 if test -z "$haveit"; then
4130 rpathdirs="$rpathdirs $found_dir"
4131 fi
4132 else
4133 haveit=
4134 for x in $LDFLAGS $LIBINTL; do
4135
4136 acl_save_prefix="$prefix"
4137 prefix="$acl_final_prefix"
4138 acl_save_exec_prefix="$exec_prefix"
4139 exec_prefix="$acl_final_exec_prefix"
4140 eval x=\"$x\"
4141 exec_prefix="$acl_save_exec_prefix"
4142 prefix="$acl_save_prefix"
4143
4144 if test "X$x" = "X-L$found_dir"; then
4145 haveit=yes
4146 break
4147 fi
4148 done
4149 if test -z "$haveit"; then
4150 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4151 fi
4152 if test "$hardcode_minus_L" != no; then
4153 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4154 else
4155 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4156 fi
4157 fi
4158 fi
4159 fi
4160 else
4161 if test "X$found_a" != "X"; then
4162 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4163 else
4164 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4165 fi
4166 fi
4167 additional_includedir=
4168 case "$found_dir" in
4169 */lib | */lib/)
4170 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4171 additional_includedir="$basedir/include"
4172 ;;
4173 esac
4174 if test "X$additional_includedir" != "X"; then
4175 if test "X$additional_includedir" != "X/usr/include"; then
4176 haveit=
4177 if test "X$additional_includedir" = "X/usr/local/include"; then
4178 if test -n "$GCC"; then
4179 case $host_os in
4180 linux*) haveit=yes;;
4181 esac
4182 fi
4183 fi
4184 if test -z "$haveit"; then
4185 for x in $CPPFLAGS $INCINTL; do
4186
4187 acl_save_prefix="$prefix"
4188 prefix="$acl_final_prefix"
4189 acl_save_exec_prefix="$exec_prefix"
4190 exec_prefix="$acl_final_exec_prefix"
4191 eval x=\"$x\"
4192 exec_prefix="$acl_save_exec_prefix"
4193 prefix="$acl_save_prefix"
4194
4195 if test "X$x" = "X-I$additional_includedir"; then
4196 haveit=yes
4197 break
4198 fi
4199 done
4200 if test -z "$haveit"; then
4201 if test -d "$additional_includedir"; then
4202 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4203 fi
4204 fi
4205 fi
4206 fi
4207 fi
4208 if test -n "$found_la"; then
4209 save_libdir="$libdir"
4210 case "$found_la" in
4211 */* | *\\*) . "$found_la" ;;
4212 *) . "./$found_la" ;;
4213 esac
4214 libdir="$save_libdir"
4215 for dep in $dependency_libs; do
4216 case "$dep" in
4217 -L*)
4218 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4219 if test "X$additional_libdir" != "X/usr/lib"; then
4220 haveit=
4221 if test "X$additional_libdir" = "X/usr/local/lib"; then
4222 if test -n "$GCC"; then
4223 case $host_os in
4224 linux*) haveit=yes;;
4225 esac
4226 fi
4227 fi
4228 if test -z "$haveit"; then
4229 haveit=
4230 for x in $LDFLAGS $LIBINTL; do
4231
4232 acl_save_prefix="$prefix"
4233 prefix="$acl_final_prefix"
4234 acl_save_exec_prefix="$exec_prefix"
4235 exec_prefix="$acl_final_exec_prefix"
4236 eval x=\"$x\"
4237 exec_prefix="$acl_save_exec_prefix"
4238 prefix="$acl_save_prefix"
4239
4240 if test "X$x" = "X-L$additional_libdir"; then
4241 haveit=yes
4242 break
4243 fi
4244 done
4245 if test -z "$haveit"; then
4246 if test -d "$additional_libdir"; then
4247 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4248 fi
4249 fi
4250 haveit=
4251 for x in $LDFLAGS $LTLIBINTL; do
4252
4253 acl_save_prefix="$prefix"
4254 prefix="$acl_final_prefix"
4255 acl_save_exec_prefix="$exec_prefix"
4256 exec_prefix="$acl_final_exec_prefix"
4257 eval x=\"$x\"
4258 exec_prefix="$acl_save_exec_prefix"
4259 prefix="$acl_save_prefix"
4260
4261 if test "X$x" = "X-L$additional_libdir"; then
4262 haveit=yes
4263 break
4264 fi
4265 done
4266 if test -z "$haveit"; then
4267 if test -d "$additional_libdir"; then
4268 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4269 fi
4270 fi
4271 fi
4272 fi
4273 ;;
4274 -R*)
4275 dir=`echo "X$dep" | sed -e 's/^X-R//'`
4276 if test "$enable_rpath" != no; then
4277 haveit=
4278 for x in $rpathdirs; do
4279 if test "X$x" = "X$dir"; then
4280 haveit=yes
4281 break
4282 fi
4283 done
4284 if test -z "$haveit"; then
4285 rpathdirs="$rpathdirs $dir"
4286 fi
4287 haveit=
4288 for x in $ltrpathdirs; do
4289 if test "X$x" = "X$dir"; then
4290 haveit=yes
4291 break
4292 fi
4293 done
4294 if test -z "$haveit"; then
4295 ltrpathdirs="$ltrpathdirs $dir"
4296 fi
4297 fi
4298 ;;
4299 -l*)
4300 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4301 ;;
4302 *.la)
4303 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4304 ;;
4305 *)
4306 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4307 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4308 ;;
4309 esac
4310 done
4311 fi
4312 else
4313 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4314 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4315 fi
4316 fi
4317 fi
4318 done
4319 done
4320 if test "X$rpathdirs" != "X"; then
4321 if test -n "$hardcode_libdir_separator"; then
4322 alldirs=
4323 for found_dir in $rpathdirs; do
4324 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4325 done
4326 acl_save_libdir="$libdir"
4327 libdir="$alldirs"
4328 eval flag=\"$hardcode_libdir_flag_spec\"
4329 libdir="$acl_save_libdir"
4330 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4331 else
4332 for found_dir in $rpathdirs; do
4333 acl_save_libdir="$libdir"
4334 libdir="$found_dir"
4335 eval flag=\"$hardcode_libdir_flag_spec\"
4336 libdir="$acl_save_libdir"
4337 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4338 done
4339 fi
4340 fi
4341 if test "X$ltrpathdirs" != "X"; then
4342 for found_dir in $ltrpathdirs; do
4343 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4344 done
4345 fi
4346
4347 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4348 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4349 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4350 echo $ECHO_N "(cached) $ECHO_C" >&6
4351 else
4352 gt_save_CPPFLAGS="$CPPFLAGS"
4353 CPPFLAGS="$CPPFLAGS $INCINTL"
4354 gt_save_LIBS="$LIBS"
4355 LIBS="$LIBS $LIBINTL"
4356 cat >conftest.$ac_ext <<_ACEOF
4357 /* confdefs.h. */
4358 _ACEOF
4359 cat confdefs.h >>conftest.$ac_ext
4360 cat >>conftest.$ac_ext <<_ACEOF
4361 /* end confdefs.h. */
4362 #include <libintl.h>
4363 extern int _nl_msg_cat_cntr;
4364 extern
4365 #ifdef __cplusplus
4366 "C"
4367 #endif
4368 const char *_nl_expand_alias ();
4369 int
4370 main ()
4371 {
4372 bindtextdomain ("", "");
4373 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4374 ;
4375 return 0;
4376 }
4377 _ACEOF
4378 rm -f conftest.$ac_objext conftest$ac_exeext
4379 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4380 (eval $ac_link) 2>conftest.er1
4381 ac_status=$?
4382 grep -v '^ *+' conftest.er1 >conftest.err
4383 rm -f conftest.er1
4384 cat conftest.err >&5
4385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386 (exit $ac_status); } &&
4387 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4389 (eval $ac_try) 2>&5
4390 ac_status=$?
4391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4392 (exit $ac_status); }; } &&
4393 { ac_try='test -s conftest$ac_exeext'
4394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4395 (eval $ac_try) 2>&5
4396 ac_status=$?
4397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4398 (exit $ac_status); }; }; then
4399 gt_cv_func_gnugettext1_libintl=yes
4400 else
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4403
4404 gt_cv_func_gnugettext1_libintl=no
4405 fi
4406 rm -f conftest.err conftest.$ac_objext \
4407 conftest$ac_exeext conftest.$ac_ext
4408 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4409 LIBS="$LIBS $LIBICONV"
4410 cat >conftest.$ac_ext <<_ACEOF
4411 /* confdefs.h. */
4412 _ACEOF
4413 cat confdefs.h >>conftest.$ac_ext
4414 cat >>conftest.$ac_ext <<_ACEOF
4415 /* end confdefs.h. */
4416 #include <libintl.h>
4417 extern int _nl_msg_cat_cntr;
4418 extern
4419 #ifdef __cplusplus
4420 "C"
4421 #endif
4422 const char *_nl_expand_alias ();
4423 int
4424 main ()
4425 {
4426 bindtextdomain ("", "");
4427 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4428 ;
4429 return 0;
4430 }
4431 _ACEOF
4432 rm -f conftest.$ac_objext conftest$ac_exeext
4433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4434 (eval $ac_link) 2>conftest.er1
4435 ac_status=$?
4436 grep -v '^ *+' conftest.er1 >conftest.err
4437 rm -f conftest.er1
4438 cat conftest.err >&5
4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4440 (exit $ac_status); } &&
4441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4443 (eval $ac_try) 2>&5
4444 ac_status=$?
4445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4446 (exit $ac_status); }; } &&
4447 { ac_try='test -s conftest$ac_exeext'
4448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4449 (eval $ac_try) 2>&5
4450 ac_status=$?
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); }; }; then
4453 LIBINTL="$LIBINTL $LIBICONV"
4454 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4455 gt_cv_func_gnugettext1_libintl=yes
4456
4457 else
4458 echo "$as_me: failed program was:" >&5
4459 sed 's/^/| /' conftest.$ac_ext >&5
4460
4461 fi
4462 rm -f conftest.err conftest.$ac_objext \
4463 conftest$ac_exeext conftest.$ac_ext
4464 fi
4465 CPPFLAGS="$gt_save_CPPFLAGS"
4466 LIBS="$gt_save_LIBS"
4467 fi
4468 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4469 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4470 fi
4471
4472 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4473 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4474 && test "$PACKAGE" != gettext; }; then
4475 gt_use_preinstalled_gnugettext=yes
4476 else
4477 LIBINTL=
4478 LTLIBINTL=
4479 INCINTL=
4480 fi
4481
4482
4483
4484 if test "$gt_use_preinstalled_gnugettext" = "yes" \
4485 || test "$nls_cv_use_gnu_gettext" = "yes"; then
4486
4487 cat >>confdefs.h <<\_ACEOF
4488 #define ENABLE_NLS 1
4489 _ACEOF
4490
4491 else
4492 USE_NLS=no
4493 fi
4494 fi
4495
4496 if test "$USE_NLS" = "yes"; then
4497
4498 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4499 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4500 echo "$as_me:$LINENO: checking how to link with libintl" >&5
4501 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4502 echo "$as_me:$LINENO: result: $LIBINTL" >&5
4503 echo "${ECHO_T}$LIBINTL" >&6
4504
4505 for element in $INCINTL; do
4506 haveit=
4507 for x in $CPPFLAGS; do
4508
4509 acl_save_prefix="$prefix"
4510 prefix="$acl_final_prefix"
4511 acl_save_exec_prefix="$exec_prefix"
4512 exec_prefix="$acl_final_exec_prefix"
4513 eval x=\"$x\"
4514 exec_prefix="$acl_save_exec_prefix"
4515 prefix="$acl_save_prefix"
4516
4517 if test "X$x" = "X$element"; then
4518 haveit=yes
4519 break
4520 fi
4521 done
4522 if test -z "$haveit"; then
4523 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4524 fi
4525 done
4526
4527 fi
4528
4529
4530 cat >>confdefs.h <<\_ACEOF
4531 #define HAVE_GETTEXT 1
4532 _ACEOF
4533
4534
4535 cat >>confdefs.h <<\_ACEOF
4536 #define HAVE_DCGETTEXT 1
4537 _ACEOF
4538
4539 fi
4540
4541 POSUB=po
4542 fi
4543
4544
4545
4546 INTLLIBS="$LIBINTL"
4547
4548
4549
4550
4551
4552
4553
4554
4555 # Enable GNU extensions.
4556 # Define this here, not in acconfig's @TOP@ section, since definitions
4557 # in the latter don't make it into the configure-time tests.
4558
4559 cat >>confdefs.h <<\_ACEOF
4560 #define _GNU_SOURCE 1
4561 _ACEOF
4562
4563
4564 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4565
4566 ALL_LINGUAS=""
4567
4568 ac_ext=c
4569 ac_cpp='$CPP $CPPFLAGS'
4570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4573 if test -n "$ac_tool_prefix"; then
4574 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4575 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4576 echo "$as_me:$LINENO: checking for $ac_word" >&5
4577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4578 if test "${ac_cv_prog_CC+set}" = set; then
4579 echo $ECHO_N "(cached) $ECHO_C" >&6
4580 else
4581 if test -n "$CC"; then
4582 ac_cv_prog_CC="$CC" # Let the user override the test.
4583 else
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH
4586 do
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_exec_ext in '' $ac_executable_extensions; do
4590 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4591 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4593 break 2
4594 fi
4595 done
4596 done
4597
4598 fi
4599 fi
4600 CC=$ac_cv_prog_CC
4601 if test -n "$CC"; then
4602 echo "$as_me:$LINENO: result: $CC" >&5
4603 echo "${ECHO_T}$CC" >&6
4604 else
4605 echo "$as_me:$LINENO: result: no" >&5
4606 echo "${ECHO_T}no" >&6
4607 fi
4608
4609 fi
4610 if test -z "$ac_cv_prog_CC"; then
4611 ac_ct_CC=$CC
4612 # Extract the first word of "gcc", so it can be a program name with args.
4613 set dummy gcc; ac_word=$2
4614 echo "$as_me:$LINENO: checking for $ac_word" >&5
4615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4616 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4617 echo $ECHO_N "(cached) $ECHO_C" >&6
4618 else
4619 if test -n "$ac_ct_CC"; then
4620 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4621 else
4622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4623 for as_dir in $PATH
4624 do
4625 IFS=$as_save_IFS
4626 test -z "$as_dir" && as_dir=.
4627 for ac_exec_ext in '' $ac_executable_extensions; do
4628 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4629 ac_cv_prog_ac_ct_CC="gcc"
4630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4631 break 2
4632 fi
4633 done
4634 done
4635
4636 fi
4637 fi
4638 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4639 if test -n "$ac_ct_CC"; then
4640 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4641 echo "${ECHO_T}$ac_ct_CC" >&6
4642 else
4643 echo "$as_me:$LINENO: result: no" >&5
4644 echo "${ECHO_T}no" >&6
4645 fi
4646
4647 CC=$ac_ct_CC
4648 else
4649 CC="$ac_cv_prog_CC"
4650 fi
4651
4652 if test -z "$CC"; then
4653 if test -n "$ac_tool_prefix"; then
4654 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4655 set dummy ${ac_tool_prefix}cc; ac_word=$2
4656 echo "$as_me:$LINENO: checking for $ac_word" >&5
4657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4658 if test "${ac_cv_prog_CC+set}" = set; then
4659 echo $ECHO_N "(cached) $ECHO_C" >&6
4660 else
4661 if test -n "$CC"; then
4662 ac_cv_prog_CC="$CC" # Let the user override the test.
4663 else
4664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4665 for as_dir in $PATH
4666 do
4667 IFS=$as_save_IFS
4668 test -z "$as_dir" && as_dir=.
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4671 ac_cv_prog_CC="${ac_tool_prefix}cc"
4672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4673 break 2
4674 fi
4675 done
4676 done
4677
4678 fi
4679 fi
4680 CC=$ac_cv_prog_CC
4681 if test -n "$CC"; then
4682 echo "$as_me:$LINENO: result: $CC" >&5
4683 echo "${ECHO_T}$CC" >&6
4684 else
4685 echo "$as_me:$LINENO: result: no" >&5
4686 echo "${ECHO_T}no" >&6
4687 fi
4688
4689 fi
4690 if test -z "$ac_cv_prog_CC"; then
4691 ac_ct_CC=$CC
4692 # Extract the first word of "cc", so it can be a program name with args.
4693 set dummy cc; ac_word=$2
4694 echo "$as_me:$LINENO: checking for $ac_word" >&5
4695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4697 echo $ECHO_N "(cached) $ECHO_C" >&6
4698 else
4699 if test -n "$ac_ct_CC"; then
4700 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4701 else
4702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 for as_dir in $PATH
4704 do
4705 IFS=$as_save_IFS
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4709 ac_cv_prog_ac_ct_CC="cc"
4710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4711 break 2
4712 fi
4713 done
4714 done
4715
4716 fi
4717 fi
4718 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4719 if test -n "$ac_ct_CC"; then
4720 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4721 echo "${ECHO_T}$ac_ct_CC" >&6
4722 else
4723 echo "$as_me:$LINENO: result: no" >&5
4724 echo "${ECHO_T}no" >&6
4725 fi
4726
4727 CC=$ac_ct_CC
4728 else
4729 CC="$ac_cv_prog_CC"
4730 fi
4731
4732 fi
4733 if test -z "$CC"; then
4734 # Extract the first word of "cc", so it can be a program name with args.
4735 set dummy cc; ac_word=$2
4736 echo "$as_me:$LINENO: checking for $ac_word" >&5
4737 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4738 if test "${ac_cv_prog_CC+set}" = set; then
4739 echo $ECHO_N "(cached) $ECHO_C" >&6
4740 else
4741 if test -n "$CC"; then
4742 ac_cv_prog_CC="$CC" # Let the user override the test.
4743 else
4744 ac_prog_rejected=no
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH
4747 do
4748 IFS=$as_save_IFS
4749 test -z "$as_dir" && as_dir=.
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4752 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4753 ac_prog_rejected=yes
4754 continue
4755 fi
4756 ac_cv_prog_CC="cc"
4757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4758 break 2
4759 fi
4760 done
4761 done
4762
4763 if test $ac_prog_rejected = yes; then
4764 # We found a bogon in the path, so make sure we never use it.
4765 set dummy $ac_cv_prog_CC
4766 shift
4767 if test $# != 0; then
4768 # We chose a different compiler from the bogus one.
4769 # However, it has the same basename, so the bogon will be chosen
4770 # first if we set CC to just the basename; use the full file name.
4771 shift
4772 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4773 fi
4774 fi
4775 fi
4776 fi
4777 CC=$ac_cv_prog_CC
4778 if test -n "$CC"; then
4779 echo "$as_me:$LINENO: result: $CC" >&5
4780 echo "${ECHO_T}$CC" >&6
4781 else
4782 echo "$as_me:$LINENO: result: no" >&5
4783 echo "${ECHO_T}no" >&6
4784 fi
4785
4786 fi
4787 if test -z "$CC"; then
4788 if test -n "$ac_tool_prefix"; then
4789 for ac_prog in cl
4790 do
4791 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4792 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4793 echo "$as_me:$LINENO: checking for $ac_word" >&5
4794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4795 if test "${ac_cv_prog_CC+set}" = set; then
4796 echo $ECHO_N "(cached) $ECHO_C" >&6
4797 else
4798 if test -n "$CC"; then
4799 ac_cv_prog_CC="$CC" # Let the user override the test.
4800 else
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in $PATH
4803 do
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4808 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4811 fi
4812 done
4813 done
4814
4815 fi
4816 fi
4817 CC=$ac_cv_prog_CC
4818 if test -n "$CC"; then
4819 echo "$as_me:$LINENO: result: $CC" >&5
4820 echo "${ECHO_T}$CC" >&6
4821 else
4822 echo "$as_me:$LINENO: result: no" >&5
4823 echo "${ECHO_T}no" >&6
4824 fi
4825
4826 test -n "$CC" && break
4827 done
4828 fi
4829 if test -z "$CC"; then
4830 ac_ct_CC=$CC
4831 for ac_prog in cl
4832 do
4833 # Extract the first word of "$ac_prog", so it can be a program name with args.
4834 set dummy $ac_prog; ac_word=$2
4835 echo "$as_me:$LINENO: checking for $ac_word" >&5
4836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4837 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4838 echo $ECHO_N "(cached) $ECHO_C" >&6
4839 else
4840 if test -n "$ac_ct_CC"; then
4841 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4842 else
4843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844 for as_dir in $PATH
4845 do
4846 IFS=$as_save_IFS
4847 test -z "$as_dir" && as_dir=.
4848 for ac_exec_ext in '' $ac_executable_extensions; do
4849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4850 ac_cv_prog_ac_ct_CC="$ac_prog"
4851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4852 break 2
4853 fi
4854 done
4855 done
4856
4857 fi
4858 fi
4859 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4860 if test -n "$ac_ct_CC"; then
4861 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4862 echo "${ECHO_T}$ac_ct_CC" >&6
4863 else
4864 echo "$as_me:$LINENO: result: no" >&5
4865 echo "${ECHO_T}no" >&6
4866 fi
4867
4868 test -n "$ac_ct_CC" && break
4869 done
4870
4871 CC=$ac_ct_CC
4872 fi
4873
4874 fi
4875
4876
4877 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4878 See \`config.log' for more details." >&5
4879 echo "$as_me: error: no acceptable C compiler found in \$PATH
4880 See \`config.log' for more details." >&2;}
4881 { (exit 1); exit 1; }; }
4882
4883 # Provide some information about the compiler.
4884 echo "$as_me:$LINENO:" \
4885 "checking for C compiler version" >&5
4886 ac_compiler=`set X $ac_compile; echo $2`
4887 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4888 (eval $ac_compiler --version </dev/null >&5) 2>&5
4889 ac_status=$?
4890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4891 (exit $ac_status); }
4892 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4893 (eval $ac_compiler -v </dev/null >&5) 2>&5
4894 ac_status=$?
4895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896 (exit $ac_status); }
4897 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4898 (eval $ac_compiler -V </dev/null >&5) 2>&5
4899 ac_status=$?
4900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4901 (exit $ac_status); }
4902
4903 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4904 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4905 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907 else
4908 cat >conftest.$ac_ext <<_ACEOF
4909 /* confdefs.h. */
4910 _ACEOF
4911 cat confdefs.h >>conftest.$ac_ext
4912 cat >>conftest.$ac_ext <<_ACEOF
4913 /* end confdefs.h. */
4914
4915 int
4916 main ()
4917 {
4918 #ifndef __GNUC__
4919 choke me
4920 #endif
4921
4922 ;
4923 return 0;
4924 }
4925 _ACEOF
4926 rm -f conftest.$ac_objext
4927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4928 (eval $ac_compile) 2>conftest.er1
4929 ac_status=$?
4930 grep -v '^ *+' conftest.er1 >conftest.err
4931 rm -f conftest.er1
4932 cat conftest.err >&5
4933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4934 (exit $ac_status); } &&
4935 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4937 (eval $ac_try) 2>&5
4938 ac_status=$?
4939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940 (exit $ac_status); }; } &&
4941 { ac_try='test -s conftest.$ac_objext'
4942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4943 (eval $ac_try) 2>&5
4944 ac_status=$?
4945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4946 (exit $ac_status); }; }; then
4947 ac_compiler_gnu=yes
4948 else
4949 echo "$as_me: failed program was:" >&5
4950 sed 's/^/| /' conftest.$ac_ext >&5
4951
4952 ac_compiler_gnu=no
4953 fi
4954 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4955 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4956
4957 fi
4958 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4959 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4960 GCC=`test $ac_compiler_gnu = yes && echo yes`
4961 ac_test_CFLAGS=${CFLAGS+set}
4962 ac_save_CFLAGS=$CFLAGS
4963 CFLAGS="-g"
4964 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4965 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4966 if test "${ac_cv_prog_cc_g+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 else
4969 cat >conftest.$ac_ext <<_ACEOF
4970 /* confdefs.h. */
4971 _ACEOF
4972 cat confdefs.h >>conftest.$ac_ext
4973 cat >>conftest.$ac_ext <<_ACEOF
4974 /* end confdefs.h. */
4975
4976 int
4977 main ()
4978 {
4979
4980 ;
4981 return 0;
4982 }
4983 _ACEOF
4984 rm -f conftest.$ac_objext
4985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4986 (eval $ac_compile) 2>conftest.er1
4987 ac_status=$?
4988 grep -v '^ *+' conftest.er1 >conftest.err
4989 rm -f conftest.er1
4990 cat conftest.err >&5
4991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4992 (exit $ac_status); } &&
4993 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4995 (eval $ac_try) 2>&5
4996 ac_status=$?
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); }; } &&
4999 { ac_try='test -s conftest.$ac_objext'
5000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5001 (eval $ac_try) 2>&5
5002 ac_status=$?
5003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004 (exit $ac_status); }; }; then
5005 ac_cv_prog_cc_g=yes
5006 else
5007 echo "$as_me: failed program was:" >&5
5008 sed 's/^/| /' conftest.$ac_ext >&5
5009
5010 ac_cv_prog_cc_g=no
5011 fi
5012 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5013 fi
5014 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5015 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5016 if test "$ac_test_CFLAGS" = set; then
5017 CFLAGS=$ac_save_CFLAGS
5018 elif test $ac_cv_prog_cc_g = yes; then
5019 if test "$GCC" = yes; then
5020 CFLAGS="-g -O2"
5021 else
5022 CFLAGS="-g"
5023 fi
5024 else
5025 if test "$GCC" = yes; then
5026 CFLAGS="-O2"
5027 else
5028 CFLAGS=
5029 fi
5030 fi
5031 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5032 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5033 if test "${ac_cv_prog_cc_stdc+set}" = set; then
5034 echo $ECHO_N "(cached) $ECHO_C" >&6
5035 else
5036 ac_cv_prog_cc_stdc=no
5037 ac_save_CC=$CC
5038 cat >conftest.$ac_ext <<_ACEOF
5039 /* confdefs.h. */
5040 _ACEOF
5041 cat confdefs.h >>conftest.$ac_ext
5042 cat >>conftest.$ac_ext <<_ACEOF
5043 /* end confdefs.h. */
5044 #include <stdarg.h>
5045 #include <stdio.h>
5046 #include <sys/types.h>
5047 #include <sys/stat.h>
5048 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5049 struct buf { int x; };
5050 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5051 static char *e (p, i)
5052 char **p;
5053 int i;
5054 {
5055 return p[i];
5056 }
5057 static char *f (char * (*g) (char **, int), char **p, ...)
5058 {
5059 char *s;
5060 va_list v;
5061 va_start (v,p);
5062 s = g (p, va_arg (v,int));
5063 va_end (v);
5064 return s;
5065 }
5066
5067 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5068 function prototypes and stuff, but not '\xHH' hex character constants.
5069 These don't provoke an error unfortunately, instead are silently treated
5070 as 'x'. The following induces an error, until -std1 is added to get
5071 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5072 array size at least. It's necessary to write '\x00'==0 to get something
5073 that's true only with -std1. */
5074 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5075
5076 int test (int i, double x);
5077 struct s1 {int (*f) (int a);};
5078 struct s2 {int (*f) (double a);};
5079 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5080 int argc;
5081 char **argv;
5082 int
5083 main ()
5084 {
5085 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5086 ;
5087 return 0;
5088 }
5089 _ACEOF
5090 # Don't try gcc -ansi; that turns off useful extensions and
5091 # breaks some systems' header files.
5092 # AIX -qlanglvl=ansi
5093 # Ultrix and OSF/1 -std1
5094 # HP-UX 10.20 and later -Ae
5095 # HP-UX older versions -Aa -D_HPUX_SOURCE
5096 # SVR4 -Xc -D__EXTENSIONS__
5097 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5098 do
5099 CC="$ac_save_CC $ac_arg"
5100 rm -f conftest.$ac_objext
5101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5102 (eval $ac_compile) 2>conftest.er1
5103 ac_status=$?
5104 grep -v '^ *+' conftest.er1 >conftest.err
5105 rm -f conftest.er1
5106 cat conftest.err >&5
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); } &&
5109 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5111 (eval $ac_try) 2>&5
5112 ac_status=$?
5113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5114 (exit $ac_status); }; } &&
5115 { ac_try='test -s conftest.$ac_objext'
5116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5117 (eval $ac_try) 2>&5
5118 ac_status=$?
5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 (exit $ac_status); }; }; then
5121 ac_cv_prog_cc_stdc=$ac_arg
5122 break
5123 else
5124 echo "$as_me: failed program was:" >&5
5125 sed 's/^/| /' conftest.$ac_ext >&5
5126
5127 fi
5128 rm -f conftest.err conftest.$ac_objext
5129 done
5130 rm -f conftest.$ac_ext conftest.$ac_objext
5131 CC=$ac_save_CC
5132
5133 fi
5134
5135 case "x$ac_cv_prog_cc_stdc" in
5136 x|xno)
5137 echo "$as_me:$LINENO: result: none needed" >&5
5138 echo "${ECHO_T}none needed" >&6 ;;
5139 *)
5140 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5141 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5142 CC="$CC $ac_cv_prog_cc_stdc" ;;
5143 esac
5144
5145 # Some people use a C++ compiler to compile C. Since we use `exit',
5146 # in C++ we need to declare it. In case someone uses the same compiler
5147 # for both compiling C and C++ we need to have the C++ compiler decide
5148 # the declaration of exit, since it's the most demanding environment.
5149 cat >conftest.$ac_ext <<_ACEOF
5150 #ifndef __cplusplus
5151 choke me
5152 #endif
5153 _ACEOF
5154 rm -f conftest.$ac_objext
5155 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5156 (eval $ac_compile) 2>conftest.er1
5157 ac_status=$?
5158 grep -v '^ *+' conftest.er1 >conftest.err
5159 rm -f conftest.er1
5160 cat conftest.err >&5
5161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5162 (exit $ac_status); } &&
5163 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5165 (eval $ac_try) 2>&5
5166 ac_status=$?
5167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5168 (exit $ac_status); }; } &&
5169 { ac_try='test -s conftest.$ac_objext'
5170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5171 (eval $ac_try) 2>&5
5172 ac_status=$?
5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5174 (exit $ac_status); }; }; then
5175 for ac_declaration in \
5176 '' \
5177 'extern "C" void std::exit (int) throw (); using std::exit;' \
5178 'extern "C" void std::exit (int); using std::exit;' \
5179 'extern "C" void exit (int) throw ();' \
5180 'extern "C" void exit (int);' \
5181 'void exit (int);'
5182 do
5183 cat >conftest.$ac_ext <<_ACEOF
5184 /* confdefs.h. */
5185 _ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5189 $ac_declaration
5190 #include <stdlib.h>
5191 int
5192 main ()
5193 {
5194 exit (42);
5195 ;
5196 return 0;
5197 }
5198 _ACEOF
5199 rm -f conftest.$ac_objext
5200 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5201 (eval $ac_compile) 2>conftest.er1
5202 ac_status=$?
5203 grep -v '^ *+' conftest.er1 >conftest.err
5204 rm -f conftest.er1
5205 cat conftest.err >&5
5206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5207 (exit $ac_status); } &&
5208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5210 (eval $ac_try) 2>&5
5211 ac_status=$?
5212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5213 (exit $ac_status); }; } &&
5214 { ac_try='test -s conftest.$ac_objext'
5215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5216 (eval $ac_try) 2>&5
5217 ac_status=$?
5218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219 (exit $ac_status); }; }; then
5220 :
5221 else
5222 echo "$as_me: failed program was:" >&5
5223 sed 's/^/| /' conftest.$ac_ext >&5
5224
5225 continue
5226 fi
5227 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5228 cat >conftest.$ac_ext <<_ACEOF
5229 /* confdefs.h. */
5230 _ACEOF
5231 cat confdefs.h >>conftest.$ac_ext
5232 cat >>conftest.$ac_ext <<_ACEOF
5233 /* end confdefs.h. */
5234 $ac_declaration
5235 int
5236 main ()
5237 {
5238 exit (42);
5239 ;
5240 return 0;
5241 }
5242 _ACEOF
5243 rm -f conftest.$ac_objext
5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5245 (eval $ac_compile) 2>conftest.er1
5246 ac_status=$?
5247 grep -v '^ *+' conftest.er1 >conftest.err
5248 rm -f conftest.er1
5249 cat conftest.err >&5
5250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5251 (exit $ac_status); } &&
5252 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5254 (eval $ac_try) 2>&5
5255 ac_status=$?
5256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5257 (exit $ac_status); }; } &&
5258 { ac_try='test -s conftest.$ac_objext'
5259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5260 (eval $ac_try) 2>&5
5261 ac_status=$?
5262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5263 (exit $ac_status); }; }; then
5264 break
5265 else
5266 echo "$as_me: failed program was:" >&5
5267 sed 's/^/| /' conftest.$ac_ext >&5
5268
5269 fi
5270 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5271 done
5272 rm -f conftest*
5273 if test -n "$ac_declaration"; then
5274 echo '#ifdef __cplusplus' >>confdefs.h
5275 echo $ac_declaration >>confdefs.h
5276 echo '#endif' >>confdefs.h
5277 fi
5278
5279 else
5280 echo "$as_me: failed program was:" >&5
5281 sed 's/^/| /' conftest.$ac_ext >&5
5282
5283 fi
5284 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5285 ac_ext=c
5286 ac_cpp='$CPP $CPPFLAGS'
5287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5290
5291 depcc="$CC" am_compiler_list=
5292
5293 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5294 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5295 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5296 echo $ECHO_N "(cached) $ECHO_C" >&6
5297 else
5298 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5299 # We make a subdir and do the tests there. Otherwise we can end up
5300 # making bogus files that we don't know about and never remove. For
5301 # instance it was reported that on HP-UX the gcc test will end up
5302 # making a dummy file named `D' -- because `-MD' means `put the output
5303 # in D'.
5304 mkdir conftest.dir
5305 # Copy depcomp to subdir because otherwise we won't find it if we're
5306 # using a relative directory.
5307 cp "$am_depcomp" conftest.dir
5308 cd conftest.dir
5309 # We will build objects and dependencies in a subdirectory because
5310 # it helps to detect inapplicable dependency modes. For instance
5311 # both Tru64's cc and ICC support -MD to output dependencies as a
5312 # side effect of compilation, but ICC will put the dependencies in
5313 # the current directory while Tru64 will put them in the object
5314 # directory.
5315 mkdir sub
5316
5317 am_cv_CC_dependencies_compiler_type=none
5318 if test "$am_compiler_list" = ""; then
5319 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5320 fi
5321 for depmode in $am_compiler_list; do
5322 # Setup a source with many dependencies, because some compilers
5323 # like to wrap large dependency lists on column 80 (with \), and
5324 # we should not choose a depcomp mode which is confused by this.
5325 #
5326 # We need to recreate these files for each test, as the compiler may
5327 # overwrite some of them when testing with obscure command lines.
5328 # This happens at least with the AIX C compiler.
5329 : > sub/conftest.c
5330 for i in 1 2 3 4 5 6; do
5331 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5332 : > sub/conftst$i.h
5333 done
5334 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5335
5336 case $depmode in
5337 nosideeffect)
5338 # after this tag, mechanisms are not by side-effect, so they'll
5339 # only be used when explicitly requested
5340 if test "x$enable_dependency_tracking" = xyes; then
5341 continue
5342 else
5343 break
5344 fi
5345 ;;
5346 none) break ;;
5347 esac
5348 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5349 # mode. It turns out that the SunPro C++ compiler does not properly
5350 # handle `-M -o', and we need to detect this.
5351 if depmode=$depmode \
5352 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5353 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5354 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5355 >/dev/null 2>conftest.err &&
5356 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5357 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5358 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5359 # icc doesn't choke on unknown options, it will just issue warnings
5360 # (even with -Werror). So we grep stderr for any message
5361 # that says an option was ignored.
5362 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5363 am_cv_CC_dependencies_compiler_type=$depmode
5364 break
5365 fi
5366 fi
5367 done
5368
5369 cd ..
5370 rm -rf conftest.dir
5371 else
5372 am_cv_CC_dependencies_compiler_type=none
5373 fi
5374
5375 fi
5376 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5377 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5378 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5379
5380
5381
5382 if
5383 test "x$enable_dependency_tracking" != xno \
5384 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5385 am__fastdepCC_TRUE=
5386 am__fastdepCC_FALSE='#'
5387 else
5388 am__fastdepCC_TRUE='#'
5389 am__fastdepCC_FALSE=
5390 fi
5391
5392
5393 ac_ext=c
5394 ac_cpp='$CPP $CPPFLAGS'
5395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5398 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5399 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5400 # On Suns, sometimes $CPP names a directory.
5401 if test -n "$CPP" && test -d "$CPP"; then
5402 CPP=
5403 fi
5404 if test -z "$CPP"; then
5405 if test "${ac_cv_prog_CPP+set}" = set; then
5406 echo $ECHO_N "(cached) $ECHO_C" >&6
5407 else
5408 # Double quotes because CPP needs to be expanded
5409 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5410 do
5411 ac_preproc_ok=false
5412 for ac_c_preproc_warn_flag in '' yes
5413 do
5414 # Use a header file that comes with gcc, so configuring glibc
5415 # with a fresh cross-compiler works.
5416 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5417 # <limits.h> exists even on freestanding compilers.
5418 # On the NeXT, cc -E runs the code through the compiler's parser,
5419 # not just through cpp. "Syntax error" is here to catch this case.
5420 cat >conftest.$ac_ext <<_ACEOF
5421 /* confdefs.h. */
5422 _ACEOF
5423 cat confdefs.h >>conftest.$ac_ext
5424 cat >>conftest.$ac_ext <<_ACEOF
5425 /* end confdefs.h. */
5426 #ifdef __STDC__
5427 # include <limits.h>
5428 #else
5429 # include <assert.h>
5430 #endif
5431 Syntax error
5432 _ACEOF
5433 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5434 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5435 ac_status=$?
5436 grep -v '^ *+' conftest.er1 >conftest.err
5437 rm -f conftest.er1
5438 cat conftest.err >&5
5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); } >/dev/null; then
5441 if test -s conftest.err; then
5442 ac_cpp_err=$ac_c_preproc_warn_flag
5443 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5444 else
5445 ac_cpp_err=
5446 fi
5447 else
5448 ac_cpp_err=yes
5449 fi
5450 if test -z "$ac_cpp_err"; then
5451 :
5452 else
5453 echo "$as_me: failed program was:" >&5
5454 sed 's/^/| /' conftest.$ac_ext >&5
5455
5456 # Broken: fails on valid input.
5457 continue
5458 fi
5459 rm -f conftest.err conftest.$ac_ext
5460
5461 # OK, works on sane cases. Now check whether non-existent headers
5462 # can be detected and how.
5463 cat >conftest.$ac_ext <<_ACEOF
5464 /* confdefs.h. */
5465 _ACEOF
5466 cat confdefs.h >>conftest.$ac_ext
5467 cat >>conftest.$ac_ext <<_ACEOF
5468 /* end confdefs.h. */
5469 #include <ac_nonexistent.h>
5470 _ACEOF
5471 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5472 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5473 ac_status=$?
5474 grep -v '^ *+' conftest.er1 >conftest.err
5475 rm -f conftest.er1
5476 cat conftest.err >&5
5477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5478 (exit $ac_status); } >/dev/null; then
5479 if test -s conftest.err; then
5480 ac_cpp_err=$ac_c_preproc_warn_flag
5481 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5482 else
5483 ac_cpp_err=
5484 fi
5485 else
5486 ac_cpp_err=yes
5487 fi
5488 if test -z "$ac_cpp_err"; then
5489 # Broken: success on invalid input.
5490 continue
5491 else
5492 echo "$as_me: failed program was:" >&5
5493 sed 's/^/| /' conftest.$ac_ext >&5
5494
5495 # Passes both tests.
5496 ac_preproc_ok=:
5497 break
5498 fi
5499 rm -f conftest.err conftest.$ac_ext
5500
5501 done
5502 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5503 rm -f conftest.err conftest.$ac_ext
5504 if $ac_preproc_ok; then
5505 break
5506 fi
5507
5508 done
5509 ac_cv_prog_CPP=$CPP
5510
5511 fi
5512 CPP=$ac_cv_prog_CPP
5513 else
5514 ac_cv_prog_CPP=$CPP
5515 fi
5516 echo "$as_me:$LINENO: result: $CPP" >&5
5517 echo "${ECHO_T}$CPP" >&6
5518 ac_preproc_ok=false
5519 for ac_c_preproc_warn_flag in '' yes
5520 do
5521 # Use a header file that comes with gcc, so configuring glibc
5522 # with a fresh cross-compiler works.
5523 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5524 # <limits.h> exists even on freestanding compilers.
5525 # On the NeXT, cc -E runs the code through the compiler's parser,
5526 # not just through cpp. "Syntax error" is here to catch this case.
5527 cat >conftest.$ac_ext <<_ACEOF
5528 /* confdefs.h. */
5529 _ACEOF
5530 cat confdefs.h >>conftest.$ac_ext
5531 cat >>conftest.$ac_ext <<_ACEOF
5532 /* end confdefs.h. */
5533 #ifdef __STDC__
5534 # include <limits.h>
5535 #else
5536 # include <assert.h>
5537 #endif
5538 Syntax error
5539 _ACEOF
5540 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5541 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5542 ac_status=$?
5543 grep -v '^ *+' conftest.er1 >conftest.err
5544 rm -f conftest.er1
5545 cat conftest.err >&5
5546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5547 (exit $ac_status); } >/dev/null; then
5548 if test -s conftest.err; then
5549 ac_cpp_err=$ac_c_preproc_warn_flag
5550 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5551 else
5552 ac_cpp_err=
5553 fi
5554 else
5555 ac_cpp_err=yes
5556 fi
5557 if test -z "$ac_cpp_err"; then
5558 :
5559 else
5560 echo "$as_me: failed program was:" >&5
5561 sed 's/^/| /' conftest.$ac_ext >&5
5562
5563 # Broken: fails on valid input.
5564 continue
5565 fi
5566 rm -f conftest.err conftest.$ac_ext
5567
5568 # OK, works on sane cases. Now check whether non-existent headers
5569 # can be detected and how.
5570 cat >conftest.$ac_ext <<_ACEOF
5571 /* confdefs.h. */
5572 _ACEOF
5573 cat confdefs.h >>conftest.$ac_ext
5574 cat >>conftest.$ac_ext <<_ACEOF
5575 /* end confdefs.h. */
5576 #include <ac_nonexistent.h>
5577 _ACEOF
5578 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5579 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5580 ac_status=$?
5581 grep -v '^ *+' conftest.er1 >conftest.err
5582 rm -f conftest.er1
5583 cat conftest.err >&5
5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5585 (exit $ac_status); } >/dev/null; then
5586 if test -s conftest.err; then
5587 ac_cpp_err=$ac_c_preproc_warn_flag
5588 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5589 else
5590 ac_cpp_err=
5591 fi
5592 else
5593 ac_cpp_err=yes
5594 fi
5595 if test -z "$ac_cpp_err"; then
5596 # Broken: success on invalid input.
5597 continue
5598 else
5599 echo "$as_me: failed program was:" >&5
5600 sed 's/^/| /' conftest.$ac_ext >&5
5601
5602 # Passes both tests.
5603 ac_preproc_ok=:
5604 break
5605 fi
5606 rm -f conftest.err conftest.$ac_ext
5607
5608 done
5609 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5610 rm -f conftest.err conftest.$ac_ext
5611 if $ac_preproc_ok; then
5612 :
5613 else
5614 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5615 See \`config.log' for more details." >&5
5616 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5617 See \`config.log' for more details." >&2;}
5618 { (exit 1); exit 1; }; }
5619 fi
5620
5621 ac_ext=c
5622 ac_cpp='$CPP $CPPFLAGS'
5623 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5624 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5625 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5626
5627 ac_ext=cc
5628 ac_cpp='$CXXCPP $CPPFLAGS'
5629 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5630 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5631 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5632 if test -n "$ac_tool_prefix"; then
5633 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5634 do
5635 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5637 echo "$as_me:$LINENO: checking for $ac_word" >&5
5638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5639 if test "${ac_cv_prog_CXX+set}" = set; then
5640 echo $ECHO_N "(cached) $ECHO_C" >&6
5641 else
5642 if test -n "$CXX"; then
5643 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5644 else
5645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 for as_dir in $PATH
5647 do
5648 IFS=$as_save_IFS
5649 test -z "$as_dir" && as_dir=.
5650 for ac_exec_ext in '' $ac_executable_extensions; do
5651 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5654 break 2
5655 fi
5656 done
5657 done
5658
5659 fi
5660 fi
5661 CXX=$ac_cv_prog_CXX
5662 if test -n "$CXX"; then
5663 echo "$as_me:$LINENO: result: $CXX" >&5
5664 echo "${ECHO_T}$CXX" >&6
5665 else
5666 echo "$as_me:$LINENO: result: no" >&5
5667 echo "${ECHO_T}no" >&6
5668 fi
5669
5670 test -n "$CXX" && break
5671 done
5672 fi
5673 if test -z "$CXX"; then
5674 ac_ct_CXX=$CXX
5675 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5676 do
5677 # Extract the first word of "$ac_prog", so it can be a program name with args.
5678 set dummy $ac_prog; ac_word=$2
5679 echo "$as_me:$LINENO: checking for $ac_word" >&5
5680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5681 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5683 else
5684 if test -n "$ac_ct_CXX"; then
5685 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5686 else
5687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5688 for as_dir in $PATH
5689 do
5690 IFS=$as_save_IFS
5691 test -z "$as_dir" && as_dir=.
5692 for ac_exec_ext in '' $ac_executable_extensions; do
5693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5694 ac_cv_prog_ac_ct_CXX="$ac_prog"
5695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 break 2
5697 fi
5698 done
5699 done
5700
5701 fi
5702 fi
5703 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5704 if test -n "$ac_ct_CXX"; then
5705 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5706 echo "${ECHO_T}$ac_ct_CXX" >&6
5707 else
5708 echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6
5710 fi
5711
5712 test -n "$ac_ct_CXX" && break
5713 done
5714 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5715
5716 CXX=$ac_ct_CXX
5717 fi
5718
5719
5720 # Provide some information about the compiler.
5721 echo "$as_me:$LINENO:" \
5722 "checking for C++ compiler version" >&5
5723 ac_compiler=`set X $ac_compile; echo $2`
5724 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5725 (eval $ac_compiler --version </dev/null >&5) 2>&5
5726 ac_status=$?
5727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5728 (exit $ac_status); }
5729 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5730 (eval $ac_compiler -v </dev/null >&5) 2>&5
5731 ac_status=$?
5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733 (exit $ac_status); }
5734 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5735 (eval $ac_compiler -V </dev/null >&5) 2>&5
5736 ac_status=$?
5737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738 (exit $ac_status); }
5739
5740 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5741 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5742 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5743 echo $ECHO_N "(cached) $ECHO_C" >&6
5744 else
5745 cat >conftest.$ac_ext <<_ACEOF
5746 /* confdefs.h. */
5747 _ACEOF
5748 cat confdefs.h >>conftest.$ac_ext
5749 cat >>conftest.$ac_ext <<_ACEOF
5750 /* end confdefs.h. */
5751
5752 int
5753 main ()
5754 {
5755 #ifndef __GNUC__
5756 choke me
5757 #endif
5758
5759 ;
5760 return 0;
5761 }
5762 _ACEOF
5763 rm -f conftest.$ac_objext
5764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5765 (eval $ac_compile) 2>conftest.er1
5766 ac_status=$?
5767 grep -v '^ *+' conftest.er1 >conftest.err
5768 rm -f conftest.er1
5769 cat conftest.err >&5
5770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5771 (exit $ac_status); } &&
5772 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5774 (eval $ac_try) 2>&5
5775 ac_status=$?
5776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5777 (exit $ac_status); }; } &&
5778 { ac_try='test -s conftest.$ac_objext'
5779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5780 (eval $ac_try) 2>&5
5781 ac_status=$?
5782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5783 (exit $ac_status); }; }; then
5784 ac_compiler_gnu=yes
5785 else
5786 echo "$as_me: failed program was:" >&5
5787 sed 's/^/| /' conftest.$ac_ext >&5
5788
5789 ac_compiler_gnu=no
5790 fi
5791 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5792 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5793
5794 fi
5795 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5796 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5797 GXX=`test $ac_compiler_gnu = yes && echo yes`
5798 ac_test_CXXFLAGS=${CXXFLAGS+set}
5799 ac_save_CXXFLAGS=$CXXFLAGS
5800 CXXFLAGS="-g"
5801 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5802 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5803 if test "${ac_cv_prog_cxx_g+set}" = set; then
5804 echo $ECHO_N "(cached) $ECHO_C" >&6
5805 else
5806 cat >conftest.$ac_ext <<_ACEOF
5807 /* confdefs.h. */
5808 _ACEOF
5809 cat confdefs.h >>conftest.$ac_ext
5810 cat >>conftest.$ac_ext <<_ACEOF
5811 /* end confdefs.h. */
5812
5813 int
5814 main ()
5815 {
5816
5817 ;
5818 return 0;
5819 }
5820 _ACEOF
5821 rm -f conftest.$ac_objext
5822 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5823 (eval $ac_compile) 2>conftest.er1
5824 ac_status=$?
5825 grep -v '^ *+' conftest.er1 >conftest.err
5826 rm -f conftest.er1
5827 cat conftest.err >&5
5828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5829 (exit $ac_status); } &&
5830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5832 (eval $ac_try) 2>&5
5833 ac_status=$?
5834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835 (exit $ac_status); }; } &&
5836 { ac_try='test -s conftest.$ac_objext'
5837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5838 (eval $ac_try) 2>&5
5839 ac_status=$?
5840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5841 (exit $ac_status); }; }; then
5842 ac_cv_prog_cxx_g=yes
5843 else
5844 echo "$as_me: failed program was:" >&5
5845 sed 's/^/| /' conftest.$ac_ext >&5
5846
5847 ac_cv_prog_cxx_g=no
5848 fi
5849 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5850 fi
5851 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5852 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5853 if test "$ac_test_CXXFLAGS" = set; then
5854 CXXFLAGS=$ac_save_CXXFLAGS
5855 elif test $ac_cv_prog_cxx_g = yes; then
5856 if test "$GXX" = yes; then
5857 CXXFLAGS="-g -O2"
5858 else
5859 CXXFLAGS="-g"
5860 fi
5861 else
5862 if test "$GXX" = yes; then
5863 CXXFLAGS="-O2"
5864 else
5865 CXXFLAGS=
5866 fi
5867 fi
5868 for ac_declaration in \
5869 '' \
5870 'extern "C" void std::exit (int) throw (); using std::exit;' \
5871 'extern "C" void std::exit (int); using std::exit;' \
5872 'extern "C" void exit (int) throw ();' \
5873 'extern "C" void exit (int);' \
5874 'void exit (int);'
5875 do
5876 cat >conftest.$ac_ext <<_ACEOF
5877 /* confdefs.h. */
5878 _ACEOF
5879 cat confdefs.h >>conftest.$ac_ext
5880 cat >>conftest.$ac_ext <<_ACEOF
5881 /* end confdefs.h. */
5882 $ac_declaration
5883 #include <stdlib.h>
5884 int
5885 main ()
5886 {
5887 exit (42);
5888 ;
5889 return 0;
5890 }
5891 _ACEOF
5892 rm -f conftest.$ac_objext
5893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5894 (eval $ac_compile) 2>conftest.er1
5895 ac_status=$?
5896 grep -v '^ *+' conftest.er1 >conftest.err
5897 rm -f conftest.er1
5898 cat conftest.err >&5
5899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5900 (exit $ac_status); } &&
5901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5903 (eval $ac_try) 2>&5
5904 ac_status=$?
5905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906 (exit $ac_status); }; } &&
5907 { ac_try='test -s conftest.$ac_objext'
5908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5909 (eval $ac_try) 2>&5
5910 ac_status=$?
5911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); }; }; then
5913 :
5914 else
5915 echo "$as_me: failed program was:" >&5
5916 sed 's/^/| /' conftest.$ac_ext >&5
5917
5918 continue
5919 fi
5920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5921 cat >conftest.$ac_ext <<_ACEOF
5922 /* confdefs.h. */
5923 _ACEOF
5924 cat confdefs.h >>conftest.$ac_ext
5925 cat >>conftest.$ac_ext <<_ACEOF
5926 /* end confdefs.h. */
5927 $ac_declaration
5928 int
5929 main ()
5930 {
5931 exit (42);
5932 ;
5933 return 0;
5934 }
5935 _ACEOF
5936 rm -f conftest.$ac_objext
5937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5938 (eval $ac_compile) 2>conftest.er1
5939 ac_status=$?
5940 grep -v '^ *+' conftest.er1 >conftest.err
5941 rm -f conftest.er1
5942 cat conftest.err >&5
5943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944 (exit $ac_status); } &&
5945 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5947 (eval $ac_try) 2>&5
5948 ac_status=$?
5949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5950 (exit $ac_status); }; } &&
5951 { ac_try='test -s conftest.$ac_objext'
5952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5953 (eval $ac_try) 2>&5
5954 ac_status=$?
5955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5956 (exit $ac_status); }; }; then
5957 break
5958 else
5959 echo "$as_me: failed program was:" >&5
5960 sed 's/^/| /' conftest.$ac_ext >&5
5961
5962 fi
5963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5964 done
5965 rm -f conftest*
5966 if test -n "$ac_declaration"; then
5967 echo '#ifdef __cplusplus' >>confdefs.h
5968 echo $ac_declaration >>confdefs.h
5969 echo '#endif' >>confdefs.h
5970 fi
5971
5972 ac_ext=c
5973 ac_cpp='$CPP $CPPFLAGS'
5974 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5975 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5976 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5977
5978 depcc="$CXX" am_compiler_list=
5979
5980 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5981 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5982 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5983 echo $ECHO_N "(cached) $ECHO_C" >&6
5984 else
5985 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5986 # We make a subdir and do the tests there. Otherwise we can end up
5987 # making bogus files that we don't know about and never remove. For
5988 # instance it was reported that on HP-UX the gcc test will end up
5989 # making a dummy file named `D' -- because `-MD' means `put the output
5990 # in D'.
5991 mkdir conftest.dir
5992 # Copy depcomp to subdir because otherwise we won't find it if we're
5993 # using a relative directory.
5994 cp "$am_depcomp" conftest.dir
5995 cd conftest.dir
5996 # We will build objects and dependencies in a subdirectory because
5997 # it helps to detect inapplicable dependency modes. For instance
5998 # both Tru64's cc and ICC support -MD to output dependencies as a
5999 # side effect of compilation, but ICC will put the dependencies in
6000 # the current directory while Tru64 will put them in the object
6001 # directory.
6002 mkdir sub
6003
6004 am_cv_CXX_dependencies_compiler_type=none
6005 if test "$am_compiler_list" = ""; then
6006 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6007 fi
6008 for depmode in $am_compiler_list; do
6009 # Setup a source with many dependencies, because some compilers
6010 # like to wrap large dependency lists on column 80 (with \), and
6011 # we should not choose a depcomp mode which is confused by this.
6012 #
6013 # We need to recreate these files for each test, as the compiler may
6014 # overwrite some of them when testing with obscure command lines.
6015 # This happens at least with the AIX C compiler.
6016 : > sub/conftest.c
6017 for i in 1 2 3 4 5 6; do
6018 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6019 : > sub/conftst$i.h
6020 done
6021 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6022
6023 case $depmode in
6024 nosideeffect)
6025 # after this tag, mechanisms are not by side-effect, so they'll
6026 # only be used when explicitly requested
6027 if test "x$enable_dependency_tracking" = xyes; then
6028 continue
6029 else
6030 break
6031 fi
6032 ;;
6033 none) break ;;
6034 esac
6035 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6036 # mode. It turns out that the SunPro C++ compiler does not properly
6037 # handle `-M -o', and we need to detect this.
6038 if depmode=$depmode \
6039 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6040 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6041 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6042 >/dev/null 2>conftest.err &&
6043 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6044 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6045 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6046 # icc doesn't choke on unknown options, it will just issue warnings
6047 # (even with -Werror). So we grep stderr for any message
6048 # that says an option was ignored.
6049 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6050 am_cv_CXX_dependencies_compiler_type=$depmode
6051 break
6052 fi
6053 fi
6054 done
6055
6056 cd ..
6057 rm -rf conftest.dir
6058 else
6059 am_cv_CXX_dependencies_compiler_type=none
6060 fi
6061
6062 fi
6063 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6064 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6065 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6066
6067
6068
6069 if
6070 test "x$enable_dependency_tracking" != xno \
6071 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6072 am__fastdepCXX_TRUE=
6073 am__fastdepCXX_FALSE='#'
6074 else
6075 am__fastdepCXX_TRUE='#'
6076 am__fastdepCXX_FALSE=
6077 fi
6078
6079
6080
6081 echo "$as_me:$LINENO: checking for egrep" >&5
6082 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6083 if test "${ac_cv_prog_egrep+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6
6085 else
6086 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6087 then ac_cv_prog_egrep='grep -E'
6088 else ac_cv_prog_egrep='egrep'
6089 fi
6090 fi
6091 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6092 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6093 EGREP=$ac_cv_prog_egrep
6094
6095
6096 if test $ac_cv_c_compiler_gnu = yes; then
6097 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6098 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6099 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6100 echo $ECHO_N "(cached) $ECHO_C" >&6
6101 else
6102 ac_pattern="Autoconf.*'x'"
6103 cat >conftest.$ac_ext <<_ACEOF
6104 /* confdefs.h. */
6105 _ACEOF
6106 cat confdefs.h >>conftest.$ac_ext
6107 cat >>conftest.$ac_ext <<_ACEOF
6108 /* end confdefs.h. */
6109 #include <sgtty.h>
6110 Autoconf TIOCGETP
6111 _ACEOF
6112 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6113 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6114 ac_cv_prog_gcc_traditional=yes
6115 else
6116 ac_cv_prog_gcc_traditional=no
6117 fi
6118 rm -f conftest*
6119
6120
6121 if test $ac_cv_prog_gcc_traditional = no; then
6122 cat >conftest.$ac_ext <<_ACEOF
6123 /* confdefs.h. */
6124 _ACEOF
6125 cat confdefs.h >>conftest.$ac_ext
6126 cat >>conftest.$ac_ext <<_ACEOF
6127 /* end confdefs.h. */
6128 #include <termio.h>
6129 Autoconf TCGETA
6130 _ACEOF
6131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6132 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6133 ac_cv_prog_gcc_traditional=yes
6134 fi
6135 rm -f conftest*
6136
6137 fi
6138 fi
6139 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6140 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6141 if test $ac_cv_prog_gcc_traditional = yes; then
6142 CC="$CC -traditional"
6143 fi
6144 fi
6145
6146 for ac_prog in gawk mawk nawk awk
6147 do
6148 # Extract the first word of "$ac_prog", so it can be a program name with args.
6149 set dummy $ac_prog; ac_word=$2
6150 echo "$as_me:$LINENO: checking for $ac_word" >&5
6151 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6152 if test "${ac_cv_prog_AWK+set}" = set; then
6153 echo $ECHO_N "(cached) $ECHO_C" >&6
6154 else
6155 if test -n "$AWK"; then
6156 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6157 else
6158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6159 for as_dir in $PATH
6160 do
6161 IFS=$as_save_IFS
6162 test -z "$as_dir" && as_dir=.
6163 for ac_exec_ext in '' $ac_executable_extensions; do
6164 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6165 ac_cv_prog_AWK="$ac_prog"
6166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6167 break 2
6168 fi
6169 done
6170 done
6171
6172 fi
6173 fi
6174 AWK=$ac_cv_prog_AWK
6175 if test -n "$AWK"; then
6176 echo "$as_me:$LINENO: result: $AWK" >&5
6177 echo "${ECHO_T}$AWK" >&6
6178 else
6179 echo "$as_me:$LINENO: result: no" >&5
6180 echo "${ECHO_T}no" >&6
6181 fi
6182
6183 test -n "$AWK" && break
6184 done
6185
6186 # Find a good install program. We prefer a C program (faster),
6187 # so one script is as good as another. But avoid the broken or
6188 # incompatible versions:
6189 # SysV /etc/install, /usr/sbin/install
6190 # SunOS /usr/etc/install
6191 # IRIX /sbin/install
6192 # AIX /bin/install
6193 # AmigaOS /C/install, which installs bootblocks on floppy discs
6194 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6195 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6196 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6197 # OS/2's system install, which has a completely different semantic
6198 # ./install, which can be erroneously created by make from ./install.sh.
6199 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6200 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6201 if test -z "$INSTALL"; then
6202 if test "${ac_cv_path_install+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 else
6205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206 for as_dir in $PATH
6207 do
6208 IFS=$as_save_IFS
6209 test -z "$as_dir" && as_dir=.
6210 # Account for people who put trailing slashes in PATH elements.
6211 case $as_dir/ in
6212 ./ | .// | /cC/* | \
6213 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6214 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6215 /usr/ucb/* ) ;;
6216 *)
6217 # OSF1 and SCO ODT 3.0 have their own names for install.
6218 # Don't use installbsd from OSF since it installs stuff as root
6219 # by default.
6220 for ac_prog in ginstall scoinst install; do
6221 for ac_exec_ext in '' $ac_executable_extensions; do
6222 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6223 if test $ac_prog = install &&
6224 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6225 # AIX install. It has an incompatible calling convention.
6226 :
6227 elif test $ac_prog = install &&
6228 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6229 # program-specific install script used by HP pwplus--don't use.
6230 :
6231 else
6232 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6233 break 3
6234 fi
6235 fi
6236 done
6237 done
6238 ;;
6239 esac
6240 done
6241
6242
6243 fi
6244 if test "${ac_cv_path_install+set}" = set; then
6245 INSTALL=$ac_cv_path_install
6246 else
6247 # As a last resort, use the slow shell script. We don't cache a
6248 # path for INSTALL within a source directory, because that will
6249 # break other packages using the cache if that directory is
6250 # removed, or if the path is relative.
6251 INSTALL=$ac_install_sh
6252 fi
6253 fi
6254 echo "$as_me:$LINENO: result: $INSTALL" >&5
6255 echo "${ECHO_T}$INSTALL" >&6
6256
6257 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6258 # It thinks the first close brace ends the variable substitution.
6259 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6260
6261 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6262
6263 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6264
6265 echo "$as_me:$LINENO: checking whether ln -s works" >&5
6266 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6267 LN_S=$as_ln_s
6268 if test "$LN_S" = "ln -s"; then
6269 echo "$as_me:$LINENO: result: yes" >&5
6270 echo "${ECHO_T}yes" >&6
6271 else
6272 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6273 echo "${ECHO_T}no, using $LN_S" >&6
6274 fi
6275
6276 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6277 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6278 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6279 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6280 echo $ECHO_N "(cached) $ECHO_C" >&6
6281 else
6282 cat >conftest.make <<\_ACEOF
6283 all:
6284 @echo 'ac_maketemp="$(MAKE)"'
6285 _ACEOF
6286 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6287 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6288 if test -n "$ac_maketemp"; then
6289 eval ac_cv_prog_make_${ac_make}_set=yes
6290 else
6291 eval ac_cv_prog_make_${ac_make}_set=no
6292 fi
6293 rm -f conftest.make
6294 fi
6295 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6296 echo "$as_me:$LINENO: result: yes" >&5
6297 echo "${ECHO_T}yes" >&6
6298 SET_MAKE=
6299 else
6300 echo "$as_me:$LINENO: result: no" >&5
6301 echo "${ECHO_T}no" >&6
6302 SET_MAKE="MAKE=${MAKE-make}"
6303 fi
6304
6305 if test -n "$ac_tool_prefix"; then
6306 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6307 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6308 echo "$as_me:$LINENO: checking for $ac_word" >&5
6309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6310 if test "${ac_cv_prog_RANLIB+set}" = set; then
6311 echo $ECHO_N "(cached) $ECHO_C" >&6
6312 else
6313 if test -n "$RANLIB"; then
6314 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6315 else
6316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317 for as_dir in $PATH
6318 do
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 for ac_exec_ext in '' $ac_executable_extensions; do
6322 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6323 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 break 2
6326 fi
6327 done
6328 done
6329
6330 fi
6331 fi
6332 RANLIB=$ac_cv_prog_RANLIB
6333 if test -n "$RANLIB"; then
6334 echo "$as_me:$LINENO: result: $RANLIB" >&5
6335 echo "${ECHO_T}$RANLIB" >&6
6336 else
6337 echo "$as_me:$LINENO: result: no" >&5
6338 echo "${ECHO_T}no" >&6
6339 fi
6340
6341 fi
6342 if test -z "$ac_cv_prog_RANLIB"; then
6343 ac_ct_RANLIB=$RANLIB
6344 # Extract the first word of "ranlib", so it can be a program name with args.
6345 set dummy ranlib; ac_word=$2
6346 echo "$as_me:$LINENO: checking for $ac_word" >&5
6347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6348 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6349 echo $ECHO_N "(cached) $ECHO_C" >&6
6350 else
6351 if test -n "$ac_ct_RANLIB"; then
6352 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6353 else
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6356 do
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
6359 for ac_exec_ext in '' $ac_executable_extensions; do
6360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6361 ac_cv_prog_ac_ct_RANLIB="ranlib"
6362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6363 break 2
6364 fi
6365 done
6366 done
6367
6368 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6369 fi
6370 fi
6371 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6372 if test -n "$ac_ct_RANLIB"; then
6373 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6374 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6375 else
6376 echo "$as_me:$LINENO: result: no" >&5
6377 echo "${ECHO_T}no" >&6
6378 fi
6379
6380 RANLIB=$ac_ct_RANLIB
6381 else
6382 RANLIB="$ac_cv_prog_RANLIB"
6383 fi
6384
6385
6386 # Check whether --enable-iftype or --disable-iftype was given.
6387 if test "${enable_iftype+set}" = set; then
6388 enableval="$enable_iftype"
6389
6390 IFTYPE=`echo $enableval | sed s%/.*%%`
6391 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6392
6393
6394 fi;
6395
6396 echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6397 echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6398
6399 if test "x$IFTYPE" = "x"; then
6400 case $target_os in
6401 *linux*)
6402 IFTYPE=native
6403 IFSUBTYPE=linux
6404
6405 cat >>confdefs.h <<\_ACEOF
6406 #define HAVE_LINUX 1
6407 _ACEOF
6408
6409 ;;
6410 *freebsd*)
6411 IFTYPE=tincd
6412 IFSUBTYPE=freebsd
6413
6414 cat >>confdefs.h <<\_ACEOF
6415 #define HAVE_FREEBSD 1
6416 _ACEOF
6417
6418 ;;
6419 *darwin*)
6420 IFTYPE=tincd
6421 IFSUBTYPE=darwin
6422
6423 cat >>confdefs.h <<\_ACEOF
6424 #define HAVE_DARWIN 1
6425 _ACEOF
6426
6427 ;;
6428 *solaris*)
6429 IFTYPE=tincd
6430 IFSUBTYPE=solaris
6431
6432 cat >>confdefs.h <<\_ACEOF
6433 #define HAVE_SOLARIS 1
6434 _ACEOF
6435
6436 ;;
6437 *openbsd*)
6438 IFTYPE=tincd
6439 IFSUBTYPE=openbsd
6440
6441 cat >>confdefs.h <<\_ACEOF
6442 #define HAVE_OPENBSD 1
6443 _ACEOF
6444
6445 ;;
6446 *netbsd*)
6447 IFTYPE=tincd
6448 IFSUBTYPE=netbsd
6449
6450 cat >>confdefs.h <<\_ACEOF
6451 #define HAVE_NETBSD 1
6452 _ACEOF
6453
6454 ;;
6455 *cygwin*)
6456 IFTYPE=native
6457 IFSUBTYPE=cygwin
6458
6459 cat >>confdefs.h <<\_ACEOF
6460 #define HAVE_CYGWIN 1
6461 _ACEOF
6462
6463 ;;
6464 *)
6465 { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6466 echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6467 { (exit 1); exit 1; }; }
6468 ;;
6469 esac
6470 fi
6471 echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6472 echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6473 IFTYPE=$IFTYPE
6474
6475 IFSUBTYPE=$IFSUBTYPE
6476
6477
6478 cat >>confdefs.h <<_ACEOF
6479 #define IFTYPE "$IFTYPE"
6480 _ACEOF
6481
6482
6483 cat >>confdefs.h <<_ACEOF
6484 #define IFSUBTYPE "$IFSUBTYPE"
6485 _ACEOF
6486
6487
6488 cat >confcache <<\_ACEOF
6489 # This file is a shell script that caches the results of configure
6490 # tests run on this system so they can be shared between configure
6491 # scripts and configure runs, see configure's option --config-cache.
6492 # It is not useful on other systems. If it contains results you don't
6493 # want to keep, you may remove or edit it.
6494 #
6495 # config.status only pays attention to the cache file if you give it
6496 # the --recheck option to rerun configure.
6497 #
6498 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6499 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6500 # following values.
6501
6502 _ACEOF
6503
6504 # The following way of writing the cache mishandles newlines in values,
6505 # but we know of no workaround that is simple, portable, and efficient.
6506 # So, don't put newlines in cache variables' values.
6507 # Ultrix sh set writes to stderr and can't be redirected directly,
6508 # and sets the high bit in the cache file unless we assign to the vars.
6509 {
6510 (set) 2>&1 |
6511 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6512 *ac_space=\ *)
6513 # `set' does not quote correctly, so add quotes (double-quote
6514 # substitution turns \\\\ into \\, and sed turns \\ into \).
6515 sed -n \
6516 "s/'/'\\\\''/g;
6517 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6518 ;;
6519 *)
6520 # `set' quotes correctly as required by POSIX, so do not add quotes.
6521 sed -n \
6522 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6523 ;;
6524 esac;
6525 } |
6526 sed '
6527 t clear
6528 : clear
6529 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6530 t end
6531 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6532 : end' >>confcache
6533 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6534 if test -w $cache_file; then
6535 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6536 cat confcache >$cache_file
6537 else
6538 echo "not updating unwritable cache $cache_file"
6539 fi
6540 fi
6541 rm -f confcache
6542
6543
6544 ac_ext=cc
6545 ac_cpp='$CXXCPP $CPPFLAGS'
6546 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6547 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6548 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6549
6550
6551 ac_ext=cc
6552 ac_cpp='$CXXCPP $CPPFLAGS'
6553 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6554 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6555 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6556 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6557 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6558 if test -z "$CXXCPP"; then
6559 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6561 else
6562 # Double quotes because CXXCPP needs to be expanded
6563 for CXXCPP in "$CXX -E" "/lib/cpp"
6564 do
6565 ac_preproc_ok=false
6566 for ac_cxx_preproc_warn_flag in '' yes
6567 do
6568 # Use a header file that comes with gcc, so configuring glibc
6569 # with a fresh cross-compiler works.
6570 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6571 # <limits.h> exists even on freestanding compilers.
6572 # On the NeXT, cc -E runs the code through the compiler's parser,
6573 # not just through cpp. "Syntax error" is here to catch this case.
6574 cat >conftest.$ac_ext <<_ACEOF
6575 /* confdefs.h. */
6576 _ACEOF
6577 cat confdefs.h >>conftest.$ac_ext
6578 cat >>conftest.$ac_ext <<_ACEOF
6579 /* end confdefs.h. */
6580 #ifdef __STDC__
6581 # include <limits.h>
6582 #else
6583 # include <assert.h>
6584 #endif
6585 Syntax error
6586 _ACEOF
6587 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6588 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6589 ac_status=$?
6590 grep -v '^ *+' conftest.er1 >conftest.err
6591 rm -f conftest.er1
6592 cat conftest.err >&5
6593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6594 (exit $ac_status); } >/dev/null; then
6595 if test -s conftest.err; then
6596 ac_cpp_err=$ac_cxx_preproc_warn_flag
6597 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6598 else
6599 ac_cpp_err=
6600 fi
6601 else
6602 ac_cpp_err=yes
6603 fi
6604 if test -z "$ac_cpp_err"; then
6605 :
6606 else
6607 echo "$as_me: failed program was:" >&5
6608 sed 's/^/| /' conftest.$ac_ext >&5
6609
6610 # Broken: fails on valid input.
6611 continue
6612 fi
6613 rm -f conftest.err conftest.$ac_ext
6614
6615 # OK, works on sane cases. Now check whether non-existent headers
6616 # can be detected and how.
6617 cat >conftest.$ac_ext <<_ACEOF
6618 /* confdefs.h. */
6619 _ACEOF
6620 cat confdefs.h >>conftest.$ac_ext
6621 cat >>conftest.$ac_ext <<_ACEOF
6622 /* end confdefs.h. */
6623 #include <ac_nonexistent.h>
6624 _ACEOF
6625 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6626 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6627 ac_status=$?
6628 grep -v '^ *+' conftest.er1 >conftest.err
6629 rm -f conftest.er1
6630 cat conftest.err >&5
6631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6632 (exit $ac_status); } >/dev/null; then
6633 if test -s conftest.err; then
6634 ac_cpp_err=$ac_cxx_preproc_warn_flag
6635 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6636 else
6637 ac_cpp_err=
6638 fi
6639 else
6640 ac_cpp_err=yes
6641 fi
6642 if test -z "$ac_cpp_err"; then
6643 # Broken: success on invalid input.
6644 continue
6645 else
6646 echo "$as_me: failed program was:" >&5
6647 sed 's/^/| /' conftest.$ac_ext >&5
6648
6649 # Passes both tests.
6650 ac_preproc_ok=:
6651 break
6652 fi
6653 rm -f conftest.err conftest.$ac_ext
6654
6655 done
6656 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6657 rm -f conftest.err conftest.$ac_ext
6658 if $ac_preproc_ok; then
6659 break
6660 fi
6661
6662 done
6663 ac_cv_prog_CXXCPP=$CXXCPP
6664
6665 fi
6666 CXXCPP=$ac_cv_prog_CXXCPP
6667 else
6668 ac_cv_prog_CXXCPP=$CXXCPP
6669 fi
6670 echo "$as_me:$LINENO: result: $CXXCPP" >&5
6671 echo "${ECHO_T}$CXXCPP" >&6
6672 ac_preproc_ok=false
6673 for ac_cxx_preproc_warn_flag in '' yes
6674 do
6675 # Use a header file that comes with gcc, so configuring glibc
6676 # with a fresh cross-compiler works.
6677 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6678 # <limits.h> exists even on freestanding compilers.
6679 # On the NeXT, cc -E runs the code through the compiler's parser,
6680 # not just through cpp. "Syntax error" is here to catch this case.
6681 cat >conftest.$ac_ext <<_ACEOF
6682 /* confdefs.h. */
6683 _ACEOF
6684 cat confdefs.h >>conftest.$ac_ext
6685 cat >>conftest.$ac_ext <<_ACEOF
6686 /* end confdefs.h. */
6687 #ifdef __STDC__
6688 # include <limits.h>
6689 #else
6690 # include <assert.h>
6691 #endif
6692 Syntax error
6693 _ACEOF
6694 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6695 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6696 ac_status=$?
6697 grep -v '^ *+' conftest.er1 >conftest.err
6698 rm -f conftest.er1
6699 cat conftest.err >&5
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); } >/dev/null; then
6702 if test -s conftest.err; then
6703 ac_cpp_err=$ac_cxx_preproc_warn_flag
6704 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6705 else
6706 ac_cpp_err=
6707 fi
6708 else
6709 ac_cpp_err=yes
6710 fi
6711 if test -z "$ac_cpp_err"; then
6712 :
6713 else
6714 echo "$as_me: failed program was:" >&5
6715 sed 's/^/| /' conftest.$ac_ext >&5
6716
6717 # Broken: fails on valid input.
6718 continue
6719 fi
6720 rm -f conftest.err conftest.$ac_ext
6721
6722 # OK, works on sane cases. Now check whether non-existent headers
6723 # can be detected and how.
6724 cat >conftest.$ac_ext <<_ACEOF
6725 /* confdefs.h. */
6726 _ACEOF
6727 cat confdefs.h >>conftest.$ac_ext
6728 cat >>conftest.$ac_ext <<_ACEOF
6729 /* end confdefs.h. */
6730 #include <ac_nonexistent.h>
6731 _ACEOF
6732 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6733 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6734 ac_status=$?
6735 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1
6737 cat conftest.err >&5
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } >/dev/null; then
6740 if test -s conftest.err; then
6741 ac_cpp_err=$ac_cxx_preproc_warn_flag
6742 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6743 else
6744 ac_cpp_err=
6745 fi
6746 else
6747 ac_cpp_err=yes
6748 fi
6749 if test -z "$ac_cpp_err"; then
6750 # Broken: success on invalid input.
6751 continue
6752 else
6753 echo "$as_me: failed program was:" >&5
6754 sed 's/^/| /' conftest.$ac_ext >&5
6755
6756 # Passes both tests.
6757 ac_preproc_ok=:
6758 break
6759 fi
6760 rm -f conftest.err conftest.$ac_ext
6761
6762 done
6763 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6764 rm -f conftest.err conftest.$ac_ext
6765 if $ac_preproc_ok; then
6766 :
6767 else
6768 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6769 See \`config.log' for more details." >&5
6770 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6771 See \`config.log' for more details." >&2;}
6772 { (exit 1); exit 1; }; }
6773 fi
6774
6775 ac_ext=cc
6776 ac_cpp='$CXXCPP $CPPFLAGS'
6777 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6778 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6779 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6780
6781
6782 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6783 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6784 if test "${ac_cv_header_stdc+set}" = set; then
6785 echo $ECHO_N "(cached) $ECHO_C" >&6
6786 else
6787 cat >conftest.$ac_ext <<_ACEOF
6788 /* confdefs.h. */
6789 _ACEOF
6790 cat confdefs.h >>conftest.$ac_ext
6791 cat >>conftest.$ac_ext <<_ACEOF
6792 /* end confdefs.h. */
6793 #include <stdlib.h>
6794 #include <stdarg.h>
6795 #include <string.h>
6796 #include <float.h>
6797
6798 int
6799 main ()
6800 {
6801
6802 ;
6803 return 0;
6804 }
6805 _ACEOF
6806 rm -f conftest.$ac_objext
6807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6808 (eval $ac_compile) 2>conftest.er1
6809 ac_status=$?
6810 grep -v '^ *+' conftest.er1 >conftest.err
6811 rm -f conftest.er1
6812 cat conftest.err >&5
6813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6814 (exit $ac_status); } &&
6815 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6817 (eval $ac_try) 2>&5
6818 ac_status=$?
6819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6820 (exit $ac_status); }; } &&
6821 { ac_try='test -s conftest.$ac_objext'
6822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6823 (eval $ac_try) 2>&5
6824 ac_status=$?
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); }; }; then
6827 ac_cv_header_stdc=yes
6828 else
6829 echo "$as_me: failed program was:" >&5
6830 sed 's/^/| /' conftest.$ac_ext >&5
6831
6832 ac_cv_header_stdc=no
6833 fi
6834 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6835
6836 if test $ac_cv_header_stdc = yes; then
6837 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6838 cat >conftest.$ac_ext <<_ACEOF
6839 /* confdefs.h. */
6840 _ACEOF
6841 cat confdefs.h >>conftest.$ac_ext
6842 cat >>conftest.$ac_ext <<_ACEOF
6843 /* end confdefs.h. */
6844 #include <string.h>
6845
6846 _ACEOF
6847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6848 $EGREP "memchr" >/dev/null 2>&1; then
6849 :
6850 else
6851 ac_cv_header_stdc=no
6852 fi
6853 rm -f conftest*
6854
6855 fi
6856
6857 if test $ac_cv_header_stdc = yes; then
6858 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6859 cat >conftest.$ac_ext <<_ACEOF
6860 /* confdefs.h. */
6861 _ACEOF
6862 cat confdefs.h >>conftest.$ac_ext
6863 cat >>conftest.$ac_ext <<_ACEOF
6864 /* end confdefs.h. */
6865 #include <stdlib.h>
6866
6867 _ACEOF
6868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6869 $EGREP "free" >/dev/null 2>&1; then
6870 :
6871 else
6872 ac_cv_header_stdc=no
6873 fi
6874 rm -f conftest*
6875
6876 fi
6877
6878 if test $ac_cv_header_stdc = yes; then
6879 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6880 if test "$cross_compiling" = yes; then
6881 :
6882 else
6883 cat >conftest.$ac_ext <<_ACEOF
6884 /* confdefs.h. */
6885 _ACEOF
6886 cat confdefs.h >>conftest.$ac_ext
6887 cat >>conftest.$ac_ext <<_ACEOF
6888 /* end confdefs.h. */
6889 #include <ctype.h>
6890 #if ((' ' & 0x0FF) == 0x020)
6891 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6892 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6893 #else
6894 # define ISLOWER(c) \
6895 (('a' <= (c) && (c) <= 'i') \
6896 || ('j' <= (c) && (c) <= 'r') \
6897 || ('s' <= (c) && (c) <= 'z'))
6898 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6899 #endif
6900
6901 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6902 int
6903 main ()
6904 {
6905 int i;
6906 for (i = 0; i < 256; i++)
6907 if (XOR (islower (i), ISLOWER (i))
6908 || toupper (i) != TOUPPER (i))
6909 exit(2);
6910 exit (0);
6911 }
6912 _ACEOF
6913 rm -f conftest$ac_exeext
6914 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6915 (eval $ac_link) 2>&5
6916 ac_status=$?
6917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6918 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6920 (eval $ac_try) 2>&5
6921 ac_status=$?
6922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 (exit $ac_status); }; }; then
6924 :
6925 else
6926 echo "$as_me: program exited with status $ac_status" >&5
6927 echo "$as_me: failed program was:" >&5
6928 sed 's/^/| /' conftest.$ac_ext >&5
6929
6930 ( exit $ac_status )
6931 ac_cv_header_stdc=no
6932 fi
6933 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6934 fi
6935 fi
6936 fi
6937 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6938 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6939 if test $ac_cv_header_stdc = yes; then
6940
6941 cat >>confdefs.h <<\_ACEOF
6942 #define STDC_HEADERS 1
6943 _ACEOF
6944
6945 fi
6946
6947 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6958 inttypes.h stdint.h unistd.h
6959 do
6960 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6961 echo "$as_me:$LINENO: checking for $ac_header" >&5
6962 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6963 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6964 echo $ECHO_N "(cached) $ECHO_C" >&6
6965 else
6966 cat >conftest.$ac_ext <<_ACEOF
6967 /* confdefs.h. */
6968 _ACEOF
6969 cat confdefs.h >>conftest.$ac_ext
6970 cat >>conftest.$ac_ext <<_ACEOF
6971 /* end confdefs.h. */
6972 $ac_includes_default
6973
6974 #include <$ac_header>
6975 _ACEOF
6976 rm -f conftest.$ac_objext
6977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6978 (eval $ac_compile) 2>conftest.er1
6979 ac_status=$?
6980 grep -v '^ *+' conftest.er1 >conftest.err
6981 rm -f conftest.er1
6982 cat conftest.err >&5
6983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6984 (exit $ac_status); } &&
6985 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6987 (eval $ac_try) 2>&5
6988 ac_status=$?
6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6990 (exit $ac_status); }; } &&
6991 { ac_try='test -s conftest.$ac_objext'
6992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6993 (eval $ac_try) 2>&5
6994 ac_status=$?
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); }; }; then
6997 eval "$as_ac_Header=yes"
6998 else
6999 echo "$as_me: failed program was:" >&5
7000 sed 's/^/| /' conftest.$ac_ext >&5
7001
7002 eval "$as_ac_Header=no"
7003 fi
7004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7005 fi
7006 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7007 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7008 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7009 cat >>confdefs.h <<_ACEOF
7010 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7011 _ACEOF
7012
7013 fi
7014
7015 done
7016
7017
7018
7019
7020 for ac_header in ext/hash_map clocale
7021 do
7022 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7023 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7024 echo "$as_me:$LINENO: checking for $ac_header" >&5
7025 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7026 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7027 echo $ECHO_N "(cached) $ECHO_C" >&6
7028 fi
7029 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7030 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7031 else
7032 # Is the header compilable?
7033 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7034 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7035 cat >conftest.$ac_ext <<_ACEOF
7036 /* confdefs.h. */
7037 _ACEOF
7038 cat confdefs.h >>conftest.$ac_ext
7039 cat >>conftest.$ac_ext <<_ACEOF
7040 /* end confdefs.h. */
7041 $ac_includes_default
7042 #include <$ac_header>
7043 _ACEOF
7044 rm -f conftest.$ac_objext
7045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7046 (eval $ac_compile) 2>conftest.er1
7047 ac_status=$?
7048 grep -v '^ *+' conftest.er1 >conftest.err
7049 rm -f conftest.er1
7050 cat conftest.err >&5
7051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052 (exit $ac_status); } &&
7053 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7055 (eval $ac_try) 2>&5
7056 ac_status=$?
7057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058 (exit $ac_status); }; } &&
7059 { ac_try='test -s conftest.$ac_objext'
7060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7061 (eval $ac_try) 2>&5
7062 ac_status=$?
7063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7064 (exit $ac_status); }; }; then
7065 ac_header_compiler=yes
7066 else
7067 echo "$as_me: failed program was:" >&5
7068 sed 's/^/| /' conftest.$ac_ext >&5
7069
7070 ac_header_compiler=no
7071 fi
7072 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7073 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7074 echo "${ECHO_T}$ac_header_compiler" >&6
7075
7076 # Is the header present?
7077 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7078 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7079 cat >conftest.$ac_ext <<_ACEOF
7080 /* confdefs.h. */
7081 _ACEOF
7082 cat confdefs.h >>conftest.$ac_ext
7083 cat >>conftest.$ac_ext <<_ACEOF
7084 /* end confdefs.h. */
7085 #include <$ac_header>
7086 _ACEOF
7087 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7088 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7089 ac_status=$?
7090 grep -v '^ *+' conftest.er1 >conftest.err
7091 rm -f conftest.er1
7092 cat conftest.err >&5
7093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); } >/dev/null; then
7095 if test -s conftest.err; then
7096 ac_cpp_err=$ac_cxx_preproc_warn_flag
7097 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7098 else
7099 ac_cpp_err=
7100 fi
7101 else
7102 ac_cpp_err=yes
7103 fi
7104 if test -z "$ac_cpp_err"; then
7105 ac_header_preproc=yes
7106 else
7107 echo "$as_me: failed program was:" >&5
7108 sed 's/^/| /' conftest.$ac_ext >&5
7109
7110 ac_header_preproc=no
7111 fi
7112 rm -f conftest.err conftest.$ac_ext
7113 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7114 echo "${ECHO_T}$ac_header_preproc" >&6
7115
7116 # So? What about this header?
7117 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7118 yes:no: )
7119 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7120 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7121 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7122 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7123 ac_header_preproc=yes
7124 ;;
7125 no:yes:* )
7126 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7127 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7128 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7129 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7130 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7131 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7132 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7133 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7134 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7135 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7136 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7137 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7138 (
7139 cat <<\_ASBOX
7140 ## ------------------------------------------ ##
7141 ## Report this to the AC_PACKAGE_NAME lists. ##
7142 ## ------------------------------------------ ##
7143 _ASBOX
7144 ) |
7145 sed "s/^/$as_me: WARNING: /" >&2
7146 ;;
7147 esac
7148 echo "$as_me:$LINENO: checking for $ac_header" >&5
7149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7150 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6
7152 else
7153 eval "$as_ac_Header=\$ac_header_preproc"
7154 fi
7155 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7156 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7157
7158 fi
7159 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7160 cat >>confdefs.h <<_ACEOF
7161 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7162 _ACEOF
7163
7164 fi
7165
7166 done
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185 for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7186 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7187 sys/mman.h netinet/in.h
7188 do
7189 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7190 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7191 echo "$as_me:$LINENO: checking for $ac_header" >&5
7192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7193 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7194 echo $ECHO_N "(cached) $ECHO_C" >&6
7195 fi
7196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7197 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7198 else
7199 # Is the header compilable?
7200 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7201 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7202 cat >conftest.$ac_ext <<_ACEOF
7203 /* confdefs.h. */
7204 _ACEOF
7205 cat confdefs.h >>conftest.$ac_ext
7206 cat >>conftest.$ac_ext <<_ACEOF
7207 /* end confdefs.h. */
7208 $ac_includes_default
7209 #include <$ac_header>
7210 _ACEOF
7211 rm -f conftest.$ac_objext
7212 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7213 (eval $ac_compile) 2>conftest.er1
7214 ac_status=$?
7215 grep -v '^ *+' conftest.er1 >conftest.err
7216 rm -f conftest.er1
7217 cat conftest.err >&5
7218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7219 (exit $ac_status); } &&
7220 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7222 (eval $ac_try) 2>&5
7223 ac_status=$?
7224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); }; } &&
7226 { ac_try='test -s conftest.$ac_objext'
7227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7228 (eval $ac_try) 2>&5
7229 ac_status=$?
7230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7231 (exit $ac_status); }; }; then
7232 ac_header_compiler=yes
7233 else
7234 echo "$as_me: failed program was:" >&5
7235 sed 's/^/| /' conftest.$ac_ext >&5
7236
7237 ac_header_compiler=no
7238 fi
7239 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7240 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7241 echo "${ECHO_T}$ac_header_compiler" >&6
7242
7243 # Is the header present?
7244 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7245 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7246 cat >conftest.$ac_ext <<_ACEOF
7247 /* confdefs.h. */
7248 _ACEOF
7249 cat confdefs.h >>conftest.$ac_ext
7250 cat >>conftest.$ac_ext <<_ACEOF
7251 /* end confdefs.h. */
7252 #include <$ac_header>
7253 _ACEOF
7254 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7255 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7256 ac_status=$?
7257 grep -v '^ *+' conftest.er1 >conftest.err
7258 rm -f conftest.er1
7259 cat conftest.err >&5
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); } >/dev/null; then
7262 if test -s conftest.err; then
7263 ac_cpp_err=$ac_cxx_preproc_warn_flag
7264 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7265 else
7266 ac_cpp_err=
7267 fi
7268 else
7269 ac_cpp_err=yes
7270 fi
7271 if test -z "$ac_cpp_err"; then
7272 ac_header_preproc=yes
7273 else
7274 echo "$as_me: failed program was:" >&5
7275 sed 's/^/| /' conftest.$ac_ext >&5
7276
7277 ac_header_preproc=no
7278 fi
7279 rm -f conftest.err conftest.$ac_ext
7280 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7281 echo "${ECHO_T}$ac_header_preproc" >&6
7282
7283 # So? What about this header?
7284 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7285 yes:no: )
7286 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7287 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7288 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7289 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7290 ac_header_preproc=yes
7291 ;;
7292 no:yes:* )
7293 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7294 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7295 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7296 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7297 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7298 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7299 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7300 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7301 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7302 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7303 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7304 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7305 (
7306 cat <<\_ASBOX
7307 ## ------------------------------------------ ##
7308 ## Report this to the AC_PACKAGE_NAME lists. ##
7309 ## ------------------------------------------ ##
7310 _ASBOX
7311 ) |
7312 sed "s/^/$as_me: WARNING: /" >&2
7313 ;;
7314 esac
7315 echo "$as_me:$LINENO: checking for $ac_header" >&5
7316 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7317 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7318 echo $ECHO_N "(cached) $ECHO_C" >&6
7319 else
7320 eval "$as_ac_Header=\$ac_header_preproc"
7321 fi
7322 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7323 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7324
7325 fi
7326 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7327 cat >>confdefs.h <<_ACEOF
7328 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7329 _ACEOF
7330
7331 fi
7332
7333 done
7334
7335
7336
7337
7338
7339
7340
7341 for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7342 do
7343 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7344 echo "$as_me:$LINENO: checking for $ac_header" >&5
7345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7346 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 else
7349 cat >conftest.$ac_ext <<_ACEOF
7350 /* confdefs.h. */
7351 _ACEOF
7352 cat confdefs.h >>conftest.$ac_ext
7353 cat >>conftest.$ac_ext <<_ACEOF
7354 /* end confdefs.h. */
7355
7356 #include <sys/types.h>
7357 #include <sys/socket.h>
7358 #ifdef HAVE_NETINET_IN_H
7359 # include <netinet/in.h>
7360 #endif
7361 #ifdef HAVE_ARPA_INET_H
7362 # include <arpa/inet.h>
7363 #endif
7364 #ifdef HAVE_NETINET_IN_SYSTM_H
7365 # include <netinet/in_systm.h>
7366 #endif
7367
7368
7369 #include <$ac_header>
7370 _ACEOF
7371 rm -f conftest.$ac_objext
7372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7373 (eval $ac_compile) 2>conftest.er1
7374 ac_status=$?
7375 grep -v '^ *+' conftest.er1 >conftest.err
7376 rm -f conftest.er1
7377 cat conftest.err >&5
7378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7379 (exit $ac_status); } &&
7380 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7382 (eval $ac_try) 2>&5
7383 ac_status=$?
7384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385 (exit $ac_status); }; } &&
7386 { ac_try='test -s conftest.$ac_objext'
7387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7388 (eval $ac_try) 2>&5
7389 ac_status=$?
7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391 (exit $ac_status); }; }; then
7392 eval "$as_ac_Header=yes"
7393 else
7394 echo "$as_me: failed program was:" >&5
7395 sed 's/^/| /' conftest.$ac_ext >&5
7396
7397 eval "$as_ac_Header=no"
7398 fi
7399 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7400 fi
7401 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7402 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7403 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7404 cat >>confdefs.h <<_ACEOF
7405 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7406 _ACEOF
7407
7408 fi
7409
7410 done
7411
7412
7413 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7414 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7415 if test "${ac_cv_c_const+set}" = set; then
7416 echo $ECHO_N "(cached) $ECHO_C" >&6
7417 else
7418 cat >conftest.$ac_ext <<_ACEOF
7419 /* confdefs.h. */
7420 _ACEOF
7421 cat confdefs.h >>conftest.$ac_ext
7422 cat >>conftest.$ac_ext <<_ACEOF
7423 /* end confdefs.h. */
7424
7425 int
7426 main ()
7427 {
7428 /* FIXME: Include the comments suggested by Paul. */
7429 #ifndef __cplusplus
7430 /* Ultrix mips cc rejects this. */
7431 typedef int charset[2];
7432 const charset x;
7433 /* SunOS 4.1.1 cc rejects this. */
7434 char const *const *ccp;
7435 char **p;
7436 /* NEC SVR4.0.2 mips cc rejects this. */
7437 struct point {int x, y;};
7438 static struct point const zero = {0,0};
7439 /* AIX XL C 1.02.0.0 rejects this.
7440 It does not let you subtract one const X* pointer from another in
7441 an arm of an if-expression whose if-part is not a constant
7442 expression */
7443 const char *g = "string";
7444 ccp = &g + (g ? g-g : 0);
7445 /* HPUX 7.0 cc rejects these. */
7446 ++ccp;
7447 p = (char**) ccp;
7448 ccp = (char const *const *) p;
7449 { /* SCO 3.2v4 cc rejects this. */
7450 char *t;
7451 char const *s = 0 ? (char *) 0 : (char const *) 0;
7452
7453 *t++ = 0;
7454 }
7455 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7456 int x[] = {25, 17};
7457 const int *foo = &x[0];
7458 ++foo;
7459 }
7460 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7461 typedef const int *iptr;
7462 iptr p = 0;
7463 ++p;
7464 }
7465 { /* AIX XL C 1.02.0.0 rejects this saying
7466 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7467 struct s { int j; const int *ap[3]; };
7468 struct s *b; b->j = 5;
7469 }
7470 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7471 const int foo = 10;
7472 }
7473 #endif
7474
7475 ;
7476 return 0;
7477 }
7478 _ACEOF
7479 rm -f conftest.$ac_objext
7480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7481 (eval $ac_compile) 2>conftest.er1
7482 ac_status=$?
7483 grep -v '^ *+' conftest.er1 >conftest.err
7484 rm -f conftest.er1
7485 cat conftest.err >&5
7486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7487 (exit $ac_status); } &&
7488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7490 (eval $ac_try) 2>&5
7491 ac_status=$?
7492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7493 (exit $ac_status); }; } &&
7494 { ac_try='test -s conftest.$ac_objext'
7495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7496 (eval $ac_try) 2>&5
7497 ac_status=$?
7498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7499 (exit $ac_status); }; }; then
7500 ac_cv_c_const=yes
7501 else
7502 echo "$as_me: failed program was:" >&5
7503 sed 's/^/| /' conftest.$ac_ext >&5
7504
7505 ac_cv_c_const=no
7506 fi
7507 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7508 fi
7509 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7510 echo "${ECHO_T}$ac_cv_c_const" >&6
7511 if test $ac_cv_c_const = no; then
7512
7513 cat >>confdefs.h <<\_ACEOF
7514 #define const
7515 _ACEOF
7516
7517 fi
7518
7519 echo "$as_me:$LINENO: checking for pid_t" >&5
7520 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7521 if test "${ac_cv_type_pid_t+set}" = set; then
7522 echo $ECHO_N "(cached) $ECHO_C" >&6
7523 else
7524 cat >conftest.$ac_ext <<_ACEOF
7525 /* confdefs.h. */
7526 _ACEOF
7527 cat confdefs.h >>conftest.$ac_ext
7528 cat >>conftest.$ac_ext <<_ACEOF
7529 /* end confdefs.h. */
7530 $ac_includes_default
7531 int
7532 main ()
7533 {
7534 if ((pid_t *) 0)
7535 return 0;
7536 if (sizeof (pid_t))
7537 return 0;
7538 ;
7539 return 0;
7540 }
7541 _ACEOF
7542 rm -f conftest.$ac_objext
7543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7544 (eval $ac_compile) 2>conftest.er1
7545 ac_status=$?
7546 grep -v '^ *+' conftest.er1 >conftest.err
7547 rm -f conftest.er1
7548 cat conftest.err >&5
7549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7550 (exit $ac_status); } &&
7551 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7553 (eval $ac_try) 2>&5
7554 ac_status=$?
7555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556 (exit $ac_status); }; } &&
7557 { ac_try='test -s conftest.$ac_objext'
7558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7559 (eval $ac_try) 2>&5
7560 ac_status=$?
7561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7562 (exit $ac_status); }; }; then
7563 ac_cv_type_pid_t=yes
7564 else
7565 echo "$as_me: failed program was:" >&5
7566 sed 's/^/| /' conftest.$ac_ext >&5
7567
7568 ac_cv_type_pid_t=no
7569 fi
7570 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7571 fi
7572 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7573 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7574 if test $ac_cv_type_pid_t = yes; then
7575 :
7576 else
7577
7578 cat >>confdefs.h <<_ACEOF
7579 #define pid_t int
7580 _ACEOF
7581
7582 fi
7583
7584 echo "$as_me:$LINENO: checking for size_t" >&5
7585 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7586 if test "${ac_cv_type_size_t+set}" = set; then
7587 echo $ECHO_N "(cached) $ECHO_C" >&6
7588 else
7589 cat >conftest.$ac_ext <<_ACEOF
7590 /* confdefs.h. */
7591 _ACEOF
7592 cat confdefs.h >>conftest.$ac_ext
7593 cat >>conftest.$ac_ext <<_ACEOF
7594 /* end confdefs.h. */
7595 $ac_includes_default
7596 int
7597 main ()
7598 {
7599 if ((size_t *) 0)
7600 return 0;
7601 if (sizeof (size_t))
7602 return 0;
7603 ;
7604 return 0;
7605 }
7606 _ACEOF
7607 rm -f conftest.$ac_objext
7608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7609 (eval $ac_compile) 2>conftest.er1
7610 ac_status=$?
7611 grep -v '^ *+' conftest.er1 >conftest.err
7612 rm -f conftest.er1
7613 cat conftest.err >&5
7614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7615 (exit $ac_status); } &&
7616 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7618 (eval $ac_try) 2>&5
7619 ac_status=$?
7620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7621 (exit $ac_status); }; } &&
7622 { ac_try='test -s conftest.$ac_objext'
7623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7624 (eval $ac_try) 2>&5
7625 ac_status=$?
7626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7627 (exit $ac_status); }; }; then
7628 ac_cv_type_size_t=yes
7629 else
7630 echo "$as_me: failed program was:" >&5
7631 sed 's/^/| /' conftest.$ac_ext >&5
7632
7633 ac_cv_type_size_t=no
7634 fi
7635 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7636 fi
7637 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7638 echo "${ECHO_T}$ac_cv_type_size_t" >&6
7639 if test $ac_cv_type_size_t = yes; then
7640 :
7641 else
7642
7643 cat >>confdefs.h <<_ACEOF
7644 #define size_t unsigned
7645 _ACEOF
7646
7647 fi
7648
7649 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7650 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7651 if test "${ac_cv_header_time+set}" = set; then
7652 echo $ECHO_N "(cached) $ECHO_C" >&6
7653 else
7654 cat >conftest.$ac_ext <<_ACEOF
7655 /* confdefs.h. */
7656 _ACEOF
7657 cat confdefs.h >>conftest.$ac_ext
7658 cat >>conftest.$ac_ext <<_ACEOF
7659 /* end confdefs.h. */
7660 #include <sys/types.h>
7661 #include <sys/time.h>
7662 #include <time.h>
7663
7664 int
7665 main ()
7666 {
7667 if ((struct tm *) 0)
7668 return 0;
7669 ;
7670 return 0;
7671 }
7672 _ACEOF
7673 rm -f conftest.$ac_objext
7674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7675 (eval $ac_compile) 2>conftest.er1
7676 ac_status=$?
7677 grep -v '^ *+' conftest.er1 >conftest.err
7678 rm -f conftest.er1
7679 cat conftest.err >&5
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); } &&
7682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7684 (eval $ac_try) 2>&5
7685 ac_status=$?
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); }; } &&
7688 { ac_try='test -s conftest.$ac_objext'
7689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7690 (eval $ac_try) 2>&5
7691 ac_status=$?
7692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); }; }; then
7694 ac_cv_header_time=yes
7695 else
7696 echo "$as_me: failed program was:" >&5
7697 sed 's/^/| /' conftest.$ac_ext >&5
7698
7699 ac_cv_header_time=no
7700 fi
7701 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7702 fi
7703 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7704 echo "${ECHO_T}$ac_cv_header_time" >&6
7705 if test $ac_cv_header_time = yes; then
7706
7707 cat >>confdefs.h <<\_ACEOF
7708 #define TIME_WITH_SYS_TIME 1
7709 _ACEOF
7710
7711 fi
7712
7713 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7714 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7715 if test "${ac_cv_struct_tm+set}" = set; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7717 else
7718 cat >conftest.$ac_ext <<_ACEOF
7719 /* confdefs.h. */
7720 _ACEOF
7721 cat confdefs.h >>conftest.$ac_ext
7722 cat >>conftest.$ac_ext <<_ACEOF
7723 /* end confdefs.h. */
7724 #include <sys/types.h>
7725 #include <time.h>
7726
7727 int
7728 main ()
7729 {
7730 struct tm *tp; tp->tm_sec;
7731 ;
7732 return 0;
7733 }
7734 _ACEOF
7735 rm -f conftest.$ac_objext
7736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7737 (eval $ac_compile) 2>conftest.er1
7738 ac_status=$?
7739 grep -v '^ *+' conftest.er1 >conftest.err
7740 rm -f conftest.er1
7741 cat conftest.err >&5
7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743 (exit $ac_status); } &&
7744 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7746 (eval $ac_try) 2>&5
7747 ac_status=$?
7748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); }; } &&
7750 { ac_try='test -s conftest.$ac_objext'
7751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7752 (eval $ac_try) 2>&5
7753 ac_status=$?
7754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7755 (exit $ac_status); }; }; then
7756 ac_cv_struct_tm=time.h
7757 else
7758 echo "$as_me: failed program was:" >&5
7759 sed 's/^/| /' conftest.$ac_ext >&5
7760
7761 ac_cv_struct_tm=sys/time.h
7762 fi
7763 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7764 fi
7765 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7766 echo "${ECHO_T}$ac_cv_struct_tm" >&6
7767 if test $ac_cv_struct_tm = sys/time.h; then
7768
7769 cat >>confdefs.h <<\_ACEOF
7770 #define TM_IN_SYS_TIME 1
7771 _ACEOF
7772
7773 fi
7774
7775
7776 echo "$as_me:$LINENO: checking for socklen_t" >&5
7777 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7778 if test "${ac_cv_type_socklen_t+set}" = set; then
7779 echo $ECHO_N "(cached) $ECHO_C" >&6
7780 else
7781
7782 cat >conftest.$ac_ext <<_ACEOF
7783 /* confdefs.h. */
7784 _ACEOF
7785 cat confdefs.h >>conftest.$ac_ext
7786 cat >>conftest.$ac_ext <<_ACEOF
7787 /* end confdefs.h. */
7788 #include <sys/types.h>
7789 #include <sys/socket.h>
7790 int
7791 main ()
7792 {
7793 socklen_t len = 42; return len;
7794 ;
7795 return 0;
7796 }
7797 _ACEOF
7798 rm -f conftest.$ac_objext
7799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7800 (eval $ac_compile) 2>conftest.er1
7801 ac_status=$?
7802 grep -v '^ *+' conftest.er1 >conftest.err
7803 rm -f conftest.er1
7804 cat conftest.err >&5
7805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7806 (exit $ac_status); } &&
7807 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7809 (eval $ac_try) 2>&5
7810 ac_status=$?
7811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); }; } &&
7813 { ac_try='test -s conftest.$ac_objext'
7814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815 (eval $ac_try) 2>&5
7816 ac_status=$?
7817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818 (exit $ac_status); }; }; then
7819 ac_cv_type_socklen_t=yes
7820 else
7821 echo "$as_me: failed program was:" >&5
7822 sed 's/^/| /' conftest.$ac_ext >&5
7823
7824 ac_cv_type_socklen_t=no
7825 fi
7826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7827
7828 fi
7829 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7830 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7831 if test $ac_cv_type_socklen_t = yes; then
7832
7833 cat >>confdefs.h <<\_ACEOF
7834 #define HAVE_SOCKLEN_T 1
7835 _ACEOF
7836
7837 fi
7838
7839 echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7840 echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7841 if test "${ac_cv_struct_addrinfo+set}" = set; then
7842 echo $ECHO_N "(cached) $ECHO_C" >&6
7843 else
7844
7845 cat >conftest.$ac_ext <<_ACEOF
7846 /* confdefs.h. */
7847 _ACEOF
7848 cat confdefs.h >>conftest.$ac_ext
7849 cat >>conftest.$ac_ext <<_ACEOF
7850 /* end confdefs.h. */
7851 #include <sys/types.h>
7852 #include <sys/socket.h>
7853 #include <netdb.h>
7854 int
7855 main ()
7856 {
7857 struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7858 ;
7859 return 0;
7860 }
7861 _ACEOF
7862 rm -f conftest.$ac_objext
7863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7864 (eval $ac_compile) 2>conftest.er1
7865 ac_status=$?
7866 grep -v '^ *+' conftest.er1 >conftest.err
7867 rm -f conftest.er1
7868 cat conftest.err >&5
7869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7870 (exit $ac_status); } &&
7871 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7873 (eval $ac_try) 2>&5
7874 ac_status=$?
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); }; } &&
7877 { ac_try='test -s conftest.$ac_objext'
7878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7879 (eval $ac_try) 2>&5
7880 ac_status=$?
7881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7882 (exit $ac_status); }; }; then
7883 ac_cv_struct_addrinfo=yes
7884 else
7885 echo "$as_me: failed program was:" >&5
7886 sed 's/^/| /' conftest.$ac_ext >&5
7887
7888 ac_cv_struct_addrinfo=no
7889 fi
7890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7891
7892 fi
7893 echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7894 echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7895 if test $ac_cv_struct_addrinfo = yes; then
7896
7897 cat >>confdefs.h <<\_ACEOF
7898 #define HAVE_STRUCT_ADDRINFO 1
7899 _ACEOF
7900
7901 fi
7902
7903 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7904 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7905 if test "${ac_cv_type_signal+set}" = set; then
7906 echo $ECHO_N "(cached) $ECHO_C" >&6
7907 else
7908 cat >conftest.$ac_ext <<_ACEOF
7909 /* confdefs.h. */
7910 _ACEOF
7911 cat confdefs.h >>conftest.$ac_ext
7912 cat >>conftest.$ac_ext <<_ACEOF
7913 /* end confdefs.h. */
7914 #include <sys/types.h>
7915 #include <signal.h>
7916 #ifdef signal
7917 # undef signal
7918 #endif
7919 #ifdef __cplusplus
7920 extern "C" void (*signal (int, void (*)(int)))(int);
7921 #else
7922 void (*signal ()) ();
7923 #endif
7924
7925 int
7926 main ()
7927 {
7928 int i;
7929 ;
7930 return 0;
7931 }
7932 _ACEOF
7933 rm -f conftest.$ac_objext
7934 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7935 (eval $ac_compile) 2>conftest.er1
7936 ac_status=$?
7937 grep -v '^ *+' conftest.er1 >conftest.err
7938 rm -f conftest.er1
7939 cat conftest.err >&5
7940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7941 (exit $ac_status); } &&
7942 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7944 (eval $ac_try) 2>&5
7945 ac_status=$?
7946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7947 (exit $ac_status); }; } &&
7948 { ac_try='test -s conftest.$ac_objext'
7949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7950 (eval $ac_try) 2>&5
7951 ac_status=$?
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); }; }; then
7954 ac_cv_type_signal=void
7955 else
7956 echo "$as_me: failed program was:" >&5
7957 sed 's/^/| /' conftest.$ac_ext >&5
7958
7959 ac_cv_type_signal=int
7960 fi
7961 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7962 fi
7963 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7964 echo "${ECHO_T}$ac_cv_type_signal" >&6
7965
7966 cat >>confdefs.h <<_ACEOF
7967 #define RETSIGTYPE $ac_cv_type_signal
7968 _ACEOF
7969
7970
7971
7972 ac_ext=c
7973 ac_cpp='$CPP $CPPFLAGS'
7974 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7975 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7976 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7977
7978
7979 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7980 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7981 if test "${ac_cv_header_stdc+set}" = set; then
7982 echo $ECHO_N "(cached) $ECHO_C" >&6
7983 else
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7990 #include <stdlib.h>
7991 #include <stdarg.h>
7992 #include <string.h>
7993 #include <float.h>
7994
7995 int
7996 main ()
7997 {
7998
7999 ;
8000 return 0;
8001 }
8002 _ACEOF
8003 rm -f conftest.$ac_objext
8004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8005 (eval $ac_compile) 2>conftest.er1
8006 ac_status=$?
8007 grep -v '^ *+' conftest.er1 >conftest.err
8008 rm -f conftest.er1
8009 cat conftest.err >&5
8010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011 (exit $ac_status); } &&
8012 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8014 (eval $ac_try) 2>&5
8015 ac_status=$?
8016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017 (exit $ac_status); }; } &&
8018 { ac_try='test -s conftest.$ac_objext'
8019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8020 (eval $ac_try) 2>&5
8021 ac_status=$?
8022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8023 (exit $ac_status); }; }; then
8024 ac_cv_header_stdc=yes
8025 else
8026 echo "$as_me: failed program was:" >&5
8027 sed 's/^/| /' conftest.$ac_ext >&5
8028
8029 ac_cv_header_stdc=no
8030 fi
8031 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8032
8033 if test $ac_cv_header_stdc = yes; then
8034 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8035 cat >conftest.$ac_ext <<_ACEOF
8036 /* confdefs.h. */
8037 _ACEOF
8038 cat confdefs.h >>conftest.$ac_ext
8039 cat >>conftest.$ac_ext <<_ACEOF
8040 /* end confdefs.h. */
8041 #include <string.h>
8042
8043 _ACEOF
8044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8045 $EGREP "memchr" >/dev/null 2>&1; then
8046 :
8047 else
8048 ac_cv_header_stdc=no
8049 fi
8050 rm -f conftest*
8051
8052 fi
8053
8054 if test $ac_cv_header_stdc = yes; then
8055 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8056 cat >conftest.$ac_ext <<_ACEOF
8057 /* confdefs.h. */
8058 _ACEOF
8059 cat confdefs.h >>conftest.$ac_ext
8060 cat >>conftest.$ac_ext <<_ACEOF
8061 /* end confdefs.h. */
8062 #include <stdlib.h>
8063
8064 _ACEOF
8065 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8066 $EGREP "free" >/dev/null 2>&1; then
8067 :
8068 else
8069 ac_cv_header_stdc=no
8070 fi
8071 rm -f conftest*
8072
8073 fi
8074
8075 if test $ac_cv_header_stdc = yes; then
8076 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8077 if test "$cross_compiling" = yes; then
8078 :
8079 else
8080 cat >conftest.$ac_ext <<_ACEOF
8081 /* confdefs.h. */
8082 _ACEOF
8083 cat confdefs.h >>conftest.$ac_ext
8084 cat >>conftest.$ac_ext <<_ACEOF
8085 /* end confdefs.h. */
8086 #include <ctype.h>
8087 #if ((' ' & 0x0FF) == 0x020)
8088 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8089 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8090 #else
8091 # define ISLOWER(c) \
8092 (('a' <= (c) && (c) <= 'i') \
8093 || ('j' <= (c) && (c) <= 'r') \
8094 || ('s' <= (c) && (c) <= 'z'))
8095 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8096 #endif
8097
8098 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8099 int
8100 main ()
8101 {
8102 int i;
8103 for (i = 0; i < 256; i++)
8104 if (XOR (islower (i), ISLOWER (i))
8105 || toupper (i) != TOUPPER (i))
8106 exit(2);
8107 exit (0);
8108 }
8109 _ACEOF
8110 rm -f conftest$ac_exeext
8111 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8112 (eval $ac_link) 2>&5
8113 ac_status=$?
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8117 (eval $ac_try) 2>&5
8118 ac_status=$?
8119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8120 (exit $ac_status); }; }; then
8121 :
8122 else
8123 echo "$as_me: program exited with status $ac_status" >&5
8124 echo "$as_me: failed program was:" >&5
8125 sed 's/^/| /' conftest.$ac_ext >&5
8126
8127 ( exit $ac_status )
8128 ac_cv_header_stdc=no
8129 fi
8130 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8131 fi
8132 fi
8133 fi
8134 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8135 echo "${ECHO_T}$ac_cv_header_stdc" >&6
8136 if test $ac_cv_header_stdc = yes; then
8137
8138 cat >>confdefs.h <<\_ACEOF
8139 #define STDC_HEADERS 1
8140 _ACEOF
8141
8142 fi
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8156 do
8157 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8158 echo "$as_me:$LINENO: checking for $ac_func" >&5
8159 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8160 if eval "test \"\${$as_ac_var+set}\" = set"; then
8161 echo $ECHO_N "(cached) $ECHO_C" >&6
8162 else
8163 cat >conftest.$ac_ext <<_ACEOF
8164 /* confdefs.h. */
8165 _ACEOF
8166 cat confdefs.h >>conftest.$ac_ext
8167 cat >>conftest.$ac_ext <<_ACEOF
8168 /* end confdefs.h. */
8169 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8170 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8171 #define $ac_func innocuous_$ac_func
8172
8173 /* System header to define __stub macros and hopefully few prototypes,
8174 which can conflict with char $ac_func (); below.
8175 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8176 <limits.h> exists even on freestanding compilers. */
8177
8178 #ifdef __STDC__
8179 # include <limits.h>
8180 #else
8181 # include <assert.h>
8182 #endif
8183
8184 #undef $ac_func
8185
8186 /* Override any gcc2 internal prototype to avoid an error. */
8187 #ifdef __cplusplus
8188 extern "C"
8189 {
8190 #endif
8191 /* We use char because int might match the return type of a gcc2
8192 builtin and then its argument prototype would still apply. */
8193 char $ac_func ();
8194 /* The GNU C library defines this for functions which it implements
8195 to always fail with ENOSYS. Some functions are actually named
8196 something starting with __ and the normal name is an alias. */
8197 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8198 choke me
8199 #else
8200 char (*f) () = $ac_func;
8201 #endif
8202 #ifdef __cplusplus
8203 }
8204 #endif
8205
8206 int
8207 main ()
8208 {
8209 return f != $ac_func;
8210 ;
8211 return 0;
8212 }
8213 _ACEOF
8214 rm -f conftest.$ac_objext conftest$ac_exeext
8215 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8216 (eval $ac_link) 2>conftest.er1
8217 ac_status=$?
8218 grep -v '^ *+' conftest.er1 >conftest.err
8219 rm -f conftest.er1
8220 cat conftest.err >&5
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } &&
8223 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8225 (eval $ac_try) 2>&5
8226 ac_status=$?
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 (exit $ac_status); }; } &&
8229 { ac_try='test -s conftest$ac_exeext'
8230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8231 (eval $ac_try) 2>&5
8232 ac_status=$?
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 (exit $ac_status); }; }; then
8235 eval "$as_ac_var=yes"
8236 else
8237 echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.$ac_ext >&5
8239
8240 eval "$as_ac_var=no"
8241 fi
8242 rm -f conftest.err conftest.$ac_objext \
8243 conftest$ac_exeext conftest.$ac_ext
8244 fi
8245 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8246 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8247 if test `eval echo '${'$as_ac_var'}'` = yes; then
8248 cat >>confdefs.h <<_ACEOF
8249 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8250 _ACEOF
8251
8252 fi
8253 done
8254
8255
8256 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8257 # for constant arguments. Useless!
8258 echo "$as_me:$LINENO: checking for working alloca.h" >&5
8259 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8260 if test "${ac_cv_working_alloca_h+set}" = set; then
8261 echo $ECHO_N "(cached) $ECHO_C" >&6
8262 else
8263 cat >conftest.$ac_ext <<_ACEOF
8264 /* confdefs.h. */
8265 _ACEOF
8266 cat confdefs.h >>conftest.$ac_ext
8267 cat >>conftest.$ac_ext <<_ACEOF
8268 /* end confdefs.h. */
8269 #include <alloca.h>
8270 int
8271 main ()
8272 {
8273 char *p = (char *) alloca (2 * sizeof (int));
8274 ;
8275 return 0;
8276 }
8277 _ACEOF
8278 rm -f conftest.$ac_objext conftest$ac_exeext
8279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8280 (eval $ac_link) 2>conftest.er1
8281 ac_status=$?
8282 grep -v '^ *+' conftest.er1 >conftest.err
8283 rm -f conftest.er1
8284 cat conftest.err >&5
8285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286 (exit $ac_status); } &&
8287 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8289 (eval $ac_try) 2>&5
8290 ac_status=$?
8291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8292 (exit $ac_status); }; } &&
8293 { ac_try='test -s conftest$ac_exeext'
8294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8295 (eval $ac_try) 2>&5
8296 ac_status=$?
8297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8298 (exit $ac_status); }; }; then
8299 ac_cv_working_alloca_h=yes
8300 else
8301 echo "$as_me: failed program was:" >&5
8302 sed 's/^/| /' conftest.$ac_ext >&5
8303
8304 ac_cv_working_alloca_h=no
8305 fi
8306 rm -f conftest.err conftest.$ac_objext \
8307 conftest$ac_exeext conftest.$ac_ext
8308 fi
8309 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8310 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8311 if test $ac_cv_working_alloca_h = yes; then
8312
8313 cat >>confdefs.h <<\_ACEOF
8314 #define HAVE_ALLOCA_H 1
8315 _ACEOF
8316
8317 fi
8318
8319 echo "$as_me:$LINENO: checking for alloca" >&5
8320 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8321 if test "${ac_cv_func_alloca_works+set}" = set; then
8322 echo $ECHO_N "(cached) $ECHO_C" >&6
8323 else
8324 cat >conftest.$ac_ext <<_ACEOF
8325 /* confdefs.h. */
8326 _ACEOF
8327 cat confdefs.h >>conftest.$ac_ext
8328 cat >>conftest.$ac_ext <<_ACEOF
8329 /* end confdefs.h. */
8330 #ifdef __GNUC__
8331 # define alloca __builtin_alloca
8332 #else
8333 # ifdef _MSC_VER
8334 # include <malloc.h>
8335 # define alloca _alloca
8336 # else
8337 # if HAVE_ALLOCA_H
8338 # include <alloca.h>
8339 # else
8340 # ifdef _AIX
8341 #pragma alloca
8342 # else
8343 # ifndef alloca /* predefined by HP cc +Olibcalls */
8344 char *alloca ();
8345 # endif
8346 # endif
8347 # endif
8348 # endif
8349 #endif
8350
8351 int
8352 main ()
8353 {
8354 char *p = (char *) alloca (1);
8355 ;
8356 return 0;
8357 }
8358 _ACEOF
8359 rm -f conftest.$ac_objext conftest$ac_exeext
8360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8361 (eval $ac_link) 2>conftest.er1
8362 ac_status=$?
8363 grep -v '^ *+' conftest.er1 >conftest.err
8364 rm -f conftest.er1
8365 cat conftest.err >&5
8366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8367 (exit $ac_status); } &&
8368 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8370 (eval $ac_try) 2>&5
8371 ac_status=$?
8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8373 (exit $ac_status); }; } &&
8374 { ac_try='test -s conftest$ac_exeext'
8375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8376 (eval $ac_try) 2>&5
8377 ac_status=$?
8378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8379 (exit $ac_status); }; }; then
8380 ac_cv_func_alloca_works=yes
8381 else
8382 echo "$as_me: failed program was:" >&5
8383 sed 's/^/| /' conftest.$ac_ext >&5
8384
8385 ac_cv_func_alloca_works=no
8386 fi
8387 rm -f conftest.err conftest.$ac_objext \
8388 conftest$ac_exeext conftest.$ac_ext
8389 fi
8390 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8391 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8392
8393 if test $ac_cv_func_alloca_works = yes; then
8394
8395 cat >>confdefs.h <<\_ACEOF
8396 #define HAVE_ALLOCA 1
8397 _ACEOF
8398
8399 else
8400 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8401 # that cause trouble. Some versions do not even contain alloca or
8402 # contain a buggy version. If you still want to use their alloca,
8403 # use ar to extract alloca.o from them instead of compiling alloca.c.
8404
8405 ALLOCA=alloca.$ac_objext
8406
8407 cat >>confdefs.h <<\_ACEOF
8408 #define C_ALLOCA 1
8409 _ACEOF
8410
8411
8412 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8413 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8414 if test "${ac_cv_os_cray+set}" = set; then
8415 echo $ECHO_N "(cached) $ECHO_C" >&6
8416 else
8417 cat >conftest.$ac_ext <<_ACEOF
8418 /* confdefs.h. */
8419 _ACEOF
8420 cat confdefs.h >>conftest.$ac_ext
8421 cat >>conftest.$ac_ext <<_ACEOF
8422 /* end confdefs.h. */
8423 #if defined(CRAY) && ! defined(CRAY2)
8424 webecray
8425 #else
8426 wenotbecray
8427 #endif
8428
8429 _ACEOF
8430 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8431 $EGREP "webecray" >/dev/null 2>&1; then
8432 ac_cv_os_cray=yes
8433 else
8434 ac_cv_os_cray=no
8435 fi
8436 rm -f conftest*
8437
8438 fi
8439 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8440 echo "${ECHO_T}$ac_cv_os_cray" >&6
8441 if test $ac_cv_os_cray = yes; then
8442 for ac_func in _getb67 GETB67 getb67; do
8443 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8444 echo "$as_me:$LINENO: checking for $ac_func" >&5
8445 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8446 if eval "test \"\${$as_ac_var+set}\" = set"; then
8447 echo $ECHO_N "(cached) $ECHO_C" >&6
8448 else
8449 cat >conftest.$ac_ext <<_ACEOF
8450 /* confdefs.h. */
8451 _ACEOF
8452 cat confdefs.h >>conftest.$ac_ext
8453 cat >>conftest.$ac_ext <<_ACEOF
8454 /* end confdefs.h. */
8455 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8456 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8457 #define $ac_func innocuous_$ac_func
8458
8459 /* System header to define __stub macros and hopefully few prototypes,
8460 which can conflict with char $ac_func (); below.
8461 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8462 <limits.h> exists even on freestanding compilers. */
8463
8464 #ifdef __STDC__
8465 # include <limits.h>
8466 #else
8467 # include <assert.h>
8468 #endif
8469
8470 #undef $ac_func
8471
8472 /* Override any gcc2 internal prototype to avoid an error. */
8473 #ifdef __cplusplus
8474 extern "C"
8475 {
8476 #endif
8477 /* We use char because int might match the return type of a gcc2
8478 builtin and then its argument prototype would still apply. */
8479 char $ac_func ();
8480 /* The GNU C library defines this for functions which it implements
8481 to always fail with ENOSYS. Some functions are actually named
8482 something starting with __ and the normal name is an alias. */
8483 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8484 choke me
8485 #else
8486 char (*f) () = $ac_func;
8487 #endif
8488 #ifdef __cplusplus
8489 }
8490 #endif
8491
8492 int
8493 main ()
8494 {
8495 return f != $ac_func;
8496 ;
8497 return 0;
8498 }
8499 _ACEOF
8500 rm -f conftest.$ac_objext conftest$ac_exeext
8501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8502 (eval $ac_link) 2>conftest.er1
8503 ac_status=$?
8504 grep -v '^ *+' conftest.er1 >conftest.err
8505 rm -f conftest.er1
8506 cat conftest.err >&5
8507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); } &&
8509 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8511 (eval $ac_try) 2>&5
8512 ac_status=$?
8513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514 (exit $ac_status); }; } &&
8515 { ac_try='test -s conftest$ac_exeext'
8516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8517 (eval $ac_try) 2>&5
8518 ac_status=$?
8519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8520 (exit $ac_status); }; }; then
8521 eval "$as_ac_var=yes"
8522 else
8523 echo "$as_me: failed program was:" >&5
8524 sed 's/^/| /' conftest.$ac_ext >&5
8525
8526 eval "$as_ac_var=no"
8527 fi
8528 rm -f conftest.err conftest.$ac_objext \
8529 conftest$ac_exeext conftest.$ac_ext
8530 fi
8531 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8532 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8533 if test `eval echo '${'$as_ac_var'}'` = yes; then
8534
8535 cat >>confdefs.h <<_ACEOF
8536 #define CRAY_STACKSEG_END $ac_func
8537 _ACEOF
8538
8539 break
8540 fi
8541
8542 done
8543 fi
8544
8545 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8546 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8547 if test "${ac_cv_c_stack_direction+set}" = set; then
8548 echo $ECHO_N "(cached) $ECHO_C" >&6
8549 else
8550 if test "$cross_compiling" = yes; then
8551 ac_cv_c_stack_direction=0
8552 else
8553 cat >conftest.$ac_ext <<_ACEOF
8554 /* confdefs.h. */
8555 _ACEOF
8556 cat confdefs.h >>conftest.$ac_ext
8557 cat >>conftest.$ac_ext <<_ACEOF
8558 /* end confdefs.h. */
8559 int
8560 find_stack_direction ()
8561 {
8562 static char *addr = 0;
8563 auto char dummy;
8564 if (addr == 0)
8565 {
8566 addr = &dummy;
8567 return find_stack_direction ();
8568 }
8569 else
8570 return (&dummy > addr) ? 1 : -1;
8571 }
8572
8573 int
8574 main ()
8575 {
8576 exit (find_stack_direction () < 0);
8577 }
8578 _ACEOF
8579 rm -f conftest$ac_exeext
8580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8581 (eval $ac_link) 2>&5
8582 ac_status=$?
8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8586 (eval $ac_try) 2>&5
8587 ac_status=$?
8588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8589 (exit $ac_status); }; }; then
8590 ac_cv_c_stack_direction=1
8591 else
8592 echo "$as_me: program exited with status $ac_status" >&5
8593 echo "$as_me: failed program was:" >&5
8594 sed 's/^/| /' conftest.$ac_ext >&5
8595
8596 ( exit $ac_status )
8597 ac_cv_c_stack_direction=-1
8598 fi
8599 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8600 fi
8601 fi
8602 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8603 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8604
8605 cat >>confdefs.h <<_ACEOF
8606 #define STACK_DIRECTION $ac_cv_c_stack_direction
8607 _ACEOF
8608
8609
8610 fi
8611
8612
8613
8614 echo "$as_me:$LINENO: checking for socket" >&5
8615 echo $ECHO_N "checking for socket... $ECHO_C" >&6
8616 if test "${ac_cv_func_socket+set}" = set; then
8617 echo $ECHO_N "(cached) $ECHO_C" >&6
8618 else
8619 cat >conftest.$ac_ext <<_ACEOF
8620 /* confdefs.h. */
8621 _ACEOF
8622 cat confdefs.h >>conftest.$ac_ext
8623 cat >>conftest.$ac_ext <<_ACEOF
8624 /* end confdefs.h. */
8625 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8626 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8627 #define socket innocuous_socket
8628
8629 /* System header to define __stub macros and hopefully few prototypes,
8630 which can conflict with char socket (); below.
8631 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8632 <limits.h> exists even on freestanding compilers. */
8633
8634 #ifdef __STDC__
8635 # include <limits.h>
8636 #else
8637 # include <assert.h>
8638 #endif
8639
8640 #undef socket
8641
8642 /* Override any gcc2 internal prototype to avoid an error. */
8643 #ifdef __cplusplus
8644 extern "C"
8645 {
8646 #endif
8647 /* We use char because int might match the return type of a gcc2
8648 builtin and then its argument prototype would still apply. */
8649 char socket ();
8650 /* The GNU C library defines this for functions which it implements
8651 to always fail with ENOSYS. Some functions are actually named
8652 something starting with __ and the normal name is an alias. */
8653 #if defined (__stub_socket) || defined (__stub___socket)
8654 choke me
8655 #else
8656 char (*f) () = socket;
8657 #endif
8658 #ifdef __cplusplus
8659 }
8660 #endif
8661
8662 int
8663 main ()
8664 {
8665 return f != socket;
8666 ;
8667 return 0;
8668 }
8669 _ACEOF
8670 rm -f conftest.$ac_objext conftest$ac_exeext
8671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8672 (eval $ac_link) 2>conftest.er1
8673 ac_status=$?
8674 grep -v '^ *+' conftest.er1 >conftest.err
8675 rm -f conftest.er1
8676 cat conftest.err >&5
8677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8678 (exit $ac_status); } &&
8679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681 (eval $ac_try) 2>&5
8682 ac_status=$?
8683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684 (exit $ac_status); }; } &&
8685 { ac_try='test -s conftest$ac_exeext'
8686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8687 (eval $ac_try) 2>&5
8688 ac_status=$?
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 (exit $ac_status); }; }; then
8691 ac_cv_func_socket=yes
8692 else
8693 echo "$as_me: failed program was:" >&5
8694 sed 's/^/| /' conftest.$ac_ext >&5
8695
8696 ac_cv_func_socket=no
8697 fi
8698 rm -f conftest.err conftest.$ac_objext \
8699 conftest$ac_exeext conftest.$ac_ext
8700 fi
8701 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8702 echo "${ECHO_T}$ac_cv_func_socket" >&6
8703 if test $ac_cv_func_socket = yes; then
8704 :
8705 else
8706
8707
8708 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8709 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8710 if test "${ac_cv_lib_socket_connect+set}" = set; then
8711 echo $ECHO_N "(cached) $ECHO_C" >&6
8712 else
8713 ac_check_lib_save_LIBS=$LIBS
8714 LIBS="-lsocket $LIBS"
8715 cat >conftest.$ac_ext <<_ACEOF
8716 /* confdefs.h. */
8717 _ACEOF
8718 cat confdefs.h >>conftest.$ac_ext
8719 cat >>conftest.$ac_ext <<_ACEOF
8720 /* end confdefs.h. */
8721
8722 /* Override any gcc2 internal prototype to avoid an error. */
8723 #ifdef __cplusplus
8724 extern "C"
8725 #endif
8726 /* We use char because int might match the return type of a gcc2
8727 builtin and then its argument prototype would still apply. */
8728 char connect ();
8729 int
8730 main ()
8731 {
8732 connect ();
8733 ;
8734 return 0;
8735 }
8736 _ACEOF
8737 rm -f conftest.$ac_objext conftest$ac_exeext
8738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8739 (eval $ac_link) 2>conftest.er1
8740 ac_status=$?
8741 grep -v '^ *+' conftest.er1 >conftest.err
8742 rm -f conftest.er1
8743 cat conftest.err >&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 (exit $ac_status); } &&
8746 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8748 (eval $ac_try) 2>&5
8749 ac_status=$?
8750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8751 (exit $ac_status); }; } &&
8752 { ac_try='test -s conftest$ac_exeext'
8753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8754 (eval $ac_try) 2>&5
8755 ac_status=$?
8756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8757 (exit $ac_status); }; }; then
8758 ac_cv_lib_socket_connect=yes
8759 else
8760 echo "$as_me: failed program was:" >&5
8761 sed 's/^/| /' conftest.$ac_ext >&5
8762
8763 ac_cv_lib_socket_connect=no
8764 fi
8765 rm -f conftest.err conftest.$ac_objext \
8766 conftest$ac_exeext conftest.$ac_ext
8767 LIBS=$ac_check_lib_save_LIBS
8768 fi
8769 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8770 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8771 if test $ac_cv_lib_socket_connect = yes; then
8772 cat >>confdefs.h <<_ACEOF
8773 #define HAVE_LIBSOCKET 1
8774 _ACEOF
8775
8776 LIBS="-lsocket $LIBS"
8777
8778 fi
8779
8780
8781 fi
8782
8783 echo "$as_me:$LINENO: checking for gethostbyname" >&5
8784 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8785 if test "${ac_cv_func_gethostbyname+set}" = set; then
8786 echo $ECHO_N "(cached) $ECHO_C" >&6
8787 else
8788 cat >conftest.$ac_ext <<_ACEOF
8789 /* confdefs.h. */
8790 _ACEOF
8791 cat confdefs.h >>conftest.$ac_ext
8792 cat >>conftest.$ac_ext <<_ACEOF
8793 /* end confdefs.h. */
8794 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8795 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8796 #define gethostbyname innocuous_gethostbyname
8797
8798 /* System header to define __stub macros and hopefully few prototypes,
8799 which can conflict with char gethostbyname (); below.
8800 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8801 <limits.h> exists even on freestanding compilers. */
8802
8803 #ifdef __STDC__
8804 # include <limits.h>
8805 #else
8806 # include <assert.h>
8807 #endif
8808
8809 #undef gethostbyname
8810
8811 /* Override any gcc2 internal prototype to avoid an error. */
8812 #ifdef __cplusplus
8813 extern "C"
8814 {
8815 #endif
8816 /* We use char because int might match the return type of a gcc2
8817 builtin and then its argument prototype would still apply. */
8818 char gethostbyname ();
8819 /* The GNU C library defines this for functions which it implements
8820 to always fail with ENOSYS. Some functions are actually named
8821 something starting with __ and the normal name is an alias. */
8822 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8823 choke me
8824 #else
8825 char (*f) () = gethostbyname;
8826 #endif
8827 #ifdef __cplusplus
8828 }
8829 #endif
8830
8831 int
8832 main ()
8833 {
8834 return f != gethostbyname;
8835 ;
8836 return 0;
8837 }
8838 _ACEOF
8839 rm -f conftest.$ac_objext conftest$ac_exeext
8840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8841 (eval $ac_link) 2>conftest.er1
8842 ac_status=$?
8843 grep -v '^ *+' conftest.er1 >conftest.err
8844 rm -f conftest.er1
8845 cat conftest.err >&5
8846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 (exit $ac_status); } &&
8848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8850 (eval $ac_try) 2>&5
8851 ac_status=$?
8852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853 (exit $ac_status); }; } &&
8854 { ac_try='test -s conftest$ac_exeext'
8855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8856 (eval $ac_try) 2>&5
8857 ac_status=$?
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); }; }; then
8860 ac_cv_func_gethostbyname=yes
8861 else
8862 echo "$as_me: failed program was:" >&5
8863 sed 's/^/| /' conftest.$ac_ext >&5
8864
8865 ac_cv_func_gethostbyname=no
8866 fi
8867 rm -f conftest.err conftest.$ac_objext \
8868 conftest$ac_exeext conftest.$ac_ext
8869 fi
8870 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8871 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8872 if test $ac_cv_func_gethostbyname = yes; then
8873 :
8874 else
8875
8876
8877 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8878 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8879 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8880 echo $ECHO_N "(cached) $ECHO_C" >&6
8881 else
8882 ac_check_lib_save_LIBS=$LIBS
8883 LIBS="-lnsl $LIBS"
8884 cat >conftest.$ac_ext <<_ACEOF
8885 /* confdefs.h. */
8886 _ACEOF
8887 cat confdefs.h >>conftest.$ac_ext
8888 cat >>conftest.$ac_ext <<_ACEOF
8889 /* end confdefs.h. */
8890
8891 /* Override any gcc2 internal prototype to avoid an error. */
8892 #ifdef __cplusplus
8893 extern "C"
8894 #endif
8895 /* We use char because int might match the return type of a gcc2
8896 builtin and then its argument prototype would still apply. */
8897 char gethostbyname ();
8898 int
8899 main ()
8900 {
8901 gethostbyname ();
8902 ;
8903 return 0;
8904 }
8905 _ACEOF
8906 rm -f conftest.$ac_objext conftest$ac_exeext
8907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8908 (eval $ac_link) 2>conftest.er1
8909 ac_status=$?
8910 grep -v '^ *+' conftest.er1 >conftest.err
8911 rm -f conftest.er1
8912 cat conftest.err >&5
8913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914 (exit $ac_status); } &&
8915 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8917 (eval $ac_try) 2>&5
8918 ac_status=$?
8919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920 (exit $ac_status); }; } &&
8921 { ac_try='test -s conftest$ac_exeext'
8922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8923 (eval $ac_try) 2>&5
8924 ac_status=$?
8925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); }; }; then
8927 ac_cv_lib_nsl_gethostbyname=yes
8928 else
8929 echo "$as_me: failed program was:" >&5
8930 sed 's/^/| /' conftest.$ac_ext >&5
8931
8932 ac_cv_lib_nsl_gethostbyname=no
8933 fi
8934 rm -f conftest.err conftest.$ac_objext \
8935 conftest$ac_exeext conftest.$ac_ext
8936 LIBS=$ac_check_lib_save_LIBS
8937 fi
8938 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8939 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8940 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8941 cat >>confdefs.h <<_ACEOF
8942 #define HAVE_LIBNSL 1
8943 _ACEOF
8944
8945 LIBS="-lnsl $LIBS"
8946
8947 fi
8948
8949
8950 fi
8951
8952
8953 ac_ext=cc
8954 ac_cpp='$CXXCPP $CPPFLAGS'
8955 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8956 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8957 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8958
8959
8960
8961 cat >confcache <<\_ACEOF
8962 # This file is a shell script that caches the results of configure
8963 # tests run on this system so they can be shared between configure
8964 # scripts and configure runs, see configure's option --config-cache.
8965 # It is not useful on other systems. If it contains results you don't
8966 # want to keep, you may remove or edit it.
8967 #
8968 # config.status only pays attention to the cache file if you give it
8969 # the --recheck option to rerun configure.
8970 #
8971 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8972 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8973 # following values.
8974
8975 _ACEOF
8976
8977 # The following way of writing the cache mishandles newlines in values,
8978 # but we know of no workaround that is simple, portable, and efficient.
8979 # So, don't put newlines in cache variables' values.
8980 # Ultrix sh set writes to stderr and can't be redirected directly,
8981 # and sets the high bit in the cache file unless we assign to the vars.
8982 {
8983 (set) 2>&1 |
8984 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8985 *ac_space=\ *)
8986 # `set' does not quote correctly, so add quotes (double-quote
8987 # substitution turns \\\\ into \\, and sed turns \\ into \).
8988 sed -n \
8989 "s/'/'\\\\''/g;
8990 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8991 ;;
8992 *)
8993 # `set' quotes correctly as required by POSIX, so do not add quotes.
8994 sed -n \
8995 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8996 ;;
8997 esac;
8998 } |
8999 sed '
9000 t clear
9001 : clear
9002 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9003 t end
9004 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9005 : end' >>confcache
9006 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9007 if test -w $cache_file; then
9008 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9009 cat confcache >$cache_file
9010 else
9011 echo "not updating unwritable cache $cache_file"
9012 fi
9013 fi
9014 rm -f confcache
9015
9016
9017
9018 # Check whether --with-kernel or --without-kernel was given.
9019 if test "${with_kernel+set}" = set; then
9020 withval="$with_kernel"
9021 kerneldir="$withval"
9022 else
9023 kerneldir="/usr/src/linux"
9024
9025 fi;
9026
9027 echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9028 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9029 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9030 echo $ECHO_N "(cached) $ECHO_C" >&6
9031 else
9032
9033 cat >conftest.$ac_ext <<_ACEOF
9034 /* confdefs.h. */
9035 _ACEOF
9036 cat confdefs.h >>conftest.$ac_ext
9037 cat >>conftest.$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9039 #include "$kerneldir/include/linux/if_tun.h"
9040 int
9041 main ()
9042 {
9043 int a = IFF_TAP;
9044 ;
9045 return 0;
9046 }
9047 _ACEOF
9048 rm -f conftest.$ac_objext
9049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9050 (eval $ac_compile) 2>conftest.er1
9051 ac_status=$?
9052 grep -v '^ *+' conftest.er1 >conftest.err
9053 rm -f conftest.er1
9054 cat conftest.err >&5
9055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056 (exit $ac_status); } &&
9057 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9059 (eval $ac_try) 2>&5
9060 ac_status=$?
9061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); }; } &&
9063 { ac_try='test -s conftest.$ac_objext'
9064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9065 (eval $ac_try) 2>&5
9066 ac_status=$?
9067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9068 (exit $ac_status); }; }; then
9069 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9070 else
9071 echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9073
9074 cat >conftest.$ac_ext <<_ACEOF
9075 /* confdefs.h. */
9076 _ACEOF
9077 cat confdefs.h >>conftest.$ac_ext
9078 cat >>conftest.$ac_ext <<_ACEOF
9079 /* end confdefs.h. */
9080 #include <linux/if_tun.h>
9081 int
9082 main ()
9083 {
9084 int a = IFF_TAP;
9085 ;
9086 return 0;
9087 }
9088 _ACEOF
9089 rm -f conftest.$ac_objext
9090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9091 (eval $ac_compile) 2>conftest.er1
9092 ac_status=$?
9093 grep -v '^ *+' conftest.er1 >conftest.err
9094 rm -f conftest.er1
9095 cat conftest.err >&5
9096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9097 (exit $ac_status); } &&
9098 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9100 (eval $ac_try) 2>&5
9101 ac_status=$?
9102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103 (exit $ac_status); }; } &&
9104 { ac_try='test -s conftest.$ac_objext'
9105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9106 (eval $ac_try) 2>&5
9107 ac_status=$?
9108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9109 (exit $ac_status); }; }; then
9110 if_tun_h="default"
9111 else
9112 echo "$as_me: failed program was:" >&5
9113 sed 's/^/| /' conftest.$ac_ext >&5
9114
9115 if_tun_h="no"
9116
9117 fi
9118 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9119
9120 fi
9121 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9122
9123 if test $if_tun_h = no; then
9124 tinc_cv_linux_if_tun_h=none
9125 else
9126 tinc_cv_linux_if_tun_h="$if_tun_h"
9127 fi
9128
9129 fi
9130 echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9131 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9132
9133 if test $tinc_cv_linux_if_tun_h != none; then
9134
9135 cat >>confdefs.h <<\_ACEOF
9136 #define HAVE_TUNTAP 1
9137 _ACEOF
9138
9139 if test $tinc_cv_linux_if_tun_h != default; then
9140
9141 cat >>confdefs.h <<_ACEOF
9142 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9143 _ACEOF
9144
9145 fi
9146 fi
9147
9148
9149
9150
9151
9152 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9153
9154
9155 # Check whether --with-openssl-include or --without-openssl-include was given.
9156 if test "${with_openssl_include+set}" = set; then
9157 withval="$with_openssl_include"
9158 openssl_include="$withval"
9159 CFLAGS="$CFLAGS -I$withval"
9160 CPPFLAGS="$CPPFLAGS -I$withval"
9161
9162 fi;
9163
9164
9165 # Check whether --with-openssl-lib or --without-openssl-lib was given.
9166 if test "${with_openssl_lib+set}" = set; then
9167 withval="$with_openssl_lib"
9168 openssl_lib="$withval"
9169 LIBS="$LIBS -L$withval"
9170
9171 fi;
9172
9173
9174
9175
9176
9177
9178
9179 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9180 do
9181 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9182 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9183 echo "$as_me:$LINENO: checking for $ac_header" >&5
9184 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9185 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9186 echo $ECHO_N "(cached) $ECHO_C" >&6
9187 fi
9188 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9189 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9190 else
9191 # Is the header compilable?
9192 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9193 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9194 cat >conftest.$ac_ext <<_ACEOF
9195 /* confdefs.h. */
9196 _ACEOF
9197 cat confdefs.h >>conftest.$ac_ext
9198 cat >>conftest.$ac_ext <<_ACEOF
9199 /* end confdefs.h. */
9200 $ac_includes_default
9201 #include <$ac_header>
9202 _ACEOF
9203 rm -f conftest.$ac_objext
9204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9205 (eval $ac_compile) 2>conftest.er1
9206 ac_status=$?
9207 grep -v '^ *+' conftest.er1 >conftest.err
9208 rm -f conftest.er1
9209 cat conftest.err >&5
9210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9211 (exit $ac_status); } &&
9212 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9214 (eval $ac_try) 2>&5
9215 ac_status=$?
9216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9217 (exit $ac_status); }; } &&
9218 { ac_try='test -s conftest.$ac_objext'
9219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9220 (eval $ac_try) 2>&5
9221 ac_status=$?
9222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223 (exit $ac_status); }; }; then
9224 ac_header_compiler=yes
9225 else
9226 echo "$as_me: failed program was:" >&5
9227 sed 's/^/| /' conftest.$ac_ext >&5
9228
9229 ac_header_compiler=no
9230 fi
9231 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9232 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9233 echo "${ECHO_T}$ac_header_compiler" >&6
9234
9235 # Is the header present?
9236 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9237 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9238 cat >conftest.$ac_ext <<_ACEOF
9239 /* confdefs.h. */
9240 _ACEOF
9241 cat confdefs.h >>conftest.$ac_ext
9242 cat >>conftest.$ac_ext <<_ACEOF
9243 /* end confdefs.h. */
9244 #include <$ac_header>
9245 _ACEOF
9246 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9247 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9248 ac_status=$?
9249 grep -v '^ *+' conftest.er1 >conftest.err
9250 rm -f conftest.er1
9251 cat conftest.err >&5
9252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9253 (exit $ac_status); } >/dev/null; then
9254 if test -s conftest.err; then
9255 ac_cpp_err=$ac_cxx_preproc_warn_flag
9256 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9257 else
9258 ac_cpp_err=
9259 fi
9260 else
9261 ac_cpp_err=yes
9262 fi
9263 if test -z "$ac_cpp_err"; then
9264 ac_header_preproc=yes
9265 else
9266 echo "$as_me: failed program was:" >&5
9267 sed 's/^/| /' conftest.$ac_ext >&5
9268
9269 ac_header_preproc=no
9270 fi
9271 rm -f conftest.err conftest.$ac_ext
9272 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9273 echo "${ECHO_T}$ac_header_preproc" >&6
9274
9275 # So? What about this header?
9276 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9277 yes:no: )
9278 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9279 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9280 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9281 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9282 ac_header_preproc=yes
9283 ;;
9284 no:yes:* )
9285 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9286 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9287 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9288 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9289 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9290 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9291 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9292 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9293 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9294 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9295 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9296 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9297 (
9298 cat <<\_ASBOX
9299 ## ------------------------------------------ ##
9300 ## Report this to the AC_PACKAGE_NAME lists. ##
9301 ## ------------------------------------------ ##
9302 _ASBOX
9303 ) |
9304 sed "s/^/$as_me: WARNING: /" >&2
9305 ;;
9306 esac
9307 echo "$as_me:$LINENO: checking for $ac_header" >&5
9308 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9309 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9310 echo $ECHO_N "(cached) $ECHO_C" >&6
9311 else
9312 eval "$as_ac_Header=\$ac_header_preproc"
9313 fi
9314 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9315 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9316
9317 fi
9318 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9319 cat >>confdefs.h <<_ACEOF
9320 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9321 _ACEOF
9322
9323 else
9324 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9325 echo "$as_me: error: OpenSSL header files not found." >&2;}
9326 { (exit 1); exit 1; }; }; break
9327
9328 fi
9329
9330 done
9331
9332
9333 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9334
9335 echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9336 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9337 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9338 echo $ECHO_N "(cached) $ECHO_C" >&6
9339 else
9340 ac_check_lib_save_LIBS=$LIBS
9341 LIBS="-lcrypto $LIBS"
9342 cat >conftest.$ac_ext <<_ACEOF
9343 /* confdefs.h. */
9344 _ACEOF
9345 cat confdefs.h >>conftest.$ac_ext
9346 cat >>conftest.$ac_ext <<_ACEOF
9347 /* end confdefs.h. */
9348
9349 /* Override any gcc2 internal prototype to avoid an error. */
9350 #ifdef __cplusplus
9351 extern "C"
9352 #endif
9353 /* We use char because int might match the return type of a gcc2
9354 builtin and then its argument prototype would still apply. */
9355 char SHA1_version ();
9356 int
9357 main ()
9358 {
9359 SHA1_version ();
9360 ;
9361 return 0;
9362 }
9363 _ACEOF
9364 rm -f conftest.$ac_objext conftest$ac_exeext
9365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9366 (eval $ac_link) 2>conftest.er1
9367 ac_status=$?
9368 grep -v '^ *+' conftest.er1 >conftest.err
9369 rm -f conftest.er1
9370 cat conftest.err >&5
9371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9372 (exit $ac_status); } &&
9373 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9375 (eval $ac_try) 2>&5
9376 ac_status=$?
9377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378 (exit $ac_status); }; } &&
9379 { ac_try='test -s conftest$ac_exeext'
9380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9381 (eval $ac_try) 2>&5
9382 ac_status=$?
9383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384 (exit $ac_status); }; }; then
9385 ac_cv_lib_crypto_SHA1_version=yes
9386 else
9387 echo "$as_me: failed program was:" >&5
9388 sed 's/^/| /' conftest.$ac_ext >&5
9389
9390 ac_cv_lib_crypto_SHA1_version=no
9391 fi
9392 rm -f conftest.err conftest.$ac_objext \
9393 conftest$ac_exeext conftest.$ac_ext
9394 LIBS=$ac_check_lib_save_LIBS
9395 fi
9396 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9397 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9398 if test $ac_cv_lib_crypto_SHA1_version = yes; then
9399 LIBS="$LIBS -lcrypto"
9400 else
9401 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9402 echo "$as_me: error: OpenSSL libraries not found." >&2;}
9403 { (exit 1); exit 1; }; }
9404
9405 fi
9406
9407
9408
9409
9410
9411
9412 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9413 do
9414 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9415 echo "$as_me:$LINENO: checking for $ac_func" >&5
9416 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9417 if eval "test \"\${$as_ac_var+set}\" = set"; then
9418 echo $ECHO_N "(cached) $ECHO_C" >&6
9419 else
9420 cat >conftest.$ac_ext <<_ACEOF
9421 /* confdefs.h. */
9422 _ACEOF
9423 cat confdefs.h >>conftest.$ac_ext
9424 cat >>conftest.$ac_ext <<_ACEOF
9425 /* end confdefs.h. */
9426 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9427 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9428 #define $ac_func innocuous_$ac_func
9429
9430 /* System header to define __stub macros and hopefully few prototypes,
9431 which can conflict with char $ac_func (); below.
9432 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9433 <limits.h> exists even on freestanding compilers. */
9434
9435 #ifdef __STDC__
9436 # include <limits.h>
9437 #else
9438 # include <assert.h>
9439 #endif
9440
9441 #undef $ac_func
9442
9443 /* Override any gcc2 internal prototype to avoid an error. */
9444 #ifdef __cplusplus
9445 extern "C"
9446 {
9447 #endif
9448 /* We use char because int might match the return type of a gcc2
9449 builtin and then its argument prototype would still apply. */
9450 char $ac_func ();
9451 /* The GNU C library defines this for functions which it implements
9452 to always fail with ENOSYS. Some functions are actually named
9453 something starting with __ and the normal name is an alias. */
9454 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9455 choke me
9456 #else
9457 char (*f) () = $ac_func;
9458 #endif
9459 #ifdef __cplusplus
9460 }
9461 #endif
9462
9463 int
9464 main ()
9465 {
9466 return f != $ac_func;
9467 ;
9468 return 0;
9469 }
9470 _ACEOF
9471 rm -f conftest.$ac_objext conftest$ac_exeext
9472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9473 (eval $ac_link) 2>conftest.er1
9474 ac_status=$?
9475 grep -v '^ *+' conftest.er1 >conftest.err
9476 rm -f conftest.er1
9477 cat conftest.err >&5
9478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479 (exit $ac_status); } &&
9480 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9482 (eval $ac_try) 2>&5
9483 ac_status=$?
9484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485 (exit $ac_status); }; } &&
9486 { ac_try='test -s conftest$ac_exeext'
9487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9488 (eval $ac_try) 2>&5
9489 ac_status=$?
9490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9491 (exit $ac_status); }; }; then
9492 eval "$as_ac_var=yes"
9493 else
9494 echo "$as_me: failed program was:" >&5
9495 sed 's/^/| /' conftest.$ac_ext >&5
9496
9497 eval "$as_ac_var=no"
9498 fi
9499 rm -f conftest.err conftest.$ac_objext \
9500 conftest$ac_exeext conftest.$ac_ext
9501 fi
9502 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9503 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9504 if test `eval echo '${'$as_ac_var'}'` = yes; then
9505 cat >>confdefs.h <<_ACEOF
9506 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9507 _ACEOF
9508
9509 fi
9510 done
9511
9512
9513 echo "$as_me:$LINENO: checking for dlopen" >&5
9514 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9515 if test "${ac_cv_func_dlopen+set}" = set; then
9516 echo $ECHO_N "(cached) $ECHO_C" >&6
9517 else
9518 cat >conftest.$ac_ext <<_ACEOF
9519 /* confdefs.h. */
9520 _ACEOF
9521 cat confdefs.h >>conftest.$ac_ext
9522 cat >>conftest.$ac_ext <<_ACEOF
9523 /* end confdefs.h. */
9524 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9525 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9526 #define dlopen innocuous_dlopen
9527
9528 /* System header to define __stub macros and hopefully few prototypes,
9529 which can conflict with char dlopen (); below.
9530 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9531 <limits.h> exists even on freestanding compilers. */
9532
9533 #ifdef __STDC__
9534 # include <limits.h>
9535 #else
9536 # include <assert.h>
9537 #endif
9538
9539 #undef dlopen
9540
9541 /* Override any gcc2 internal prototype to avoid an error. */
9542 #ifdef __cplusplus
9543 extern "C"
9544 {
9545 #endif
9546 /* We use char because int might match the return type of a gcc2
9547 builtin and then its argument prototype would still apply. */
9548 char dlopen ();
9549 /* The GNU C library defines this for functions which it implements
9550 to always fail with ENOSYS. Some functions are actually named
9551 something starting with __ and the normal name is an alias. */
9552 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9553 choke me
9554 #else
9555 char (*f) () = dlopen;
9556 #endif
9557 #ifdef __cplusplus
9558 }
9559 #endif
9560
9561 int
9562 main ()
9563 {
9564 return f != dlopen;
9565 ;
9566 return 0;
9567 }
9568 _ACEOF
9569 rm -f conftest.$ac_objext conftest$ac_exeext
9570 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9571 (eval $ac_link) 2>conftest.er1
9572 ac_status=$?
9573 grep -v '^ *+' conftest.er1 >conftest.err
9574 rm -f conftest.er1
9575 cat conftest.err >&5
9576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9577 (exit $ac_status); } &&
9578 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9580 (eval $ac_try) 2>&5
9581 ac_status=$?
9582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9583 (exit $ac_status); }; } &&
9584 { ac_try='test -s conftest$ac_exeext'
9585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9586 (eval $ac_try) 2>&5
9587 ac_status=$?
9588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9589 (exit $ac_status); }; }; then
9590 ac_cv_func_dlopen=yes
9591 else
9592 echo "$as_me: failed program was:" >&5
9593 sed 's/^/| /' conftest.$ac_ext >&5
9594
9595 ac_cv_func_dlopen=no
9596 fi
9597 rm -f conftest.err conftest.$ac_objext \
9598 conftest$ac_exeext conftest.$ac_ext
9599 fi
9600 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9601 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9602 if test $ac_cv_func_dlopen = yes; then
9603 :
9604 else
9605 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9606 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9607 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9608 echo $ECHO_N "(cached) $ECHO_C" >&6
9609 else
9610 ac_check_lib_save_LIBS=$LIBS
9611 LIBS="-ldl $LIBS"
9612 cat >conftest.$ac_ext <<_ACEOF
9613 /* confdefs.h. */
9614 _ACEOF
9615 cat confdefs.h >>conftest.$ac_ext
9616 cat >>conftest.$ac_ext <<_ACEOF
9617 /* end confdefs.h. */
9618
9619 /* Override any gcc2 internal prototype to avoid an error. */
9620 #ifdef __cplusplus
9621 extern "C"
9622 #endif
9623 /* We use char because int might match the return type of a gcc2
9624 builtin and then its argument prototype would still apply. */
9625 char dlopen ();
9626 int
9627 main ()
9628 {
9629 dlopen ();
9630 ;
9631 return 0;
9632 }
9633 _ACEOF
9634 rm -f conftest.$ac_objext conftest$ac_exeext
9635 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9636 (eval $ac_link) 2>conftest.er1
9637 ac_status=$?
9638 grep -v '^ *+' conftest.er1 >conftest.err
9639 rm -f conftest.er1
9640 cat conftest.err >&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } &&
9643 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9645 (eval $ac_try) 2>&5
9646 ac_status=$?
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); }; } &&
9649 { ac_try='test -s conftest$ac_exeext'
9650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9651 (eval $ac_try) 2>&5
9652 ac_status=$?
9653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654 (exit $ac_status); }; }; then
9655 ac_cv_lib_dl_dlopen=yes
9656 else
9657 echo "$as_me: failed program was:" >&5
9658 sed 's/^/| /' conftest.$ac_ext >&5
9659
9660 ac_cv_lib_dl_dlopen=no
9661 fi
9662 rm -f conftest.err conftest.$ac_objext \
9663 conftest$ac_exeext conftest.$ac_ext
9664 LIBS=$ac_check_lib_save_LIBS
9665 fi
9666 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9667 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9668 if test $ac_cv_lib_dl_dlopen = yes; then
9669 LIBS="$LIBS -ldl"
9670 else
9671 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9672 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9673 { (exit 1); exit 1; }; }
9674
9675 fi
9676
9677
9678 fi
9679
9680
9681 if test "x$openssl_include" != x; then
9682 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9683 fi
9684
9685 # Check whether --enable-static-daemon or --disable-static-daemon was given.
9686 if test "${enable_static_daemon+set}" = set; then
9687 enableval="$enable_static_daemon"
9688 LDFLAGS_DAEMON=-static
9689
9690 fi;
9691
9692
9693 # Check whether --enable-rohc or --disable-rohc was given.
9694 if test "${enable_rohc+set}" = set; then
9695 enableval="$enable_rohc"
9696
9697 echo
9698 echo "**********************************************************************"
9699 echo "**********************************************************************"
9700 echo "**** --enable-rohc is highly experimental, do not use ****************"
9701 echo "**********************************************************************"
9702 echo "**********************************************************************"
9703 echo
9704 rohc=true
9705
9706 cat >>confdefs.h <<_ACEOF
9707 #define ENABLE_ROHC 1
9708 _ACEOF
9709
9710
9711
9712 fi;
9713
9714
9715
9716 if test x$rohc = xtrue; then
9717 ROHC_TRUE=
9718 ROHC_FALSE='#'
9719 else
9720 ROHC_TRUE='#'
9721 ROHC_FALSE=
9722 fi
9723
9724
9725 # Check whether --enable-icmp or --disable-icmp was given.
9726 if test "${enable_icmp+set}" = set; then
9727 enableval="$enable_icmp"
9728
9729 cat >>confdefs.h <<_ACEOF
9730 #define ENABLE_ICMP 1
9731 _ACEOF
9732
9733
9734 fi;
9735
9736 # Check whether --enable-tcp or --disable-tcp was given.
9737 if test "${enable_tcp+set}" = set; then
9738 enableval="$enable_tcp"
9739
9740 cat >>confdefs.h <<_ACEOF
9741 #define ENABLE_TCP 1
9742 _ACEOF
9743
9744
9745 fi;
9746
9747 # Check whether --enable-dns or --disable-dns was given.
9748 if test "${enable_dns+set}" = set; then
9749 enableval="$enable_dns"
9750
9751 if test "${ac_cv_header_gmp_h+set}" = set; then
9752 echo "$as_me:$LINENO: checking for gmp.h" >&5
9753 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9754 if test "${ac_cv_header_gmp_h+set}" = set; then
9755 echo $ECHO_N "(cached) $ECHO_C" >&6
9756 fi
9757 echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9758 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9759 else
9760 # Is the header compilable?
9761 echo "$as_me:$LINENO: checking gmp.h usability" >&5
9762 echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6
9763 cat >conftest.$ac_ext <<_ACEOF
9764 /* confdefs.h. */
9765 _ACEOF
9766 cat confdefs.h >>conftest.$ac_ext
9767 cat >>conftest.$ac_ext <<_ACEOF
9768 /* end confdefs.h. */
9769 $ac_includes_default
9770 #include <gmp.h>
9771 _ACEOF
9772 rm -f conftest.$ac_objext
9773 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9774 (eval $ac_compile) 2>conftest.er1
9775 ac_status=$?
9776 grep -v '^ *+' conftest.er1 >conftest.err
9777 rm -f conftest.er1
9778 cat conftest.err >&5
9779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9780 (exit $ac_status); } &&
9781 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9783 (eval $ac_try) 2>&5
9784 ac_status=$?
9785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9786 (exit $ac_status); }; } &&
9787 { ac_try='test -s conftest.$ac_objext'
9788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9789 (eval $ac_try) 2>&5
9790 ac_status=$?
9791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9792 (exit $ac_status); }; }; then
9793 ac_header_compiler=yes
9794 else
9795 echo "$as_me: failed program was:" >&5
9796 sed 's/^/| /' conftest.$ac_ext >&5
9797
9798 ac_header_compiler=no
9799 fi
9800 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9801 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9802 echo "${ECHO_T}$ac_header_compiler" >&6
9803
9804 # Is the header present?
9805 echo "$as_me:$LINENO: checking gmp.h presence" >&5
9806 echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6
9807 cat >conftest.$ac_ext <<_ACEOF
9808 /* confdefs.h. */
9809 _ACEOF
9810 cat confdefs.h >>conftest.$ac_ext
9811 cat >>conftest.$ac_ext <<_ACEOF
9812 /* end confdefs.h. */
9813 #include <gmp.h>
9814 _ACEOF
9815 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9816 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9817 ac_status=$?
9818 grep -v '^ *+' conftest.er1 >conftest.err
9819 rm -f conftest.er1
9820 cat conftest.err >&5
9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822 (exit $ac_status); } >/dev/null; then
9823 if test -s conftest.err; then
9824 ac_cpp_err=$ac_cxx_preproc_warn_flag
9825 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9826 else
9827 ac_cpp_err=
9828 fi
9829 else
9830 ac_cpp_err=yes
9831 fi
9832 if test -z "$ac_cpp_err"; then
9833 ac_header_preproc=yes
9834 else
9835 echo "$as_me: failed program was:" >&5
9836 sed 's/^/| /' conftest.$ac_ext >&5
9837
9838 ac_header_preproc=no
9839 fi
9840 rm -f conftest.err conftest.$ac_ext
9841 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9842 echo "${ECHO_T}$ac_header_preproc" >&6
9843
9844 # So? What about this header?
9845 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9846 yes:no: )
9847 { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
9848 echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9849 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
9850 echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
9851 ac_header_preproc=yes
9852 ;;
9853 no:yes:* )
9854 { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
9855 echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
9856 { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
9857 echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
9858 { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
9859 echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
9860 { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
9861 echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
9862 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
9863 echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
9864 { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
9865 echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
9866 (
9867 cat <<\_ASBOX
9868 ## ------------------------------------------ ##
9869 ## Report this to the AC_PACKAGE_NAME lists. ##
9870 ## ------------------------------------------ ##
9871 _ASBOX
9872 ) |
9873 sed "s/^/$as_me: WARNING: /" >&2
9874 ;;
9875 esac
9876 echo "$as_me:$LINENO: checking for gmp.h" >&5
9877 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6
9878 if test "${ac_cv_header_gmp_h+set}" = set; then
9879 echo $ECHO_N "(cached) $ECHO_C" >&6
9880 else
9881 ac_cv_header_gmp_h=$ac_header_preproc
9882 fi
9883 echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
9884 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6
9885
9886 fi
9887 if test $ac_cv_header_gmp_h = yes; then
9888 :
9889 else
9890 { { echo "$as_me:$LINENO: error: gmp.h not found, required for --enable-dns" >&5
9891 echo "$as_me: error: gmp.h not found, required for --enable-dns" >&2;}
9892 { (exit 1); exit 1; }; }
9893 fi
9894
9895
9896
9897 echo "$as_me:$LINENO: checking for main in -lgmp" >&5
9898 echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6
9899 if test "${ac_cv_lib_gmp_main+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9901 else
9902 ac_check_lib_save_LIBS=$LIBS
9903 LIBS="-lgmp $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9905 /* confdefs.h. */
9906 _ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9910
9911
9912 int
9913 main ()
9914 {
9915 main ();
9916 ;
9917 return 0;
9918 }
9919 _ACEOF
9920 rm -f conftest.$ac_objext conftest$ac_exeext
9921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9922 (eval $ac_link) 2>conftest.er1
9923 ac_status=$?
9924 grep -v '^ *+' conftest.er1 >conftest.err
9925 rm -f conftest.er1
9926 cat conftest.err >&5
9927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9928 (exit $ac_status); } &&
9929 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9931 (eval $ac_try) 2>&5
9932 ac_status=$?
9933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9934 (exit $ac_status); }; } &&
9935 { ac_try='test -s conftest$ac_exeext'
9936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9937 (eval $ac_try) 2>&5
9938 ac_status=$?
9939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940 (exit $ac_status); }; }; then
9941 ac_cv_lib_gmp_main=yes
9942 else
9943 echo "$as_me: failed program was:" >&5
9944 sed 's/^/| /' conftest.$ac_ext >&5
9945
9946 ac_cv_lib_gmp_main=no
9947 fi
9948 rm -f conftest.err conftest.$ac_objext \
9949 conftest$ac_exeext conftest.$ac_ext
9950 LIBS=$ac_check_lib_save_LIBS
9951 fi
9952 echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
9953 echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6
9954 if test $ac_cv_lib_gmp_main = yes; then
9955 cat >>confdefs.h <<_ACEOF
9956 #define HAVE_LIBGMP 1
9957 _ACEOF
9958
9959 LIBS="-lgmp $LIBS"
9960
9961 else
9962 { { echo "$as_me:$LINENO: error: libgmp not found, required for --enable-dns" >&5
9963 echo "$as_me: error: libgmp not found, required for --enable-dns" >&2;}
9964 { (exit 1); exit 1; }; }
9965 fi
9966
9967
9968
9969 cat >>confdefs.h <<_ACEOF
9970 #define ENABLE_DNS 1
9971 _ACEOF
9972
9973
9974
9975 fi;
9976
9977 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9978 if test "${enable_http_proxy+set}" = set; then
9979 enableval="$enable_http_proxy"
9980
9981 cat >>confdefs.h <<_ACEOF
9982 #define ENABLE_HTTP_PROXY 1
9983 _ACEOF
9984
9985
9986 fi;
9987
9988 HMAC=12
9989 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9990 if test "${enable_hmac_length+set}" = set; then
9991 enableval="$enable_hmac_length"
9992 HMAC=$enableval
9993
9994 fi;
9995
9996 cat >>confdefs.h <<_ACEOF
9997 #define HMACLENGTH $HMAC
9998 _ACEOF
9999
10000
10001 RAND=8
10002 # Check whether --enable-rand-length or --disable-rand-length was given.
10003 if test "${enable_rand_length+set}" = set; then
10004 enableval="$enable_rand_length"
10005 RAND=$enableval
10006
10007 fi;
10008
10009 cat >>confdefs.h <<_ACEOF
10010 #define RAND_SIZE $RAND
10011 _ACEOF
10012
10013
10014 MTU=1500
10015 # Check whether --enable-mtu or --disable-mtu was given.
10016 if test "${enable_mtu+set}" = set; then
10017 enableval="$enable_mtu"
10018 MTU=$enableval
10019
10020 fi;
10021
10022 cat >>confdefs.h <<_ACEOF
10023 #define MAX_MTU $MTU + 14
10024 _ACEOF
10025
10026
10027 COMPRESS=1
10028 # Check whether --enable-compression or --disable-compression was given.
10029 if test "${enable_compression+set}" = set; then
10030 enableval="$enable_compression"
10031 if test "x$enableval" = xno; then
10032 COMPRESS=0
10033 fi
10034
10035 fi;
10036
10037 cat >>confdefs.h <<_ACEOF
10038 #define ENABLE_COMPRESSION $COMPRESS
10039 _ACEOF
10040
10041
10042 CIPHER=bf_cbc
10043 # Check whether --enable-cipher or --disable-cipher was given.
10044 if test "${enable_cipher+set}" = set; then
10045 enableval="$enable_cipher"
10046 if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
10047 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
10048 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
10049 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
10050
10051 fi;
10052
10053 cat >>confdefs.h <<_ACEOF
10054 #define ENABLE_CIPHER EVP_${CIPHER}
10055 _ACEOF
10056
10057
10058 DIGEST=sha1
10059 # Check whether --enable-digest or --disable-digest was given.
10060 if test "${enable_digest+set}" = set; then
10061 enableval="$enable_digest"
10062 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
10063 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
10064 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
10065 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
10066
10067 fi;
10068
10069 cat >>confdefs.h <<_ACEOF
10070 #define ENABLE_DIGEST EVP_${DIGEST}
10071 _ACEOF
10072
10073
10074 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
10075 CXXFLAGS="$CXXFLAGS -fno-rtti"
10076 fi
10077
10078 if $CXX -v --help 2>&1 | grep -q fexceptions; then
10079 CXXFLAGS="$CXXFLAGS -fno-exceptions"
10080 fi
10081
10082
10083
10084
10085
10086
10087 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
10088
10089 cat >confcache <<\_ACEOF
10090 # This file is a shell script that caches the results of configure
10091 # tests run on this system so they can be shared between configure
10092 # scripts and configure runs, see configure's option --config-cache.
10093 # It is not useful on other systems. If it contains results you don't
10094 # want to keep, you may remove or edit it.
10095 #
10096 # config.status only pays attention to the cache file if you give it
10097 # the --recheck option to rerun configure.
10098 #
10099 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10100 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10101 # following values.
10102
10103 _ACEOF
10104
10105 # The following way of writing the cache mishandles newlines in values,
10106 # but we know of no workaround that is simple, portable, and efficient.
10107 # So, don't put newlines in cache variables' values.
10108 # Ultrix sh set writes to stderr and can't be redirected directly,
10109 # and sets the high bit in the cache file unless we assign to the vars.
10110 {
10111 (set) 2>&1 |
10112 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10113 *ac_space=\ *)
10114 # `set' does not quote correctly, so add quotes (double-quote
10115 # substitution turns \\\\ into \\, and sed turns \\ into \).
10116 sed -n \
10117 "s/'/'\\\\''/g;
10118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10119 ;;
10120 *)
10121 # `set' quotes correctly as required by POSIX, so do not add quotes.
10122 sed -n \
10123 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10124 ;;
10125 esac;
10126 } |
10127 sed '
10128 t clear
10129 : clear
10130 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10131 t end
10132 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10133 : end' >>confcache
10134 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10135 if test -w $cache_file; then
10136 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10137 cat confcache >$cache_file
10138 else
10139 echo "not updating unwritable cache $cache_file"
10140 fi
10141 fi
10142 rm -f confcache
10143
10144 test "x$prefix" = xNONE && prefix=$ac_default_prefix
10145 # Let make expand exec_prefix.
10146 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10147
10148 # VPATH may cause trouble with some makes, so we remove $(srcdir),
10149 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10150 # trailing colons and then remove the whole line if VPATH becomes empty
10151 # (actually we leave an empty line to preserve line numbers).
10152 if test "x$srcdir" = x.; then
10153 ac_vpsub='/^[ ]*VPATH[ ]*=/{
10154 s/:*\$(srcdir):*/:/;
10155 s/:*\${srcdir}:*/:/;
10156 s/:*@srcdir@:*/:/;
10157 s/^\([^=]*=[ ]*\):*/\1/;
10158 s/:*$//;
10159 s/^[^=]*=[ ]*$//;
10160 }'
10161 fi
10162
10163 DEFS=-DHAVE_CONFIG_H
10164
10165 ac_libobjs=
10166 ac_ltlibobjs=
10167 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10168 # 1. Remove the extension, and $U if already installed.
10169 ac_i=`echo "$ac_i" |
10170 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10171 # 2. Add them.
10172 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10173 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10174 done
10175 LIBOBJS=$ac_libobjs
10176
10177 LTLIBOBJS=$ac_ltlibobjs
10178
10179
10180 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10181 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10182 Usually this means the macro was only invoked conditionally." >&5
10183 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10184 Usually this means the macro was only invoked conditionally." >&2;}
10185 { (exit 1); exit 1; }; }
10186 fi
10187 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10188 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10189 Usually this means the macro was only invoked conditionally." >&5
10190 echo "$as_me: error: conditional \"AMDEP\" was never defined.
10191 Usually this means the macro was only invoked conditionally." >&2;}
10192 { (exit 1); exit 1; }; }
10193 fi
10194 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10195 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10196 Usually this means the macro was only invoked conditionally." >&5
10197 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10198 Usually this means the macro was only invoked conditionally." >&2;}
10199 { (exit 1); exit 1; }; }
10200 fi
10201 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10202 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10203 Usually this means the macro was only invoked conditionally." >&5
10204 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10205 Usually this means the macro was only invoked conditionally." >&2;}
10206 { (exit 1); exit 1; }; }
10207 fi
10208 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10209 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10210 Usually this means the macro was only invoked conditionally." >&5
10211 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10212 Usually this means the macro was only invoked conditionally." >&2;}
10213 { (exit 1); exit 1; }; }
10214 fi
10215 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
10216 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
10217 Usually this means the macro was only invoked conditionally." >&5
10218 echo "$as_me: error: conditional \"ROHC\" was never defined.
10219 Usually this means the macro was only invoked conditionally." >&2;}
10220 { (exit 1); exit 1; }; }
10221 fi
10222
10223 : ${CONFIG_STATUS=./config.status}
10224 ac_clean_files_save=$ac_clean_files
10225 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10226 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10227 echo "$as_me: creating $CONFIG_STATUS" >&6;}
10228 cat >$CONFIG_STATUS <<_ACEOF
10229 #! $SHELL
10230 # Generated by $as_me.
10231 # Run this file to recreate the current configuration.
10232 # Compiler output produced by configure, useful for debugging
10233 # configure, is in config.log if it exists.
10234
10235 debug=false
10236 ac_cs_recheck=false
10237 ac_cs_silent=false
10238 SHELL=\${CONFIG_SHELL-$SHELL}
10239 _ACEOF
10240
10241 cat >>$CONFIG_STATUS <<\_ACEOF
10242 ## --------------------- ##
10243 ## M4sh Initialization. ##
10244 ## --------------------- ##
10245
10246 # Be Bourne compatible
10247 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10248 emulate sh
10249 NULLCMD=:
10250 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10251 # is contrary to our usage. Disable this feature.
10252 alias -g '${1+"$@"}'='"$@"'
10253 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10254 set -o posix
10255 fi
10256 DUALCASE=1; export DUALCASE # for MKS sh
10257
10258 # Support unset when possible.
10259 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10260 as_unset=unset
10261 else
10262 as_unset=false
10263 fi
10264
10265
10266 # Work around bugs in pre-3.0 UWIN ksh.
10267 $as_unset ENV MAIL MAILPATH
10268 PS1='$ '
10269 PS2='> '
10270 PS4='+ '
10271
10272 # NLS nuisances.
10273 for as_var in \
10274 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10275 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10276 LC_TELEPHONE LC_TIME
10277 do
10278 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10279 eval $as_var=C; export $as_var
10280 else
10281 $as_unset $as_var
10282 fi
10283 done
10284
10285 # Required to use basename.
10286 if expr a : '\(a\)' >/dev/null 2>&1; then
10287 as_expr=expr
10288 else
10289 as_expr=false
10290 fi
10291
10292 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10293 as_basename=basename
10294 else
10295 as_basename=false
10296 fi
10297
10298
10299 # Name of the executable.
10300 as_me=`$as_basename "$0" ||
10301 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10302 X"$0" : 'X\(//\)$' \| \
10303 X"$0" : 'X\(/\)$' \| \
10304 . : '\(.\)' 2>/dev/null ||
10305 echo X/"$0" |
10306 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10307 /^X\/\(\/\/\)$/{ s//\1/; q; }
10308 /^X\/\(\/\).*/{ s//\1/; q; }
10309 s/.*/./; q'`
10310
10311
10312 # PATH needs CR, and LINENO needs CR and PATH.
10313 # Avoid depending upon Character Ranges.
10314 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10315 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10316 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10317 as_cr_digits='0123456789'
10318 as_cr_alnum=$as_cr_Letters$as_cr_digits
10319
10320 # The user is always right.
10321 if test "${PATH_SEPARATOR+set}" != set; then
10322 echo "#! /bin/sh" >conf$$.sh
10323 echo "exit 0" >>conf$$.sh
10324 chmod +x conf$$.sh
10325 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10326 PATH_SEPARATOR=';'
10327 else
10328 PATH_SEPARATOR=:
10329 fi
10330 rm -f conf$$.sh
10331 fi
10332
10333
10334 as_lineno_1=$LINENO
10335 as_lineno_2=$LINENO
10336 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10337 test "x$as_lineno_1" != "x$as_lineno_2" &&
10338 test "x$as_lineno_3" = "x$as_lineno_2" || {
10339 # Find who we are. Look in the path if we contain no path at all
10340 # relative or not.
10341 case $0 in
10342 *[\\/]* ) as_myself=$0 ;;
10343 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10344 for as_dir in $PATH
10345 do
10346 IFS=$as_save_IFS
10347 test -z "$as_dir" && as_dir=.
10348 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10349 done
10350
10351 ;;
10352 esac
10353 # We did not find ourselves, most probably we were run as `sh COMMAND'
10354 # in which case we are not to be found in the path.
10355 if test "x$as_myself" = x; then
10356 as_myself=$0
10357 fi
10358 if test ! -f "$as_myself"; then
10359 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10360 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10361 { (exit 1); exit 1; }; }
10362 fi
10363 case $CONFIG_SHELL in
10364 '')
10365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10366 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10367 do
10368 IFS=$as_save_IFS
10369 test -z "$as_dir" && as_dir=.
10370 for as_base in sh bash ksh sh5; do
10371 case $as_dir in
10372 /*)
10373 if ("$as_dir/$as_base" -c '
10374 as_lineno_1=$LINENO
10375 as_lineno_2=$LINENO
10376 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10377 test "x$as_lineno_1" != "x$as_lineno_2" &&
10378 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10379 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10380 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10381 CONFIG_SHELL=$as_dir/$as_base
10382 export CONFIG_SHELL
10383 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10384 fi;;
10385 esac
10386 done
10387 done
10388 ;;
10389 esac
10390
10391 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10392 # uniformly replaced by the line number. The first 'sed' inserts a
10393 # line-number line before each line; the second 'sed' does the real
10394 # work. The second script uses 'N' to pair each line-number line
10395 # with the numbered line, and appends trailing '-' during
10396 # substitution so that $LINENO is not a special case at line end.
10397 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10398 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10399 sed '=' <$as_myself |
10400 sed '
10401 N
10402 s,$,-,
10403 : loop
10404 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10405 t loop
10406 s,-$,,
10407 s,^['$as_cr_digits']*\n,,
10408 ' >$as_me.lineno &&
10409 chmod +x $as_me.lineno ||
10410 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10411 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10412 { (exit 1); exit 1; }; }
10413
10414 # Don't try to exec as it changes $[0], causing all sort of problems
10415 # (the dirname of $[0] is not the place where we might find the
10416 # original and so on. Autoconf is especially sensible to this).
10417 . ./$as_me.lineno
10418 # Exit status is that of the last command.
10419 exit
10420 }
10421
10422
10423 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10424 *c*,-n*) ECHO_N= ECHO_C='
10425 ' ECHO_T=' ' ;;
10426 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10427 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10428 esac
10429
10430 if expr a : '\(a\)' >/dev/null 2>&1; then
10431 as_expr=expr
10432 else
10433 as_expr=false
10434 fi
10435
10436 rm -f conf$$ conf$$.exe conf$$.file
10437 echo >conf$$.file
10438 if ln -s conf$$.file conf$$ 2>/dev/null; then
10439 # We could just check for DJGPP; but this test a) works b) is more generic
10440 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10441 if test -f conf$$.exe; then
10442 # Don't use ln at all; we don't have any links
10443 as_ln_s='cp -p'
10444 else
10445 as_ln_s='ln -s'
10446 fi
10447 elif ln conf$$.file conf$$ 2>/dev/null; then
10448 as_ln_s=ln
10449 else
10450 as_ln_s='cp -p'
10451 fi
10452 rm -f conf$$ conf$$.exe conf$$.file
10453
10454 if mkdir -p . 2>/dev/null; then
10455 as_mkdir_p=:
10456 else
10457 test -d ./-p && rmdir ./-p
10458 as_mkdir_p=false
10459 fi
10460
10461 as_executable_p="test -f"
10462
10463 # Sed expression to map a string onto a valid CPP name.
10464 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10465
10466 # Sed expression to map a string onto a valid variable name.
10467 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10468
10469
10470 # IFS
10471 # We need space, tab and new line, in precisely that order.
10472 as_nl='
10473 '
10474 IFS=" $as_nl"
10475
10476 # CDPATH.
10477 $as_unset CDPATH
10478
10479 exec 6>&1
10480
10481 # Open the log real soon, to keep \$[0] and so on meaningful, and to
10482 # report actual input values of CONFIG_FILES etc. instead of their
10483 # values after options handling. Logging --version etc. is OK.
10484 exec 5>>config.log
10485 {
10486 echo
10487 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10488 ## Running $as_me. ##
10489 _ASBOX
10490 } >&5
10491 cat >&5 <<_CSEOF
10492
10493 This file was extended by $as_me, which was
10494 generated by GNU Autoconf 2.59. Invocation command line was
10495
10496 CONFIG_FILES = $CONFIG_FILES
10497 CONFIG_HEADERS = $CONFIG_HEADERS
10498 CONFIG_LINKS = $CONFIG_LINKS
10499 CONFIG_COMMANDS = $CONFIG_COMMANDS
10500 $ $0 $@
10501
10502 _CSEOF
10503 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10504 echo >&5
10505 _ACEOF
10506
10507 # Files that config.status was made for.
10508 if test -n "$ac_config_files"; then
10509 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10510 fi
10511
10512 if test -n "$ac_config_headers"; then
10513 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10514 fi
10515
10516 if test -n "$ac_config_links"; then
10517 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10518 fi
10519
10520 if test -n "$ac_config_commands"; then
10521 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10522 fi
10523
10524 cat >>$CONFIG_STATUS <<\_ACEOF
10525
10526 ac_cs_usage="\
10527 \`$as_me' instantiates files from templates according to the
10528 current configuration.
10529
10530 Usage: $0 [OPTIONS] [FILE]...
10531
10532 -h, --help print this help, then exit
10533 -V, --version print version number, then exit
10534 -q, --quiet do not print progress messages
10535 -d, --debug don't remove temporary files
10536 --recheck update $as_me by reconfiguring in the same conditions
10537 --file=FILE[:TEMPLATE]
10538 instantiate the configuration file FILE
10539 --header=FILE[:TEMPLATE]
10540 instantiate the configuration header FILE
10541
10542 Configuration files:
10543 $config_files
10544
10545 Configuration headers:
10546 $config_headers
10547
10548 Configuration commands:
10549 $config_commands
10550
10551 Report bugs to <bug-autoconf@gnu.org>."
10552 _ACEOF
10553
10554 cat >>$CONFIG_STATUS <<_ACEOF
10555 ac_cs_version="\\
10556 config.status
10557 configured by $0, generated by GNU Autoconf 2.59,
10558 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10559
10560 Copyright (C) 2003 Free Software Foundation, Inc.
10561 This config.status script is free software; the Free Software Foundation
10562 gives unlimited permission to copy, distribute and modify it."
10563 srcdir=$srcdir
10564 INSTALL="$INSTALL"
10565 _ACEOF
10566
10567 cat >>$CONFIG_STATUS <<\_ACEOF
10568 # If no file are specified by the user, then we need to provide default
10569 # value. By we need to know if files were specified by the user.
10570 ac_need_defaults=:
10571 while test $# != 0
10572 do
10573 case $1 in
10574 --*=*)
10575 ac_option=`expr "x$1" : 'x\([^=]*\)='`
10576 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10577 ac_shift=:
10578 ;;
10579 -*)
10580 ac_option=$1
10581 ac_optarg=$2
10582 ac_shift=shift
10583 ;;
10584 *) # This is not an option, so the user has probably given explicit
10585 # arguments.
10586 ac_option=$1
10587 ac_need_defaults=false;;
10588 esac
10589
10590 case $ac_option in
10591 # Handling of the options.
10592 _ACEOF
10593 cat >>$CONFIG_STATUS <<\_ACEOF
10594 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10595 ac_cs_recheck=: ;;
10596 --version | --vers* | -V )
10597 echo "$ac_cs_version"; exit 0 ;;
10598 --he | --h)
10599 # Conflict between --help and --header
10600 { { echo "$as_me:$LINENO: error: ambiguous option: $1
10601 Try \`$0 --help' for more information." >&5
10602 echo "$as_me: error: ambiguous option: $1
10603 Try \`$0 --help' for more information." >&2;}
10604 { (exit 1); exit 1; }; };;
10605 --help | --hel | -h )
10606 echo "$ac_cs_usage"; exit 0 ;;
10607 --debug | --d* | -d )
10608 debug=: ;;
10609 --file | --fil | --fi | --f )
10610 $ac_shift
10611 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10612 ac_need_defaults=false;;
10613 --header | --heade | --head | --hea )
10614 $ac_shift
10615 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10616 ac_need_defaults=false;;
10617 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10618 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10619 ac_cs_silent=: ;;
10620
10621 # This is an error.
10622 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10623 Try \`$0 --help' for more information." >&5
10624 echo "$as_me: error: unrecognized option: $1
10625 Try \`$0 --help' for more information." >&2;}
10626 { (exit 1); exit 1; }; } ;;
10627
10628 *) ac_config_targets="$ac_config_targets $1" ;;
10629
10630 esac
10631 shift
10632 done
10633
10634 ac_configure_extra_args=
10635
10636 if $ac_cs_silent; then
10637 exec 6>/dev/null
10638 ac_configure_extra_args="$ac_configure_extra_args --silent"
10639 fi
10640
10641 _ACEOF
10642 cat >>$CONFIG_STATUS <<_ACEOF
10643 if \$ac_cs_recheck; then
10644 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10645 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10646 fi
10647
10648 _ACEOF
10649
10650 cat >>$CONFIG_STATUS <<_ACEOF
10651 #
10652 # INIT-COMMANDS section.
10653 #
10654
10655 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10656 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10657 # from automake.
10658 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10659 # Capture the value of LINGUAS because we need it to compute CATALOGS.
10660 LINGUAS="${LINGUAS-%UNSET%}"
10661
10662 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10663
10664 _ACEOF
10665
10666
10667
10668 cat >>$CONFIG_STATUS <<\_ACEOF
10669 for ac_config_target in $ac_config_targets
10670 do
10671 case "$ac_config_target" in
10672 # Handling of arguments.
10673 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10674 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10675 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10676 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10677 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10678 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10679 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10680 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10681 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10682 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10683 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10684 { (exit 1); exit 1; }; };;
10685 esac
10686 done
10687
10688 # If the user did not use the arguments to specify the items to instantiate,
10689 # then the envvar interface is used. Set only those that are not.
10690 # We use the long form for the default assignment because of an extremely
10691 # bizarre bug on SunOS 4.1.3.
10692 if $ac_need_defaults; then
10693 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10694 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10695 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10696 fi
10697
10698 # Have a temporary directory for convenience. Make it in the build tree
10699 # simply because there is no reason to put it here, and in addition,
10700 # creating and moving files from /tmp can sometimes cause problems.
10701 # Create a temporary directory, and hook for its removal unless debugging.
10702 $debug ||
10703 {
10704 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10705 trap '{ (exit 1); exit 1; }' 1 2 13 15
10706 }
10707
10708 # Create a (secure) tmp directory for tmp files.
10709
10710 {
10711 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10712 test -n "$tmp" && test -d "$tmp"
10713 } ||
10714 {
10715 tmp=./confstat$$-$RANDOM
10716 (umask 077 && mkdir $tmp)
10717 } ||
10718 {
10719 echo "$me: cannot create a temporary directory in ." >&2
10720 { (exit 1); exit 1; }
10721 }
10722
10723 _ACEOF
10724
10725 cat >>$CONFIG_STATUS <<_ACEOF
10726
10727 #
10728 # CONFIG_FILES section.
10729 #
10730
10731 # No need to generate the scripts if there are no CONFIG_FILES.
10732 # This happens for instance when ./config.status config.h
10733 if test -n "\$CONFIG_FILES"; then
10734 # Protect against being on the right side of a sed subst in config.status.
10735 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10736 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10737 s,@SHELL@,$SHELL,;t t
10738 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10739 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10740 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10741 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10742 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10743 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10744 s,@exec_prefix@,$exec_prefix,;t t
10745 s,@prefix@,$prefix,;t t
10746 s,@program_transform_name@,$program_transform_name,;t t
10747 s,@bindir@,$bindir,;t t
10748 s,@sbindir@,$sbindir,;t t
10749 s,@libexecdir@,$libexecdir,;t t
10750 s,@datadir@,$datadir,;t t
10751 s,@sysconfdir@,$sysconfdir,;t t
10752 s,@sharedstatedir@,$sharedstatedir,;t t
10753 s,@localstatedir@,$localstatedir,;t t
10754 s,@libdir@,$libdir,;t t
10755 s,@includedir@,$includedir,;t t
10756 s,@oldincludedir@,$oldincludedir,;t t
10757 s,@infodir@,$infodir,;t t
10758 s,@mandir@,$mandir,;t t
10759 s,@build_alias@,$build_alias,;t t
10760 s,@host_alias@,$host_alias,;t t
10761 s,@target_alias@,$target_alias,;t t
10762 s,@DEFS@,$DEFS,;t t
10763 s,@ECHO_C@,$ECHO_C,;t t
10764 s,@ECHO_N@,$ECHO_N,;t t
10765 s,@ECHO_T@,$ECHO_T,;t t
10766 s,@LIBS@,$LIBS,;t t
10767 s,@build@,$build,;t t
10768 s,@build_cpu@,$build_cpu,;t t
10769 s,@build_vendor@,$build_vendor,;t t
10770 s,@build_os@,$build_os,;t t
10771 s,@host@,$host,;t t
10772 s,@host_cpu@,$host_cpu,;t t
10773 s,@host_vendor@,$host_vendor,;t t
10774 s,@host_os@,$host_os,;t t
10775 s,@target@,$target,;t t
10776 s,@target_cpu@,$target_cpu,;t t
10777 s,@target_vendor@,$target_vendor,;t t
10778 s,@target_os@,$target_os,;t t
10779 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10780 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10781 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10782 s,@CYGPATH_W@,$CYGPATH_W,;t t
10783 s,@PACKAGE@,$PACKAGE,;t t
10784 s,@VERSION@,$VERSION,;t t
10785 s,@ACLOCAL@,$ACLOCAL,;t t
10786 s,@AUTOCONF@,$AUTOCONF,;t t
10787 s,@AUTOMAKE@,$AUTOMAKE,;t t
10788 s,@AUTOHEADER@,$AUTOHEADER,;t t
10789 s,@MAKEINFO@,$MAKEINFO,;t t
10790 s,@AMTAR@,$AMTAR,;t t
10791 s,@install_sh@,$install_sh,;t t
10792 s,@STRIP@,$STRIP,;t t
10793 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10794 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10795 s,@AWK@,$AWK,;t t
10796 s,@SET_MAKE@,$SET_MAKE,;t t
10797 s,@am__leading_dot@,$am__leading_dot,;t t
10798 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10799 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10800 s,@MAINT@,$MAINT,;t t
10801 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10802 s,@MSGFMT@,$MSGFMT,;t t
10803 s,@GMSGFMT@,$GMSGFMT,;t t
10804 s,@XGETTEXT@,$XGETTEXT,;t t
10805 s,@MSGMERGE@,$MSGMERGE,;t t
10806 s,@CC@,$CC,;t t
10807 s,@CFLAGS@,$CFLAGS,;t t
10808 s,@LDFLAGS@,$LDFLAGS,;t t
10809 s,@CPPFLAGS@,$CPPFLAGS,;t t
10810 s,@ac_ct_CC@,$ac_ct_CC,;t t
10811 s,@EXEEXT@,$EXEEXT,;t t
10812 s,@OBJEXT@,$OBJEXT,;t t
10813 s,@DEPDIR@,$DEPDIR,;t t
10814 s,@am__include@,$am__include,;t t
10815 s,@am__quote@,$am__quote,;t t
10816 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10817 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10818 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10819 s,@CCDEPMODE@,$CCDEPMODE,;t t
10820 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10821 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10822 s,@USE_NLS@,$USE_NLS,;t t
10823 s,@LIBICONV@,$LIBICONV,;t t
10824 s,@LTLIBICONV@,$LTLIBICONV,;t t
10825 s,@INTLLIBS@,$INTLLIBS,;t t
10826 s,@LIBINTL@,$LIBINTL,;t t
10827 s,@LTLIBINTL@,$LTLIBINTL,;t t
10828 s,@POSUB@,$POSUB,;t t
10829 s,@CPP@,$CPP,;t t
10830 s,@CXX@,$CXX,;t t
10831 s,@CXXFLAGS@,$CXXFLAGS,;t t
10832 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10833 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10834 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10835 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10836 s,@EGREP@,$EGREP,;t t
10837 s,@LN_S@,$LN_S,;t t
10838 s,@RANLIB@,$RANLIB,;t t
10839 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10840 s,@IFTYPE@,$IFTYPE,;t t
10841 s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10842 s,@CXXCPP@,$CXXCPP,;t t
10843 s,@ALLOCA@,$ALLOCA,;t t
10844 s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10845 s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10846 s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10847 s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10848 s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10849 s,@INCLUDES@,$INCLUDES,;t t
10850 s,@LIBOBJS@,$LIBOBJS,;t t
10851 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10852 CEOF
10853
10854 _ACEOF
10855
10856 cat >>$CONFIG_STATUS <<\_ACEOF
10857 # Split the substitutions into bite-sized pieces for seds with
10858 # small command number limits, like on Digital OSF/1 and HP-UX.
10859 ac_max_sed_lines=48
10860 ac_sed_frag=1 # Number of current file.
10861 ac_beg=1 # First line for current file.
10862 ac_end=$ac_max_sed_lines # Line after last line for current file.
10863 ac_more_lines=:
10864 ac_sed_cmds=
10865 while $ac_more_lines; do
10866 if test $ac_beg -gt 1; then
10867 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10868 else
10869 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10870 fi
10871 if test ! -s $tmp/subs.frag; then
10872 ac_more_lines=false
10873 else
10874 # The purpose of the label and of the branching condition is to
10875 # speed up the sed processing (if there are no `@' at all, there
10876 # is no need to browse any of the substitutions).
10877 # These are the two extra sed commands mentioned above.
10878 (echo ':t
10879 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10880 if test -z "$ac_sed_cmds"; then
10881 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10882 else
10883 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10884 fi
10885 ac_sed_frag=`expr $ac_sed_frag + 1`
10886 ac_beg=$ac_end
10887 ac_end=`expr $ac_end + $ac_max_sed_lines`
10888 fi
10889 done
10890 if test -z "$ac_sed_cmds"; then
10891 ac_sed_cmds=cat
10892 fi
10893 fi # test -n "$CONFIG_FILES"
10894
10895 _ACEOF
10896 cat >>$CONFIG_STATUS <<\_ACEOF
10897 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10898 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10899 case $ac_file in
10900 - | *:- | *:-:* ) # input from stdin
10901 cat >$tmp/stdin
10902 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10903 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10904 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10905 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10906 * ) ac_file_in=$ac_file.in ;;
10907 esac
10908
10909 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10910 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10911 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10912 X"$ac_file" : 'X\(//\)[^/]' \| \
10913 X"$ac_file" : 'X\(//\)$' \| \
10914 X"$ac_file" : 'X\(/\)' \| \
10915 . : '\(.\)' 2>/dev/null ||
10916 echo X"$ac_file" |
10917 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10918 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10919 /^X\(\/\/\)$/{ s//\1/; q; }
10920 /^X\(\/\).*/{ s//\1/; q; }
10921 s/.*/./; q'`
10922 { if $as_mkdir_p; then
10923 mkdir -p "$ac_dir"
10924 else
10925 as_dir="$ac_dir"
10926 as_dirs=
10927 while test ! -d "$as_dir"; do
10928 as_dirs="$as_dir $as_dirs"
10929 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10930 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10931 X"$as_dir" : 'X\(//\)[^/]' \| \
10932 X"$as_dir" : 'X\(//\)$' \| \
10933 X"$as_dir" : 'X\(/\)' \| \
10934 . : '\(.\)' 2>/dev/null ||
10935 echo X"$as_dir" |
10936 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10937 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10938 /^X\(\/\/\)$/{ s//\1/; q; }
10939 /^X\(\/\).*/{ s//\1/; q; }
10940 s/.*/./; q'`
10941 done
10942 test ! -n "$as_dirs" || mkdir $as_dirs
10943 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10944 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10945 { (exit 1); exit 1; }; }; }
10946
10947 ac_builddir=.
10948
10949 if test "$ac_dir" != .; then
10950 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10951 # A "../" for each directory in $ac_dir_suffix.
10952 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10953 else
10954 ac_dir_suffix= ac_top_builddir=
10955 fi
10956
10957 case $srcdir in
10958 .) # No --srcdir option. We are building in place.
10959 ac_srcdir=.
10960 if test -z "$ac_top_builddir"; then
10961 ac_top_srcdir=.
10962 else
10963 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10964 fi ;;
10965 [\\/]* | ?:[\\/]* ) # Absolute path.
10966 ac_srcdir=$srcdir$ac_dir_suffix;
10967 ac_top_srcdir=$srcdir ;;
10968 *) # Relative path.
10969 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10970 ac_top_srcdir=$ac_top_builddir$srcdir ;;
10971 esac
10972
10973 # Do not use `cd foo && pwd` to compute absolute paths, because
10974 # the directories may not exist.
10975 case `pwd` in
10976 .) ac_abs_builddir="$ac_dir";;
10977 *)
10978 case "$ac_dir" in
10979 .) ac_abs_builddir=`pwd`;;
10980 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10981 *) ac_abs_builddir=`pwd`/"$ac_dir";;
10982 esac;;
10983 esac
10984 case $ac_abs_builddir in
10985 .) ac_abs_top_builddir=${ac_top_builddir}.;;
10986 *)
10987 case ${ac_top_builddir}. in
10988 .) ac_abs_top_builddir=$ac_abs_builddir;;
10989 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10990 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10991 esac;;
10992 esac
10993 case $ac_abs_builddir in
10994 .) ac_abs_srcdir=$ac_srcdir;;
10995 *)
10996 case $ac_srcdir in
10997 .) ac_abs_srcdir=$ac_abs_builddir;;
10998 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10999 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11000 esac;;
11001 esac
11002 case $ac_abs_builddir in
11003 .) ac_abs_top_srcdir=$ac_top_srcdir;;
11004 *)
11005 case $ac_top_srcdir in
11006 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11007 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11008 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11009 esac;;
11010 esac
11011
11012
11013 case $INSTALL in
11014 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11015 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11016 esac
11017
11018 # Let's still pretend it is `configure' which instantiates (i.e., don't
11019 # use $as_me), people would be surprised to read:
11020 # /* config.h. Generated by config.status. */
11021 if test x"$ac_file" = x-; then
11022 configure_input=
11023 else
11024 configure_input="$ac_file. "
11025 fi
11026 configure_input=$configure_input"Generated from `echo $ac_file_in |
11027 sed 's,.*/,,'` by configure."
11028
11029 # First look for the input files in the build tree, otherwise in the
11030 # src tree.
11031 ac_file_inputs=`IFS=:
11032 for f in $ac_file_in; do
11033 case $f in
11034 -) echo $tmp/stdin ;;
11035 [\\/$]*)
11036 # Absolute (can't be DOS-style, as IFS=:)
11037 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11038 echo "$as_me: error: cannot find input file: $f" >&2;}
11039 { (exit 1); exit 1; }; }
11040 echo "$f";;
11041 *) # Relative
11042 if test -f "$f"; then
11043 # Build tree
11044 echo "$f"
11045 elif test -f "$srcdir/$f"; then
11046 # Source tree
11047 echo "$srcdir/$f"
11048 else
11049 # /dev/null tree
11050 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11051 echo "$as_me: error: cannot find input file: $f" >&2;}
11052 { (exit 1); exit 1; }; }
11053 fi;;
11054 esac
11055 done` || { (exit 1); exit 1; }
11056
11057 if test x"$ac_file" != x-; then
11058 { echo "$as_me:$LINENO: creating $ac_file" >&5
11059 echo "$as_me: creating $ac_file" >&6;}
11060 rm -f "$ac_file"
11061 fi
11062 _ACEOF
11063 cat >>$CONFIG_STATUS <<_ACEOF
11064 sed "$ac_vpsub
11065 $extrasub
11066 _ACEOF
11067 cat >>$CONFIG_STATUS <<\_ACEOF
11068 :t
11069 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11070 s,@configure_input@,$configure_input,;t t
11071 s,@srcdir@,$ac_srcdir,;t t
11072 s,@abs_srcdir@,$ac_abs_srcdir,;t t
11073 s,@top_srcdir@,$ac_top_srcdir,;t t
11074 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11075 s,@builddir@,$ac_builddir,;t t
11076 s,@abs_builddir@,$ac_abs_builddir,;t t
11077 s,@top_builddir@,$ac_top_builddir,;t t
11078 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11079 s,@INSTALL@,$ac_INSTALL,;t t
11080 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11081 rm -f $tmp/stdin
11082 if test x"$ac_file" != x-; then
11083 mv $tmp/out $ac_file
11084 else
11085 cat $tmp/out
11086 rm -f $tmp/out
11087 fi
11088
11089 done
11090 _ACEOF
11091 cat >>$CONFIG_STATUS <<\_ACEOF
11092
11093 #
11094 # CONFIG_HEADER section.
11095 #
11096
11097 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11098 # NAME is the cpp macro being defined and VALUE is the value it is being given.
11099 #
11100 # ac_d sets the value in "#define NAME VALUE" lines.
11101 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11102 ac_dB='[ ].*$,\1#\2'
11103 ac_dC=' '
11104 ac_dD=',;t'
11105 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11106 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11107 ac_uB='$,\1#\2define\3'
11108 ac_uC=' '
11109 ac_uD=',;t'
11110
11111 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
11112 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11113 case $ac_file in
11114 - | *:- | *:-:* ) # input from stdin
11115 cat >$tmp/stdin
11116 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11117 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11118 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11119 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11120 * ) ac_file_in=$ac_file.in ;;
11121 esac
11122
11123 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11124 echo "$as_me: creating $ac_file" >&6;}
11125
11126 # First look for the input files in the build tree, otherwise in the
11127 # src tree.
11128 ac_file_inputs=`IFS=:
11129 for f in $ac_file_in; do
11130 case $f in
11131 -) echo $tmp/stdin ;;
11132 [\\/$]*)
11133 # Absolute (can't be DOS-style, as IFS=:)
11134 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11135 echo "$as_me: error: cannot find input file: $f" >&2;}
11136 { (exit 1); exit 1; }; }
11137 # Do quote $f, to prevent DOS paths from being IFS'd.
11138 echo "$f";;
11139 *) # Relative
11140 if test -f "$f"; then
11141 # Build tree
11142 echo "$f"
11143 elif test -f "$srcdir/$f"; then
11144 # Source tree
11145 echo "$srcdir/$f"
11146 else
11147 # /dev/null tree
11148 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11149 echo "$as_me: error: cannot find input file: $f" >&2;}
11150 { (exit 1); exit 1; }; }
11151 fi;;
11152 esac
11153 done` || { (exit 1); exit 1; }
11154 # Remove the trailing spaces.
11155 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11156
11157 _ACEOF
11158
11159 # Transform confdefs.h into two sed scripts, `conftest.defines' and
11160 # `conftest.undefs', that substitutes the proper values into
11161 # config.h.in to produce config.h. The first handles `#define'
11162 # templates, and the second `#undef' templates.
11163 # And first: Protect against being on the right side of a sed subst in
11164 # config.status. Protect against being in an unquoted here document
11165 # in config.status.
11166 rm -f conftest.defines conftest.undefs
11167 # Using a here document instead of a string reduces the quoting nightmare.
11168 # Putting comments in sed scripts is not portable.
11169 #
11170 # `end' is used to avoid that the second main sed command (meant for
11171 # 0-ary CPP macros) applies to n-ary macro definitions.
11172 # See the Autoconf documentation for `clear'.
11173 cat >confdef2sed.sed <<\_ACEOF
11174 s/[\\&,]/\\&/g
11175 s,[\\$`],\\&,g
11176 t clear
11177 : clear
11178 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11179 t end
11180 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11181 : end
11182 _ACEOF
11183 # If some macros were called several times there might be several times
11184 # the same #defines, which is useless. Nevertheless, we may not want to
11185 # sort them, since we want the *last* AC-DEFINE to be honored.
11186 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11187 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11188 rm -f confdef2sed.sed
11189
11190 # This sed command replaces #undef with comments. This is necessary, for
11191 # example, in the case of _POSIX_SOURCE, which is predefined and required
11192 # on some systems where configure will not decide to define it.
11193 cat >>conftest.undefs <<\_ACEOF
11194 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11195 _ACEOF
11196
11197 # Break up conftest.defines because some shells have a limit on the size
11198 # of here documents, and old seds have small limits too (100 cmds).
11199 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11200 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11201 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11202 echo ' :' >>$CONFIG_STATUS
11203 rm -f conftest.tail
11204 while grep . conftest.defines >/dev/null
11205 do
11206 # Write a limited-size here document to $tmp/defines.sed.
11207 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11208 # Speed up: don't consider the non `#define' lines.
11209 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11210 # Work around the forget-to-reset-the-flag bug.
11211 echo 't clr' >>$CONFIG_STATUS
11212 echo ': clr' >>$CONFIG_STATUS
11213 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11214 echo 'CEOF
11215 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11216 rm -f $tmp/in
11217 mv $tmp/out $tmp/in
11218 ' >>$CONFIG_STATUS
11219 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11220 rm -f conftest.defines
11221 mv conftest.tail conftest.defines
11222 done
11223 rm -f conftest.defines
11224 echo ' fi # grep' >>$CONFIG_STATUS
11225 echo >>$CONFIG_STATUS
11226
11227 # Break up conftest.undefs because some shells have a limit on the size
11228 # of here documents, and old seds have small limits too (100 cmds).
11229 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11230 rm -f conftest.tail
11231 while grep . conftest.undefs >/dev/null
11232 do
11233 # Write a limited-size here document to $tmp/undefs.sed.
11234 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11235 # Speed up: don't consider the non `#undef'
11236 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11237 # Work around the forget-to-reset-the-flag bug.
11238 echo 't clr' >>$CONFIG_STATUS
11239 echo ': clr' >>$CONFIG_STATUS
11240 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11241 echo 'CEOF
11242 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11243 rm -f $tmp/in
11244 mv $tmp/out $tmp/in
11245 ' >>$CONFIG_STATUS
11246 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11247 rm -f conftest.undefs
11248 mv conftest.tail conftest.undefs
11249 done
11250 rm -f conftest.undefs
11251
11252 cat >>$CONFIG_STATUS <<\_ACEOF
11253 # Let's still pretend it is `configure' which instantiates (i.e., don't
11254 # use $as_me), people would be surprised to read:
11255 # /* config.h. Generated by config.status. */
11256 if test x"$ac_file" = x-; then
11257 echo "/* Generated by configure. */" >$tmp/config.h
11258 else
11259 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11260 fi
11261 cat $tmp/in >>$tmp/config.h
11262 rm -f $tmp/in
11263 if test x"$ac_file" != x-; then
11264 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11265 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11266 echo "$as_me: $ac_file is unchanged" >&6;}
11267 else
11268 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11269 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11270 X"$ac_file" : 'X\(//\)[^/]' \| \
11271 X"$ac_file" : 'X\(//\)$' \| \
11272 X"$ac_file" : 'X\(/\)' \| \
11273 . : '\(.\)' 2>/dev/null ||
11274 echo X"$ac_file" |
11275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11276 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11277 /^X\(\/\/\)$/{ s//\1/; q; }
11278 /^X\(\/\).*/{ s//\1/; q; }
11279 s/.*/./; q'`
11280 { if $as_mkdir_p; then
11281 mkdir -p "$ac_dir"
11282 else
11283 as_dir="$ac_dir"
11284 as_dirs=
11285 while test ! -d "$as_dir"; do
11286 as_dirs="$as_dir $as_dirs"
11287 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11288 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11289 X"$as_dir" : 'X\(//\)[^/]' \| \
11290 X"$as_dir" : 'X\(//\)$' \| \
11291 X"$as_dir" : 'X\(/\)' \| \
11292 . : '\(.\)' 2>/dev/null ||
11293 echo X"$as_dir" |
11294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11295 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11296 /^X\(\/\/\)$/{ s//\1/; q; }
11297 /^X\(\/\).*/{ s//\1/; q; }
11298 s/.*/./; q'`
11299 done
11300 test ! -n "$as_dirs" || mkdir $as_dirs
11301 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11302 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11303 { (exit 1); exit 1; }; }; }
11304
11305 rm -f $ac_file
11306 mv $tmp/config.h $ac_file
11307 fi
11308 else
11309 cat $tmp/config.h
11310 rm -f $tmp/config.h
11311 fi
11312 # Compute $ac_file's index in $config_headers.
11313 _am_stamp_count=1
11314 for _am_header in $config_headers :; do
11315 case $_am_header in
11316 $ac_file | $ac_file:* )
11317 break ;;
11318 * )
11319 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11320 esac
11321 done
11322 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11323 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11324 X$ac_file : 'X\(//\)[^/]' \| \
11325 X$ac_file : 'X\(//\)$' \| \
11326 X$ac_file : 'X\(/\)' \| \
11327 . : '\(.\)' 2>/dev/null ||
11328 echo X$ac_file |
11329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11330 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11331 /^X\(\/\/\)$/{ s//\1/; q; }
11332 /^X\(\/\).*/{ s//\1/; q; }
11333 s/.*/./; q'`/stamp-h$_am_stamp_count
11334 done
11335 _ACEOF
11336 cat >>$CONFIG_STATUS <<\_ACEOF
11337
11338 #
11339 # CONFIG_COMMANDS section.
11340 #
11341 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11342 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11343 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11344 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11345 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11346 X"$ac_dest" : 'X\(//\)[^/]' \| \
11347 X"$ac_dest" : 'X\(//\)$' \| \
11348 X"$ac_dest" : 'X\(/\)' \| \
11349 . : '\(.\)' 2>/dev/null ||
11350 echo X"$ac_dest" |
11351 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11352 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11353 /^X\(\/\/\)$/{ s//\1/; q; }
11354 /^X\(\/\).*/{ s//\1/; q; }
11355 s/.*/./; q'`
11356 { if $as_mkdir_p; then
11357 mkdir -p "$ac_dir"
11358 else
11359 as_dir="$ac_dir"
11360 as_dirs=
11361 while test ! -d "$as_dir"; do
11362 as_dirs="$as_dir $as_dirs"
11363 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11364 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11365 X"$as_dir" : 'X\(//\)[^/]' \| \
11366 X"$as_dir" : 'X\(//\)$' \| \
11367 X"$as_dir" : 'X\(/\)' \| \
11368 . : '\(.\)' 2>/dev/null ||
11369 echo X"$as_dir" |
11370 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11371 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11372 /^X\(\/\/\)$/{ s//\1/; q; }
11373 /^X\(\/\).*/{ s//\1/; q; }
11374 s/.*/./; q'`
11375 done
11376 test ! -n "$as_dirs" || mkdir $as_dirs
11377 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11378 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11379 { (exit 1); exit 1; }; }; }
11380
11381 ac_builddir=.
11382
11383 if test "$ac_dir" != .; then
11384 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11385 # A "../" for each directory in $ac_dir_suffix.
11386 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11387 else
11388 ac_dir_suffix= ac_top_builddir=
11389 fi
11390
11391 case $srcdir in
11392 .) # No --srcdir option. We are building in place.
11393 ac_srcdir=.
11394 if test -z "$ac_top_builddir"; then
11395 ac_top_srcdir=.
11396 else
11397 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11398 fi ;;
11399 [\\/]* | ?:[\\/]* ) # Absolute path.
11400 ac_srcdir=$srcdir$ac_dir_suffix;
11401 ac_top_srcdir=$srcdir ;;
11402 *) # Relative path.
11403 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11404 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11405 esac
11406
11407 # Do not use `cd foo && pwd` to compute absolute paths, because
11408 # the directories may not exist.
11409 case `pwd` in
11410 .) ac_abs_builddir="$ac_dir";;
11411 *)
11412 case "$ac_dir" in
11413 .) ac_abs_builddir=`pwd`;;
11414 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11415 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11416 esac;;
11417 esac
11418 case $ac_abs_builddir in
11419 .) ac_abs_top_builddir=${ac_top_builddir}.;;
11420 *)
11421 case ${ac_top_builddir}. in
11422 .) ac_abs_top_builddir=$ac_abs_builddir;;
11423 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11424 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11425 esac;;
11426 esac
11427 case $ac_abs_builddir in
11428 .) ac_abs_srcdir=$ac_srcdir;;
11429 *)
11430 case $ac_srcdir in
11431 .) ac_abs_srcdir=$ac_abs_builddir;;
11432 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11433 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11434 esac;;
11435 esac
11436 case $ac_abs_builddir in
11437 .) ac_abs_top_srcdir=$ac_top_srcdir;;
11438 *)
11439 case $ac_top_srcdir in
11440 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11441 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11442 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11443 esac;;
11444 esac
11445
11446
11447 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11448 echo "$as_me: executing $ac_dest commands" >&6;}
11449 case $ac_dest in
11450 default-1 )
11451 for ac_file in $CONFIG_FILES; do
11452 # Support "outfile[:infile[:infile...]]"
11453 case "$ac_file" in
11454 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11455 esac
11456 # PO directories have a Makefile.in generated from Makefile.in.in.
11457 case "$ac_file" in */Makefile.in)
11458 # Adjust a relative srcdir.
11459 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11460 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11461 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11462 # In autoconf-2.13 it is called $ac_given_srcdir.
11463 # In autoconf-2.50 it is called $srcdir.
11464 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11465 case "$ac_given_srcdir" in
11466 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11467 /*) top_srcdir="$ac_given_srcdir" ;;
11468 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11469 esac
11470 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11471 rm -f "$ac_dir/POTFILES"
11472 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11473 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11474 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11475 # on $ac_dir but don't depend on user-specified configuration
11476 # parameters.
11477 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11478 # The LINGUAS file contains the set of available languages.
11479 if test -n "$ALL_LINGUAS"; then
11480 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11481 fi
11482 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11483 # Hide the ALL_LINGUAS assigment from automake.
11484 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11485 fi
11486 case "$ac_given_srcdir" in
11487 .) srcdirpre= ;;
11488 *) srcdirpre='$(srcdir)/' ;;
11489 esac
11490 POFILES=
11491 GMOFILES=
11492 UPDATEPOFILES=
11493 DUMMYPOFILES=
11494 for lang in $ALL_LINGUAS; do
11495 POFILES="$POFILES $srcdirpre$lang.po"
11496 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11497 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11498 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11499 done
11500 # CATALOGS depends on both $ac_dir and the user's LINGUAS
11501 # environment variable.
11502 INST_LINGUAS=
11503 if test -n "$ALL_LINGUAS"; then
11504 for presentlang in $ALL_LINGUAS; do
11505 useit=no
11506 if test "%UNSET%" != "$LINGUAS"; then
11507 desiredlanguages="$LINGUAS"
11508 else
11509 desiredlanguages="$ALL_LINGUAS"
11510 fi
11511 for desiredlang in $desiredlanguages; do
11512 # Use the presentlang catalog if desiredlang is
11513 # a. equal to presentlang, or
11514 # b. a variant of presentlang (because in this case,
11515 # presentlang can be used as a fallback for messages
11516 # which are not translated in the desiredlang catalog).
11517 case "$desiredlang" in
11518 "$presentlang"*) useit=yes;;
11519 esac
11520 done
11521 if test $useit = yes; then
11522 INST_LINGUAS="$INST_LINGUAS $presentlang"
11523 fi
11524 done
11525 fi
11526 CATALOGS=
11527 if test -n "$INST_LINGUAS"; then
11528 for lang in $INST_LINGUAS; do
11529 CATALOGS="$CATALOGS $lang.gmo"
11530 done
11531 fi
11532 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11533 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
11534 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11535 if test -f "$f"; then
11536 case "$f" in
11537 *.orig | *.bak | *~) ;;
11538 *) cat "$f" >> "$ac_dir/Makefile" ;;
11539 esac
11540 fi
11541 done
11542 fi
11543 ;;
11544 esac
11545 done ;;
11546 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11547 # Strip MF so we end up with the name of the file.
11548 mf=`echo "$mf" | sed -e 's/:.*$//'`
11549 # Check whether this is an Automake generated Makefile or not.
11550 # We used to match only the files named `Makefile.in', but
11551 # some people rename them; so instead we look at the file content.
11552 # Grep'ing the first line is not enough: some people post-process
11553 # each Makefile.in and add a new line on top of each file to say so.
11554 # So let's grep whole file.
11555 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11556 dirpart=`(dirname "$mf") 2>/dev/null ||
11557 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11558 X"$mf" : 'X\(//\)[^/]' \| \
11559 X"$mf" : 'X\(//\)$' \| \
11560 X"$mf" : 'X\(/\)' \| \
11561 . : '\(.\)' 2>/dev/null ||
11562 echo X"$mf" |
11563 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11564 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11565 /^X\(\/\/\)$/{ s//\1/; q; }
11566 /^X\(\/\).*/{ s//\1/; q; }
11567 s/.*/./; q'`
11568 else
11569 continue
11570 fi
11571 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11572 # Extract the definition of DEP_FILES from the Makefile without
11573 # running `make'.
11574 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11575 test -z "$DEPDIR" && continue
11576 # When using ansi2knr, U may be empty or an underscore; expand it
11577 U=`sed -n -e '/^U = / s///p' < "$mf"`
11578 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11579 # We invoke sed twice because it is the simplest approach to
11580 # changing $(DEPDIR) to its actual value in the expansion.
11581 for file in `sed -n -e '
11582 /^DEP_FILES = .*\\\\$/ {
11583 s/^DEP_FILES = //
11584 :loop
11585 s/\\\\$//
11586 p
11587 n
11588 /\\\\$/ b loop
11589 p
11590 }
11591 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11592 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11593 # Make sure the directory exists.
11594 test -f "$dirpart/$file" && continue
11595 fdir=`(dirname "$file") 2>/dev/null ||
11596 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11597 X"$file" : 'X\(//\)[^/]' \| \
11598 X"$file" : 'X\(//\)$' \| \
11599 X"$file" : 'X\(/\)' \| \
11600 . : '\(.\)' 2>/dev/null ||
11601 echo X"$file" |
11602 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11603 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11604 /^X\(\/\/\)$/{ s//\1/; q; }
11605 /^X\(\/\).*/{ s//\1/; q; }
11606 s/.*/./; q'`
11607 { if $as_mkdir_p; then
11608 mkdir -p $dirpart/$fdir
11609 else
11610 as_dir=$dirpart/$fdir
11611 as_dirs=
11612 while test ! -d "$as_dir"; do
11613 as_dirs="$as_dir $as_dirs"
11614 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11615 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11616 X"$as_dir" : 'X\(//\)[^/]' \| \
11617 X"$as_dir" : 'X\(//\)$' \| \
11618 X"$as_dir" : 'X\(/\)' \| \
11619 . : '\(.\)' 2>/dev/null ||
11620 echo X"$as_dir" |
11621 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11622 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11623 /^X\(\/\/\)$/{ s//\1/; q; }
11624 /^X\(\/\).*/{ s//\1/; q; }
11625 s/.*/./; q'`
11626 done
11627 test ! -n "$as_dirs" || mkdir $as_dirs
11628 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11629 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11630 { (exit 1); exit 1; }; }; }
11631
11632 # echo "creating $dirpart/$file"
11633 echo '# dummy' > "$dirpart/$file"
11634 done
11635 done
11636 ;;
11637 esac
11638 done
11639 _ACEOF
11640
11641 cat >>$CONFIG_STATUS <<\_ACEOF
11642
11643 { (exit 0); exit 0; }
11644 _ACEOF
11645 chmod +x $CONFIG_STATUS
11646 ac_clean_files=$ac_clean_files_save
11647
11648
11649
11650 echo
11651 echo "***"
11652 echo "*** Configuration Summary"
11653 echo "***"
11654 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11655 echo "*** Cipher used: $CIPHER"
11656 echo "*** Digest used: $DIGEST"
11657 echo "*** HMAC length: $HMAC"
11658 echo "*** RAND used: $RAND"
11659 echo "*** Max. MTU: $MTU"
11660 echo "*** Compression: $COMPRESS"
11661
11662 if test "x$DIGEST" = xmd4; then
11663 echo "***"
11664 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11665 fi
11666
11667 if test "$HMAC" -lt 12; then
11668 echo "***"
11669 echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11670 fi
11671
11672 if test "$RAND" -lt 8; then
11673 echo "***"
11674 echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11675 fi
11676
11677 echo "***"
11678
11679 echo
11680
11681
11682
11683 # configure is writing to config.log, and then calls config.status.
11684 # config.status does its own redirection, appending to config.log.
11685 # Unfortunately, on DOS this fails, as config.log is still kept open
11686 # by configure, so config.status won't be able to write to it; its
11687 # output is simply discarded. So we exec the FD to /dev/null,
11688 # effectively closing config.log, so it can be properly (re)opened and
11689 # appended to by config.status. When coming back to configure, we
11690 # need to make the FD available again.
11691 if test "$no_create" != yes; then
11692 ac_cs_success=:
11693 ac_config_status_args=
11694 test "$silent" = yes &&
11695 ac_config_status_args="$ac_config_status_args --quiet"
11696 exec 5>/dev/null
11697 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11698 exec 5>>config.log
11699 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11700 # would make configure fail if this is the last instruction.
11701 $ac_cs_success || { (exit 1); exit 1; }
11702 fi
11703