ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.13
Committed: Sat Jan 17 15:43:02 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: VPE_1_4
Changes since 1.12: +4 -78 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.58.
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/vped.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 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. Working combinations are:
873 "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" "tincd/darwin" "native/cygwin"; Untested
874 combinations are: "tincd/netbsd" "tincd/solaris" "tincd/mingw"; Broken combinations are:
875 "tincd/cygwin"; The default is to autodetect.
876 --enable-rohc
877 enable robust header compression (rfc3095).
878 --enable-icmp
879 enable icmp protocol support (default disabled).
880 --enable-tcp
881 enable tcp protocol support (default disabled).
882 --enable-http-proxy
883 enable http proxy connect support (default disabled).
884 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default
886 12). Allowed values are 4, 8, 12, 16.
887 --enable-rand-length=BYTES
888 use BYTES bytes of extra randomness (default 8).
889 Allowed values are 0, 4, 8.
890 --enable-max-mtu=BYTES
891 enable mtu sizes upto BYTES bytes (default 1500).
892 Use 9100 for jumbogram support.
893 --disable-compression
894 Disable compression support.
895 --enable-cipher
896 Select the symmetric cipher (default "bf"). Must be
897 one of "bf" (blowfish), "aes-128" (rijndael), "aes-192" or "aes-256".
898 --enable-digest
899 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
918 C compiler command
919 CFLAGS
920 C compiler flags
921 LDFLAGS
922 linker flags, e.g. -L<lib dir> if you have
923 libraries in a nonstandard directory <lib dir>
924 CPPFLAGS
925 C/C++ preprocessor flags, e.g. -I<include dir> if you
926 have headers in a nonstandard directory <include dir>
927 CPP
928 C preprocessor
929 CXX
930 C++ compiler command
931 CXXFLAGS
932 C++ compiler flags
933 CXXCPP
934 C++ preprocessor
935
936 Use these variables to override the choices made by `configure' or to help
937 it to find libraries and programs with nonstandard names/locations.
938
939 _ACEOF
940 fi
941
942 if test "$ac_init_help" = "recursive"; then
943 # If there are subdirs, report their specific --help.
944 ac_popdir=`pwd`
945 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
946 test -d $ac_dir || continue
947 ac_builddir=.
948
949 if test "$ac_dir" != .; then
950 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
951 # A "../" for each directory in $ac_dir_suffix.
952 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
953 else
954 ac_dir_suffix= ac_top_builddir=
955 fi
956
957 case $srcdir in
958 .) # No --srcdir option. We are building in place.
959 ac_srcdir=.
960 if test -z "$ac_top_builddir"; then
961 ac_top_srcdir=.
962 else
963 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
964 fi ;;
965 [\\/]* | ?:[\\/]* ) # Absolute path.
966 ac_srcdir=$srcdir$ac_dir_suffix;
967 ac_top_srcdir=$srcdir ;;
968 *) # Relative path.
969 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
970 ac_top_srcdir=$ac_top_builddir$srcdir ;;
971 esac
972
973 # Do not use `cd foo && pwd` to compute absolute paths, because
974 # the directories may not exist.
975 case `pwd` in
976 .) ac_abs_builddir="$ac_dir";;
977 *)
978 case "$ac_dir" in
979 .) ac_abs_builddir=`pwd`;;
980 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
981 *) ac_abs_builddir=`pwd`/"$ac_dir";;
982 esac;;
983 esac
984 case $ac_abs_builddir in
985 .) ac_abs_top_builddir=${ac_top_builddir}.;;
986 *)
987 case ${ac_top_builddir}. in
988 .) ac_abs_top_builddir=$ac_abs_builddir;;
989 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
990 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
991 esac;;
992 esac
993 case $ac_abs_builddir in
994 .) ac_abs_srcdir=$ac_srcdir;;
995 *)
996 case $ac_srcdir in
997 .) ac_abs_srcdir=$ac_abs_builddir;;
998 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
999 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1000 esac;;
1001 esac
1002 case $ac_abs_builddir in
1003 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1004 *)
1005 case $ac_top_srcdir in
1006 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1007 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1008 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1009 esac;;
1010 esac
1011
1012 cd $ac_dir
1013 # Check for guested configure; otherwise get Cygnus style configure.
1014 if test -f $ac_srcdir/configure.gnu; then
1015 echo
1016 $SHELL $ac_srcdir/configure.gnu --help=recursive
1017 elif test -f $ac_srcdir/configure; then
1018 echo
1019 $SHELL $ac_srcdir/configure --help=recursive
1020 elif test -f $ac_srcdir/configure.ac ||
1021 test -f $ac_srcdir/configure.in; then
1022 echo
1023 $ac_configure --help
1024 else
1025 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1026 fi
1027 cd "$ac_popdir"
1028 done
1029 fi
1030
1031 test -n "$ac_init_help" && exit 0
1032 if $ac_init_version; then
1033 cat <<\_ACEOF
1034
1035 Copyright (C) 2003 Free Software Foundation, Inc.
1036 This configure script is free software; the Free Software Foundation
1037 gives unlimited permission to copy, distribute and modify it.
1038 _ACEOF
1039 exit 0
1040 fi
1041 exec 5>config.log
1042 cat >&5 <<_ACEOF
1043 This file contains any messages produced by compilers while
1044 running configure, to aid debugging if configure makes a mistake.
1045
1046 It was created by $as_me, which was
1047 generated by GNU Autoconf 2.58. Invocation command line was
1048
1049 $ $0 $@
1050
1051 _ACEOF
1052 {
1053 cat <<_ASUNAME
1054 ## --------- ##
1055 ## Platform. ##
1056 ## --------- ##
1057
1058 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1059 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1060 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1061 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1062 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1063
1064 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1065 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1066
1067 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1068 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1069 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1070 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1071 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1072 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1073 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1074
1075 _ASUNAME
1076
1077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1078 for as_dir in $PATH
1079 do
1080 IFS=$as_save_IFS
1081 test -z "$as_dir" && as_dir=.
1082 echo "PATH: $as_dir"
1083 done
1084
1085 } >&5
1086
1087 cat >&5 <<_ACEOF
1088
1089
1090 ## ----------- ##
1091 ## Core tests. ##
1092 ## ----------- ##
1093
1094 _ACEOF
1095
1096
1097 # Keep a trace of the command line.
1098 # Strip out --no-create and --no-recursion so they do not pile up.
1099 # Strip out --silent because we don't want to record it for future runs.
1100 # Also quote any args containing shell meta-characters.
1101 # Make two passes to allow for proper duplicate-argument suppression.
1102 ac_configure_args=
1103 ac_configure_args0=
1104 ac_configure_args1=
1105 ac_sep=
1106 ac_must_keep_next=false
1107 for ac_pass in 1 2
1108 do
1109 for ac_arg
1110 do
1111 case $ac_arg in
1112 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114 | -silent | --silent | --silen | --sile | --sil)
1115 continue ;;
1116 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1117 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1118 esac
1119 case $ac_pass in
1120 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1121 2)
1122 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1123 if test $ac_must_keep_next = true; then
1124 ac_must_keep_next=false # Got value, back to normal.
1125 else
1126 case $ac_arg in
1127 *=* | --config-cache | -C | -disable-* | --disable-* \
1128 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1129 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1130 | -with-* | --with-* | -without-* | --without-* | --x)
1131 case "$ac_configure_args0 " in
1132 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1133 esac
1134 ;;
1135 -* ) ac_must_keep_next=true ;;
1136 esac
1137 fi
1138 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1139 # Get rid of the leading space.
1140 ac_sep=" "
1141 ;;
1142 esac
1143 done
1144 done
1145 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1146 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1147
1148 # When interrupted or exit'd, cleanup temporary files, and complete
1149 # config.log. We remove comments because anyway the quotes in there
1150 # would cause problems or look ugly.
1151 # WARNING: Be sure not to use single quotes in there, as some shells,
1152 # such as our DU 5.0 friend, will then `close' the trap.
1153 trap 'exit_status=$?
1154 # Save into config.log some information that might help in debugging.
1155 {
1156 echo
1157
1158 cat <<\_ASBOX
1159 ## ---------------- ##
1160 ## Cache variables. ##
1161 ## ---------------- ##
1162 _ASBOX
1163 echo
1164 # The following way of writing the cache mishandles newlines in values,
1165 {
1166 (set) 2>&1 |
1167 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1168 *ac_space=\ *)
1169 sed -n \
1170 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1171 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1172 ;;
1173 *)
1174 sed -n \
1175 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1176 ;;
1177 esac;
1178 }
1179 echo
1180
1181 cat <<\_ASBOX
1182 ## ----------------- ##
1183 ## Output variables. ##
1184 ## ----------------- ##
1185 _ASBOX
1186 echo
1187 for ac_var in $ac_subst_vars
1188 do
1189 eval ac_val=$`echo $ac_var`
1190 echo "$ac_var='"'"'$ac_val'"'"'"
1191 done | sort
1192 echo
1193
1194 if test -n "$ac_subst_files"; then
1195 cat <<\_ASBOX
1196 ## ------------- ##
1197 ## Output files. ##
1198 ## ------------- ##
1199 _ASBOX
1200 echo
1201 for ac_var in $ac_subst_files
1202 do
1203 eval ac_val=$`echo $ac_var`
1204 echo "$ac_var='"'"'$ac_val'"'"'"
1205 done | sort
1206 echo
1207 fi
1208
1209 if test -s confdefs.h; then
1210 cat <<\_ASBOX
1211 ## ----------- ##
1212 ## confdefs.h. ##
1213 ## ----------- ##
1214 _ASBOX
1215 echo
1216 sed "/^$/d" confdefs.h | sort
1217 echo
1218 fi
1219 test "$ac_signal" != 0 &&
1220 echo "$as_me: caught signal $ac_signal"
1221 echo "$as_me: exit $exit_status"
1222 } >&5
1223 rm -f core *.core &&
1224 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1225 exit $exit_status
1226 ' 0
1227 for ac_signal in 1 2 13 15; do
1228 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1229 done
1230 ac_signal=0
1231
1232 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1233 rm -rf conftest* confdefs.h
1234 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1235 echo >confdefs.h
1236
1237 # Predefined preprocessor variables.
1238
1239 cat >>confdefs.h <<_ACEOF
1240 #define PACKAGE_NAME "$PACKAGE_NAME"
1241 _ACEOF
1242
1243
1244 cat >>confdefs.h <<_ACEOF
1245 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1246 _ACEOF
1247
1248
1249 cat >>confdefs.h <<_ACEOF
1250 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1251 _ACEOF
1252
1253
1254 cat >>confdefs.h <<_ACEOF
1255 #define PACKAGE_STRING "$PACKAGE_STRING"
1256 _ACEOF
1257
1258
1259 cat >>confdefs.h <<_ACEOF
1260 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1261 _ACEOF
1262
1263
1264 # Let the site file select an alternate cache file if it wants to.
1265 # Prefer explicitly selected file to automatically selected ones.
1266 if test -z "$CONFIG_SITE"; then
1267 if test "x$prefix" != xNONE; then
1268 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1269 else
1270 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1271 fi
1272 fi
1273 for ac_site_file in $CONFIG_SITE; do
1274 if test -r "$ac_site_file"; then
1275 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1276 echo "$as_me: loading site script $ac_site_file" >&6;}
1277 sed 's/^/| /' "$ac_site_file" >&5
1278 . "$ac_site_file"
1279 fi
1280 done
1281
1282 if test -r "$cache_file"; then
1283 # Some versions of bash will fail to source /dev/null (special
1284 # files actually), so we avoid doing that.
1285 if test -f "$cache_file"; then
1286 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1287 echo "$as_me: loading cache $cache_file" >&6;}
1288 case $cache_file in
1289 [\\/]* | ?:[\\/]* ) . $cache_file;;
1290 *) . ./$cache_file;;
1291 esac
1292 fi
1293 else
1294 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1295 echo "$as_me: creating cache $cache_file" >&6;}
1296 >$cache_file
1297 fi
1298
1299 # Check that the precious variables saved in the cache have kept the same
1300 # value.
1301 ac_cache_corrupted=false
1302 for ac_var in `(set) 2>&1 |
1303 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1304 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1305 eval ac_new_set=\$ac_env_${ac_var}_set
1306 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1307 eval ac_new_val="\$ac_env_${ac_var}_value"
1308 case $ac_old_set,$ac_new_set in
1309 set,)
1310 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1311 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1312 ac_cache_corrupted=: ;;
1313 ,set)
1314 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1315 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1316 ac_cache_corrupted=: ;;
1317 ,);;
1318 *)
1319 if test "x$ac_old_val" != "x$ac_new_val"; then
1320 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1321 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1322 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1323 echo "$as_me: former value: $ac_old_val" >&2;}
1324 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1325 echo "$as_me: current value: $ac_new_val" >&2;}
1326 ac_cache_corrupted=:
1327 fi;;
1328 esac
1329 # Pass precious variables to config.status.
1330 if test "$ac_new_set" = set; then
1331 case $ac_new_val in
1332 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1333 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1334 *) ac_arg=$ac_var=$ac_new_val ;;
1335 esac
1336 case " $ac_configure_args " in
1337 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1338 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1339 esac
1340 fi
1341 done
1342 if $ac_cache_corrupted; then
1343 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1344 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1345 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1346 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1347 { (exit 1); exit 1; }; }
1348 fi
1349
1350 ac_ext=c
1351 ac_cpp='$CPP $CPPFLAGS'
1352 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1353 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1354 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374 ac_aux_dir=
1375 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1376 if test -f $ac_dir/install-sh; then
1377 ac_aux_dir=$ac_dir
1378 ac_install_sh="$ac_aux_dir/install-sh -c"
1379 break
1380 elif test -f $ac_dir/install.sh; then
1381 ac_aux_dir=$ac_dir
1382 ac_install_sh="$ac_aux_dir/install.sh -c"
1383 break
1384 elif test -f $ac_dir/shtool; then
1385 ac_aux_dir=$ac_dir
1386 ac_install_sh="$ac_aux_dir/shtool install -c"
1387 break
1388 fi
1389 done
1390 if test -z "$ac_aux_dir"; then
1391 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1392 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1393 { (exit 1); exit 1; }; }
1394 fi
1395 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1396 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1397 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1398
1399 # Make sure we can run config.sub.
1400 $ac_config_sub sun4 >/dev/null 2>&1 ||
1401 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1402 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1403 { (exit 1); exit 1; }; }
1404
1405 echo "$as_me:$LINENO: checking build system type" >&5
1406 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1407 if test "${ac_cv_build+set}" = set; then
1408 echo $ECHO_N "(cached) $ECHO_C" >&6
1409 else
1410 ac_cv_build_alias=$build_alias
1411 test -z "$ac_cv_build_alias" &&
1412 ac_cv_build_alias=`$ac_config_guess`
1413 test -z "$ac_cv_build_alias" &&
1414 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1415 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1416 { (exit 1); exit 1; }; }
1417 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1418 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1419 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1420 { (exit 1); exit 1; }; }
1421
1422 fi
1423 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1424 echo "${ECHO_T}$ac_cv_build" >&6
1425 build=$ac_cv_build
1426 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1427 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1428 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1429
1430
1431 echo "$as_me:$LINENO: checking host system type" >&5
1432 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1433 if test "${ac_cv_host+set}" = set; then
1434 echo $ECHO_N "(cached) $ECHO_C" >&6
1435 else
1436 ac_cv_host_alias=$host_alias
1437 test -z "$ac_cv_host_alias" &&
1438 ac_cv_host_alias=$ac_cv_build_alias
1439 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1440 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1441 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1442 { (exit 1); exit 1; }; }
1443
1444 fi
1445 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1446 echo "${ECHO_T}$ac_cv_host" >&6
1447 host=$ac_cv_host
1448 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1449 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1450 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1451
1452
1453 echo "$as_me:$LINENO: checking target system type" >&5
1454 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1455 if test "${ac_cv_target+set}" = set; then
1456 echo $ECHO_N "(cached) $ECHO_C" >&6
1457 else
1458 ac_cv_target_alias=$target_alias
1459 test "x$ac_cv_target_alias" = "x" &&
1460 ac_cv_target_alias=$ac_cv_host_alias
1461 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1462 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1463 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1464 { (exit 1); exit 1; }; }
1465
1466 fi
1467 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1468 echo "${ECHO_T}$ac_cv_target" >&6
1469 target=$ac_cv_target
1470 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1471 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1472 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1473
1474
1475 # The aliases save the names the user supplied, while $host etc.
1476 # will get canonicalized.
1477 test -n "$target_alias" &&
1478 test "$program_prefix$program_suffix$program_transform_name" = \
1479 NONENONEs,x,x, &&
1480 program_prefix=${target_alias}-
1481 am__api_version="1.7"
1482 # Find a good install program. We prefer a C program (faster),
1483 # so one script is as good as another. But avoid the broken or
1484 # incompatible versions:
1485 # SysV /etc/install, /usr/sbin/install
1486 # SunOS /usr/etc/install
1487 # IRIX /sbin/install
1488 # AIX /bin/install
1489 # AmigaOS /C/install, which installs bootblocks on floppy discs
1490 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1491 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1492 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1493 # OS/2's system install, which has a completely different semantic
1494 # ./install, which can be erroneously created by make from ./install.sh.
1495 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1496 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1497 if test -z "$INSTALL"; then
1498 if test "${ac_cv_path_install+set}" = set; then
1499 echo $ECHO_N "(cached) $ECHO_C" >&6
1500 else
1501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1502 for as_dir in $PATH
1503 do
1504 IFS=$as_save_IFS
1505 test -z "$as_dir" && as_dir=.
1506 # Account for people who put trailing slashes in PATH elements.
1507 case $as_dir/ in
1508 ./ | .// | /cC/* | \
1509 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1510 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1511 /usr/ucb/* ) ;;
1512 *)
1513 # OSF1 and SCO ODT 3.0 have their own names for install.
1514 # Don't use installbsd from OSF since it installs stuff as root
1515 # by default.
1516 for ac_prog in ginstall scoinst install; do
1517 for ac_exec_ext in '' $ac_executable_extensions; do
1518 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1519 if test $ac_prog = install &&
1520 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1521 # AIX install. It has an incompatible calling convention.
1522 :
1523 elif test $ac_prog = install &&
1524 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1525 # program-specific install script used by HP pwplus--don't use.
1526 :
1527 else
1528 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1529 break 3
1530 fi
1531 fi
1532 done
1533 done
1534 ;;
1535 esac
1536 done
1537
1538
1539 fi
1540 if test "${ac_cv_path_install+set}" = set; then
1541 INSTALL=$ac_cv_path_install
1542 else
1543 # As a last resort, use the slow shell script. We don't cache a
1544 # path for INSTALL within a source directory, because that will
1545 # break other packages using the cache if that directory is
1546 # removed, or if the path is relative.
1547 INSTALL=$ac_install_sh
1548 fi
1549 fi
1550 echo "$as_me:$LINENO: result: $INSTALL" >&5
1551 echo "${ECHO_T}$INSTALL" >&6
1552
1553 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1554 # It thinks the first close brace ends the variable substitution.
1555 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1556
1557 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1558
1559 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1560
1561 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1562 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1563 # Just in case
1564 sleep 1
1565 echo timestamp > conftest.file
1566 # Do `set' in a subshell so we don't clobber the current shell's
1567 # arguments. Must try -L first in case configure is actually a
1568 # symlink; some systems play weird games with the mod time of symlinks
1569 # (eg FreeBSD returns the mod time of the symlink's containing
1570 # directory).
1571 if (
1572 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1573 if test "$*" = "X"; then
1574 # -L didn't work.
1575 set X `ls -t $srcdir/configure conftest.file`
1576 fi
1577 rm -f conftest.file
1578 if test "$*" != "X $srcdir/configure conftest.file" \
1579 && test "$*" != "X conftest.file $srcdir/configure"; then
1580
1581 # If neither matched, then we have a broken ls. This can happen
1582 # if, for instance, CONFIG_SHELL is bash and it inherits a
1583 # broken ls alias from the environment. This has actually
1584 # happened. Such a system could not be considered "sane".
1585 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1586 alias in your environment" >&5
1587 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1588 alias in your environment" >&2;}
1589 { (exit 1); exit 1; }; }
1590 fi
1591
1592 test "$2" = conftest.file
1593 )
1594 then
1595 # Ok.
1596 :
1597 else
1598 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1599 Check your system clock" >&5
1600 echo "$as_me: error: newly created file is older than distributed files!
1601 Check your system clock" >&2;}
1602 { (exit 1); exit 1; }; }
1603 fi
1604 echo "$as_me:$LINENO: result: yes" >&5
1605 echo "${ECHO_T}yes" >&6
1606 test "$program_prefix" != NONE &&
1607 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1608 # Use a double $ so make ignores it.
1609 test "$program_suffix" != NONE &&
1610 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1611 # Double any \ or $. echo might interpret backslashes.
1612 # By default was `s,x,x', remove it if useless.
1613 cat <<\_ACEOF >conftest.sed
1614 s/[\\$]/&&/g;s/;s,x,x,$//
1615 _ACEOF
1616 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1617 rm conftest.sed
1618
1619
1620 # expand $ac_aux_dir to an absolute path
1621 am_aux_dir=`cd $ac_aux_dir && pwd`
1622
1623 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1624 # Use eval to expand $SHELL
1625 if eval "$MISSING --run true"; then
1626 am_missing_run="$MISSING --run "
1627 else
1628 am_missing_run=
1629 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1630 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1631 fi
1632
1633 for ac_prog in gawk mawk nawk awk
1634 do
1635 # Extract the first word of "$ac_prog", so it can be a program name with args.
1636 set dummy $ac_prog; ac_word=$2
1637 echo "$as_me:$LINENO: checking for $ac_word" >&5
1638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1639 if test "${ac_cv_prog_AWK+set}" = set; then
1640 echo $ECHO_N "(cached) $ECHO_C" >&6
1641 else
1642 if test -n "$AWK"; then
1643 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1644 else
1645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1646 for as_dir in $PATH
1647 do
1648 IFS=$as_save_IFS
1649 test -z "$as_dir" && as_dir=.
1650 for ac_exec_ext in '' $ac_executable_extensions; do
1651 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652 ac_cv_prog_AWK="$ac_prog"
1653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1654 break 2
1655 fi
1656 done
1657 done
1658
1659 fi
1660 fi
1661 AWK=$ac_cv_prog_AWK
1662 if test -n "$AWK"; then
1663 echo "$as_me:$LINENO: result: $AWK" >&5
1664 echo "${ECHO_T}$AWK" >&6
1665 else
1666 echo "$as_me:$LINENO: result: no" >&5
1667 echo "${ECHO_T}no" >&6
1668 fi
1669
1670 test -n "$AWK" && break
1671 done
1672
1673 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1674 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1675 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1676 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1677 echo $ECHO_N "(cached) $ECHO_C" >&6
1678 else
1679 cat >conftest.make <<\_ACEOF
1680 all:
1681 @echo 'ac_maketemp="$(MAKE)"'
1682 _ACEOF
1683 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1684 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1685 if test -n "$ac_maketemp"; then
1686 eval ac_cv_prog_make_${ac_make}_set=yes
1687 else
1688 eval ac_cv_prog_make_${ac_make}_set=no
1689 fi
1690 rm -f conftest.make
1691 fi
1692 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1693 echo "$as_me:$LINENO: result: yes" >&5
1694 echo "${ECHO_T}yes" >&6
1695 SET_MAKE=
1696 else
1697 echo "$as_me:$LINENO: result: no" >&5
1698 echo "${ECHO_T}no" >&6
1699 SET_MAKE="MAKE=${MAKE-make}"
1700 fi
1701
1702 rm -rf .tst 2>/dev/null
1703 mkdir .tst 2>/dev/null
1704 if test -d .tst; then
1705 am__leading_dot=.
1706 else
1707 am__leading_dot=_
1708 fi
1709 rmdir .tst 2>/dev/null
1710
1711 # test to see if srcdir already configured
1712 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1713 test -f $srcdir/config.status; then
1714 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1715 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1716 { (exit 1); exit 1; }; }
1717 fi
1718
1719 # test whether we have cygpath
1720 if test -z "$CYGPATH_W"; then
1721 if (cygpath --version) >/dev/null 2>/dev/null; then
1722 CYGPATH_W='cygpath -w'
1723 else
1724 CYGPATH_W=echo
1725 fi
1726 fi
1727
1728
1729 # Define the identity of the package.
1730 PACKAGE=vpe
1731 VERSION=1.4
1732
1733
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE "$PACKAGE"
1736 _ACEOF
1737
1738
1739 cat >>confdefs.h <<_ACEOF
1740 #define VERSION "$VERSION"
1741 _ACEOF
1742
1743 # Some tools Automake needs.
1744
1745 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1746
1747
1748 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1749
1750
1751 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1752
1753
1754 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1755
1756
1757 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1758
1759
1760 AMTAR=${AMTAR-"${am_missing_run}tar"}
1761
1762 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1763
1764 # Installed binaries are usually stripped using `strip' when the user
1765 # run `make install-strip'. However `strip' might not be the right
1766 # tool to use in cross-compilation environments, therefore Automake
1767 # will honor the `STRIP' environment variable to overrule this program.
1768 if test "$cross_compiling" != no; then
1769 if test -n "$ac_tool_prefix"; then
1770 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1771 set dummy ${ac_tool_prefix}strip; ac_word=$2
1772 echo "$as_me:$LINENO: checking for $ac_word" >&5
1773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1774 if test "${ac_cv_prog_STRIP+set}" = set; then
1775 echo $ECHO_N "(cached) $ECHO_C" >&6
1776 else
1777 if test -n "$STRIP"; then
1778 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1779 else
1780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1781 for as_dir in $PATH
1782 do
1783 IFS=$as_save_IFS
1784 test -z "$as_dir" && as_dir=.
1785 for ac_exec_ext in '' $ac_executable_extensions; do
1786 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1787 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1788 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1789 break 2
1790 fi
1791 done
1792 done
1793
1794 fi
1795 fi
1796 STRIP=$ac_cv_prog_STRIP
1797 if test -n "$STRIP"; then
1798 echo "$as_me:$LINENO: result: $STRIP" >&5
1799 echo "${ECHO_T}$STRIP" >&6
1800 else
1801 echo "$as_me:$LINENO: result: no" >&5
1802 echo "${ECHO_T}no" >&6
1803 fi
1804
1805 fi
1806 if test -z "$ac_cv_prog_STRIP"; then
1807 ac_ct_STRIP=$STRIP
1808 # Extract the first word of "strip", so it can be a program name with args.
1809 set dummy strip; ac_word=$2
1810 echo "$as_me:$LINENO: checking for $ac_word" >&5
1811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1812 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1813 echo $ECHO_N "(cached) $ECHO_C" >&6
1814 else
1815 if test -n "$ac_ct_STRIP"; then
1816 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1817 else
1818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1819 for as_dir in $PATH
1820 do
1821 IFS=$as_save_IFS
1822 test -z "$as_dir" && as_dir=.
1823 for ac_exec_ext in '' $ac_executable_extensions; do
1824 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1825 ac_cv_prog_ac_ct_STRIP="strip"
1826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1827 break 2
1828 fi
1829 done
1830 done
1831
1832 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1833 fi
1834 fi
1835 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1836 if test -n "$ac_ct_STRIP"; then
1837 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1838 echo "${ECHO_T}$ac_ct_STRIP" >&6
1839 else
1840 echo "$as_me:$LINENO: result: no" >&5
1841 echo "${ECHO_T}no" >&6
1842 fi
1843
1844 STRIP=$ac_ct_STRIP
1845 else
1846 STRIP="$ac_cv_prog_STRIP"
1847 fi
1848
1849 fi
1850 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1851
1852 # We need awk for the "check" target. The system "awk" is bad on
1853 # some platforms.
1854
1855
1856
1857 ac_config_headers="$ac_config_headers config.h"
1858
1859 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1860 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1861 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1862 if test "${enable_maintainer_mode+set}" = set; then
1863 enableval="$enable_maintainer_mode"
1864 USE_MAINTAINER_MODE=$enableval
1865 else
1866 USE_MAINTAINER_MODE=no
1867 fi;
1868 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1869 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1870
1871
1872 if test $USE_MAINTAINER_MODE = yes; then
1873 MAINTAINER_MODE_TRUE=
1874 MAINTAINER_MODE_FALSE='#'
1875 else
1876 MAINTAINER_MODE_TRUE='#'
1877 MAINTAINER_MODE_FALSE=
1878 fi
1879
1880 MAINT=$MAINTAINER_MODE_TRUE
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1892
1893 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1894
1895
1896
1897 MKINSTALLDIRS=
1898 if test -n "$ac_aux_dir"; then
1899 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1900 fi
1901 if test -z "$MKINSTALLDIRS"; then
1902 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1903 fi
1904
1905
1906
1907
1908
1909 # Extract the first word of "msgfmt", so it can be a program name with args.
1910 set dummy msgfmt; ac_word=$2
1911 echo "$as_me:$LINENO: checking for $ac_word" >&5
1912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1913 if test "${ac_cv_path_MSGFMT+set}" = set; then
1914 echo $ECHO_N "(cached) $ECHO_C" >&6
1915 else
1916 case "$MSGFMT" in
1917 /*)
1918 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1919 ;;
1920 *)
1921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1922 for ac_dir in $PATH; do
1923 test -z "$ac_dir" && ac_dir=.
1924 if test -f $ac_dir/$ac_word; then
1925 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1926 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1927 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1928 break
1929 fi
1930 fi
1931 done
1932 IFS="$ac_save_ifs"
1933 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1934 ;;
1935 esac
1936 fi
1937 MSGFMT="$ac_cv_path_MSGFMT"
1938 if test "$MSGFMT" != ":"; then
1939 echo "$as_me:$LINENO: result: $MSGFMT" >&5
1940 echo "${ECHO_T}$MSGFMT" >&6
1941 else
1942 echo "$as_me:$LINENO: result: no" >&5
1943 echo "${ECHO_T}no" >&6
1944 fi
1945
1946 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1947 set dummy gmsgfmt; ac_word=$2
1948 echo "$as_me:$LINENO: checking for $ac_word" >&5
1949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1950 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1951 echo $ECHO_N "(cached) $ECHO_C" >&6
1952 else
1953 case $GMSGFMT in
1954 [\\/]* | ?:[\\/]*)
1955 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1956 ;;
1957 *)
1958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1959 for as_dir in $PATH
1960 do
1961 IFS=$as_save_IFS
1962 test -z "$as_dir" && as_dir=.
1963 for ac_exec_ext in '' $ac_executable_extensions; do
1964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1965 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1967 break 2
1968 fi
1969 done
1970 done
1971
1972 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1973 ;;
1974 esac
1975 fi
1976 GMSGFMT=$ac_cv_path_GMSGFMT
1977
1978 if test -n "$GMSGFMT"; then
1979 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1980 echo "${ECHO_T}$GMSGFMT" >&6
1981 else
1982 echo "$as_me:$LINENO: result: no" >&5
1983 echo "${ECHO_T}no" >&6
1984 fi
1985
1986
1987 # Extract the first word of "xgettext", so it can be a program name with args.
1988 set dummy xgettext; ac_word=$2
1989 echo "$as_me:$LINENO: checking for $ac_word" >&5
1990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1991 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1992 echo $ECHO_N "(cached) $ECHO_C" >&6
1993 else
1994 case "$XGETTEXT" in
1995 /*)
1996 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1997 ;;
1998 *)
1999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2000 for ac_dir in $PATH; do
2001 test -z "$ac_dir" && ac_dir=.
2002 if test -f $ac_dir/$ac_word; then
2003 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2004 (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
2005 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2006 break
2007 fi
2008 fi
2009 done
2010 IFS="$ac_save_ifs"
2011 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2012 ;;
2013 esac
2014 fi
2015 XGETTEXT="$ac_cv_path_XGETTEXT"
2016 if test "$XGETTEXT" != ":"; then
2017 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2018 echo "${ECHO_T}$XGETTEXT" >&6
2019 else
2020 echo "$as_me:$LINENO: result: no" >&5
2021 echo "${ECHO_T}no" >&6
2022 fi
2023
2024 rm -f messages.po
2025
2026 # Extract the first word of "msgmerge", so it can be a program name with args.
2027 set dummy msgmerge; ac_word=$2
2028 echo "$as_me:$LINENO: checking for $ac_word" >&5
2029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2030 if test "${ac_cv_path_MSGMERGE+set}" = set; then
2031 echo $ECHO_N "(cached) $ECHO_C" >&6
2032 else
2033 case "$MSGMERGE" in
2034 /*)
2035 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2036 ;;
2037 *)
2038 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2039 for ac_dir in $PATH; do
2040 test -z "$ac_dir" && ac_dir=.
2041 if test -f $ac_dir/$ac_word; then
2042 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2043 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2044 break
2045 fi
2046 fi
2047 done
2048 IFS="$ac_save_ifs"
2049 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2050 ;;
2051 esac
2052 fi
2053 MSGMERGE="$ac_cv_path_MSGMERGE"
2054 if test "$MSGMERGE" != ":"; then
2055 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2056 echo "${ECHO_T}$MSGMERGE" >&6
2057 else
2058 echo "$as_me:$LINENO: result: no" >&5
2059 echo "${ECHO_T}no" >&6
2060 fi
2061
2062
2063 if test "$GMSGFMT" != ":"; then
2064 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2065 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2066 : ;
2067 else
2068 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2069 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2070 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2071 GMSGFMT=":"
2072 fi
2073 fi
2074
2075 if test "$XGETTEXT" != ":"; then
2076 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2077 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2078 : ;
2079 else
2080 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2081 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2082 XGETTEXT=":"
2083 fi
2084 rm -f messages.po
2085 fi
2086
2087 ac_config_commands="$ac_config_commands default-1"
2088
2089
2090
2091 if test "X$prefix" = "XNONE"; then
2092 acl_final_prefix="$ac_default_prefix"
2093 else
2094 acl_final_prefix="$prefix"
2095 fi
2096 if test "X$exec_prefix" = "XNONE"; then
2097 acl_final_exec_prefix='${prefix}'
2098 else
2099 acl_final_exec_prefix="$exec_prefix"
2100 fi
2101 acl_save_prefix="$prefix"
2102 prefix="$acl_final_prefix"
2103 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2104 prefix="$acl_save_prefix"
2105
2106 DEPDIR="${am__leading_dot}deps"
2107
2108 ac_config_commands="$ac_config_commands depfiles"
2109
2110
2111 am_make=${MAKE-make}
2112 cat > confinc << 'END'
2113 am__doit:
2114 @echo done
2115 .PHONY: am__doit
2116 END
2117 # If we don't find an include directive, just comment out the code.
2118 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2119 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2120 am__include="#"
2121 am__quote=
2122 _am_result=none
2123 # First try GNU make style include.
2124 echo "include confinc" > confmf
2125 # We grep out `Entering directory' and `Leaving directory'
2126 # messages which can occur if `w' ends up in MAKEFLAGS.
2127 # In particular we don't look at `^make:' because GNU make might
2128 # be invoked under some other name (usually "gmake"), in which
2129 # case it prints its new name instead of `make'.
2130 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2131 am__include=include
2132 am__quote=
2133 _am_result=GNU
2134 fi
2135 # Now try BSD make style include.
2136 if test "$am__include" = "#"; then
2137 echo '.include "confinc"' > confmf
2138 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2139 am__include=.include
2140 am__quote="\""
2141 _am_result=BSD
2142 fi
2143 fi
2144
2145
2146 echo "$as_me:$LINENO: result: $_am_result" >&5
2147 echo "${ECHO_T}$_am_result" >&6
2148 rm -f confinc confmf
2149
2150 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2151 if test "${enable_dependency_tracking+set}" = set; then
2152 enableval="$enable_dependency_tracking"
2153
2154 fi;
2155 if test "x$enable_dependency_tracking" != xno; then
2156 am_depcomp="$ac_aux_dir/depcomp"
2157 AMDEPBACKSLASH='\'
2158 fi
2159
2160
2161 if test "x$enable_dependency_tracking" != xno; then
2162 AMDEP_TRUE=
2163 AMDEP_FALSE='#'
2164 else
2165 AMDEP_TRUE='#'
2166 AMDEP_FALSE=
2167 fi
2168
2169
2170
2171 ac_ext=c
2172 ac_cpp='$CPP $CPPFLAGS'
2173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2176 if test -n "$ac_tool_prefix"; then
2177 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2178 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2179 echo "$as_me:$LINENO: checking for $ac_word" >&5
2180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2181 if test "${ac_cv_prog_CC+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 else
2184 if test -n "$CC"; then
2185 ac_cv_prog_CC="$CC" # Let the user override the test.
2186 else
2187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2188 for as_dir in $PATH
2189 do
2190 IFS=$as_save_IFS
2191 test -z "$as_dir" && as_dir=.
2192 for ac_exec_ext in '' $ac_executable_extensions; do
2193 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2194 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2195 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2196 break 2
2197 fi
2198 done
2199 done
2200
2201 fi
2202 fi
2203 CC=$ac_cv_prog_CC
2204 if test -n "$CC"; then
2205 echo "$as_me:$LINENO: result: $CC" >&5
2206 echo "${ECHO_T}$CC" >&6
2207 else
2208 echo "$as_me:$LINENO: result: no" >&5
2209 echo "${ECHO_T}no" >&6
2210 fi
2211
2212 fi
2213 if test -z "$ac_cv_prog_CC"; then
2214 ac_ct_CC=$CC
2215 # Extract the first word of "gcc", so it can be a program name with args.
2216 set dummy gcc; ac_word=$2
2217 echo "$as_me:$LINENO: checking for $ac_word" >&5
2218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2219 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2220 echo $ECHO_N "(cached) $ECHO_C" >&6
2221 else
2222 if test -n "$ac_ct_CC"; then
2223 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2224 else
2225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2226 for as_dir in $PATH
2227 do
2228 IFS=$as_save_IFS
2229 test -z "$as_dir" && as_dir=.
2230 for ac_exec_ext in '' $ac_executable_extensions; do
2231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2232 ac_cv_prog_ac_ct_CC="gcc"
2233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2234 break 2
2235 fi
2236 done
2237 done
2238
2239 fi
2240 fi
2241 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2242 if test -n "$ac_ct_CC"; then
2243 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2244 echo "${ECHO_T}$ac_ct_CC" >&6
2245 else
2246 echo "$as_me:$LINENO: result: no" >&5
2247 echo "${ECHO_T}no" >&6
2248 fi
2249
2250 CC=$ac_ct_CC
2251 else
2252 CC="$ac_cv_prog_CC"
2253 fi
2254
2255 if test -z "$CC"; then
2256 if test -n "$ac_tool_prefix"; then
2257 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2258 set dummy ${ac_tool_prefix}cc; ac_word=$2
2259 echo "$as_me:$LINENO: checking for $ac_word" >&5
2260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2261 if test "${ac_cv_prog_CC+set}" = set; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 if test -n "$CC"; then
2265 ac_cv_prog_CC="$CC" # Let the user override the test.
2266 else
2267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2268 for as_dir in $PATH
2269 do
2270 IFS=$as_save_IFS
2271 test -z "$as_dir" && as_dir=.
2272 for ac_exec_ext in '' $ac_executable_extensions; do
2273 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2274 ac_cv_prog_CC="${ac_tool_prefix}cc"
2275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2276 break 2
2277 fi
2278 done
2279 done
2280
2281 fi
2282 fi
2283 CC=$ac_cv_prog_CC
2284 if test -n "$CC"; then
2285 echo "$as_me:$LINENO: result: $CC" >&5
2286 echo "${ECHO_T}$CC" >&6
2287 else
2288 echo "$as_me:$LINENO: result: no" >&5
2289 echo "${ECHO_T}no" >&6
2290 fi
2291
2292 fi
2293 if test -z "$ac_cv_prog_CC"; then
2294 ac_ct_CC=$CC
2295 # Extract the first word of "cc", so it can be a program name with args.
2296 set dummy cc; ac_word=$2
2297 echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2299 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 else
2302 if test -n "$ac_ct_CC"; then
2303 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2304 else
2305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306 for as_dir in $PATH
2307 do
2308 IFS=$as_save_IFS
2309 test -z "$as_dir" && as_dir=.
2310 for ac_exec_ext in '' $ac_executable_extensions; do
2311 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2312 ac_cv_prog_ac_ct_CC="cc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314 break 2
2315 fi
2316 done
2317 done
2318
2319 fi
2320 fi
2321 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2322 if test -n "$ac_ct_CC"; then
2323 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2324 echo "${ECHO_T}$ac_ct_CC" >&6
2325 else
2326 echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6
2328 fi
2329
2330 CC=$ac_ct_CC
2331 else
2332 CC="$ac_cv_prog_CC"
2333 fi
2334
2335 fi
2336 if test -z "$CC"; then
2337 # Extract the first word of "cc", so it can be a program name with args.
2338 set dummy cc; ac_word=$2
2339 echo "$as_me:$LINENO: checking for $ac_word" >&5
2340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2341 if test "${ac_cv_prog_CC+set}" = set; then
2342 echo $ECHO_N "(cached) $ECHO_C" >&6
2343 else
2344 if test -n "$CC"; then
2345 ac_cv_prog_CC="$CC" # Let the user override the test.
2346 else
2347 ac_prog_rejected=no
2348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2349 for as_dir in $PATH
2350 do
2351 IFS=$as_save_IFS
2352 test -z "$as_dir" && as_dir=.
2353 for ac_exec_ext in '' $ac_executable_extensions; do
2354 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2355 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2356 ac_prog_rejected=yes
2357 continue
2358 fi
2359 ac_cv_prog_CC="cc"
2360 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2361 break 2
2362 fi
2363 done
2364 done
2365
2366 if test $ac_prog_rejected = yes; then
2367 # We found a bogon in the path, so make sure we never use it.
2368 set dummy $ac_cv_prog_CC
2369 shift
2370 if test $# != 0; then
2371 # We chose a different compiler from the bogus one.
2372 # However, it has the same basename, so the bogon will be chosen
2373 # first if we set CC to just the basename; use the full file name.
2374 shift
2375 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2376 fi
2377 fi
2378 fi
2379 fi
2380 CC=$ac_cv_prog_CC
2381 if test -n "$CC"; then
2382 echo "$as_me:$LINENO: result: $CC" >&5
2383 echo "${ECHO_T}$CC" >&6
2384 else
2385 echo "$as_me:$LINENO: result: no" >&5
2386 echo "${ECHO_T}no" >&6
2387 fi
2388
2389 fi
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 for ac_prog in cl
2393 do
2394 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2395 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2396 echo "$as_me:$LINENO: checking for $ac_word" >&5
2397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2398 if test "${ac_cv_prog_CC+set}" = set; then
2399 echo $ECHO_N "(cached) $ECHO_C" >&6
2400 else
2401 if test -n "$CC"; then
2402 ac_cv_prog_CC="$CC" # Let the user override the test.
2403 else
2404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2405 for as_dir in $PATH
2406 do
2407 IFS=$as_save_IFS
2408 test -z "$as_dir" && as_dir=.
2409 for ac_exec_ext in '' $ac_executable_extensions; do
2410 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2411 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2413 break 2
2414 fi
2415 done
2416 done
2417
2418 fi
2419 fi
2420 CC=$ac_cv_prog_CC
2421 if test -n "$CC"; then
2422 echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6
2424 else
2425 echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6
2427 fi
2428
2429 test -n "$CC" && break
2430 done
2431 fi
2432 if test -z "$CC"; then
2433 ac_ct_CC=$CC
2434 for ac_prog in cl
2435 do
2436 # Extract the first word of "$ac_prog", so it can be a program name with args.
2437 set dummy $ac_prog; ac_word=$2
2438 echo "$as_me:$LINENO: checking for $ac_word" >&5
2439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2440 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2441 echo $ECHO_N "(cached) $ECHO_C" >&6
2442 else
2443 if test -n "$ac_ct_CC"; then
2444 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2445 else
2446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2447 for as_dir in $PATH
2448 do
2449 IFS=$as_save_IFS
2450 test -z "$as_dir" && as_dir=.
2451 for ac_exec_ext in '' $ac_executable_extensions; do
2452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2453 ac_cv_prog_ac_ct_CC="$ac_prog"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2456 fi
2457 done
2458 done
2459
2460 fi
2461 fi
2462 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2463 if test -n "$ac_ct_CC"; then
2464 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2465 echo "${ECHO_T}$ac_ct_CC" >&6
2466 else
2467 echo "$as_me:$LINENO: result: no" >&5
2468 echo "${ECHO_T}no" >&6
2469 fi
2470
2471 test -n "$ac_ct_CC" && break
2472 done
2473
2474 CC=$ac_ct_CC
2475 fi
2476
2477 fi
2478
2479
2480 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2481 See \`config.log' for more details." >&5
2482 echo "$as_me: error: no acceptable C compiler found in \$PATH
2483 See \`config.log' for more details." >&2;}
2484 { (exit 1); exit 1; }; }
2485
2486 # Provide some information about the compiler.
2487 echo "$as_me:$LINENO:" \
2488 "checking for C compiler version" >&5
2489 ac_compiler=`set X $ac_compile; echo $2`
2490 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2491 (eval $ac_compiler --version </dev/null >&5) 2>&5
2492 ac_status=$?
2493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494 (exit $ac_status); }
2495 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2496 (eval $ac_compiler -v </dev/null >&5) 2>&5
2497 ac_status=$?
2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499 (exit $ac_status); }
2500 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2501 (eval $ac_compiler -V </dev/null >&5) 2>&5
2502 ac_status=$?
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }
2505
2506 cat >conftest.$ac_ext <<_ACEOF
2507 /* confdefs.h. */
2508 _ACEOF
2509 cat confdefs.h >>conftest.$ac_ext
2510 cat >>conftest.$ac_ext <<_ACEOF
2511 /* end confdefs.h. */
2512
2513 int
2514 main ()
2515 {
2516
2517 ;
2518 return 0;
2519 }
2520 _ACEOF
2521 ac_clean_files_save=$ac_clean_files
2522 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2523 # Try to create an executable without -o first, disregard a.out.
2524 # It will help us diagnose broken compilers, and finding out an intuition
2525 # of exeext.
2526 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2527 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2528 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2529 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2530 (eval $ac_link_default) 2>&5
2531 ac_status=$?
2532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533 (exit $ac_status); }; then
2534 # Find the output, starting from the most likely. This scheme is
2535 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2536 # resort.
2537
2538 # Be careful to initialize this variable, since it used to be cached.
2539 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2540 ac_cv_exeext=
2541 # b.out is created by i960 compilers.
2542 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2543 do
2544 test -f "$ac_file" || continue
2545 case $ac_file in
2546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2547 ;;
2548 conftest.$ac_ext )
2549 # This is the source file.
2550 ;;
2551 [ab].out )
2552 # We found the default executable, but exeext='' is most
2553 # certainly right.
2554 break;;
2555 *.* )
2556 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2557 # FIXME: I believe we export ac_cv_exeext for Libtool,
2558 # but it would be cool to find out if it's true. Does anybody
2559 # maintain Libtool? --akim.
2560 export ac_cv_exeext
2561 break;;
2562 * )
2563 break;;
2564 esac
2565 done
2566 else
2567 echo "$as_me: failed program was:" >&5
2568 sed 's/^/| /' conftest.$ac_ext >&5
2569
2570 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2571 See \`config.log' for more details." >&5
2572 echo "$as_me: error: C compiler cannot create executables
2573 See \`config.log' for more details." >&2;}
2574 { (exit 77); exit 77; }; }
2575 fi
2576
2577 ac_exeext=$ac_cv_exeext
2578 echo "$as_me:$LINENO: result: $ac_file" >&5
2579 echo "${ECHO_T}$ac_file" >&6
2580
2581 # Check the compiler produces executables we can run. If not, either
2582 # the compiler is broken, or we cross compile.
2583 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2584 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2585 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2586 # If not cross compiling, check that we can run a simple program.
2587 if test "$cross_compiling" != yes; then
2588 if { ac_try='./$ac_file'
2589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2590 (eval $ac_try) 2>&5
2591 ac_status=$?
2592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593 (exit $ac_status); }; }; then
2594 cross_compiling=no
2595 else
2596 if test "$cross_compiling" = maybe; then
2597 cross_compiling=yes
2598 else
2599 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2600 If you meant to cross compile, use \`--host'.
2601 See \`config.log' for more details." >&5
2602 echo "$as_me: error: cannot run C compiled programs.
2603 If you meant to cross compile, use \`--host'.
2604 See \`config.log' for more details." >&2;}
2605 { (exit 1); exit 1; }; }
2606 fi
2607 fi
2608 fi
2609 echo "$as_me:$LINENO: result: yes" >&5
2610 echo "${ECHO_T}yes" >&6
2611
2612 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2613 ac_clean_files=$ac_clean_files_save
2614 # Check the compiler produces executables we can run. If not, either
2615 # the compiler is broken, or we cross compile.
2616 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2617 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2618 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2619 echo "${ECHO_T}$cross_compiling" >&6
2620
2621 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2622 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2624 (eval $ac_link) 2>&5
2625 ac_status=$?
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); }; then
2628 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2629 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2630 # work properly (i.e., refer to `conftest.exe'), while it won't with
2631 # `rm'.
2632 for ac_file in conftest.exe conftest conftest.*; do
2633 test -f "$ac_file" || continue
2634 case $ac_file in
2635 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2636 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2637 export ac_cv_exeext
2638 break;;
2639 * ) break;;
2640 esac
2641 done
2642 else
2643 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2644 See \`config.log' for more details." >&5
2645 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2646 See \`config.log' for more details." >&2;}
2647 { (exit 1); exit 1; }; }
2648 fi
2649
2650 rm -f conftest$ac_cv_exeext
2651 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2652 echo "${ECHO_T}$ac_cv_exeext" >&6
2653
2654 rm -f conftest.$ac_ext
2655 EXEEXT=$ac_cv_exeext
2656 ac_exeext=$EXEEXT
2657 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2658 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2659 if test "${ac_cv_objext+set}" = set; then
2660 echo $ECHO_N "(cached) $ECHO_C" >&6
2661 else
2662 cat >conftest.$ac_ext <<_ACEOF
2663 /* confdefs.h. */
2664 _ACEOF
2665 cat confdefs.h >>conftest.$ac_ext
2666 cat >>conftest.$ac_ext <<_ACEOF
2667 /* end confdefs.h. */
2668
2669 int
2670 main ()
2671 {
2672
2673 ;
2674 return 0;
2675 }
2676 _ACEOF
2677 rm -f conftest.o conftest.obj
2678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2679 (eval $ac_compile) 2>&5
2680 ac_status=$?
2681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2682 (exit $ac_status); }; then
2683 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2684 case $ac_file in
2685 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2686 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2687 break;;
2688 esac
2689 done
2690 else
2691 echo "$as_me: failed program was:" >&5
2692 sed 's/^/| /' conftest.$ac_ext >&5
2693
2694 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2695 See \`config.log' for more details." >&5
2696 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2697 See \`config.log' for more details." >&2;}
2698 { (exit 1); exit 1; }; }
2699 fi
2700
2701 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2702 fi
2703 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2704 echo "${ECHO_T}$ac_cv_objext" >&6
2705 OBJEXT=$ac_cv_objext
2706 ac_objext=$OBJEXT
2707 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2708 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2709 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2710 echo $ECHO_N "(cached) $ECHO_C" >&6
2711 else
2712 cat >conftest.$ac_ext <<_ACEOF
2713 /* confdefs.h. */
2714 _ACEOF
2715 cat confdefs.h >>conftest.$ac_ext
2716 cat >>conftest.$ac_ext <<_ACEOF
2717 /* end confdefs.h. */
2718
2719 int
2720 main ()
2721 {
2722 #ifndef __GNUC__
2723 choke me
2724 #endif
2725
2726 ;
2727 return 0;
2728 }
2729 _ACEOF
2730 rm -f conftest.$ac_objext
2731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2732 (eval $ac_compile) 2>conftest.er1
2733 ac_status=$?
2734 grep -v '^ *+' conftest.er1 >conftest.err
2735 rm -f conftest.er1
2736 cat conftest.err >&5
2737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); } &&
2739 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2741 (eval $ac_try) 2>&5
2742 ac_status=$?
2743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2744 (exit $ac_status); }; } &&
2745 { ac_try='test -s conftest.$ac_objext'
2746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2747 (eval $ac_try) 2>&5
2748 ac_status=$?
2749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2750 (exit $ac_status); }; }; then
2751 ac_compiler_gnu=yes
2752 else
2753 echo "$as_me: failed program was:" >&5
2754 sed 's/^/| /' conftest.$ac_ext >&5
2755
2756 ac_compiler_gnu=no
2757 fi
2758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2759 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2760
2761 fi
2762 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2763 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2764 GCC=`test $ac_compiler_gnu = yes && echo yes`
2765 ac_test_CFLAGS=${CFLAGS+set}
2766 ac_save_CFLAGS=$CFLAGS
2767 CFLAGS="-g"
2768 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2769 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2770 if test "${ac_cv_prog_cc_g+set}" = set; then
2771 echo $ECHO_N "(cached) $ECHO_C" >&6
2772 else
2773 cat >conftest.$ac_ext <<_ACEOF
2774 /* confdefs.h. */
2775 _ACEOF
2776 cat confdefs.h >>conftest.$ac_ext
2777 cat >>conftest.$ac_ext <<_ACEOF
2778 /* end confdefs.h. */
2779
2780 int
2781 main ()
2782 {
2783
2784 ;
2785 return 0;
2786 }
2787 _ACEOF
2788 rm -f conftest.$ac_objext
2789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2790 (eval $ac_compile) 2>conftest.er1
2791 ac_status=$?
2792 grep -v '^ *+' conftest.er1 >conftest.err
2793 rm -f conftest.er1
2794 cat conftest.err >&5
2795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796 (exit $ac_status); } &&
2797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799 (eval $ac_try) 2>&5
2800 ac_status=$?
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; } &&
2803 { ac_try='test -s conftest.$ac_objext'
2804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2805 (eval $ac_try) 2>&5
2806 ac_status=$?
2807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2808 (exit $ac_status); }; }; then
2809 ac_cv_prog_cc_g=yes
2810 else
2811 echo "$as_me: failed program was:" >&5
2812 sed 's/^/| /' conftest.$ac_ext >&5
2813
2814 ac_cv_prog_cc_g=no
2815 fi
2816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2817 fi
2818 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2819 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2820 if test "$ac_test_CFLAGS" = set; then
2821 CFLAGS=$ac_save_CFLAGS
2822 elif test $ac_cv_prog_cc_g = yes; then
2823 if test "$GCC" = yes; then
2824 CFLAGS="-g -O2"
2825 else
2826 CFLAGS="-g"
2827 fi
2828 else
2829 if test "$GCC" = yes; then
2830 CFLAGS="-O2"
2831 else
2832 CFLAGS=
2833 fi
2834 fi
2835 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2836 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2837 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2838 echo $ECHO_N "(cached) $ECHO_C" >&6
2839 else
2840 ac_cv_prog_cc_stdc=no
2841 ac_save_CC=$CC
2842 cat >conftest.$ac_ext <<_ACEOF
2843 /* confdefs.h. */
2844 _ACEOF
2845 cat confdefs.h >>conftest.$ac_ext
2846 cat >>conftest.$ac_ext <<_ACEOF
2847 /* end confdefs.h. */
2848 #include <stdarg.h>
2849 #include <stdio.h>
2850 #include <sys/types.h>
2851 #include <sys/stat.h>
2852 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2853 struct buf { int x; };
2854 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2855 static char *e (p, i)
2856 char **p;
2857 int i;
2858 {
2859 return p[i];
2860 }
2861 static char *f (char * (*g) (char **, int), char **p, ...)
2862 {
2863 char *s;
2864 va_list v;
2865 va_start (v,p);
2866 s = g (p, va_arg (v,int));
2867 va_end (v);
2868 return s;
2869 }
2870
2871 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2872 function prototypes and stuff, but not '\xHH' hex character constants.
2873 These don't provoke an error unfortunately, instead are silently treated
2874 as 'x'. The following induces an error, until -std1 is added to get
2875 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2876 array size at least. It's necessary to write '\x00'==0 to get something
2877 that's true only with -std1. */
2878 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2879
2880 int test (int i, double x);
2881 struct s1 {int (*f) (int a);};
2882 struct s2 {int (*f) (double a);};
2883 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2884 int argc;
2885 char **argv;
2886 int
2887 main ()
2888 {
2889 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2890 ;
2891 return 0;
2892 }
2893 _ACEOF
2894 # Don't try gcc -ansi; that turns off useful extensions and
2895 # breaks some systems' header files.
2896 # AIX -qlanglvl=ansi
2897 # Ultrix and OSF/1 -std1
2898 # HP-UX 10.20 and later -Ae
2899 # HP-UX older versions -Aa -D_HPUX_SOURCE
2900 # SVR4 -Xc -D__EXTENSIONS__
2901 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2902 do
2903 CC="$ac_save_CC $ac_arg"
2904 rm -f conftest.$ac_objext
2905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2906 (eval $ac_compile) 2>conftest.er1
2907 ac_status=$?
2908 grep -v '^ *+' conftest.er1 >conftest.err
2909 rm -f conftest.er1
2910 cat conftest.err >&5
2911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); } &&
2913 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2915 (eval $ac_try) 2>&5
2916 ac_status=$?
2917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918 (exit $ac_status); }; } &&
2919 { ac_try='test -s conftest.$ac_objext'
2920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2921 (eval $ac_try) 2>&5
2922 ac_status=$?
2923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924 (exit $ac_status); }; }; then
2925 ac_cv_prog_cc_stdc=$ac_arg
2926 break
2927 else
2928 echo "$as_me: failed program was:" >&5
2929 sed 's/^/| /' conftest.$ac_ext >&5
2930
2931 fi
2932 rm -f conftest.err conftest.$ac_objext
2933 done
2934 rm -f conftest.$ac_ext conftest.$ac_objext
2935 CC=$ac_save_CC
2936
2937 fi
2938
2939 case "x$ac_cv_prog_cc_stdc" in
2940 x|xno)
2941 echo "$as_me:$LINENO: result: none needed" >&5
2942 echo "${ECHO_T}none needed" >&6 ;;
2943 *)
2944 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2945 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2946 CC="$CC $ac_cv_prog_cc_stdc" ;;
2947 esac
2948
2949 # Some people use a C++ compiler to compile C. Since we use `exit',
2950 # in C++ we need to declare it. In case someone uses the same compiler
2951 # for both compiling C and C++ we need to have the C++ compiler decide
2952 # the declaration of exit, since it's the most demanding environment.
2953 cat >conftest.$ac_ext <<_ACEOF
2954 #ifndef __cplusplus
2955 choke me
2956 #endif
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2960 (eval $ac_compile) 2>conftest.er1
2961 ac_status=$?
2962 grep -v '^ *+' conftest.er1 >conftest.err
2963 rm -f conftest.er1
2964 cat conftest.err >&5
2965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966 (exit $ac_status); } &&
2967 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2969 (eval $ac_try) 2>&5
2970 ac_status=$?
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); }; } &&
2973 { ac_try='test -s conftest.$ac_objext'
2974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2975 (eval $ac_try) 2>&5
2976 ac_status=$?
2977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978 (exit $ac_status); }; }; then
2979 for ac_declaration in \
2980 '' \
2981 'extern "C" void std::exit (int) throw (); using std::exit;' \
2982 'extern "C" void std::exit (int); using std::exit;' \
2983 'extern "C" void exit (int) throw ();' \
2984 'extern "C" void exit (int);' \
2985 'void exit (int);'
2986 do
2987 cat >conftest.$ac_ext <<_ACEOF
2988 /* confdefs.h. */
2989 _ACEOF
2990 cat confdefs.h >>conftest.$ac_ext
2991 cat >>conftest.$ac_ext <<_ACEOF
2992 /* end confdefs.h. */
2993 $ac_declaration
2994 #include <stdlib.h>
2995 int
2996 main ()
2997 {
2998 exit (42);
2999 ;
3000 return 0;
3001 }
3002 _ACEOF
3003 rm -f conftest.$ac_objext
3004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3005 (eval $ac_compile) 2>conftest.er1
3006 ac_status=$?
3007 grep -v '^ *+' conftest.er1 >conftest.err
3008 rm -f conftest.er1
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011 (exit $ac_status); } &&
3012 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3014 (eval $ac_try) 2>&5
3015 ac_status=$?
3016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017 (exit $ac_status); }; } &&
3018 { ac_try='test -s conftest.$ac_objext'
3019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3020 (eval $ac_try) 2>&5
3021 ac_status=$?
3022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3023 (exit $ac_status); }; }; then
3024 :
3025 else
3026 echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3028
3029 continue
3030 fi
3031 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3032 cat >conftest.$ac_ext <<_ACEOF
3033 /* confdefs.h. */
3034 _ACEOF
3035 cat confdefs.h >>conftest.$ac_ext
3036 cat >>conftest.$ac_ext <<_ACEOF
3037 /* end confdefs.h. */
3038 $ac_declaration
3039 int
3040 main ()
3041 {
3042 exit (42);
3043 ;
3044 return 0;
3045 }
3046 _ACEOF
3047 rm -f conftest.$ac_objext
3048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3049 (eval $ac_compile) 2>conftest.er1
3050 ac_status=$?
3051 grep -v '^ *+' conftest.er1 >conftest.err
3052 rm -f conftest.er1
3053 cat conftest.err >&5
3054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3055 (exit $ac_status); } &&
3056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3058 (eval $ac_try) 2>&5
3059 ac_status=$?
3060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3061 (exit $ac_status); }; } &&
3062 { ac_try='test -s conftest.$ac_objext'
3063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3064 (eval $ac_try) 2>&5
3065 ac_status=$?
3066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3067 (exit $ac_status); }; }; then
3068 break
3069 else
3070 echo "$as_me: failed program was:" >&5
3071 sed 's/^/| /' conftest.$ac_ext >&5
3072
3073 fi
3074 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3075 done
3076 rm -f conftest*
3077 if test -n "$ac_declaration"; then
3078 echo '#ifdef __cplusplus' >>confdefs.h
3079 echo $ac_declaration >>confdefs.h
3080 echo '#endif' >>confdefs.h
3081 fi
3082
3083 else
3084 echo "$as_me: failed program was:" >&5
3085 sed 's/^/| /' conftest.$ac_ext >&5
3086
3087 fi
3088 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3089 ac_ext=c
3090 ac_cpp='$CPP $CPPFLAGS'
3091 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3092 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3093 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3094
3095 depcc="$CC" am_compiler_list=
3096
3097 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3098 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3099 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3100 echo $ECHO_N "(cached) $ECHO_C" >&6
3101 else
3102 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3103 # We make a subdir and do the tests there. Otherwise we can end up
3104 # making bogus files that we don't know about and never remove. For
3105 # instance it was reported that on HP-UX the gcc test will end up
3106 # making a dummy file named `D' -- because `-MD' means `put the output
3107 # in D'.
3108 mkdir conftest.dir
3109 # Copy depcomp to subdir because otherwise we won't find it if we're
3110 # using a relative directory.
3111 cp "$am_depcomp" conftest.dir
3112 cd conftest.dir
3113 # We will build objects and dependencies in a subdirectory because
3114 # it helps to detect inapplicable dependency modes. For instance
3115 # both Tru64's cc and ICC support -MD to output dependencies as a
3116 # side effect of compilation, but ICC will put the dependencies in
3117 # the current directory while Tru64 will put them in the object
3118 # directory.
3119 mkdir sub
3120
3121 am_cv_CC_dependencies_compiler_type=none
3122 if test "$am_compiler_list" = ""; then
3123 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3124 fi
3125 for depmode in $am_compiler_list; do
3126 # Setup a source with many dependencies, because some compilers
3127 # like to wrap large dependency lists on column 80 (with \), and
3128 # we should not choose a depcomp mode which is confused by this.
3129 #
3130 # We need to recreate these files for each test, as the compiler may
3131 # overwrite some of them when testing with obscure command lines.
3132 # This happens at least with the AIX C compiler.
3133 : > sub/conftest.c
3134 for i in 1 2 3 4 5 6; do
3135 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3136 : > sub/conftst$i.h
3137 done
3138 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3139
3140 case $depmode in
3141 nosideeffect)
3142 # after this tag, mechanisms are not by side-effect, so they'll
3143 # only be used when explicitly requested
3144 if test "x$enable_dependency_tracking" = xyes; then
3145 continue
3146 else
3147 break
3148 fi
3149 ;;
3150 none) break ;;
3151 esac
3152 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3153 # mode. It turns out that the SunPro C++ compiler does not properly
3154 # handle `-M -o', and we need to detect this.
3155 if depmode=$depmode \
3156 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3157 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3158 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3159 >/dev/null 2>conftest.err &&
3160 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3161 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3162 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3163 # icc doesn't choke on unknown options, it will just issue warnings
3164 # (even with -Werror). So we grep stderr for any message
3165 # that says an option was ignored.
3166 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3167 am_cv_CC_dependencies_compiler_type=$depmode
3168 break
3169 fi
3170 fi
3171 done
3172
3173 cd ..
3174 rm -rf conftest.dir
3175 else
3176 am_cv_CC_dependencies_compiler_type=none
3177 fi
3178
3179 fi
3180 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3181 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3182 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3183
3184
3185
3186 if
3187 test "x$enable_dependency_tracking" != xno \
3188 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3189 am__fastdepCC_TRUE=
3190 am__fastdepCC_FALSE='#'
3191 else
3192 am__fastdepCC_TRUE='#'
3193 am__fastdepCC_FALSE=
3194 fi
3195
3196
3197
3198 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3199 if test "${with_gnu_ld+set}" = set; then
3200 withval="$with_gnu_ld"
3201 test "$withval" = no || with_gnu_ld=yes
3202 else
3203 with_gnu_ld=no
3204 fi;
3205 ac_prog=ld
3206 if test "$GCC" = yes; then
3207 # Check if gcc -print-prog-name=ld gives a path.
3208 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3209 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3210 case $host in
3211 *-*-mingw*)
3212 # gcc leaves a trailing carriage return which upsets mingw
3213 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3214 *)
3215 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3216 esac
3217 case $ac_prog in
3218 # Accept absolute paths.
3219 [\\/]* | [A-Za-z]:[\\/]*)
3220 re_direlt='/[^/][^/]*/\.\./'
3221 # Canonicalize the path of ld
3222 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3223 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3224 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3225 done
3226 test -z "$LD" && LD="$ac_prog"
3227 ;;
3228 "")
3229 # If it fails, then pretend we aren't using GCC.
3230 ac_prog=ld
3231 ;;
3232 *)
3233 # If it is relative, then search for the first ld in PATH.
3234 with_gnu_ld=unknown
3235 ;;
3236 esac
3237 elif test "$with_gnu_ld" = yes; then
3238 echo "$as_me:$LINENO: checking for GNU ld" >&5
3239 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3240 else
3241 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3242 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3243 fi
3244 if test "${acl_cv_path_LD+set}" = set; then
3245 echo $ECHO_N "(cached) $ECHO_C" >&6
3246 else
3247 if test -z "$LD"; then
3248 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3249 for ac_dir in $PATH; do
3250 test -z "$ac_dir" && ac_dir=.
3251 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3252 acl_cv_path_LD="$ac_dir/$ac_prog"
3253 # Check to see if the program is GNU ld. I'd rather use --version,
3254 # but apparently some GNU ld's only accept -v.
3255 # Break only if it was the GNU/non-GNU ld that we prefer.
3256 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3257 test "$with_gnu_ld" != no && break
3258 else
3259 test "$with_gnu_ld" != yes && break
3260 fi
3261 fi
3262 done
3263 IFS="$ac_save_ifs"
3264 else
3265 acl_cv_path_LD="$LD" # Let the user override the test with a path.
3266 fi
3267 fi
3268
3269 LD="$acl_cv_path_LD"
3270 if test -n "$LD"; then
3271 echo "$as_me:$LINENO: result: $LD" >&5
3272 echo "${ECHO_T}$LD" >&6
3273 else
3274 echo "$as_me:$LINENO: result: no" >&5
3275 echo "${ECHO_T}no" >&6
3276 fi
3277 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3278 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3279 { (exit 1); exit 1; }; }
3280 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3281 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3282 if test "${acl_cv_prog_gnu_ld+set}" = set; then
3283 echo $ECHO_N "(cached) $ECHO_C" >&6
3284 else
3285 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3286 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3287 acl_cv_prog_gnu_ld=yes
3288 else
3289 acl_cv_prog_gnu_ld=no
3290 fi
3291 fi
3292 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3293 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3294 with_gnu_ld=$acl_cv_prog_gnu_ld
3295
3296
3297
3298 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3299 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3300 if test "${acl_cv_rpath+set}" = set; then
3301 echo $ECHO_N "(cached) $ECHO_C" >&6
3302 else
3303
3304 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3305 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3306 . ./conftest.sh
3307 rm -f ./conftest.sh
3308 acl_cv_rpath=done
3309
3310 fi
3311 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3312 echo "${ECHO_T}$acl_cv_rpath" >&6
3313 wl="$acl_cv_wl"
3314 libext="$acl_cv_libext"
3315 shlibext="$acl_cv_shlibext"
3316 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3317 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3318 hardcode_direct="$acl_cv_hardcode_direct"
3319 hardcode_minus_L="$acl_cv_hardcode_minus_L"
3320 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3321 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3322 # Check whether --enable-rpath or --disable-rpath was given.
3323 if test "${enable_rpath+set}" = set; then
3324 enableval="$enable_rpath"
3325 :
3326 else
3327 enable_rpath=yes
3328 fi;
3329
3330
3331
3332
3333
3334
3335
3336 use_additional=yes
3337
3338 acl_save_prefix="$prefix"
3339 prefix="$acl_final_prefix"
3340 acl_save_exec_prefix="$exec_prefix"
3341 exec_prefix="$acl_final_exec_prefix"
3342
3343 eval additional_includedir=\"$includedir\"
3344 eval additional_libdir=\"$libdir\"
3345
3346 exec_prefix="$acl_save_exec_prefix"
3347 prefix="$acl_save_prefix"
3348
3349
3350 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3351 if test "${with_libiconv_prefix+set}" = set; then
3352 withval="$with_libiconv_prefix"
3353
3354 if test "X$withval" = "Xno"; then
3355 use_additional=no
3356 else
3357 if test "X$withval" = "X"; then
3358
3359 acl_save_prefix="$prefix"
3360 prefix="$acl_final_prefix"
3361 acl_save_exec_prefix="$exec_prefix"
3362 exec_prefix="$acl_final_exec_prefix"
3363
3364 eval additional_includedir=\"$includedir\"
3365 eval additional_libdir=\"$libdir\"
3366
3367 exec_prefix="$acl_save_exec_prefix"
3368 prefix="$acl_save_prefix"
3369
3370 else
3371 additional_includedir="$withval/include"
3372 additional_libdir="$withval/lib"
3373 fi
3374 fi
3375
3376 fi;
3377 LIBICONV=
3378 LTLIBICONV=
3379 INCICONV=
3380 rpathdirs=
3381 ltrpathdirs=
3382 names_already_handled=
3383 names_next_round='iconv '
3384 while test -n "$names_next_round"; do
3385 names_this_round="$names_next_round"
3386 names_next_round=
3387 for name in $names_this_round; do
3388 already_handled=
3389 for n in $names_already_handled; do
3390 if test "$n" = "$name"; then
3391 already_handled=yes
3392 break
3393 fi
3394 done
3395 if test -z "$already_handled"; then
3396 names_already_handled="$names_already_handled $name"
3397 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3398 eval value=\"\$HAVE_LIB$uppername\"
3399 if test -n "$value"; then
3400 if test "$value" = yes; then
3401 eval value=\"\$LIB$uppername\"
3402 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3403 eval value=\"\$LTLIB$uppername\"
3404 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3405 else
3406 :
3407 fi
3408 else
3409 found_dir=
3410 found_la=
3411 found_so=
3412 found_a=
3413 if test $use_additional = yes; then
3414 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3415 found_dir="$additional_libdir"
3416 found_so="$additional_libdir/lib$name.$shlibext"
3417 if test -f "$additional_libdir/lib$name.la"; then
3418 found_la="$additional_libdir/lib$name.la"
3419 fi
3420 else
3421 if test -f "$additional_libdir/lib$name.$libext"; then
3422 found_dir="$additional_libdir"
3423 found_a="$additional_libdir/lib$name.$libext"
3424 if test -f "$additional_libdir/lib$name.la"; then
3425 found_la="$additional_libdir/lib$name.la"
3426 fi
3427 fi
3428 fi
3429 fi
3430 if test "X$found_dir" = "X"; then
3431 for x in $LDFLAGS $LTLIBICONV; do
3432
3433 acl_save_prefix="$prefix"
3434 prefix="$acl_final_prefix"
3435 acl_save_exec_prefix="$exec_prefix"
3436 exec_prefix="$acl_final_exec_prefix"
3437 eval x=\"$x\"
3438 exec_prefix="$acl_save_exec_prefix"
3439 prefix="$acl_save_prefix"
3440
3441 case "$x" in
3442 -L*)
3443 dir=`echo "X$x" | sed -e 's/^X-L//'`
3444 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3445 found_dir="$dir"
3446 found_so="$dir/lib$name.$shlibext"
3447 if test -f "$dir/lib$name.la"; then
3448 found_la="$dir/lib$name.la"
3449 fi
3450 else
3451 if test -f "$dir/lib$name.$libext"; then
3452 found_dir="$dir"
3453 found_a="$dir/lib$name.$libext"
3454 if test -f "$dir/lib$name.la"; then
3455 found_la="$dir/lib$name.la"
3456 fi
3457 fi
3458 fi
3459 ;;
3460 esac
3461 if test "X$found_dir" != "X"; then
3462 break
3463 fi
3464 done
3465 fi
3466 if test "X$found_dir" != "X"; then
3467 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3468 if test "X$found_so" != "X"; then
3469 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3470 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3471 else
3472 haveit=
3473 for x in $ltrpathdirs; do
3474 if test "X$x" = "X$found_dir"; then
3475 haveit=yes
3476 break
3477 fi
3478 done
3479 if test -z "$haveit"; then
3480 ltrpathdirs="$ltrpathdirs $found_dir"
3481 fi
3482 if test "$hardcode_direct" = yes; then
3483 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3484 else
3485 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3486 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3487 haveit=
3488 for x in $rpathdirs; do
3489 if test "X$x" = "X$found_dir"; then
3490 haveit=yes
3491 break
3492 fi
3493 done
3494 if test -z "$haveit"; then
3495 rpathdirs="$rpathdirs $found_dir"
3496 fi
3497 else
3498 haveit=
3499 for x in $LDFLAGS $LIBICONV; do
3500
3501 acl_save_prefix="$prefix"
3502 prefix="$acl_final_prefix"
3503 acl_save_exec_prefix="$exec_prefix"
3504 exec_prefix="$acl_final_exec_prefix"
3505 eval x=\"$x\"
3506 exec_prefix="$acl_save_exec_prefix"
3507 prefix="$acl_save_prefix"
3508
3509 if test "X$x" = "X-L$found_dir"; then
3510 haveit=yes
3511 break
3512 fi
3513 done
3514 if test -z "$haveit"; then
3515 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3516 fi
3517 if test "$hardcode_minus_L" != no; then
3518 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3519 else
3520 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3521 fi
3522 fi
3523 fi
3524 fi
3525 else
3526 if test "X$found_a" != "X"; then
3527 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3528 else
3529 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3530 fi
3531 fi
3532 additional_includedir=
3533 case "$found_dir" in
3534 */lib | */lib/)
3535 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3536 additional_includedir="$basedir/include"
3537 ;;
3538 esac
3539 if test "X$additional_includedir" != "X"; then
3540 if test "X$additional_includedir" != "X/usr/include"; then
3541 haveit=
3542 if test "X$additional_includedir" = "X/usr/local/include"; then
3543 if test -n "$GCC"; then
3544 case $host_os in
3545 linux*) haveit=yes;;
3546 esac
3547 fi
3548 fi
3549 if test -z "$haveit"; then
3550 for x in $CPPFLAGS $INCICONV; do
3551
3552 acl_save_prefix="$prefix"
3553 prefix="$acl_final_prefix"
3554 acl_save_exec_prefix="$exec_prefix"
3555 exec_prefix="$acl_final_exec_prefix"
3556 eval x=\"$x\"
3557 exec_prefix="$acl_save_exec_prefix"
3558 prefix="$acl_save_prefix"
3559
3560 if test "X$x" = "X-I$additional_includedir"; then
3561 haveit=yes
3562 break
3563 fi
3564 done
3565 if test -z "$haveit"; then
3566 if test -d "$additional_includedir"; then
3567 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3568 fi
3569 fi
3570 fi
3571 fi
3572 fi
3573 if test -n "$found_la"; then
3574 save_libdir="$libdir"
3575 case "$found_la" in
3576 */* | *\\*) . "$found_la" ;;
3577 *) . "./$found_la" ;;
3578 esac
3579 libdir="$save_libdir"
3580 for dep in $dependency_libs; do
3581 case "$dep" in
3582 -L*)
3583 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3584 if test "X$additional_libdir" != "X/usr/lib"; then
3585 haveit=
3586 if test "X$additional_libdir" = "X/usr/local/lib"; then
3587 if test -n "$GCC"; then
3588 case $host_os in
3589 linux*) haveit=yes;;
3590 esac
3591 fi
3592 fi
3593 if test -z "$haveit"; then
3594 haveit=
3595 for x in $LDFLAGS $LIBICONV; do
3596
3597 acl_save_prefix="$prefix"
3598 prefix="$acl_final_prefix"
3599 acl_save_exec_prefix="$exec_prefix"
3600 exec_prefix="$acl_final_exec_prefix"
3601 eval x=\"$x\"
3602 exec_prefix="$acl_save_exec_prefix"
3603 prefix="$acl_save_prefix"
3604
3605 if test "X$x" = "X-L$additional_libdir"; then
3606 haveit=yes
3607 break
3608 fi
3609 done
3610 if test -z "$haveit"; then
3611 if test -d "$additional_libdir"; then
3612 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3613 fi
3614 fi
3615 haveit=
3616 for x in $LDFLAGS $LTLIBICONV; do
3617
3618 acl_save_prefix="$prefix"
3619 prefix="$acl_final_prefix"
3620 acl_save_exec_prefix="$exec_prefix"
3621 exec_prefix="$acl_final_exec_prefix"
3622 eval x=\"$x\"
3623 exec_prefix="$acl_save_exec_prefix"
3624 prefix="$acl_save_prefix"
3625
3626 if test "X$x" = "X-L$additional_libdir"; then
3627 haveit=yes
3628 break
3629 fi
3630 done
3631 if test -z "$haveit"; then
3632 if test -d "$additional_libdir"; then
3633 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3634 fi
3635 fi
3636 fi
3637 fi
3638 ;;
3639 -R*)
3640 dir=`echo "X$dep" | sed -e 's/^X-R//'`
3641 if test "$enable_rpath" != no; then
3642 haveit=
3643 for x in $rpathdirs; do
3644 if test "X$x" = "X$dir"; then
3645 haveit=yes
3646 break
3647 fi
3648 done
3649 if test -z "$haveit"; then
3650 rpathdirs="$rpathdirs $dir"
3651 fi
3652 haveit=
3653 for x in $ltrpathdirs; do
3654 if test "X$x" = "X$dir"; then
3655 haveit=yes
3656 break
3657 fi
3658 done
3659 if test -z "$haveit"; then
3660 ltrpathdirs="$ltrpathdirs $dir"
3661 fi
3662 fi
3663 ;;
3664 -l*)
3665 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3666 ;;
3667 *.la)
3668 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3669 ;;
3670 *)
3671 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3672 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3673 ;;
3674 esac
3675 done
3676 fi
3677 else
3678 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3679 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3680 fi
3681 fi
3682 fi
3683 done
3684 done
3685 if test "X$rpathdirs" != "X"; then
3686 if test -n "$hardcode_libdir_separator"; then
3687 alldirs=
3688 for found_dir in $rpathdirs; do
3689 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3690 done
3691 acl_save_libdir="$libdir"
3692 libdir="$alldirs"
3693 eval flag=\"$hardcode_libdir_flag_spec\"
3694 libdir="$acl_save_libdir"
3695 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3696 else
3697 for found_dir in $rpathdirs; do
3698 acl_save_libdir="$libdir"
3699 libdir="$found_dir"
3700 eval flag=\"$hardcode_libdir_flag_spec\"
3701 libdir="$acl_save_libdir"
3702 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3703 done
3704 fi
3705 fi
3706 if test "X$ltrpathdirs" != "X"; then
3707 for found_dir in $ltrpathdirs; do
3708 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3709 done
3710 fi
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3730 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3731 # Check whether --enable-nls or --disable-nls was given.
3732 if test "${enable_nls+set}" = set; then
3733 enableval="$enable_nls"
3734 USE_NLS=$enableval
3735 else
3736 USE_NLS=yes
3737 fi;
3738 echo "$as_me:$LINENO: result: $USE_NLS" >&5
3739 echo "${ECHO_T}$USE_NLS" >&6
3740
3741
3742
3743 LIBINTL=
3744 LTLIBINTL=
3745 POSUB=
3746
3747 if test "$USE_NLS" = "yes"; then
3748 gt_use_preinstalled_gnugettext=no
3749
3750
3751
3752
3753
3754
3755 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3756 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3757 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3758 echo $ECHO_N "(cached) $ECHO_C" >&6
3759 else
3760 cat >conftest.$ac_ext <<_ACEOF
3761 /* confdefs.h. */
3762 _ACEOF
3763 cat confdefs.h >>conftest.$ac_ext
3764 cat >>conftest.$ac_ext <<_ACEOF
3765 /* end confdefs.h. */
3766 #include <libintl.h>
3767 extern int _nl_msg_cat_cntr;
3768 extern int *_nl_domain_bindings;
3769 int
3770 main ()
3771 {
3772 bindtextdomain ("", "");
3773 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3774 ;
3775 return 0;
3776 }
3777 _ACEOF
3778 rm -f conftest.$ac_objext conftest$ac_exeext
3779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3780 (eval $ac_link) 2>conftest.er1
3781 ac_status=$?
3782 grep -v '^ *+' conftest.er1 >conftest.err
3783 rm -f conftest.er1
3784 cat conftest.err >&5
3785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786 (exit $ac_status); } &&
3787 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789 (eval $ac_try) 2>&5
3790 ac_status=$?
3791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792 (exit $ac_status); }; } &&
3793 { ac_try='test -s conftest$ac_exeext'
3794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3795 (eval $ac_try) 2>&5
3796 ac_status=$?
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); }; }; then
3799 gt_cv_func_gnugettext1_libc=yes
3800 else
3801 echo "$as_me: failed program was:" >&5
3802 sed 's/^/| /' conftest.$ac_ext >&5
3803
3804 gt_cv_func_gnugettext1_libc=no
3805 fi
3806 rm -f conftest.err conftest.$ac_objext \
3807 conftest$ac_exeext conftest.$ac_ext
3808 fi
3809 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3810 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3811
3812 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3813
3814
3815
3816
3817
3818 am_save_CPPFLAGS="$CPPFLAGS"
3819
3820 for element in $INCICONV; do
3821 haveit=
3822 for x in $CPPFLAGS; do
3823
3824 acl_save_prefix="$prefix"
3825 prefix="$acl_final_prefix"
3826 acl_save_exec_prefix="$exec_prefix"
3827 exec_prefix="$acl_final_exec_prefix"
3828 eval x=\"$x\"
3829 exec_prefix="$acl_save_exec_prefix"
3830 prefix="$acl_save_prefix"
3831
3832 if test "X$x" = "X$element"; then
3833 haveit=yes
3834 break
3835 fi
3836 done
3837 if test -z "$haveit"; then
3838 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3839 fi
3840 done
3841
3842
3843 echo "$as_me:$LINENO: checking for iconv" >&5
3844 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3845 if test "${am_cv_func_iconv+set}" = set; then
3846 echo $ECHO_N "(cached) $ECHO_C" >&6
3847 else
3848
3849 am_cv_func_iconv="no, consider installing GNU libiconv"
3850 am_cv_lib_iconv=no
3851 cat >conftest.$ac_ext <<_ACEOF
3852 /* confdefs.h. */
3853 _ACEOF
3854 cat confdefs.h >>conftest.$ac_ext
3855 cat >>conftest.$ac_ext <<_ACEOF
3856 /* end confdefs.h. */
3857 #include <stdlib.h>
3858 #include <iconv.h>
3859 int
3860 main ()
3861 {
3862 iconv_t cd = iconv_open("","");
3863 iconv(cd,NULL,NULL,NULL,NULL);
3864 iconv_close(cd);
3865 ;
3866 return 0;
3867 }
3868 _ACEOF
3869 rm -f conftest.$ac_objext conftest$ac_exeext
3870 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3871 (eval $ac_link) 2>conftest.er1
3872 ac_status=$?
3873 grep -v '^ *+' conftest.er1 >conftest.err
3874 rm -f conftest.er1
3875 cat conftest.err >&5
3876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877 (exit $ac_status); } &&
3878 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3880 (eval $ac_try) 2>&5
3881 ac_status=$?
3882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3883 (exit $ac_status); }; } &&
3884 { ac_try='test -s conftest$ac_exeext'
3885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3886 (eval $ac_try) 2>&5
3887 ac_status=$?
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); }; }; then
3890 am_cv_func_iconv=yes
3891 else
3892 echo "$as_me: failed program was:" >&5
3893 sed 's/^/| /' conftest.$ac_ext >&5
3894
3895 fi
3896 rm -f conftest.err conftest.$ac_objext \
3897 conftest$ac_exeext conftest.$ac_ext
3898 if test "$am_cv_func_iconv" != yes; then
3899 am_save_LIBS="$LIBS"
3900 LIBS="$LIBS $LIBICONV"
3901 cat >conftest.$ac_ext <<_ACEOF
3902 /* confdefs.h. */
3903 _ACEOF
3904 cat confdefs.h >>conftest.$ac_ext
3905 cat >>conftest.$ac_ext <<_ACEOF
3906 /* end confdefs.h. */
3907 #include <stdlib.h>
3908 #include <iconv.h>
3909 int
3910 main ()
3911 {
3912 iconv_t cd = iconv_open("","");
3913 iconv(cd,NULL,NULL,NULL,NULL);
3914 iconv_close(cd);
3915 ;
3916 return 0;
3917 }
3918 _ACEOF
3919 rm -f conftest.$ac_objext conftest$ac_exeext
3920 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3921 (eval $ac_link) 2>conftest.er1
3922 ac_status=$?
3923 grep -v '^ *+' conftest.er1 >conftest.err
3924 rm -f conftest.er1
3925 cat conftest.err >&5
3926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927 (exit $ac_status); } &&
3928 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3930 (eval $ac_try) 2>&5
3931 ac_status=$?
3932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); }; } &&
3934 { ac_try='test -s conftest$ac_exeext'
3935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3936 (eval $ac_try) 2>&5
3937 ac_status=$?
3938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939 (exit $ac_status); }; }; then
3940 am_cv_lib_iconv=yes
3941 am_cv_func_iconv=yes
3942 else
3943 echo "$as_me: failed program was:" >&5
3944 sed 's/^/| /' conftest.$ac_ext >&5
3945
3946 fi
3947 rm -f conftest.err conftest.$ac_objext \
3948 conftest$ac_exeext conftest.$ac_ext
3949 LIBS="$am_save_LIBS"
3950 fi
3951
3952 fi
3953 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3954 echo "${ECHO_T}$am_cv_func_iconv" >&6
3955 if test "$am_cv_func_iconv" = yes; then
3956
3957 cat >>confdefs.h <<\_ACEOF
3958 #define HAVE_ICONV 1
3959 _ACEOF
3960
3961 fi
3962 if test "$am_cv_lib_iconv" = yes; then
3963 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3964 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3965 echo "$as_me:$LINENO: result: $LIBICONV" >&5
3966 echo "${ECHO_T}$LIBICONV" >&6
3967 else
3968 CPPFLAGS="$am_save_CPPFLAGS"
3969 LIBICONV=
3970 LTLIBICONV=
3971 fi
3972
3973
3974
3975
3976
3977
3978 use_additional=yes
3979
3980 acl_save_prefix="$prefix"
3981 prefix="$acl_final_prefix"
3982 acl_save_exec_prefix="$exec_prefix"
3983 exec_prefix="$acl_final_exec_prefix"
3984
3985 eval additional_includedir=\"$includedir\"
3986 eval additional_libdir=\"$libdir\"
3987
3988 exec_prefix="$acl_save_exec_prefix"
3989 prefix="$acl_save_prefix"
3990
3991
3992 # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3993 if test "${with_libintl_prefix+set}" = set; then
3994 withval="$with_libintl_prefix"
3995
3996 if test "X$withval" = "Xno"; then
3997 use_additional=no
3998 else
3999 if test "X$withval" = "X"; then
4000
4001 acl_save_prefix="$prefix"
4002 prefix="$acl_final_prefix"
4003 acl_save_exec_prefix="$exec_prefix"
4004 exec_prefix="$acl_final_exec_prefix"
4005
4006 eval additional_includedir=\"$includedir\"
4007 eval additional_libdir=\"$libdir\"
4008
4009 exec_prefix="$acl_save_exec_prefix"
4010 prefix="$acl_save_prefix"
4011
4012 else
4013 additional_includedir="$withval/include"
4014 additional_libdir="$withval/lib"
4015 fi
4016 fi
4017
4018 fi;
4019 LIBINTL=
4020 LTLIBINTL=
4021 INCINTL=
4022 rpathdirs=
4023 ltrpathdirs=
4024 names_already_handled=
4025 names_next_round='intl '
4026 while test -n "$names_next_round"; do
4027 names_this_round="$names_next_round"
4028 names_next_round=
4029 for name in $names_this_round; do
4030 already_handled=
4031 for n in $names_already_handled; do
4032 if test "$n" = "$name"; then
4033 already_handled=yes
4034 break
4035 fi
4036 done
4037 if test -z "$already_handled"; then
4038 names_already_handled="$names_already_handled $name"
4039 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4040 eval value=\"\$HAVE_LIB$uppername\"
4041 if test -n "$value"; then
4042 if test "$value" = yes; then
4043 eval value=\"\$LIB$uppername\"
4044 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4045 eval value=\"\$LTLIB$uppername\"
4046 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4047 else
4048 :
4049 fi
4050 else
4051 found_dir=
4052 found_la=
4053 found_so=
4054 found_a=
4055 if test $use_additional = yes; then
4056 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4057 found_dir="$additional_libdir"
4058 found_so="$additional_libdir/lib$name.$shlibext"
4059 if test -f "$additional_libdir/lib$name.la"; then
4060 found_la="$additional_libdir/lib$name.la"
4061 fi
4062 else
4063 if test -f "$additional_libdir/lib$name.$libext"; then
4064 found_dir="$additional_libdir"
4065 found_a="$additional_libdir/lib$name.$libext"
4066 if test -f "$additional_libdir/lib$name.la"; then
4067 found_la="$additional_libdir/lib$name.la"
4068 fi
4069 fi
4070 fi
4071 fi
4072 if test "X$found_dir" = "X"; then
4073 for x in $LDFLAGS $LTLIBINTL; do
4074
4075 acl_save_prefix="$prefix"
4076 prefix="$acl_final_prefix"
4077 acl_save_exec_prefix="$exec_prefix"
4078 exec_prefix="$acl_final_exec_prefix"
4079 eval x=\"$x\"
4080 exec_prefix="$acl_save_exec_prefix"
4081 prefix="$acl_save_prefix"
4082
4083 case "$x" in
4084 -L*)
4085 dir=`echo "X$x" | sed -e 's/^X-L//'`
4086 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4087 found_dir="$dir"
4088 found_so="$dir/lib$name.$shlibext"
4089 if test -f "$dir/lib$name.la"; then
4090 found_la="$dir/lib$name.la"
4091 fi
4092 else
4093 if test -f "$dir/lib$name.$libext"; then
4094 found_dir="$dir"
4095 found_a="$dir/lib$name.$libext"
4096 if test -f "$dir/lib$name.la"; then
4097 found_la="$dir/lib$name.la"
4098 fi
4099 fi
4100 fi
4101 ;;
4102 esac
4103 if test "X$found_dir" != "X"; then
4104 break
4105 fi
4106 done
4107 fi
4108 if test "X$found_dir" != "X"; then
4109 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4110 if test "X$found_so" != "X"; then
4111 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4112 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4113 else
4114 haveit=
4115 for x in $ltrpathdirs; do
4116 if test "X$x" = "X$found_dir"; then
4117 haveit=yes
4118 break
4119 fi
4120 done
4121 if test -z "$haveit"; then
4122 ltrpathdirs="$ltrpathdirs $found_dir"
4123 fi
4124 if test "$hardcode_direct" = yes; then
4125 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4126 else
4127 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4128 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4129 haveit=
4130 for x in $rpathdirs; do
4131 if test "X$x" = "X$found_dir"; then
4132 haveit=yes
4133 break
4134 fi
4135 done
4136 if test -z "$haveit"; then
4137 rpathdirs="$rpathdirs $found_dir"
4138 fi
4139 else
4140 haveit=
4141 for x in $LDFLAGS $LIBINTL; do
4142
4143 acl_save_prefix="$prefix"
4144 prefix="$acl_final_prefix"
4145 acl_save_exec_prefix="$exec_prefix"
4146 exec_prefix="$acl_final_exec_prefix"
4147 eval x=\"$x\"
4148 exec_prefix="$acl_save_exec_prefix"
4149 prefix="$acl_save_prefix"
4150
4151 if test "X$x" = "X-L$found_dir"; then
4152 haveit=yes
4153 break
4154 fi
4155 done
4156 if test -z "$haveit"; then
4157 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4158 fi
4159 if test "$hardcode_minus_L" != no; then
4160 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4161 else
4162 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4163 fi
4164 fi
4165 fi
4166 fi
4167 else
4168 if test "X$found_a" != "X"; then
4169 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4170 else
4171 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4172 fi
4173 fi
4174 additional_includedir=
4175 case "$found_dir" in
4176 */lib | */lib/)
4177 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4178 additional_includedir="$basedir/include"
4179 ;;
4180 esac
4181 if test "X$additional_includedir" != "X"; then
4182 if test "X$additional_includedir" != "X/usr/include"; then
4183 haveit=
4184 if test "X$additional_includedir" = "X/usr/local/include"; then
4185 if test -n "$GCC"; then
4186 case $host_os in
4187 linux*) haveit=yes;;
4188 esac
4189 fi
4190 fi
4191 if test -z "$haveit"; then
4192 for x in $CPPFLAGS $INCINTL; do
4193
4194 acl_save_prefix="$prefix"
4195 prefix="$acl_final_prefix"
4196 acl_save_exec_prefix="$exec_prefix"
4197 exec_prefix="$acl_final_exec_prefix"
4198 eval x=\"$x\"
4199 exec_prefix="$acl_save_exec_prefix"
4200 prefix="$acl_save_prefix"
4201
4202 if test "X$x" = "X-I$additional_includedir"; then
4203 haveit=yes
4204 break
4205 fi
4206 done
4207 if test -z "$haveit"; then
4208 if test -d "$additional_includedir"; then
4209 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4210 fi
4211 fi
4212 fi
4213 fi
4214 fi
4215 if test -n "$found_la"; then
4216 save_libdir="$libdir"
4217 case "$found_la" in
4218 */* | *\\*) . "$found_la" ;;
4219 *) . "./$found_la" ;;
4220 esac
4221 libdir="$save_libdir"
4222 for dep in $dependency_libs; do
4223 case "$dep" in
4224 -L*)
4225 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4226 if test "X$additional_libdir" != "X/usr/lib"; then
4227 haveit=
4228 if test "X$additional_libdir" = "X/usr/local/lib"; then
4229 if test -n "$GCC"; then
4230 case $host_os in
4231 linux*) haveit=yes;;
4232 esac
4233 fi
4234 fi
4235 if test -z "$haveit"; then
4236 haveit=
4237 for x in $LDFLAGS $LIBINTL; do
4238
4239 acl_save_prefix="$prefix"
4240 prefix="$acl_final_prefix"
4241 acl_save_exec_prefix="$exec_prefix"
4242 exec_prefix="$acl_final_exec_prefix"
4243 eval x=\"$x\"
4244 exec_prefix="$acl_save_exec_prefix"
4245 prefix="$acl_save_prefix"
4246
4247 if test "X$x" = "X-L$additional_libdir"; then
4248 haveit=yes
4249 break
4250 fi
4251 done
4252 if test -z "$haveit"; then
4253 if test -d "$additional_libdir"; then
4254 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4255 fi
4256 fi
4257 haveit=
4258 for x in $LDFLAGS $LTLIBINTL; do
4259
4260 acl_save_prefix="$prefix"
4261 prefix="$acl_final_prefix"
4262 acl_save_exec_prefix="$exec_prefix"
4263 exec_prefix="$acl_final_exec_prefix"
4264 eval x=\"$x\"
4265 exec_prefix="$acl_save_exec_prefix"
4266 prefix="$acl_save_prefix"
4267
4268 if test "X$x" = "X-L$additional_libdir"; then
4269 haveit=yes
4270 break
4271 fi
4272 done
4273 if test -z "$haveit"; then
4274 if test -d "$additional_libdir"; then
4275 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4276 fi
4277 fi
4278 fi
4279 fi
4280 ;;
4281 -R*)
4282 dir=`echo "X$dep" | sed -e 's/^X-R//'`
4283 if test "$enable_rpath" != no; then
4284 haveit=
4285 for x in $rpathdirs; do
4286 if test "X$x" = "X$dir"; then
4287 haveit=yes
4288 break
4289 fi
4290 done
4291 if test -z "$haveit"; then
4292 rpathdirs="$rpathdirs $dir"
4293 fi
4294 haveit=
4295 for x in $ltrpathdirs; do
4296 if test "X$x" = "X$dir"; then
4297 haveit=yes
4298 break
4299 fi
4300 done
4301 if test -z "$haveit"; then
4302 ltrpathdirs="$ltrpathdirs $dir"
4303 fi
4304 fi
4305 ;;
4306 -l*)
4307 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4308 ;;
4309 *.la)
4310 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4311 ;;
4312 *)
4313 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4314 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4315 ;;
4316 esac
4317 done
4318 fi
4319 else
4320 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4321 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4322 fi
4323 fi
4324 fi
4325 done
4326 done
4327 if test "X$rpathdirs" != "X"; then
4328 if test -n "$hardcode_libdir_separator"; then
4329 alldirs=
4330 for found_dir in $rpathdirs; do
4331 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4332 done
4333 acl_save_libdir="$libdir"
4334 libdir="$alldirs"
4335 eval flag=\"$hardcode_libdir_flag_spec\"
4336 libdir="$acl_save_libdir"
4337 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4338 else
4339 for found_dir in $rpathdirs; do
4340 acl_save_libdir="$libdir"
4341 libdir="$found_dir"
4342 eval flag=\"$hardcode_libdir_flag_spec\"
4343 libdir="$acl_save_libdir"
4344 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4345 done
4346 fi
4347 fi
4348 if test "X$ltrpathdirs" != "X"; then
4349 for found_dir in $ltrpathdirs; do
4350 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4351 done
4352 fi
4353
4354 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4355 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4356 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4357 echo $ECHO_N "(cached) $ECHO_C" >&6
4358 else
4359 gt_save_CPPFLAGS="$CPPFLAGS"
4360 CPPFLAGS="$CPPFLAGS $INCINTL"
4361 gt_save_LIBS="$LIBS"
4362 LIBS="$LIBS $LIBINTL"
4363 cat >conftest.$ac_ext <<_ACEOF
4364 /* confdefs.h. */
4365 _ACEOF
4366 cat confdefs.h >>conftest.$ac_ext
4367 cat >>conftest.$ac_ext <<_ACEOF
4368 /* end confdefs.h. */
4369 #include <libintl.h>
4370 extern int _nl_msg_cat_cntr;
4371 extern
4372 #ifdef __cplusplus
4373 "C"
4374 #endif
4375 const char *_nl_expand_alias ();
4376 int
4377 main ()
4378 {
4379 bindtextdomain ("", "");
4380 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4381 ;
4382 return 0;
4383 }
4384 _ACEOF
4385 rm -f conftest.$ac_objext conftest$ac_exeext
4386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4387 (eval $ac_link) 2>conftest.er1
4388 ac_status=$?
4389 grep -v '^ *+' conftest.er1 >conftest.err
4390 rm -f conftest.er1
4391 cat conftest.err >&5
4392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393 (exit $ac_status); } &&
4394 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4396 (eval $ac_try) 2>&5
4397 ac_status=$?
4398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4399 (exit $ac_status); }; } &&
4400 { ac_try='test -s conftest$ac_exeext'
4401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4402 (eval $ac_try) 2>&5
4403 ac_status=$?
4404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4405 (exit $ac_status); }; }; then
4406 gt_cv_func_gnugettext1_libintl=yes
4407 else
4408 echo "$as_me: failed program was:" >&5
4409 sed 's/^/| /' conftest.$ac_ext >&5
4410
4411 gt_cv_func_gnugettext1_libintl=no
4412 fi
4413 rm -f conftest.err conftest.$ac_objext \
4414 conftest$ac_exeext conftest.$ac_ext
4415 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4416 LIBS="$LIBS $LIBICONV"
4417 cat >conftest.$ac_ext <<_ACEOF
4418 /* confdefs.h. */
4419 _ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h. */
4423 #include <libintl.h>
4424 extern int _nl_msg_cat_cntr;
4425 extern
4426 #ifdef __cplusplus
4427 "C"
4428 #endif
4429 const char *_nl_expand_alias ();
4430 int
4431 main ()
4432 {
4433 bindtextdomain ("", "");
4434 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4435 ;
4436 return 0;
4437 }
4438 _ACEOF
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4441 (eval $ac_link) 2>conftest.er1
4442 ac_status=$?
4443 grep -v '^ *+' conftest.er1 >conftest.err
4444 rm -f conftest.er1
4445 cat conftest.err >&5
4446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4447 (exit $ac_status); } &&
4448 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4450 (eval $ac_try) 2>&5
4451 ac_status=$?
4452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4453 (exit $ac_status); }; } &&
4454 { ac_try='test -s conftest$ac_exeext'
4455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4456 (eval $ac_try) 2>&5
4457 ac_status=$?
4458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459 (exit $ac_status); }; }; then
4460 LIBINTL="$LIBINTL $LIBICONV"
4461 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4462 gt_cv_func_gnugettext1_libintl=yes
4463
4464 else
4465 echo "$as_me: failed program was:" >&5
4466 sed 's/^/| /' conftest.$ac_ext >&5
4467
4468 fi
4469 rm -f conftest.err conftest.$ac_objext \
4470 conftest$ac_exeext conftest.$ac_ext
4471 fi
4472 CPPFLAGS="$gt_save_CPPFLAGS"
4473 LIBS="$gt_save_LIBS"
4474 fi
4475 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4476 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4477 fi
4478
4479 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4480 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4481 && test "$PACKAGE" != gettext; }; then
4482 gt_use_preinstalled_gnugettext=yes
4483 else
4484 LIBINTL=
4485 LTLIBINTL=
4486 INCINTL=
4487 fi
4488
4489
4490
4491 if test "$gt_use_preinstalled_gnugettext" = "yes" \
4492 || test "$nls_cv_use_gnu_gettext" = "yes"; then
4493
4494 cat >>confdefs.h <<\_ACEOF
4495 #define ENABLE_NLS 1
4496 _ACEOF
4497
4498 else
4499 USE_NLS=no
4500 fi
4501 fi
4502
4503 if test "$USE_NLS" = "yes"; then
4504
4505 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4506 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4507 echo "$as_me:$LINENO: checking how to link with libintl" >&5
4508 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4509 echo "$as_me:$LINENO: result: $LIBINTL" >&5
4510 echo "${ECHO_T}$LIBINTL" >&6
4511
4512 for element in $INCINTL; do
4513 haveit=
4514 for x in $CPPFLAGS; do
4515
4516 acl_save_prefix="$prefix"
4517 prefix="$acl_final_prefix"
4518 acl_save_exec_prefix="$exec_prefix"
4519 exec_prefix="$acl_final_exec_prefix"
4520 eval x=\"$x\"
4521 exec_prefix="$acl_save_exec_prefix"
4522 prefix="$acl_save_prefix"
4523
4524 if test "X$x" = "X$element"; then
4525 haveit=yes
4526 break
4527 fi
4528 done
4529 if test -z "$haveit"; then
4530 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4531 fi
4532 done
4533
4534 fi
4535
4536
4537 cat >>confdefs.h <<\_ACEOF
4538 #define HAVE_GETTEXT 1
4539 _ACEOF
4540
4541
4542 cat >>confdefs.h <<\_ACEOF
4543 #define HAVE_DCGETTEXT 1
4544 _ACEOF
4545
4546 fi
4547
4548 POSUB=po
4549 fi
4550
4551
4552
4553 INTLLIBS="$LIBINTL"
4554
4555
4556
4557
4558
4559
4560
4561
4562 # Enable GNU extensions.
4563 # Define this here, not in acconfig's @TOP@ section, since definitions
4564 # in the latter don't make it into the configure-time tests.
4565
4566 cat >>confdefs.h <<\_ACEOF
4567 #define _GNU_SOURCE 1
4568 _ACEOF
4569
4570
4571 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4572
4573 ALL_LINGUAS=""
4574
4575 ac_ext=c
4576 ac_cpp='$CPP $CPPFLAGS'
4577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4580 if test -n "$ac_tool_prefix"; then
4581 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4582 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4583 echo "$as_me:$LINENO: checking for $ac_word" >&5
4584 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4585 if test "${ac_cv_prog_CC+set}" = set; then
4586 echo $ECHO_N "(cached) $ECHO_C" >&6
4587 else
4588 if test -n "$CC"; then
4589 ac_cv_prog_CC="$CC" # Let the user override the test.
4590 else
4591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4592 for as_dir in $PATH
4593 do
4594 IFS=$as_save_IFS
4595 test -z "$as_dir" && as_dir=.
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4598 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4600 break 2
4601 fi
4602 done
4603 done
4604
4605 fi
4606 fi
4607 CC=$ac_cv_prog_CC
4608 if test -n "$CC"; then
4609 echo "$as_me:$LINENO: result: $CC" >&5
4610 echo "${ECHO_T}$CC" >&6
4611 else
4612 echo "$as_me:$LINENO: result: no" >&5
4613 echo "${ECHO_T}no" >&6
4614 fi
4615
4616 fi
4617 if test -z "$ac_cv_prog_CC"; then
4618 ac_ct_CC=$CC
4619 # Extract the first word of "gcc", so it can be a program name with args.
4620 set dummy gcc; ac_word=$2
4621 echo "$as_me:$LINENO: checking for $ac_word" >&5
4622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4623 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4624 echo $ECHO_N "(cached) $ECHO_C" >&6
4625 else
4626 if test -n "$ac_ct_CC"; then
4627 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4628 else
4629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4631 do
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
4634 for ac_exec_ext in '' $ac_executable_extensions; do
4635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4636 ac_cv_prog_ac_ct_CC="gcc"
4637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4638 break 2
4639 fi
4640 done
4641 done
4642
4643 fi
4644 fi
4645 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4646 if test -n "$ac_ct_CC"; then
4647 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4648 echo "${ECHO_T}$ac_ct_CC" >&6
4649 else
4650 echo "$as_me:$LINENO: result: no" >&5
4651 echo "${ECHO_T}no" >&6
4652 fi
4653
4654 CC=$ac_ct_CC
4655 else
4656 CC="$ac_cv_prog_CC"
4657 fi
4658
4659 if test -z "$CC"; then
4660 if test -n "$ac_tool_prefix"; then
4661 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4662 set dummy ${ac_tool_prefix}cc; ac_word=$2
4663 echo "$as_me:$LINENO: checking for $ac_word" >&5
4664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4665 if test "${ac_cv_prog_CC+set}" = set; then
4666 echo $ECHO_N "(cached) $ECHO_C" >&6
4667 else
4668 if test -n "$CC"; then
4669 ac_cv_prog_CC="$CC" # Let the user override the test.
4670 else
4671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4672 for as_dir in $PATH
4673 do
4674 IFS=$as_save_IFS
4675 test -z "$as_dir" && as_dir=.
4676 for ac_exec_ext in '' $ac_executable_extensions; do
4677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4678 ac_cv_prog_CC="${ac_tool_prefix}cc"
4679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4680 break 2
4681 fi
4682 done
4683 done
4684
4685 fi
4686 fi
4687 CC=$ac_cv_prog_CC
4688 if test -n "$CC"; then
4689 echo "$as_me:$LINENO: result: $CC" >&5
4690 echo "${ECHO_T}$CC" >&6
4691 else
4692 echo "$as_me:$LINENO: result: no" >&5
4693 echo "${ECHO_T}no" >&6
4694 fi
4695
4696 fi
4697 if test -z "$ac_cv_prog_CC"; then
4698 ac_ct_CC=$CC
4699 # Extract the first word of "cc", so it can be a program name with args.
4700 set dummy cc; ac_word=$2
4701 echo "$as_me:$LINENO: checking for $ac_word" >&5
4702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4703 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4704 echo $ECHO_N "(cached) $ECHO_C" >&6
4705 else
4706 if test -n "$ac_ct_CC"; then
4707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4708 else
4709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710 for as_dir in $PATH
4711 do
4712 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=.
4714 for ac_exec_ext in '' $ac_executable_extensions; do
4715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4716 ac_cv_prog_ac_ct_CC="cc"
4717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4718 break 2
4719 fi
4720 done
4721 done
4722
4723 fi
4724 fi
4725 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4726 if test -n "$ac_ct_CC"; then
4727 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4728 echo "${ECHO_T}$ac_ct_CC" >&6
4729 else
4730 echo "$as_me:$LINENO: result: no" >&5
4731 echo "${ECHO_T}no" >&6
4732 fi
4733
4734 CC=$ac_ct_CC
4735 else
4736 CC="$ac_cv_prog_CC"
4737 fi
4738
4739 fi
4740 if test -z "$CC"; then
4741 # Extract the first word of "cc", so it can be a program name with args.
4742 set dummy cc; ac_word=$2
4743 echo "$as_me:$LINENO: checking for $ac_word" >&5
4744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4745 if test "${ac_cv_prog_CC+set}" = set; then
4746 echo $ECHO_N "(cached) $ECHO_C" >&6
4747 else
4748 if test -n "$CC"; then
4749 ac_cv_prog_CC="$CC" # Let the user override the test.
4750 else
4751 ac_prog_rejected=no
4752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4753 for as_dir in $PATH
4754 do
4755 IFS=$as_save_IFS
4756 test -z "$as_dir" && as_dir=.
4757 for ac_exec_ext in '' $ac_executable_extensions; do
4758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4759 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4760 ac_prog_rejected=yes
4761 continue
4762 fi
4763 ac_cv_prog_CC="cc"
4764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4765 break 2
4766 fi
4767 done
4768 done
4769
4770 if test $ac_prog_rejected = yes; then
4771 # We found a bogon in the path, so make sure we never use it.
4772 set dummy $ac_cv_prog_CC
4773 shift
4774 if test $# != 0; then
4775 # We chose a different compiler from the bogus one.
4776 # However, it has the same basename, so the bogon will be chosen
4777 # first if we set CC to just the basename; use the full file name.
4778 shift
4779 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4780 fi
4781 fi
4782 fi
4783 fi
4784 CC=$ac_cv_prog_CC
4785 if test -n "$CC"; then
4786 echo "$as_me:$LINENO: result: $CC" >&5
4787 echo "${ECHO_T}$CC" >&6
4788 else
4789 echo "$as_me:$LINENO: result: no" >&5
4790 echo "${ECHO_T}no" >&6
4791 fi
4792
4793 fi
4794 if test -z "$CC"; then
4795 if test -n "$ac_tool_prefix"; then
4796 for ac_prog in cl
4797 do
4798 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4800 echo "$as_me:$LINENO: checking for $ac_word" >&5
4801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4802 if test "${ac_cv_prog_CC+set}" = set; then
4803 echo $ECHO_N "(cached) $ECHO_C" >&6
4804 else
4805 if test -n "$CC"; then
4806 ac_cv_prog_CC="$CC" # Let the user override the test.
4807 else
4808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4809 for as_dir in $PATH
4810 do
4811 IFS=$as_save_IFS
4812 test -z "$as_dir" && as_dir=.
4813 for ac_exec_ext in '' $ac_executable_extensions; do
4814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4815 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4817 break 2
4818 fi
4819 done
4820 done
4821
4822 fi
4823 fi
4824 CC=$ac_cv_prog_CC
4825 if test -n "$CC"; then
4826 echo "$as_me:$LINENO: result: $CC" >&5
4827 echo "${ECHO_T}$CC" >&6
4828 else
4829 echo "$as_me:$LINENO: result: no" >&5
4830 echo "${ECHO_T}no" >&6
4831 fi
4832
4833 test -n "$CC" && break
4834 done
4835 fi
4836 if test -z "$CC"; then
4837 ac_ct_CC=$CC
4838 for ac_prog in cl
4839 do
4840 # Extract the first word of "$ac_prog", so it can be a program name with args.
4841 set dummy $ac_prog; ac_word=$2
4842 echo "$as_me:$LINENO: checking for $ac_word" >&5
4843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4844 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4845 echo $ECHO_N "(cached) $ECHO_C" >&6
4846 else
4847 if test -n "$ac_ct_CC"; then
4848 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4849 else
4850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4851 for as_dir in $PATH
4852 do
4853 IFS=$as_save_IFS
4854 test -z "$as_dir" && as_dir=.
4855 for ac_exec_ext in '' $ac_executable_extensions; do
4856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4857 ac_cv_prog_ac_ct_CC="$ac_prog"
4858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4859 break 2
4860 fi
4861 done
4862 done
4863
4864 fi
4865 fi
4866 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4867 if test -n "$ac_ct_CC"; then
4868 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4869 echo "${ECHO_T}$ac_ct_CC" >&6
4870 else
4871 echo "$as_me:$LINENO: result: no" >&5
4872 echo "${ECHO_T}no" >&6
4873 fi
4874
4875 test -n "$ac_ct_CC" && break
4876 done
4877
4878 CC=$ac_ct_CC
4879 fi
4880
4881 fi
4882
4883
4884 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4885 See \`config.log' for more details." >&5
4886 echo "$as_me: error: no acceptable C compiler found in \$PATH
4887 See \`config.log' for more details." >&2;}
4888 { (exit 1); exit 1; }; }
4889
4890 # Provide some information about the compiler.
4891 echo "$as_me:$LINENO:" \
4892 "checking for C compiler version" >&5
4893 ac_compiler=`set X $ac_compile; echo $2`
4894 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4895 (eval $ac_compiler --version </dev/null >&5) 2>&5
4896 ac_status=$?
4897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898 (exit $ac_status); }
4899 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4900 (eval $ac_compiler -v </dev/null >&5) 2>&5
4901 ac_status=$?
4902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 (exit $ac_status); }
4904 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4905 (eval $ac_compiler -V </dev/null >&5) 2>&5
4906 ac_status=$?
4907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4908 (exit $ac_status); }
4909
4910 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4911 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4912 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4913 echo $ECHO_N "(cached) $ECHO_C" >&6
4914 else
4915 cat >conftest.$ac_ext <<_ACEOF
4916 /* confdefs.h. */
4917 _ACEOF
4918 cat confdefs.h >>conftest.$ac_ext
4919 cat >>conftest.$ac_ext <<_ACEOF
4920 /* end confdefs.h. */
4921
4922 int
4923 main ()
4924 {
4925 #ifndef __GNUC__
4926 choke me
4927 #endif
4928
4929 ;
4930 return 0;
4931 }
4932 _ACEOF
4933 rm -f conftest.$ac_objext
4934 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4935 (eval $ac_compile) 2>conftest.er1
4936 ac_status=$?
4937 grep -v '^ *+' conftest.er1 >conftest.err
4938 rm -f conftest.er1
4939 cat conftest.err >&5
4940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941 (exit $ac_status); } &&
4942 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944 (eval $ac_try) 2>&5
4945 ac_status=$?
4946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4947 (exit $ac_status); }; } &&
4948 { ac_try='test -s conftest.$ac_objext'
4949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4950 (eval $ac_try) 2>&5
4951 ac_status=$?
4952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4953 (exit $ac_status); }; }; then
4954 ac_compiler_gnu=yes
4955 else
4956 echo "$as_me: failed program was:" >&5
4957 sed 's/^/| /' conftest.$ac_ext >&5
4958
4959 ac_compiler_gnu=no
4960 fi
4961 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4962 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4963
4964 fi
4965 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4966 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4967 GCC=`test $ac_compiler_gnu = yes && echo yes`
4968 ac_test_CFLAGS=${CFLAGS+set}
4969 ac_save_CFLAGS=$CFLAGS
4970 CFLAGS="-g"
4971 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4972 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4973 if test "${ac_cv_prog_cc_g+set}" = set; then
4974 echo $ECHO_N "(cached) $ECHO_C" >&6
4975 else
4976 cat >conftest.$ac_ext <<_ACEOF
4977 /* confdefs.h. */
4978 _ACEOF
4979 cat confdefs.h >>conftest.$ac_ext
4980 cat >>conftest.$ac_ext <<_ACEOF
4981 /* end confdefs.h. */
4982
4983 int
4984 main ()
4985 {
4986
4987 ;
4988 return 0;
4989 }
4990 _ACEOF
4991 rm -f conftest.$ac_objext
4992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4993 (eval $ac_compile) 2>conftest.er1
4994 ac_status=$?
4995 grep -v '^ *+' conftest.er1 >conftest.err
4996 rm -f conftest.er1
4997 cat conftest.err >&5
4998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } &&
5000 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5002 (eval $ac_try) 2>&5
5003 ac_status=$?
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); }; } &&
5006 { ac_try='test -s conftest.$ac_objext'
5007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5008 (eval $ac_try) 2>&5
5009 ac_status=$?
5010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5011 (exit $ac_status); }; }; then
5012 ac_cv_prog_cc_g=yes
5013 else
5014 echo "$as_me: failed program was:" >&5
5015 sed 's/^/| /' conftest.$ac_ext >&5
5016
5017 ac_cv_prog_cc_g=no
5018 fi
5019 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5020 fi
5021 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5022 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5023 if test "$ac_test_CFLAGS" = set; then
5024 CFLAGS=$ac_save_CFLAGS
5025 elif test $ac_cv_prog_cc_g = yes; then
5026 if test "$GCC" = yes; then
5027 CFLAGS="-g -O2"
5028 else
5029 CFLAGS="-g"
5030 fi
5031 else
5032 if test "$GCC" = yes; then
5033 CFLAGS="-O2"
5034 else
5035 CFLAGS=
5036 fi
5037 fi
5038 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5039 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5040 if test "${ac_cv_prog_cc_stdc+set}" = set; then
5041 echo $ECHO_N "(cached) $ECHO_C" >&6
5042 else
5043 ac_cv_prog_cc_stdc=no
5044 ac_save_CC=$CC
5045 cat >conftest.$ac_ext <<_ACEOF
5046 /* confdefs.h. */
5047 _ACEOF
5048 cat confdefs.h >>conftest.$ac_ext
5049 cat >>conftest.$ac_ext <<_ACEOF
5050 /* end confdefs.h. */
5051 #include <stdarg.h>
5052 #include <stdio.h>
5053 #include <sys/types.h>
5054 #include <sys/stat.h>
5055 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5056 struct buf { int x; };
5057 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5058 static char *e (p, i)
5059 char **p;
5060 int i;
5061 {
5062 return p[i];
5063 }
5064 static char *f (char * (*g) (char **, int), char **p, ...)
5065 {
5066 char *s;
5067 va_list v;
5068 va_start (v,p);
5069 s = g (p, va_arg (v,int));
5070 va_end (v);
5071 return s;
5072 }
5073
5074 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5075 function prototypes and stuff, but not '\xHH' hex character constants.
5076 These don't provoke an error unfortunately, instead are silently treated
5077 as 'x'. The following induces an error, until -std1 is added to get
5078 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5079 array size at least. It's necessary to write '\x00'==0 to get something
5080 that's true only with -std1. */
5081 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5082
5083 int test (int i, double x);
5084 struct s1 {int (*f) (int a);};
5085 struct s2 {int (*f) (double a);};
5086 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5087 int argc;
5088 char **argv;
5089 int
5090 main ()
5091 {
5092 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5093 ;
5094 return 0;
5095 }
5096 _ACEOF
5097 # Don't try gcc -ansi; that turns off useful extensions and
5098 # breaks some systems' header files.
5099 # AIX -qlanglvl=ansi
5100 # Ultrix and OSF/1 -std1
5101 # HP-UX 10.20 and later -Ae
5102 # HP-UX older versions -Aa -D_HPUX_SOURCE
5103 # SVR4 -Xc -D__EXTENSIONS__
5104 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5105 do
5106 CC="$ac_save_CC $ac_arg"
5107 rm -f conftest.$ac_objext
5108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5109 (eval $ac_compile) 2>conftest.er1
5110 ac_status=$?
5111 grep -v '^ *+' conftest.er1 >conftest.err
5112 rm -f conftest.er1
5113 cat conftest.err >&5
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); } &&
5116 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5118 (eval $ac_try) 2>&5
5119 ac_status=$?
5120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5121 (exit $ac_status); }; } &&
5122 { ac_try='test -s conftest.$ac_objext'
5123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5124 (eval $ac_try) 2>&5
5125 ac_status=$?
5126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5127 (exit $ac_status); }; }; then
5128 ac_cv_prog_cc_stdc=$ac_arg
5129 break
5130 else
5131 echo "$as_me: failed program was:" >&5
5132 sed 's/^/| /' conftest.$ac_ext >&5
5133
5134 fi
5135 rm -f conftest.err conftest.$ac_objext
5136 done
5137 rm -f conftest.$ac_ext conftest.$ac_objext
5138 CC=$ac_save_CC
5139
5140 fi
5141
5142 case "x$ac_cv_prog_cc_stdc" in
5143 x|xno)
5144 echo "$as_me:$LINENO: result: none needed" >&5
5145 echo "${ECHO_T}none needed" >&6 ;;
5146 *)
5147 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5148 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5149 CC="$CC $ac_cv_prog_cc_stdc" ;;
5150 esac
5151
5152 # Some people use a C++ compiler to compile C. Since we use `exit',
5153 # in C++ we need to declare it. In case someone uses the same compiler
5154 # for both compiling C and C++ we need to have the C++ compiler decide
5155 # the declaration of exit, since it's the most demanding environment.
5156 cat >conftest.$ac_ext <<_ACEOF
5157 #ifndef __cplusplus
5158 choke me
5159 #endif
5160 _ACEOF
5161 rm -f conftest.$ac_objext
5162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5163 (eval $ac_compile) 2>conftest.er1
5164 ac_status=$?
5165 grep -v '^ *+' conftest.er1 >conftest.err
5166 rm -f conftest.er1
5167 cat conftest.err >&5
5168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5169 (exit $ac_status); } &&
5170 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5172 (eval $ac_try) 2>&5
5173 ac_status=$?
5174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175 (exit $ac_status); }; } &&
5176 { ac_try='test -s conftest.$ac_objext'
5177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5178 (eval $ac_try) 2>&5
5179 ac_status=$?
5180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5181 (exit $ac_status); }; }; then
5182 for ac_declaration in \
5183 '' \
5184 'extern "C" void std::exit (int) throw (); using std::exit;' \
5185 'extern "C" void std::exit (int); using std::exit;' \
5186 'extern "C" void exit (int) throw ();' \
5187 'extern "C" void exit (int);' \
5188 'void exit (int);'
5189 do
5190 cat >conftest.$ac_ext <<_ACEOF
5191 /* confdefs.h. */
5192 _ACEOF
5193 cat confdefs.h >>conftest.$ac_ext
5194 cat >>conftest.$ac_ext <<_ACEOF
5195 /* end confdefs.h. */
5196 $ac_declaration
5197 #include <stdlib.h>
5198 int
5199 main ()
5200 {
5201 exit (42);
5202 ;
5203 return 0;
5204 }
5205 _ACEOF
5206 rm -f conftest.$ac_objext
5207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5208 (eval $ac_compile) 2>conftest.er1
5209 ac_status=$?
5210 grep -v '^ *+' conftest.er1 >conftest.err
5211 rm -f conftest.er1
5212 cat conftest.err >&5
5213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214 (exit $ac_status); } &&
5215 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5217 (eval $ac_try) 2>&5
5218 ac_status=$?
5219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220 (exit $ac_status); }; } &&
5221 { ac_try='test -s conftest.$ac_objext'
5222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5223 (eval $ac_try) 2>&5
5224 ac_status=$?
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); }; }; then
5227 :
5228 else
5229 echo "$as_me: failed program was:" >&5
5230 sed 's/^/| /' conftest.$ac_ext >&5
5231
5232 continue
5233 fi
5234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5235 cat >conftest.$ac_ext <<_ACEOF
5236 /* confdefs.h. */
5237 _ACEOF
5238 cat confdefs.h >>conftest.$ac_ext
5239 cat >>conftest.$ac_ext <<_ACEOF
5240 /* end confdefs.h. */
5241 $ac_declaration
5242 int
5243 main ()
5244 {
5245 exit (42);
5246 ;
5247 return 0;
5248 }
5249 _ACEOF
5250 rm -f conftest.$ac_objext
5251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5252 (eval $ac_compile) 2>conftest.er1
5253 ac_status=$?
5254 grep -v '^ *+' conftest.er1 >conftest.err
5255 rm -f conftest.er1
5256 cat conftest.err >&5
5257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5258 (exit $ac_status); } &&
5259 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5261 (eval $ac_try) 2>&5
5262 ac_status=$?
5263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264 (exit $ac_status); }; } &&
5265 { ac_try='test -s conftest.$ac_objext'
5266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5267 (eval $ac_try) 2>&5
5268 ac_status=$?
5269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5270 (exit $ac_status); }; }; then
5271 break
5272 else
5273 echo "$as_me: failed program was:" >&5
5274 sed 's/^/| /' conftest.$ac_ext >&5
5275
5276 fi
5277 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5278 done
5279 rm -f conftest*
5280 if test -n "$ac_declaration"; then
5281 echo '#ifdef __cplusplus' >>confdefs.h
5282 echo $ac_declaration >>confdefs.h
5283 echo '#endif' >>confdefs.h
5284 fi
5285
5286 else
5287 echo "$as_me: failed program was:" >&5
5288 sed 's/^/| /' conftest.$ac_ext >&5
5289
5290 fi
5291 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5292 ac_ext=c
5293 ac_cpp='$CPP $CPPFLAGS'
5294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5297
5298 depcc="$CC" am_compiler_list=
5299
5300 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5301 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5302 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5304 else
5305 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5306 # We make a subdir and do the tests there. Otherwise we can end up
5307 # making bogus files that we don't know about and never remove. For
5308 # instance it was reported that on HP-UX the gcc test will end up
5309 # making a dummy file named `D' -- because `-MD' means `put the output
5310 # in D'.
5311 mkdir conftest.dir
5312 # Copy depcomp to subdir because otherwise we won't find it if we're
5313 # using a relative directory.
5314 cp "$am_depcomp" conftest.dir
5315 cd conftest.dir
5316 # We will build objects and dependencies in a subdirectory because
5317 # it helps to detect inapplicable dependency modes. For instance
5318 # both Tru64's cc and ICC support -MD to output dependencies as a
5319 # side effect of compilation, but ICC will put the dependencies in
5320 # the current directory while Tru64 will put them in the object
5321 # directory.
5322 mkdir sub
5323
5324 am_cv_CC_dependencies_compiler_type=none
5325 if test "$am_compiler_list" = ""; then
5326 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5327 fi
5328 for depmode in $am_compiler_list; do
5329 # Setup a source with many dependencies, because some compilers
5330 # like to wrap large dependency lists on column 80 (with \), and
5331 # we should not choose a depcomp mode which is confused by this.
5332 #
5333 # We need to recreate these files for each test, as the compiler may
5334 # overwrite some of them when testing with obscure command lines.
5335 # This happens at least with the AIX C compiler.
5336 : > sub/conftest.c
5337 for i in 1 2 3 4 5 6; do
5338 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5339 : > sub/conftst$i.h
5340 done
5341 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5342
5343 case $depmode in
5344 nosideeffect)
5345 # after this tag, mechanisms are not by side-effect, so they'll
5346 # only be used when explicitly requested
5347 if test "x$enable_dependency_tracking" = xyes; then
5348 continue
5349 else
5350 break
5351 fi
5352 ;;
5353 none) break ;;
5354 esac
5355 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5356 # mode. It turns out that the SunPro C++ compiler does not properly
5357 # handle `-M -o', and we need to detect this.
5358 if depmode=$depmode \
5359 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5360 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5361 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5362 >/dev/null 2>conftest.err &&
5363 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5364 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5365 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5366 # icc doesn't choke on unknown options, it will just issue warnings
5367 # (even with -Werror). So we grep stderr for any message
5368 # that says an option was ignored.
5369 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5370 am_cv_CC_dependencies_compiler_type=$depmode
5371 break
5372 fi
5373 fi
5374 done
5375
5376 cd ..
5377 rm -rf conftest.dir
5378 else
5379 am_cv_CC_dependencies_compiler_type=none
5380 fi
5381
5382 fi
5383 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5384 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5385 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5386
5387
5388
5389 if
5390 test "x$enable_dependency_tracking" != xno \
5391 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5392 am__fastdepCC_TRUE=
5393 am__fastdepCC_FALSE='#'
5394 else
5395 am__fastdepCC_TRUE='#'
5396 am__fastdepCC_FALSE=
5397 fi
5398
5399
5400 ac_ext=c
5401 ac_cpp='$CPP $CPPFLAGS'
5402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5405 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5406 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5407 # On Suns, sometimes $CPP names a directory.
5408 if test -n "$CPP" && test -d "$CPP"; then
5409 CPP=
5410 fi
5411 if test -z "$CPP"; then
5412 if test "${ac_cv_prog_CPP+set}" = set; then
5413 echo $ECHO_N "(cached) $ECHO_C" >&6
5414 else
5415 # Double quotes because CPP needs to be expanded
5416 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5417 do
5418 ac_preproc_ok=false
5419 for ac_c_preproc_warn_flag in '' yes
5420 do
5421 # Use a header file that comes with gcc, so configuring glibc
5422 # with a fresh cross-compiler works.
5423 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5424 # <limits.h> exists even on freestanding compilers.
5425 # On the NeXT, cc -E runs the code through the compiler's parser,
5426 # not just through cpp. "Syntax error" is here to catch this case.
5427 cat >conftest.$ac_ext <<_ACEOF
5428 /* confdefs.h. */
5429 _ACEOF
5430 cat confdefs.h >>conftest.$ac_ext
5431 cat >>conftest.$ac_ext <<_ACEOF
5432 /* end confdefs.h. */
5433 #ifdef __STDC__
5434 # include <limits.h>
5435 #else
5436 # include <assert.h>
5437 #endif
5438 Syntax error
5439 _ACEOF
5440 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5441 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5442 ac_status=$?
5443 grep -v '^ *+' conftest.er1 >conftest.err
5444 rm -f conftest.er1
5445 cat conftest.err >&5
5446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5447 (exit $ac_status); } >/dev/null; then
5448 if test -s conftest.err; then
5449 ac_cpp_err=$ac_c_preproc_warn_flag
5450 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5451 else
5452 ac_cpp_err=
5453 fi
5454 else
5455 ac_cpp_err=yes
5456 fi
5457 if test -z "$ac_cpp_err"; then
5458 :
5459 else
5460 echo "$as_me: failed program was:" >&5
5461 sed 's/^/| /' conftest.$ac_ext >&5
5462
5463 # Broken: fails on valid input.
5464 continue
5465 fi
5466 rm -f conftest.err conftest.$ac_ext
5467
5468 # OK, works on sane cases. Now check whether non-existent headers
5469 # can be detected and how.
5470 cat >conftest.$ac_ext <<_ACEOF
5471 /* confdefs.h. */
5472 _ACEOF
5473 cat confdefs.h >>conftest.$ac_ext
5474 cat >>conftest.$ac_ext <<_ACEOF
5475 /* end confdefs.h. */
5476 #include <ac_nonexistent.h>
5477 _ACEOF
5478 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5479 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5480 ac_status=$?
5481 grep -v '^ *+' conftest.er1 >conftest.err
5482 rm -f conftest.er1
5483 cat conftest.err >&5
5484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5485 (exit $ac_status); } >/dev/null; then
5486 if test -s conftest.err; then
5487 ac_cpp_err=$ac_c_preproc_warn_flag
5488 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5489 else
5490 ac_cpp_err=
5491 fi
5492 else
5493 ac_cpp_err=yes
5494 fi
5495 if test -z "$ac_cpp_err"; then
5496 # Broken: success on invalid input.
5497 continue
5498 else
5499 echo "$as_me: failed program was:" >&5
5500 sed 's/^/| /' conftest.$ac_ext >&5
5501
5502 # Passes both tests.
5503 ac_preproc_ok=:
5504 break
5505 fi
5506 rm -f conftest.err conftest.$ac_ext
5507
5508 done
5509 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5510 rm -f conftest.err conftest.$ac_ext
5511 if $ac_preproc_ok; then
5512 break
5513 fi
5514
5515 done
5516 ac_cv_prog_CPP=$CPP
5517
5518 fi
5519 CPP=$ac_cv_prog_CPP
5520 else
5521 ac_cv_prog_CPP=$CPP
5522 fi
5523 echo "$as_me:$LINENO: result: $CPP" >&5
5524 echo "${ECHO_T}$CPP" >&6
5525 ac_preproc_ok=false
5526 for ac_c_preproc_warn_flag in '' yes
5527 do
5528 # Use a header file that comes with gcc, so configuring glibc
5529 # with a fresh cross-compiler works.
5530 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5531 # <limits.h> exists even on freestanding compilers.
5532 # On the NeXT, cc -E runs the code through the compiler's parser,
5533 # not just through cpp. "Syntax error" is here to catch this case.
5534 cat >conftest.$ac_ext <<_ACEOF
5535 /* confdefs.h. */
5536 _ACEOF
5537 cat confdefs.h >>conftest.$ac_ext
5538 cat >>conftest.$ac_ext <<_ACEOF
5539 /* end confdefs.h. */
5540 #ifdef __STDC__
5541 # include <limits.h>
5542 #else
5543 # include <assert.h>
5544 #endif
5545 Syntax error
5546 _ACEOF
5547 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5548 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5549 ac_status=$?
5550 grep -v '^ *+' conftest.er1 >conftest.err
5551 rm -f conftest.er1
5552 cat conftest.err >&5
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); } >/dev/null; then
5555 if test -s conftest.err; then
5556 ac_cpp_err=$ac_c_preproc_warn_flag
5557 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5558 else
5559 ac_cpp_err=
5560 fi
5561 else
5562 ac_cpp_err=yes
5563 fi
5564 if test -z "$ac_cpp_err"; then
5565 :
5566 else
5567 echo "$as_me: failed program was:" >&5
5568 sed 's/^/| /' conftest.$ac_ext >&5
5569
5570 # Broken: fails on valid input.
5571 continue
5572 fi
5573 rm -f conftest.err conftest.$ac_ext
5574
5575 # OK, works on sane cases. Now check whether non-existent headers
5576 # can be detected and how.
5577 cat >conftest.$ac_ext <<_ACEOF
5578 /* confdefs.h. */
5579 _ACEOF
5580 cat confdefs.h >>conftest.$ac_ext
5581 cat >>conftest.$ac_ext <<_ACEOF
5582 /* end confdefs.h. */
5583 #include <ac_nonexistent.h>
5584 _ACEOF
5585 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5586 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5587 ac_status=$?
5588 grep -v '^ *+' conftest.er1 >conftest.err
5589 rm -f conftest.er1
5590 cat conftest.err >&5
5591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5592 (exit $ac_status); } >/dev/null; then
5593 if test -s conftest.err; then
5594 ac_cpp_err=$ac_c_preproc_warn_flag
5595 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5596 else
5597 ac_cpp_err=
5598 fi
5599 else
5600 ac_cpp_err=yes
5601 fi
5602 if test -z "$ac_cpp_err"; then
5603 # Broken: success on invalid input.
5604 continue
5605 else
5606 echo "$as_me: failed program was:" >&5
5607 sed 's/^/| /' conftest.$ac_ext >&5
5608
5609 # Passes both tests.
5610 ac_preproc_ok=:
5611 break
5612 fi
5613 rm -f conftest.err conftest.$ac_ext
5614
5615 done
5616 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5617 rm -f conftest.err conftest.$ac_ext
5618 if $ac_preproc_ok; then
5619 :
5620 else
5621 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5622 See \`config.log' for more details." >&5
5623 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5624 See \`config.log' for more details." >&2;}
5625 { (exit 1); exit 1; }; }
5626 fi
5627
5628 ac_ext=c
5629 ac_cpp='$CPP $CPPFLAGS'
5630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5631 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5633
5634 ac_ext=cc
5635 ac_cpp='$CXXCPP $CPPFLAGS'
5636 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5637 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5638 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5639 if test -n "$ac_tool_prefix"; then
5640 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5641 do
5642 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5643 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5644 echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5646 if test "${ac_cv_prog_CXX+set}" = set; then
5647 echo $ECHO_N "(cached) $ECHO_C" >&6
5648 else
5649 if test -n "$CXX"; then
5650 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5654 do
5655 IFS=$as_save_IFS
5656 test -z "$as_dir" && as_dir=.
5657 for ac_exec_ext in '' $ac_executable_extensions; do
5658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5659 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 break 2
5662 fi
5663 done
5664 done
5665
5666 fi
5667 fi
5668 CXX=$ac_cv_prog_CXX
5669 if test -n "$CXX"; then
5670 echo "$as_me:$LINENO: result: $CXX" >&5
5671 echo "${ECHO_T}$CXX" >&6
5672 else
5673 echo "$as_me:$LINENO: result: no" >&5
5674 echo "${ECHO_T}no" >&6
5675 fi
5676
5677 test -n "$CXX" && break
5678 done
5679 fi
5680 if test -z "$CXX"; then
5681 ac_ct_CXX=$CXX
5682 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5683 do
5684 # Extract the first word of "$ac_prog", so it can be a program name with args.
5685 set dummy $ac_prog; ac_word=$2
5686 echo "$as_me:$LINENO: checking for $ac_word" >&5
5687 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5688 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5689 echo $ECHO_N "(cached) $ECHO_C" >&6
5690 else
5691 if test -n "$ac_ct_CXX"; then
5692 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5693 else
5694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5695 for as_dir in $PATH
5696 do
5697 IFS=$as_save_IFS
5698 test -z "$as_dir" && as_dir=.
5699 for ac_exec_ext in '' $ac_executable_extensions; do
5700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5701 ac_cv_prog_ac_ct_CXX="$ac_prog"
5702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5703 break 2
5704 fi
5705 done
5706 done
5707
5708 fi
5709 fi
5710 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5711 if test -n "$ac_ct_CXX"; then
5712 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5713 echo "${ECHO_T}$ac_ct_CXX" >&6
5714 else
5715 echo "$as_me:$LINENO: result: no" >&5
5716 echo "${ECHO_T}no" >&6
5717 fi
5718
5719 test -n "$ac_ct_CXX" && break
5720 done
5721 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5722
5723 CXX=$ac_ct_CXX
5724 fi
5725
5726
5727 # Provide some information about the compiler.
5728 echo "$as_me:$LINENO:" \
5729 "checking for C++ compiler version" >&5
5730 ac_compiler=`set X $ac_compile; echo $2`
5731 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5732 (eval $ac_compiler --version </dev/null >&5) 2>&5
5733 ac_status=$?
5734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5735 (exit $ac_status); }
5736 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5737 (eval $ac_compiler -v </dev/null >&5) 2>&5
5738 ac_status=$?
5739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740 (exit $ac_status); }
5741 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5742 (eval $ac_compiler -V </dev/null >&5) 2>&5
5743 ac_status=$?
5744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5745 (exit $ac_status); }
5746
5747 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5748 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5749 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5750 echo $ECHO_N "(cached) $ECHO_C" >&6
5751 else
5752 cat >conftest.$ac_ext <<_ACEOF
5753 /* confdefs.h. */
5754 _ACEOF
5755 cat confdefs.h >>conftest.$ac_ext
5756 cat >>conftest.$ac_ext <<_ACEOF
5757 /* end confdefs.h. */
5758
5759 int
5760 main ()
5761 {
5762 #ifndef __GNUC__
5763 choke me
5764 #endif
5765
5766 ;
5767 return 0;
5768 }
5769 _ACEOF
5770 rm -f conftest.$ac_objext
5771 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5772 (eval $ac_compile) 2>conftest.er1
5773 ac_status=$?
5774 grep -v '^ *+' conftest.er1 >conftest.err
5775 rm -f conftest.er1
5776 cat conftest.err >&5
5777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5778 (exit $ac_status); } &&
5779 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5781 (eval $ac_try) 2>&5
5782 ac_status=$?
5783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784 (exit $ac_status); }; } &&
5785 { ac_try='test -s conftest.$ac_objext'
5786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5787 (eval $ac_try) 2>&5
5788 ac_status=$?
5789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5790 (exit $ac_status); }; }; then
5791 ac_compiler_gnu=yes
5792 else
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.$ac_ext >&5
5795
5796 ac_compiler_gnu=no
5797 fi
5798 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5799 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5800
5801 fi
5802 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5803 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5804 GXX=`test $ac_compiler_gnu = yes && echo yes`
5805 ac_test_CXXFLAGS=${CXXFLAGS+set}
5806 ac_save_CXXFLAGS=$CXXFLAGS
5807 CXXFLAGS="-g"
5808 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5809 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5810 if test "${ac_cv_prog_cxx_g+set}" = set; then
5811 echo $ECHO_N "(cached) $ECHO_C" >&6
5812 else
5813 cat >conftest.$ac_ext <<_ACEOF
5814 /* confdefs.h. */
5815 _ACEOF
5816 cat confdefs.h >>conftest.$ac_ext
5817 cat >>conftest.$ac_ext <<_ACEOF
5818 /* end confdefs.h. */
5819
5820 int
5821 main ()
5822 {
5823
5824 ;
5825 return 0;
5826 }
5827 _ACEOF
5828 rm -f conftest.$ac_objext
5829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5830 (eval $ac_compile) 2>conftest.er1
5831 ac_status=$?
5832 grep -v '^ *+' conftest.er1 >conftest.err
5833 rm -f conftest.er1
5834 cat conftest.err >&5
5835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836 (exit $ac_status); } &&
5837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839 (eval $ac_try) 2>&5
5840 ac_status=$?
5841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842 (exit $ac_status); }; } &&
5843 { ac_try='test -s conftest.$ac_objext'
5844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5845 (eval $ac_try) 2>&5
5846 ac_status=$?
5847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848 (exit $ac_status); }; }; then
5849 ac_cv_prog_cxx_g=yes
5850 else
5851 echo "$as_me: failed program was:" >&5
5852 sed 's/^/| /' conftest.$ac_ext >&5
5853
5854 ac_cv_prog_cxx_g=no
5855 fi
5856 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5857 fi
5858 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5859 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5860 if test "$ac_test_CXXFLAGS" = set; then
5861 CXXFLAGS=$ac_save_CXXFLAGS
5862 elif test $ac_cv_prog_cxx_g = yes; then
5863 if test "$GXX" = yes; then
5864 CXXFLAGS="-g -O2"
5865 else
5866 CXXFLAGS="-g"
5867 fi
5868 else
5869 if test "$GXX" = yes; then
5870 CXXFLAGS="-O2"
5871 else
5872 CXXFLAGS=
5873 fi
5874 fi
5875 for ac_declaration in \
5876 '' \
5877 'extern "C" void std::exit (int) throw (); using std::exit;' \
5878 'extern "C" void std::exit (int); using std::exit;' \
5879 'extern "C" void exit (int) throw ();' \
5880 'extern "C" void exit (int);' \
5881 'void exit (int);'
5882 do
5883 cat >conftest.$ac_ext <<_ACEOF
5884 /* confdefs.h. */
5885 _ACEOF
5886 cat confdefs.h >>conftest.$ac_ext
5887 cat >>conftest.$ac_ext <<_ACEOF
5888 /* end confdefs.h. */
5889 $ac_declaration
5890 #include <stdlib.h>
5891 int
5892 main ()
5893 {
5894 exit (42);
5895 ;
5896 return 0;
5897 }
5898 _ACEOF
5899 rm -f conftest.$ac_objext
5900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5901 (eval $ac_compile) 2>conftest.er1
5902 ac_status=$?
5903 grep -v '^ *+' conftest.er1 >conftest.err
5904 rm -f conftest.er1
5905 cat conftest.err >&5
5906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); } &&
5908 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5910 (eval $ac_try) 2>&5
5911 ac_status=$?
5912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5913 (exit $ac_status); }; } &&
5914 { ac_try='test -s conftest.$ac_objext'
5915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5916 (eval $ac_try) 2>&5
5917 ac_status=$?
5918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5919 (exit $ac_status); }; }; then
5920 :
5921 else
5922 echo "$as_me: failed program was:" >&5
5923 sed 's/^/| /' conftest.$ac_ext >&5
5924
5925 continue
5926 fi
5927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5928 cat >conftest.$ac_ext <<_ACEOF
5929 /* confdefs.h. */
5930 _ACEOF
5931 cat confdefs.h >>conftest.$ac_ext
5932 cat >>conftest.$ac_ext <<_ACEOF
5933 /* end confdefs.h. */
5934 $ac_declaration
5935 int
5936 main ()
5937 {
5938 exit (42);
5939 ;
5940 return 0;
5941 }
5942 _ACEOF
5943 rm -f conftest.$ac_objext
5944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5945 (eval $ac_compile) 2>conftest.er1
5946 ac_status=$?
5947 grep -v '^ *+' conftest.er1 >conftest.err
5948 rm -f conftest.er1
5949 cat conftest.err >&5
5950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5951 (exit $ac_status); } &&
5952 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5954 (eval $ac_try) 2>&5
5955 ac_status=$?
5956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5957 (exit $ac_status); }; } &&
5958 { ac_try='test -s conftest.$ac_objext'
5959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5960 (eval $ac_try) 2>&5
5961 ac_status=$?
5962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5963 (exit $ac_status); }; }; then
5964 break
5965 else
5966 echo "$as_me: failed program was:" >&5
5967 sed 's/^/| /' conftest.$ac_ext >&5
5968
5969 fi
5970 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5971 done
5972 rm -f conftest*
5973 if test -n "$ac_declaration"; then
5974 echo '#ifdef __cplusplus' >>confdefs.h
5975 echo $ac_declaration >>confdefs.h
5976 echo '#endif' >>confdefs.h
5977 fi
5978
5979 ac_ext=c
5980 ac_cpp='$CPP $CPPFLAGS'
5981 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5982 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5983 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5984
5985 depcc="$CXX" am_compiler_list=
5986
5987 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5988 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5989 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5990 echo $ECHO_N "(cached) $ECHO_C" >&6
5991 else
5992 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5993 # We make a subdir and do the tests there. Otherwise we can end up
5994 # making bogus files that we don't know about and never remove. For
5995 # instance it was reported that on HP-UX the gcc test will end up
5996 # making a dummy file named `D' -- because `-MD' means `put the output
5997 # in D'.
5998 mkdir conftest.dir
5999 # Copy depcomp to subdir because otherwise we won't find it if we're
6000 # using a relative directory.
6001 cp "$am_depcomp" conftest.dir
6002 cd conftest.dir
6003 # We will build objects and dependencies in a subdirectory because
6004 # it helps to detect inapplicable dependency modes. For instance
6005 # both Tru64's cc and ICC support -MD to output dependencies as a
6006 # side effect of compilation, but ICC will put the dependencies in
6007 # the current directory while Tru64 will put them in the object
6008 # directory.
6009 mkdir sub
6010
6011 am_cv_CXX_dependencies_compiler_type=none
6012 if test "$am_compiler_list" = ""; then
6013 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6014 fi
6015 for depmode in $am_compiler_list; do
6016 # Setup a source with many dependencies, because some compilers
6017 # like to wrap large dependency lists on column 80 (with \), and
6018 # we should not choose a depcomp mode which is confused by this.
6019 #
6020 # We need to recreate these files for each test, as the compiler may
6021 # overwrite some of them when testing with obscure command lines.
6022 # This happens at least with the AIX C compiler.
6023 : > sub/conftest.c
6024 for i in 1 2 3 4 5 6; do
6025 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6026 : > sub/conftst$i.h
6027 done
6028 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6029
6030 case $depmode in
6031 nosideeffect)
6032 # after this tag, mechanisms are not by side-effect, so they'll
6033 # only be used when explicitly requested
6034 if test "x$enable_dependency_tracking" = xyes; then
6035 continue
6036 else
6037 break
6038 fi
6039 ;;
6040 none) break ;;
6041 esac
6042 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6043 # mode. It turns out that the SunPro C++ compiler does not properly
6044 # handle `-M -o', and we need to detect this.
6045 if depmode=$depmode \
6046 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6047 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6048 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6049 >/dev/null 2>conftest.err &&
6050 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6051 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6052 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6053 # icc doesn't choke on unknown options, it will just issue warnings
6054 # (even with -Werror). So we grep stderr for any message
6055 # that says an option was ignored.
6056 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6057 am_cv_CXX_dependencies_compiler_type=$depmode
6058 break
6059 fi
6060 fi
6061 done
6062
6063 cd ..
6064 rm -rf conftest.dir
6065 else
6066 am_cv_CXX_dependencies_compiler_type=none
6067 fi
6068
6069 fi
6070 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6071 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6072 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6073
6074
6075
6076 if
6077 test "x$enable_dependency_tracking" != xno \
6078 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6079 am__fastdepCXX_TRUE=
6080 am__fastdepCXX_FALSE='#'
6081 else
6082 am__fastdepCXX_TRUE='#'
6083 am__fastdepCXX_FALSE=
6084 fi
6085
6086
6087
6088 echo "$as_me:$LINENO: checking for egrep" >&5
6089 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6090 if test "${ac_cv_prog_egrep+set}" = set; then
6091 echo $ECHO_N "(cached) $ECHO_C" >&6
6092 else
6093 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6094 then ac_cv_prog_egrep='grep -E'
6095 else ac_cv_prog_egrep='egrep'
6096 fi
6097 fi
6098 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6099 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6100 EGREP=$ac_cv_prog_egrep
6101
6102
6103 if test $ac_cv_c_compiler_gnu = yes; then
6104 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6105 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6106 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6107 echo $ECHO_N "(cached) $ECHO_C" >&6
6108 else
6109 ac_pattern="Autoconf.*'x'"
6110 cat >conftest.$ac_ext <<_ACEOF
6111 /* confdefs.h. */
6112 _ACEOF
6113 cat confdefs.h >>conftest.$ac_ext
6114 cat >>conftest.$ac_ext <<_ACEOF
6115 /* end confdefs.h. */
6116 #include <sgtty.h>
6117 Autoconf TIOCGETP
6118 _ACEOF
6119 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6120 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6121 ac_cv_prog_gcc_traditional=yes
6122 else
6123 ac_cv_prog_gcc_traditional=no
6124 fi
6125 rm -f conftest*
6126
6127
6128 if test $ac_cv_prog_gcc_traditional = no; then
6129 cat >conftest.$ac_ext <<_ACEOF
6130 /* confdefs.h. */
6131 _ACEOF
6132 cat confdefs.h >>conftest.$ac_ext
6133 cat >>conftest.$ac_ext <<_ACEOF
6134 /* end confdefs.h. */
6135 #include <termio.h>
6136 Autoconf TCGETA
6137 _ACEOF
6138 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6139 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6140 ac_cv_prog_gcc_traditional=yes
6141 fi
6142 rm -f conftest*
6143
6144 fi
6145 fi
6146 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6147 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6148 if test $ac_cv_prog_gcc_traditional = yes; then
6149 CC="$CC -traditional"
6150 fi
6151 fi
6152
6153 for ac_prog in gawk mawk nawk awk
6154 do
6155 # Extract the first word of "$ac_prog", so it can be a program name with args.
6156 set dummy $ac_prog; ac_word=$2
6157 echo "$as_me:$LINENO: checking for $ac_word" >&5
6158 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6159 if test "${ac_cv_prog_AWK+set}" = set; then
6160 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 else
6162 if test -n "$AWK"; then
6163 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6164 else
6165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6166 for as_dir in $PATH
6167 do
6168 IFS=$as_save_IFS
6169 test -z "$as_dir" && as_dir=.
6170 for ac_exec_ext in '' $ac_executable_extensions; do
6171 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6172 ac_cv_prog_AWK="$ac_prog"
6173 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6174 break 2
6175 fi
6176 done
6177 done
6178
6179 fi
6180 fi
6181 AWK=$ac_cv_prog_AWK
6182 if test -n "$AWK"; then
6183 echo "$as_me:$LINENO: result: $AWK" >&5
6184 echo "${ECHO_T}$AWK" >&6
6185 else
6186 echo "$as_me:$LINENO: result: no" >&5
6187 echo "${ECHO_T}no" >&6
6188 fi
6189
6190 test -n "$AWK" && break
6191 done
6192
6193 # Find a good install program. We prefer a C program (faster),
6194 # so one script is as good as another. But avoid the broken or
6195 # incompatible versions:
6196 # SysV /etc/install, /usr/sbin/install
6197 # SunOS /usr/etc/install
6198 # IRIX /sbin/install
6199 # AIX /bin/install
6200 # AmigaOS /C/install, which installs bootblocks on floppy discs
6201 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6202 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6203 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6204 # OS/2's system install, which has a completely different semantic
6205 # ./install, which can be erroneously created by make from ./install.sh.
6206 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6207 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6208 if test -z "$INSTALL"; then
6209 if test "${ac_cv_path_install+set}" = set; then
6210 echo $ECHO_N "(cached) $ECHO_C" >&6
6211 else
6212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 for as_dir in $PATH
6214 do
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
6217 # Account for people who put trailing slashes in PATH elements.
6218 case $as_dir/ in
6219 ./ | .// | /cC/* | \
6220 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6221 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6222 /usr/ucb/* ) ;;
6223 *)
6224 # OSF1 and SCO ODT 3.0 have their own names for install.
6225 # Don't use installbsd from OSF since it installs stuff as root
6226 # by default.
6227 for ac_prog in ginstall scoinst install; do
6228 for ac_exec_ext in '' $ac_executable_extensions; do
6229 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6230 if test $ac_prog = install &&
6231 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6232 # AIX install. It has an incompatible calling convention.
6233 :
6234 elif test $ac_prog = install &&
6235 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6236 # program-specific install script used by HP pwplus--don't use.
6237 :
6238 else
6239 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6240 break 3
6241 fi
6242 fi
6243 done
6244 done
6245 ;;
6246 esac
6247 done
6248
6249
6250 fi
6251 if test "${ac_cv_path_install+set}" = set; then
6252 INSTALL=$ac_cv_path_install
6253 else
6254 # As a last resort, use the slow shell script. We don't cache a
6255 # path for INSTALL within a source directory, because that will
6256 # break other packages using the cache if that directory is
6257 # removed, or if the path is relative.
6258 INSTALL=$ac_install_sh
6259 fi
6260 fi
6261 echo "$as_me:$LINENO: result: $INSTALL" >&5
6262 echo "${ECHO_T}$INSTALL" >&6
6263
6264 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6265 # It thinks the first close brace ends the variable substitution.
6266 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6267
6268 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6269
6270 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6271
6272 echo "$as_me:$LINENO: checking whether ln -s works" >&5
6273 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6274 LN_S=$as_ln_s
6275 if test "$LN_S" = "ln -s"; then
6276 echo "$as_me:$LINENO: result: yes" >&5
6277 echo "${ECHO_T}yes" >&6
6278 else
6279 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6280 echo "${ECHO_T}no, using $LN_S" >&6
6281 fi
6282
6283 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6284 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6285 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6286 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6287 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 else
6289 cat >conftest.make <<\_ACEOF
6290 all:
6291 @echo 'ac_maketemp="$(MAKE)"'
6292 _ACEOF
6293 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6294 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6295 if test -n "$ac_maketemp"; then
6296 eval ac_cv_prog_make_${ac_make}_set=yes
6297 else
6298 eval ac_cv_prog_make_${ac_make}_set=no
6299 fi
6300 rm -f conftest.make
6301 fi
6302 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6303 echo "$as_me:$LINENO: result: yes" >&5
6304 echo "${ECHO_T}yes" >&6
6305 SET_MAKE=
6306 else
6307 echo "$as_me:$LINENO: result: no" >&5
6308 echo "${ECHO_T}no" >&6
6309 SET_MAKE="MAKE=${MAKE-make}"
6310 fi
6311
6312 if test -n "$ac_tool_prefix"; then
6313 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6314 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6315 echo "$as_me:$LINENO: checking for $ac_word" >&5
6316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6317 if test "${ac_cv_prog_RANLIB+set}" = set; then
6318 echo $ECHO_N "(cached) $ECHO_C" >&6
6319 else
6320 if test -n "$RANLIB"; then
6321 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6322 else
6323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6324 for as_dir in $PATH
6325 do
6326 IFS=$as_save_IFS
6327 test -z "$as_dir" && as_dir=.
6328 for ac_exec_ext in '' $ac_executable_extensions; do
6329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6330 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6332 break 2
6333 fi
6334 done
6335 done
6336
6337 fi
6338 fi
6339 RANLIB=$ac_cv_prog_RANLIB
6340 if test -n "$RANLIB"; then
6341 echo "$as_me:$LINENO: result: $RANLIB" >&5
6342 echo "${ECHO_T}$RANLIB" >&6
6343 else
6344 echo "$as_me:$LINENO: result: no" >&5
6345 echo "${ECHO_T}no" >&6
6346 fi
6347
6348 fi
6349 if test -z "$ac_cv_prog_RANLIB"; then
6350 ac_ct_RANLIB=$RANLIB
6351 # Extract the first word of "ranlib", so it can be a program name with args.
6352 set dummy ranlib; ac_word=$2
6353 echo "$as_me:$LINENO: checking for $ac_word" >&5
6354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6355 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6356 echo $ECHO_N "(cached) $ECHO_C" >&6
6357 else
6358 if test -n "$ac_ct_RANLIB"; then
6359 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6360 else
6361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362 for as_dir in $PATH
6363 do
6364 IFS=$as_save_IFS
6365 test -z "$as_dir" && as_dir=.
6366 for ac_exec_ext in '' $ac_executable_extensions; do
6367 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6368 ac_cv_prog_ac_ct_RANLIB="ranlib"
6369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6370 break 2
6371 fi
6372 done
6373 done
6374
6375 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6376 fi
6377 fi
6378 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6379 if test -n "$ac_ct_RANLIB"; then
6380 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6381 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6382 else
6383 echo "$as_me:$LINENO: result: no" >&5
6384 echo "${ECHO_T}no" >&6
6385 fi
6386
6387 RANLIB=$ac_ct_RANLIB
6388 else
6389 RANLIB="$ac_cv_prog_RANLIB"
6390 fi
6391
6392
6393 # Check whether --enable-iftype or --disable-iftype was given.
6394 if test "${enable_iftype+set}" = set; then
6395 enableval="$enable_iftype"
6396
6397 IFTYPE=`echo $enableval | sed s%/.*%%`
6398 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6399
6400
6401 fi;
6402
6403 echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6404 echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6405
6406 if test "x$IFTYPE" = "x"; then
6407 case $target_os in
6408 *linux*)
6409 IFTYPE=native
6410 IFSUBTYPE=linux
6411
6412 cat >>confdefs.h <<\_ACEOF
6413 #define HAVE_LINUX 1
6414 _ACEOF
6415
6416 ;;
6417 *freebsd*)
6418 IFTYPE=tincd
6419 IFSUBTYPE=freebsd
6420
6421 cat >>confdefs.h <<\_ACEOF
6422 #define HAVE_FREEBSD 1
6423 _ACEOF
6424
6425 ;;
6426 *darwin*)
6427 IFTYPE=tincd
6428 IFSUBTYPE=darwin
6429
6430 cat >>confdefs.h <<\_ACEOF
6431 #define HAVE_DARWIN 1
6432 _ACEOF
6433
6434 ;;
6435 *solaris*)
6436 IFTYPE=tincd
6437 IFSUBTYPE=solaris
6438
6439 cat >>confdefs.h <<\_ACEOF
6440 #define HAVE_SOLARIS 1
6441 _ACEOF
6442
6443 ;;
6444 *openbsd*)
6445 IFTYPE=tincd
6446 IFSUBTYPE=openbsd
6447
6448 cat >>confdefs.h <<\_ACEOF
6449 #define HAVE_OPENBSD 1
6450 _ACEOF
6451
6452 ;;
6453 *netbsd*)
6454 IFTYPE=tincd
6455 IFSUBTYPE=netbsd
6456
6457 cat >>confdefs.h <<\_ACEOF
6458 #define HAVE_NETBSD 1
6459 _ACEOF
6460
6461 ;;
6462 *cygwin*)
6463 IFTYPE=native
6464 IFSUBTYPE=cygwin
6465
6466 cat >>confdefs.h <<\_ACEOF
6467 #define HAVE_CYGWIN 1
6468 _ACEOF
6469
6470 ;;
6471 *)
6472 { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6473 echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6474 { (exit 1); exit 1; }; }
6475 ;;
6476 esac
6477 fi
6478 echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6479 echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6480 IFTYPE=$IFTYPE
6481
6482 IFSUBTYPE=$IFSUBTYPE
6483
6484
6485 cat >>confdefs.h <<_ACEOF
6486 #define IFTYPE "$IFTYPE"
6487 _ACEOF
6488
6489
6490 cat >>confdefs.h <<_ACEOF
6491 #define IFSUBTYPE "$IFSUBTYPE"
6492 _ACEOF
6493
6494
6495 cat >confcache <<\_ACEOF
6496 # This file is a shell script that caches the results of configure
6497 # tests run on this system so they can be shared between configure
6498 # scripts and configure runs, see configure's option --config-cache.
6499 # It is not useful on other systems. If it contains results you don't
6500 # want to keep, you may remove or edit it.
6501 #
6502 # config.status only pays attention to the cache file if you give it
6503 # the --recheck option to rerun configure.
6504 #
6505 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6506 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6507 # following values.
6508
6509 _ACEOF
6510
6511 # The following way of writing the cache mishandles newlines in values,
6512 # but we know of no workaround that is simple, portable, and efficient.
6513 # So, don't put newlines in cache variables' values.
6514 # Ultrix sh set writes to stderr and can't be redirected directly,
6515 # and sets the high bit in the cache file unless we assign to the vars.
6516 {
6517 (set) 2>&1 |
6518 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6519 *ac_space=\ *)
6520 # `set' does not quote correctly, so add quotes (double-quote
6521 # substitution turns \\\\ into \\, and sed turns \\ into \).
6522 sed -n \
6523 "s/'/'\\\\''/g;
6524 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6525 ;;
6526 *)
6527 # `set' quotes correctly as required by POSIX, so do not add quotes.
6528 sed -n \
6529 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6530 ;;
6531 esac;
6532 } |
6533 sed '
6534 t clear
6535 : clear
6536 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6537 t end
6538 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6539 : end' >>confcache
6540 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6541 if test -w $cache_file; then
6542 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6543 cat confcache >$cache_file
6544 else
6545 echo "not updating unwritable cache $cache_file"
6546 fi
6547 fi
6548 rm -f confcache
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
6557
6558 ac_ext=cc
6559 ac_cpp='$CXXCPP $CPPFLAGS'
6560 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6561 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6562 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6563 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6564 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6565 if test -z "$CXXCPP"; then
6566 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6567 echo $ECHO_N "(cached) $ECHO_C" >&6
6568 else
6569 # Double quotes because CXXCPP needs to be expanded
6570 for CXXCPP in "$CXX -E" "/lib/cpp"
6571 do
6572 ac_preproc_ok=false
6573 for ac_cxx_preproc_warn_flag in '' yes
6574 do
6575 # Use a header file that comes with gcc, so configuring glibc
6576 # with a fresh cross-compiler works.
6577 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6578 # <limits.h> exists even on freestanding compilers.
6579 # On the NeXT, cc -E runs the code through the compiler's parser,
6580 # not just through cpp. "Syntax error" is here to catch this case.
6581 cat >conftest.$ac_ext <<_ACEOF
6582 /* confdefs.h. */
6583 _ACEOF
6584 cat confdefs.h >>conftest.$ac_ext
6585 cat >>conftest.$ac_ext <<_ACEOF
6586 /* end confdefs.h. */
6587 #ifdef __STDC__
6588 # include <limits.h>
6589 #else
6590 # include <assert.h>
6591 #endif
6592 Syntax error
6593 _ACEOF
6594 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6595 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6596 ac_status=$?
6597 grep -v '^ *+' conftest.er1 >conftest.err
6598 rm -f conftest.er1
6599 cat conftest.err >&5
6600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6601 (exit $ac_status); } >/dev/null; then
6602 if test -s conftest.err; then
6603 ac_cpp_err=$ac_cxx_preproc_warn_flag
6604 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6605 else
6606 ac_cpp_err=
6607 fi
6608 else
6609 ac_cpp_err=yes
6610 fi
6611 if test -z "$ac_cpp_err"; then
6612 :
6613 else
6614 echo "$as_me: failed program was:" >&5
6615 sed 's/^/| /' conftest.$ac_ext >&5
6616
6617 # Broken: fails on valid input.
6618 continue
6619 fi
6620 rm -f conftest.err conftest.$ac_ext
6621
6622 # OK, works on sane cases. Now check whether non-existent headers
6623 # can be detected and how.
6624 cat >conftest.$ac_ext <<_ACEOF
6625 /* confdefs.h. */
6626 _ACEOF
6627 cat confdefs.h >>conftest.$ac_ext
6628 cat >>conftest.$ac_ext <<_ACEOF
6629 /* end confdefs.h. */
6630 #include <ac_nonexistent.h>
6631 _ACEOF
6632 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6633 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6634 ac_status=$?
6635 grep -v '^ *+' conftest.er1 >conftest.err
6636 rm -f conftest.er1
6637 cat conftest.err >&5
6638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6639 (exit $ac_status); } >/dev/null; then
6640 if test -s conftest.err; then
6641 ac_cpp_err=$ac_cxx_preproc_warn_flag
6642 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6643 else
6644 ac_cpp_err=
6645 fi
6646 else
6647 ac_cpp_err=yes
6648 fi
6649 if test -z "$ac_cpp_err"; then
6650 # Broken: success on invalid input.
6651 continue
6652 else
6653 echo "$as_me: failed program was:" >&5
6654 sed 's/^/| /' conftest.$ac_ext >&5
6655
6656 # Passes both tests.
6657 ac_preproc_ok=:
6658 break
6659 fi
6660 rm -f conftest.err conftest.$ac_ext
6661
6662 done
6663 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6664 rm -f conftest.err conftest.$ac_ext
6665 if $ac_preproc_ok; then
6666 break
6667 fi
6668
6669 done
6670 ac_cv_prog_CXXCPP=$CXXCPP
6671
6672 fi
6673 CXXCPP=$ac_cv_prog_CXXCPP
6674 else
6675 ac_cv_prog_CXXCPP=$CXXCPP
6676 fi
6677 echo "$as_me:$LINENO: result: $CXXCPP" >&5
6678 echo "${ECHO_T}$CXXCPP" >&6
6679 ac_preproc_ok=false
6680 for ac_cxx_preproc_warn_flag in '' yes
6681 do
6682 # Use a header file that comes with gcc, so configuring glibc
6683 # with a fresh cross-compiler works.
6684 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6685 # <limits.h> exists even on freestanding compilers.
6686 # On the NeXT, cc -E runs the code through the compiler's parser,
6687 # not just through cpp. "Syntax error" is here to catch this case.
6688 cat >conftest.$ac_ext <<_ACEOF
6689 /* confdefs.h. */
6690 _ACEOF
6691 cat confdefs.h >>conftest.$ac_ext
6692 cat >>conftest.$ac_ext <<_ACEOF
6693 /* end confdefs.h. */
6694 #ifdef __STDC__
6695 # include <limits.h>
6696 #else
6697 # include <assert.h>
6698 #endif
6699 Syntax error
6700 _ACEOF
6701 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6702 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6703 ac_status=$?
6704 grep -v '^ *+' conftest.er1 >conftest.err
6705 rm -f conftest.er1
6706 cat conftest.err >&5
6707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6708 (exit $ac_status); } >/dev/null; then
6709 if test -s conftest.err; then
6710 ac_cpp_err=$ac_cxx_preproc_warn_flag
6711 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6712 else
6713 ac_cpp_err=
6714 fi
6715 else
6716 ac_cpp_err=yes
6717 fi
6718 if test -z "$ac_cpp_err"; then
6719 :
6720 else
6721 echo "$as_me: failed program was:" >&5
6722 sed 's/^/| /' conftest.$ac_ext >&5
6723
6724 # Broken: fails on valid input.
6725 continue
6726 fi
6727 rm -f conftest.err conftest.$ac_ext
6728
6729 # OK, works on sane cases. Now check whether non-existent headers
6730 # can be detected and how.
6731 cat >conftest.$ac_ext <<_ACEOF
6732 /* confdefs.h. */
6733 _ACEOF
6734 cat confdefs.h >>conftest.$ac_ext
6735 cat >>conftest.$ac_ext <<_ACEOF
6736 /* end confdefs.h. */
6737 #include <ac_nonexistent.h>
6738 _ACEOF
6739 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6740 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6741 ac_status=$?
6742 grep -v '^ *+' conftest.er1 >conftest.err
6743 rm -f conftest.er1
6744 cat conftest.err >&5
6745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6746 (exit $ac_status); } >/dev/null; then
6747 if test -s conftest.err; then
6748 ac_cpp_err=$ac_cxx_preproc_warn_flag
6749 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6750 else
6751 ac_cpp_err=
6752 fi
6753 else
6754 ac_cpp_err=yes
6755 fi
6756 if test -z "$ac_cpp_err"; then
6757 # Broken: success on invalid input.
6758 continue
6759 else
6760 echo "$as_me: failed program was:" >&5
6761 sed 's/^/| /' conftest.$ac_ext >&5
6762
6763 # Passes both tests.
6764 ac_preproc_ok=:
6765 break
6766 fi
6767 rm -f conftest.err conftest.$ac_ext
6768
6769 done
6770 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6771 rm -f conftest.err conftest.$ac_ext
6772 if $ac_preproc_ok; then
6773 :
6774 else
6775 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6776 See \`config.log' for more details." >&5
6777 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6778 See \`config.log' for more details." >&2;}
6779 { (exit 1); exit 1; }; }
6780 fi
6781
6782 ac_ext=cc
6783 ac_cpp='$CXXCPP $CPPFLAGS'
6784 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6785 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6786 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6787
6788
6789 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6790 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6791 if test "${ac_cv_header_stdc+set}" = set; then
6792 echo $ECHO_N "(cached) $ECHO_C" >&6
6793 else
6794 cat >conftest.$ac_ext <<_ACEOF
6795 /* confdefs.h. */
6796 _ACEOF
6797 cat confdefs.h >>conftest.$ac_ext
6798 cat >>conftest.$ac_ext <<_ACEOF
6799 /* end confdefs.h. */
6800 #include <stdlib.h>
6801 #include <stdarg.h>
6802 #include <string.h>
6803 #include <float.h>
6804
6805 int
6806 main ()
6807 {
6808
6809 ;
6810 return 0;
6811 }
6812 _ACEOF
6813 rm -f conftest.$ac_objext
6814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6815 (eval $ac_compile) 2>conftest.er1
6816 ac_status=$?
6817 grep -v '^ *+' conftest.er1 >conftest.err
6818 rm -f conftest.er1
6819 cat conftest.err >&5
6820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6821 (exit $ac_status); } &&
6822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6824 (eval $ac_try) 2>&5
6825 ac_status=$?
6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827 (exit $ac_status); }; } &&
6828 { ac_try='test -s conftest.$ac_objext'
6829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6830 (eval $ac_try) 2>&5
6831 ac_status=$?
6832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6833 (exit $ac_status); }; }; then
6834 ac_cv_header_stdc=yes
6835 else
6836 echo "$as_me: failed program was:" >&5
6837 sed 's/^/| /' conftest.$ac_ext >&5
6838
6839 ac_cv_header_stdc=no
6840 fi
6841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6842
6843 if test $ac_cv_header_stdc = yes; then
6844 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6845 cat >conftest.$ac_ext <<_ACEOF
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6851 #include <string.h>
6852
6853 _ACEOF
6854 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6855 $EGREP "memchr" >/dev/null 2>&1; then
6856 :
6857 else
6858 ac_cv_header_stdc=no
6859 fi
6860 rm -f conftest*
6861
6862 fi
6863
6864 if test $ac_cv_header_stdc = yes; then
6865 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6866 cat >conftest.$ac_ext <<_ACEOF
6867 /* confdefs.h. */
6868 _ACEOF
6869 cat confdefs.h >>conftest.$ac_ext
6870 cat >>conftest.$ac_ext <<_ACEOF
6871 /* end confdefs.h. */
6872 #include <stdlib.h>
6873
6874 _ACEOF
6875 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6876 $EGREP "free" >/dev/null 2>&1; then
6877 :
6878 else
6879 ac_cv_header_stdc=no
6880 fi
6881 rm -f conftest*
6882
6883 fi
6884
6885 if test $ac_cv_header_stdc = yes; then
6886 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6887 if test "$cross_compiling" = yes; then
6888 :
6889 else
6890 cat >conftest.$ac_ext <<_ACEOF
6891 /* confdefs.h. */
6892 _ACEOF
6893 cat confdefs.h >>conftest.$ac_ext
6894 cat >>conftest.$ac_ext <<_ACEOF
6895 /* end confdefs.h. */
6896 #include <ctype.h>
6897 #if ((' ' & 0x0FF) == 0x020)
6898 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6899 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6900 #else
6901 # define ISLOWER(c) \
6902 (('a' <= (c) && (c) <= 'i') \
6903 || ('j' <= (c) && (c) <= 'r') \
6904 || ('s' <= (c) && (c) <= 'z'))
6905 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6906 #endif
6907
6908 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6909 int
6910 main ()
6911 {
6912 int i;
6913 for (i = 0; i < 256; i++)
6914 if (XOR (islower (i), ISLOWER (i))
6915 || toupper (i) != TOUPPER (i))
6916 exit(2);
6917 exit (0);
6918 }
6919 _ACEOF
6920 rm -f conftest$ac_exeext
6921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6922 (eval $ac_link) 2>&5
6923 ac_status=$?
6924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6925 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6927 (eval $ac_try) 2>&5
6928 ac_status=$?
6929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6930 (exit $ac_status); }; }; then
6931 :
6932 else
6933 echo "$as_me: program exited with status $ac_status" >&5
6934 echo "$as_me: failed program was:" >&5
6935 sed 's/^/| /' conftest.$ac_ext >&5
6936
6937 ( exit $ac_status )
6938 ac_cv_header_stdc=no
6939 fi
6940 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6941 fi
6942 fi
6943 fi
6944 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6945 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6946 if test $ac_cv_header_stdc = yes; then
6947
6948 cat >>confdefs.h <<\_ACEOF
6949 #define STDC_HEADERS 1
6950 _ACEOF
6951
6952 fi
6953
6954 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6965 inttypes.h stdint.h unistd.h
6966 do
6967 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6968 echo "$as_me:$LINENO: checking for $ac_header" >&5
6969 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6970 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6971 echo $ECHO_N "(cached) $ECHO_C" >&6
6972 else
6973 cat >conftest.$ac_ext <<_ACEOF
6974 /* confdefs.h. */
6975 _ACEOF
6976 cat confdefs.h >>conftest.$ac_ext
6977 cat >>conftest.$ac_ext <<_ACEOF
6978 /* end confdefs.h. */
6979 $ac_includes_default
6980
6981 #include <$ac_header>
6982 _ACEOF
6983 rm -f conftest.$ac_objext
6984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6985 (eval $ac_compile) 2>conftest.er1
6986 ac_status=$?
6987 grep -v '^ *+' conftest.er1 >conftest.err
6988 rm -f conftest.er1
6989 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } &&
6992 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6994 (eval $ac_try) 2>&5
6995 ac_status=$?
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); }; } &&
6998 { ac_try='test -s conftest.$ac_objext'
6999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7000 (eval $ac_try) 2>&5
7001 ac_status=$?
7002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7003 (exit $ac_status); }; }; then
7004 eval "$as_ac_Header=yes"
7005 else
7006 echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7008
7009 eval "$as_ac_Header=no"
7010 fi
7011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7012 fi
7013 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7014 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7015 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7016 cat >>confdefs.h <<_ACEOF
7017 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7018 _ACEOF
7019
7020 fi
7021
7022 done
7023
7024
7025
7026 for ac_header in ext/hash_map
7027 do
7028 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7029 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7030 echo "$as_me:$LINENO: checking for $ac_header" >&5
7031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6
7034 fi
7035 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7036 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7037 else
7038 # Is the header compilable?
7039 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7041 cat >conftest.$ac_ext <<_ACEOF
7042 /* confdefs.h. */
7043 _ACEOF
7044 cat confdefs.h >>conftest.$ac_ext
7045 cat >>conftest.$ac_ext <<_ACEOF
7046 /* end confdefs.h. */
7047 $ac_includes_default
7048 #include <$ac_header>
7049 _ACEOF
7050 rm -f conftest.$ac_objext
7051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7052 (eval $ac_compile) 2>conftest.er1
7053 ac_status=$?
7054 grep -v '^ *+' conftest.er1 >conftest.err
7055 rm -f conftest.er1
7056 cat conftest.err >&5
7057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058 (exit $ac_status); } &&
7059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7065 { ac_try='test -s conftest.$ac_objext'
7066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7067 (eval $ac_try) 2>&5
7068 ac_status=$?
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); }; }; then
7071 ac_header_compiler=yes
7072 else
7073 echo "$as_me: failed program was:" >&5
7074 sed 's/^/| /' conftest.$ac_ext >&5
7075
7076 ac_header_compiler=no
7077 fi
7078 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7079 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7080 echo "${ECHO_T}$ac_header_compiler" >&6
7081
7082 # Is the header present?
7083 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7084 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7085 cat >conftest.$ac_ext <<_ACEOF
7086 /* confdefs.h. */
7087 _ACEOF
7088 cat confdefs.h >>conftest.$ac_ext
7089 cat >>conftest.$ac_ext <<_ACEOF
7090 /* end confdefs.h. */
7091 #include <$ac_header>
7092 _ACEOF
7093 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7094 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7095 ac_status=$?
7096 grep -v '^ *+' conftest.er1 >conftest.err
7097 rm -f conftest.er1
7098 cat conftest.err >&5
7099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7100 (exit $ac_status); } >/dev/null; then
7101 if test -s conftest.err; then
7102 ac_cpp_err=$ac_cxx_preproc_warn_flag
7103 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7104 else
7105 ac_cpp_err=
7106 fi
7107 else
7108 ac_cpp_err=yes
7109 fi
7110 if test -z "$ac_cpp_err"; then
7111 ac_header_preproc=yes
7112 else
7113 echo "$as_me: failed program was:" >&5
7114 sed 's/^/| /' conftest.$ac_ext >&5
7115
7116 ac_header_preproc=no
7117 fi
7118 rm -f conftest.err conftest.$ac_ext
7119 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7120 echo "${ECHO_T}$ac_header_preproc" >&6
7121
7122 # So? What about this header?
7123 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7124 yes:no: )
7125 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7126 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7127 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7128 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7129 ac_header_preproc=yes
7130 ;;
7131 no:yes:* )
7132 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7133 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7134 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7135 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7136 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7137 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7138 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7139 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7141 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7142 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7143 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7144 (
7145 cat <<\_ASBOX
7146 ## ------------------------------------------ ##
7147 ## Report this to the AC_PACKAGE_NAME lists. ##
7148 ## ------------------------------------------ ##
7149 _ASBOX
7150 ) |
7151 sed "s/^/$as_me: WARNING: /" >&2
7152 ;;
7153 esac
7154 echo "$as_me:$LINENO: checking for $ac_header" >&5
7155 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7156 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7157 echo $ECHO_N "(cached) $ECHO_C" >&6
7158 else
7159 eval "$as_ac_Header=\$ac_header_preproc"
7160 fi
7161 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7162 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7163
7164 fi
7165 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7166 cat >>confdefs.h <<_ACEOF
7167 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7168 _ACEOF
7169
7170 fi
7171
7172 done
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191 for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7192 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7193 sys/mman.h netinet/in.h
7194 do
7195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7196 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7197 echo "$as_me:$LINENO: checking for $ac_header" >&5
7198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7199 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7200 echo $ECHO_N "(cached) $ECHO_C" >&6
7201 fi
7202 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7203 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7204 else
7205 # Is the header compilable?
7206 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7207 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7208 cat >conftest.$ac_ext <<_ACEOF
7209 /* confdefs.h. */
7210 _ACEOF
7211 cat confdefs.h >>conftest.$ac_ext
7212 cat >>conftest.$ac_ext <<_ACEOF
7213 /* end confdefs.h. */
7214 $ac_includes_default
7215 #include <$ac_header>
7216 _ACEOF
7217 rm -f conftest.$ac_objext
7218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7219 (eval $ac_compile) 2>conftest.er1
7220 ac_status=$?
7221 grep -v '^ *+' conftest.er1 >conftest.err
7222 rm -f conftest.er1
7223 cat conftest.err >&5
7224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); } &&
7226 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7232 { ac_try='test -s conftest.$ac_objext'
7233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7234 (eval $ac_try) 2>&5
7235 ac_status=$?
7236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237 (exit $ac_status); }; }; then
7238 ac_header_compiler=yes
7239 else
7240 echo "$as_me: failed program was:" >&5
7241 sed 's/^/| /' conftest.$ac_ext >&5
7242
7243 ac_header_compiler=no
7244 fi
7245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7246 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7247 echo "${ECHO_T}$ac_header_compiler" >&6
7248
7249 # Is the header present?
7250 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7251 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7252 cat >conftest.$ac_ext <<_ACEOF
7253 /* confdefs.h. */
7254 _ACEOF
7255 cat confdefs.h >>conftest.$ac_ext
7256 cat >>conftest.$ac_ext <<_ACEOF
7257 /* end confdefs.h. */
7258 #include <$ac_header>
7259 _ACEOF
7260 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7261 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7262 ac_status=$?
7263 grep -v '^ *+' conftest.er1 >conftest.err
7264 rm -f conftest.er1
7265 cat conftest.err >&5
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); } >/dev/null; then
7268 if test -s conftest.err; then
7269 ac_cpp_err=$ac_cxx_preproc_warn_flag
7270 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7271 else
7272 ac_cpp_err=
7273 fi
7274 else
7275 ac_cpp_err=yes
7276 fi
7277 if test -z "$ac_cpp_err"; then
7278 ac_header_preproc=yes
7279 else
7280 echo "$as_me: failed program was:" >&5
7281 sed 's/^/| /' conftest.$ac_ext >&5
7282
7283 ac_header_preproc=no
7284 fi
7285 rm -f conftest.err conftest.$ac_ext
7286 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7287 echo "${ECHO_T}$ac_header_preproc" >&6
7288
7289 # So? What about this header?
7290 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7291 yes:no: )
7292 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7293 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7294 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7295 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7296 ac_header_preproc=yes
7297 ;;
7298 no:yes:* )
7299 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7300 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7301 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7302 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7303 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7304 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7305 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7306 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7308 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7309 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7310 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7311 (
7312 cat <<\_ASBOX
7313 ## ------------------------------------------ ##
7314 ## Report this to the AC_PACKAGE_NAME lists. ##
7315 ## ------------------------------------------ ##
7316 _ASBOX
7317 ) |
7318 sed "s/^/$as_me: WARNING: /" >&2
7319 ;;
7320 esac
7321 echo "$as_me:$LINENO: checking for $ac_header" >&5
7322 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7323 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7324 echo $ECHO_N "(cached) $ECHO_C" >&6
7325 else
7326 eval "$as_ac_Header=\$ac_header_preproc"
7327 fi
7328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7329 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7330
7331 fi
7332 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7333 cat >>confdefs.h <<_ACEOF
7334 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7335 _ACEOF
7336
7337 fi
7338
7339 done
7340
7341
7342
7343
7344
7345
7346
7347 for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7348 do
7349 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7350 echo "$as_me:$LINENO: checking for $ac_header" >&5
7351 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7352 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7353 echo $ECHO_N "(cached) $ECHO_C" >&6
7354 else
7355 cat >conftest.$ac_ext <<_ACEOF
7356 /* confdefs.h. */
7357 _ACEOF
7358 cat confdefs.h >>conftest.$ac_ext
7359 cat >>conftest.$ac_ext <<_ACEOF
7360 /* end confdefs.h. */
7361
7362 #include <sys/types.h>
7363 #include <sys/socket.h>
7364 #ifdef HAVE_NETINET_IN_H
7365 # include <netinet/in.h>
7366 #endif
7367 #ifdef HAVE_ARPA_INET_H
7368 # include <arpa/inet.h>
7369 #endif
7370 #ifdef HAVE_NETINET_IN_SYSTM_H
7371 # include <netinet/in_systm.h>
7372 #endif
7373
7374
7375 #include <$ac_header>
7376 _ACEOF
7377 rm -f conftest.$ac_objext
7378 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7379 (eval $ac_compile) 2>conftest.er1
7380 ac_status=$?
7381 grep -v '^ *+' conftest.er1 >conftest.err
7382 rm -f conftest.er1
7383 cat conftest.err >&5
7384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385 (exit $ac_status); } &&
7386 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7392 { ac_try='test -s conftest.$ac_objext'
7393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7394 (eval $ac_try) 2>&5
7395 ac_status=$?
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); }; }; then
7398 eval "$as_ac_Header=yes"
7399 else
7400 echo "$as_me: failed program was:" >&5
7401 sed 's/^/| /' conftest.$ac_ext >&5
7402
7403 eval "$as_ac_Header=no"
7404 fi
7405 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7406 fi
7407 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7408 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7409 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7410 cat >>confdefs.h <<_ACEOF
7411 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7412 _ACEOF
7413
7414 fi
7415
7416 done
7417
7418
7419 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7420 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7421 if test "${ac_cv_c_const+set}" = set; then
7422 echo $ECHO_N "(cached) $ECHO_C" >&6
7423 else
7424 cat >conftest.$ac_ext <<_ACEOF
7425 /* confdefs.h. */
7426 _ACEOF
7427 cat confdefs.h >>conftest.$ac_ext
7428 cat >>conftest.$ac_ext <<_ACEOF
7429 /* end confdefs.h. */
7430
7431 int
7432 main ()
7433 {
7434 /* FIXME: Include the comments suggested by Paul. */
7435 #ifndef __cplusplus
7436 /* Ultrix mips cc rejects this. */
7437 typedef int charset[2];
7438 const charset x;
7439 /* SunOS 4.1.1 cc rejects this. */
7440 char const *const *ccp;
7441 char **p;
7442 /* NEC SVR4.0.2 mips cc rejects this. */
7443 struct point {int x, y;};
7444 static struct point const zero = {0,0};
7445 /* AIX XL C 1.02.0.0 rejects this.
7446 It does not let you subtract one const X* pointer from another in
7447 an arm of an if-expression whose if-part is not a constant
7448 expression */
7449 const char *g = "string";
7450 ccp = &g + (g ? g-g : 0);
7451 /* HPUX 7.0 cc rejects these. */
7452 ++ccp;
7453 p = (char**) ccp;
7454 ccp = (char const *const *) p;
7455 { /* SCO 3.2v4 cc rejects this. */
7456 char *t;
7457 char const *s = 0 ? (char *) 0 : (char const *) 0;
7458
7459 *t++ = 0;
7460 }
7461 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7462 int x[] = {25, 17};
7463 const int *foo = &x[0];
7464 ++foo;
7465 }
7466 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7467 typedef const int *iptr;
7468 iptr p = 0;
7469 ++p;
7470 }
7471 { /* AIX XL C 1.02.0.0 rejects this saying
7472 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7473 struct s { int j; const int *ap[3]; };
7474 struct s *b; b->j = 5;
7475 }
7476 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7477 const int foo = 10;
7478 }
7479 #endif
7480
7481 ;
7482 return 0;
7483 }
7484 _ACEOF
7485 rm -f conftest.$ac_objext
7486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7487 (eval $ac_compile) 2>conftest.er1
7488 ac_status=$?
7489 grep -v '^ *+' conftest.er1 >conftest.err
7490 rm -f conftest.er1
7491 cat conftest.err >&5
7492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7493 (exit $ac_status); } &&
7494 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7500 { ac_try='test -s conftest.$ac_objext'
7501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7502 (eval $ac_try) 2>&5
7503 ac_status=$?
7504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7505 (exit $ac_status); }; }; then
7506 ac_cv_c_const=yes
7507 else
7508 echo "$as_me: failed program was:" >&5
7509 sed 's/^/| /' conftest.$ac_ext >&5
7510
7511 ac_cv_c_const=no
7512 fi
7513 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7514 fi
7515 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7516 echo "${ECHO_T}$ac_cv_c_const" >&6
7517 if test $ac_cv_c_const = no; then
7518
7519 cat >>confdefs.h <<\_ACEOF
7520 #define const
7521 _ACEOF
7522
7523 fi
7524
7525 echo "$as_me:$LINENO: checking for pid_t" >&5
7526 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7527 if test "${ac_cv_type_pid_t+set}" = set; then
7528 echo $ECHO_N "(cached) $ECHO_C" >&6
7529 else
7530 cat >conftest.$ac_ext <<_ACEOF
7531 /* confdefs.h. */
7532 _ACEOF
7533 cat confdefs.h >>conftest.$ac_ext
7534 cat >>conftest.$ac_ext <<_ACEOF
7535 /* end confdefs.h. */
7536 $ac_includes_default
7537 int
7538 main ()
7539 {
7540 if ((pid_t *) 0)
7541 return 0;
7542 if (sizeof (pid_t))
7543 return 0;
7544 ;
7545 return 0;
7546 }
7547 _ACEOF
7548 rm -f conftest.$ac_objext
7549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7550 (eval $ac_compile) 2>conftest.er1
7551 ac_status=$?
7552 grep -v '^ *+' conftest.er1 >conftest.err
7553 rm -f conftest.er1
7554 cat conftest.err >&5
7555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556 (exit $ac_status); } &&
7557 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7563 { ac_try='test -s conftest.$ac_objext'
7564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7565 (eval $ac_try) 2>&5
7566 ac_status=$?
7567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7568 (exit $ac_status); }; }; then
7569 ac_cv_type_pid_t=yes
7570 else
7571 echo "$as_me: failed program was:" >&5
7572 sed 's/^/| /' conftest.$ac_ext >&5
7573
7574 ac_cv_type_pid_t=no
7575 fi
7576 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7577 fi
7578 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7579 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7580 if test $ac_cv_type_pid_t = yes; then
7581 :
7582 else
7583
7584 cat >>confdefs.h <<_ACEOF
7585 #define pid_t int
7586 _ACEOF
7587
7588 fi
7589
7590 echo "$as_me:$LINENO: checking for size_t" >&5
7591 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7592 if test "${ac_cv_type_size_t+set}" = set; then
7593 echo $ECHO_N "(cached) $ECHO_C" >&6
7594 else
7595 cat >conftest.$ac_ext <<_ACEOF
7596 /* confdefs.h. */
7597 _ACEOF
7598 cat confdefs.h >>conftest.$ac_ext
7599 cat >>conftest.$ac_ext <<_ACEOF
7600 /* end confdefs.h. */
7601 $ac_includes_default
7602 int
7603 main ()
7604 {
7605 if ((size_t *) 0)
7606 return 0;
7607 if (sizeof (size_t))
7608 return 0;
7609 ;
7610 return 0;
7611 }
7612 _ACEOF
7613 rm -f conftest.$ac_objext
7614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7615 (eval $ac_compile) 2>conftest.er1
7616 ac_status=$?
7617 grep -v '^ *+' conftest.er1 >conftest.err
7618 rm -f conftest.er1
7619 cat conftest.err >&5
7620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7621 (exit $ac_status); } &&
7622 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7628 { ac_try='test -s conftest.$ac_objext'
7629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7630 (eval $ac_try) 2>&5
7631 ac_status=$?
7632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7633 (exit $ac_status); }; }; then
7634 ac_cv_type_size_t=yes
7635 else
7636 echo "$as_me: failed program was:" >&5
7637 sed 's/^/| /' conftest.$ac_ext >&5
7638
7639 ac_cv_type_size_t=no
7640 fi
7641 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7642 fi
7643 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7644 echo "${ECHO_T}$ac_cv_type_size_t" >&6
7645 if test $ac_cv_type_size_t = yes; then
7646 :
7647 else
7648
7649 cat >>confdefs.h <<_ACEOF
7650 #define size_t unsigned
7651 _ACEOF
7652
7653 fi
7654
7655 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7656 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7657 if test "${ac_cv_header_time+set}" = set; then
7658 echo $ECHO_N "(cached) $ECHO_C" >&6
7659 else
7660 cat >conftest.$ac_ext <<_ACEOF
7661 /* confdefs.h. */
7662 _ACEOF
7663 cat confdefs.h >>conftest.$ac_ext
7664 cat >>conftest.$ac_ext <<_ACEOF
7665 /* end confdefs.h. */
7666 #include <sys/types.h>
7667 #include <sys/time.h>
7668 #include <time.h>
7669
7670 int
7671 main ()
7672 {
7673 if ((struct tm *) 0)
7674 return 0;
7675 ;
7676 return 0;
7677 }
7678 _ACEOF
7679 rm -f conftest.$ac_objext
7680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7681 (eval $ac_compile) 2>conftest.er1
7682 ac_status=$?
7683 grep -v '^ *+' conftest.er1 >conftest.err
7684 rm -f conftest.er1
7685 cat conftest.err >&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } &&
7688 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7694 { ac_try='test -s conftest.$ac_objext'
7695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7696 (eval $ac_try) 2>&5
7697 ac_status=$?
7698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699 (exit $ac_status); }; }; then
7700 ac_cv_header_time=yes
7701 else
7702 echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7704
7705 ac_cv_header_time=no
7706 fi
7707 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7708 fi
7709 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7710 echo "${ECHO_T}$ac_cv_header_time" >&6
7711 if test $ac_cv_header_time = yes; then
7712
7713 cat >>confdefs.h <<\_ACEOF
7714 #define TIME_WITH_SYS_TIME 1
7715 _ACEOF
7716
7717 fi
7718
7719 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7720 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7721 if test "${ac_cv_struct_tm+set}" = set; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6
7723 else
7724 cat >conftest.$ac_ext <<_ACEOF
7725 /* confdefs.h. */
7726 _ACEOF
7727 cat confdefs.h >>conftest.$ac_ext
7728 cat >>conftest.$ac_ext <<_ACEOF
7729 /* end confdefs.h. */
7730 #include <sys/types.h>
7731 #include <time.h>
7732
7733 int
7734 main ()
7735 {
7736 struct tm *tp; tp->tm_sec;
7737 ;
7738 return 0;
7739 }
7740 _ACEOF
7741 rm -f conftest.$ac_objext
7742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7743 (eval $ac_compile) 2>conftest.er1
7744 ac_status=$?
7745 grep -v '^ *+' conftest.er1 >conftest.err
7746 rm -f conftest.er1
7747 cat conftest.err >&5
7748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } &&
7750 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7756 { ac_try='test -s conftest.$ac_objext'
7757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7758 (eval $ac_try) 2>&5
7759 ac_status=$?
7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761 (exit $ac_status); }; }; then
7762 ac_cv_struct_tm=time.h
7763 else
7764 echo "$as_me: failed program was:" >&5
7765 sed 's/^/| /' conftest.$ac_ext >&5
7766
7767 ac_cv_struct_tm=sys/time.h
7768 fi
7769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7770 fi
7771 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7772 echo "${ECHO_T}$ac_cv_struct_tm" >&6
7773 if test $ac_cv_struct_tm = sys/time.h; then
7774
7775 cat >>confdefs.h <<\_ACEOF
7776 #define TM_IN_SYS_TIME 1
7777 _ACEOF
7778
7779 fi
7780
7781
7782 echo "$as_me:$LINENO: checking for socklen_t" >&5
7783 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7784 if test "${ac_cv_type_socklen_t+set}" = set; then
7785 echo $ECHO_N "(cached) $ECHO_C" >&6
7786 else
7787
7788 cat >conftest.$ac_ext <<_ACEOF
7789 /* confdefs.h. */
7790 _ACEOF
7791 cat confdefs.h >>conftest.$ac_ext
7792 cat >>conftest.$ac_ext <<_ACEOF
7793 /* end confdefs.h. */
7794 #include <sys/types.h>
7795 #include <sys/socket.h>
7796 int
7797 main ()
7798 {
7799 socklen_t len = 42; return len;
7800 ;
7801 return 0;
7802 }
7803 _ACEOF
7804 rm -f conftest.$ac_objext
7805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7806 (eval $ac_compile) 2>conftest.er1
7807 ac_status=$?
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
7811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } &&
7813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7819 { ac_try='test -s conftest.$ac_objext'
7820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821 (eval $ac_try) 2>&5
7822 ac_status=$?
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); }; }; then
7825 ac_cv_type_socklen_t=yes
7826 else
7827 echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7829
7830 ac_cv_type_socklen_t=no
7831 fi
7832 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7833
7834 fi
7835 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7836 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7837 if test $ac_cv_type_socklen_t = yes; then
7838
7839 cat >>confdefs.h <<\_ACEOF
7840 #define HAVE_SOCKLEN_T 1
7841 _ACEOF
7842
7843 fi
7844
7845 echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7846 echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7847 if test "${ac_cv_struct_addrinfo+set}" = set; then
7848 echo $ECHO_N "(cached) $ECHO_C" >&6
7849 else
7850
7851 cat >conftest.$ac_ext <<_ACEOF
7852 /* confdefs.h. */
7853 _ACEOF
7854 cat confdefs.h >>conftest.$ac_ext
7855 cat >>conftest.$ac_ext <<_ACEOF
7856 /* end confdefs.h. */
7857 #include <sys/types.h>
7858 #include <sys/socket.h>
7859 #include <netdb.h>
7860 int
7861 main ()
7862 {
7863 struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7864 ;
7865 return 0;
7866 }
7867 _ACEOF
7868 rm -f conftest.$ac_objext
7869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7870 (eval $ac_compile) 2>conftest.er1
7871 ac_status=$?
7872 grep -v '^ *+' conftest.er1 >conftest.err
7873 rm -f conftest.er1
7874 cat conftest.err >&5
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); } &&
7877 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7883 { ac_try='test -s conftest.$ac_objext'
7884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7885 (eval $ac_try) 2>&5
7886 ac_status=$?
7887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7888 (exit $ac_status); }; }; then
7889 ac_cv_struct_addrinfo=yes
7890 else
7891 echo "$as_me: failed program was:" >&5
7892 sed 's/^/| /' conftest.$ac_ext >&5
7893
7894 ac_cv_struct_addrinfo=no
7895 fi
7896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7897
7898 fi
7899 echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7900 echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7901 if test $ac_cv_struct_addrinfo = yes; then
7902
7903 cat >>confdefs.h <<\_ACEOF
7904 #define HAVE_STRUCT_ADDRINFO 1
7905 _ACEOF
7906
7907 fi
7908
7909 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7910 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7911 if test "${ac_cv_type_signal+set}" = set; then
7912 echo $ECHO_N "(cached) $ECHO_C" >&6
7913 else
7914 cat >conftest.$ac_ext <<_ACEOF
7915 /* confdefs.h. */
7916 _ACEOF
7917 cat confdefs.h >>conftest.$ac_ext
7918 cat >>conftest.$ac_ext <<_ACEOF
7919 /* end confdefs.h. */
7920 #include <sys/types.h>
7921 #include <signal.h>
7922 #ifdef signal
7923 # undef signal
7924 #endif
7925 #ifdef __cplusplus
7926 extern "C" void (*signal (int, void (*)(int)))(int);
7927 #else
7928 void (*signal ()) ();
7929 #endif
7930
7931 int
7932 main ()
7933 {
7934 int i;
7935 ;
7936 return 0;
7937 }
7938 _ACEOF
7939 rm -f conftest.$ac_objext
7940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7941 (eval $ac_compile) 2>conftest.er1
7942 ac_status=$?
7943 grep -v '^ *+' conftest.er1 >conftest.err
7944 rm -f conftest.er1
7945 cat conftest.err >&5
7946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7947 (exit $ac_status); } &&
7948 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
7954 { ac_try='test -s conftest.$ac_objext'
7955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7956 (eval $ac_try) 2>&5
7957 ac_status=$?
7958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959 (exit $ac_status); }; }; then
7960 ac_cv_type_signal=void
7961 else
7962 echo "$as_me: failed program was:" >&5
7963 sed 's/^/| /' conftest.$ac_ext >&5
7964
7965 ac_cv_type_signal=int
7966 fi
7967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7968 fi
7969 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7970 echo "${ECHO_T}$ac_cv_type_signal" >&6
7971
7972 cat >>confdefs.h <<_ACEOF
7973 #define RETSIGTYPE $ac_cv_type_signal
7974 _ACEOF
7975
7976
7977
7978 ac_ext=c
7979 ac_cpp='$CPP $CPPFLAGS'
7980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7983
7984
7985 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7986 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7987 if test "${ac_cv_header_stdc+set}" = set; then
7988 echo $ECHO_N "(cached) $ECHO_C" >&6
7989 else
7990 cat >conftest.$ac_ext <<_ACEOF
7991 /* confdefs.h. */
7992 _ACEOF
7993 cat confdefs.h >>conftest.$ac_ext
7994 cat >>conftest.$ac_ext <<_ACEOF
7995 /* end confdefs.h. */
7996 #include <stdlib.h>
7997 #include <stdarg.h>
7998 #include <string.h>
7999 #include <float.h>
8000
8001 int
8002 main ()
8003 {
8004
8005 ;
8006 return 0;
8007 }
8008 _ACEOF
8009 rm -f conftest.$ac_objext
8010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8011 (eval $ac_compile) 2>conftest.er1
8012 ac_status=$?
8013 grep -v '^ *+' conftest.er1 >conftest.err
8014 rm -f conftest.er1
8015 cat conftest.err >&5
8016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017 (exit $ac_status); } &&
8018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8024 { ac_try='test -s conftest.$ac_objext'
8025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8026 (eval $ac_try) 2>&5
8027 ac_status=$?
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); }; }; then
8030 ac_cv_header_stdc=yes
8031 else
8032 echo "$as_me: failed program was:" >&5
8033 sed 's/^/| /' conftest.$ac_ext >&5
8034
8035 ac_cv_header_stdc=no
8036 fi
8037 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8038
8039 if test $ac_cv_header_stdc = yes; then
8040 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8041 cat >conftest.$ac_ext <<_ACEOF
8042 /* confdefs.h. */
8043 _ACEOF
8044 cat confdefs.h >>conftest.$ac_ext
8045 cat >>conftest.$ac_ext <<_ACEOF
8046 /* end confdefs.h. */
8047 #include <string.h>
8048
8049 _ACEOF
8050 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8051 $EGREP "memchr" >/dev/null 2>&1; then
8052 :
8053 else
8054 ac_cv_header_stdc=no
8055 fi
8056 rm -f conftest*
8057
8058 fi
8059
8060 if test $ac_cv_header_stdc = yes; then
8061 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8062 cat >conftest.$ac_ext <<_ACEOF
8063 /* confdefs.h. */
8064 _ACEOF
8065 cat confdefs.h >>conftest.$ac_ext
8066 cat >>conftest.$ac_ext <<_ACEOF
8067 /* end confdefs.h. */
8068 #include <stdlib.h>
8069
8070 _ACEOF
8071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8072 $EGREP "free" >/dev/null 2>&1; then
8073 :
8074 else
8075 ac_cv_header_stdc=no
8076 fi
8077 rm -f conftest*
8078
8079 fi
8080
8081 if test $ac_cv_header_stdc = yes; then
8082 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8083 if test "$cross_compiling" = yes; then
8084 :
8085 else
8086 cat >conftest.$ac_ext <<_ACEOF
8087 /* confdefs.h. */
8088 _ACEOF
8089 cat confdefs.h >>conftest.$ac_ext
8090 cat >>conftest.$ac_ext <<_ACEOF
8091 /* end confdefs.h. */
8092 #include <ctype.h>
8093 #if ((' ' & 0x0FF) == 0x020)
8094 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8095 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8096 #else
8097 # define ISLOWER(c) \
8098 (('a' <= (c) && (c) <= 'i') \
8099 || ('j' <= (c) && (c) <= 'r') \
8100 || ('s' <= (c) && (c) <= 'z'))
8101 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8102 #endif
8103
8104 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8105 int
8106 main ()
8107 {
8108 int i;
8109 for (i = 0; i < 256; i++)
8110 if (XOR (islower (i), ISLOWER (i))
8111 || toupper (i) != TOUPPER (i))
8112 exit(2);
8113 exit (0);
8114 }
8115 _ACEOF
8116 rm -f conftest$ac_exeext
8117 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8118 (eval $ac_link) 2>&5
8119 ac_status=$?
8120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8121 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8123 (eval $ac_try) 2>&5
8124 ac_status=$?
8125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126 (exit $ac_status); }; }; then
8127 :
8128 else
8129 echo "$as_me: program exited with status $ac_status" >&5
8130 echo "$as_me: failed program was:" >&5
8131 sed 's/^/| /' conftest.$ac_ext >&5
8132
8133 ( exit $ac_status )
8134 ac_cv_header_stdc=no
8135 fi
8136 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8137 fi
8138 fi
8139 fi
8140 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8141 echo "${ECHO_T}$ac_cv_header_stdc" >&6
8142 if test $ac_cv_header_stdc = yes; then
8143
8144 cat >>confdefs.h <<\_ACEOF
8145 #define STDC_HEADERS 1
8146 _ACEOF
8147
8148 fi
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8162 do
8163 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8164 echo "$as_me:$LINENO: checking for $ac_func" >&5
8165 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8166 if eval "test \"\${$as_ac_var+set}\" = set"; then
8167 echo $ECHO_N "(cached) $ECHO_C" >&6
8168 else
8169 cat >conftest.$ac_ext <<_ACEOF
8170 /* confdefs.h. */
8171 _ACEOF
8172 cat confdefs.h >>conftest.$ac_ext
8173 cat >>conftest.$ac_ext <<_ACEOF
8174 /* end confdefs.h. */
8175 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8176 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8177 #define $ac_func innocuous_$ac_func
8178
8179 /* System header to define __stub macros and hopefully few prototypes,
8180 which can conflict with char $ac_func (); below.
8181 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8182 <limits.h> exists even on freestanding compilers. */
8183
8184 #ifdef __STDC__
8185 # include <limits.h>
8186 #else
8187 # include <assert.h>
8188 #endif
8189
8190 #undef $ac_func
8191
8192 /* Override any gcc2 internal prototype to avoid an error. */
8193 #ifdef __cplusplus
8194 extern "C"
8195 {
8196 #endif
8197 /* We use char because int might match the return type of a gcc2
8198 builtin and then its argument prototype would still apply. */
8199 char $ac_func ();
8200 /* The GNU C library defines this for functions which it implements
8201 to always fail with ENOSYS. Some functions are actually named
8202 something starting with __ and the normal name is an alias. */
8203 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8204 choke me
8205 #else
8206 char (*f) () = $ac_func;
8207 #endif
8208 #ifdef __cplusplus
8209 }
8210 #endif
8211
8212 int
8213 main ()
8214 {
8215 return f != $ac_func;
8216 ;
8217 return 0;
8218 }
8219 _ACEOF
8220 rm -f conftest.$ac_objext conftest$ac_exeext
8221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8222 (eval $ac_link) 2>conftest.er1
8223 ac_status=$?
8224 grep -v '^ *+' conftest.er1 >conftest.err
8225 rm -f conftest.er1
8226 cat conftest.err >&5
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 (exit $ac_status); } &&
8229 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8235 { ac_try='test -s conftest$ac_exeext'
8236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8237 (eval $ac_try) 2>&5
8238 ac_status=$?
8239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 (exit $ac_status); }; }; then
8241 eval "$as_ac_var=yes"
8242 else
8243 echo "$as_me: failed program was:" >&5
8244 sed 's/^/| /' conftest.$ac_ext >&5
8245
8246 eval "$as_ac_var=no"
8247 fi
8248 rm -f conftest.err conftest.$ac_objext \
8249 conftest$ac_exeext conftest.$ac_ext
8250 fi
8251 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8252 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8253 if test `eval echo '${'$as_ac_var'}'` = yes; then
8254 cat >>confdefs.h <<_ACEOF
8255 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8256 _ACEOF
8257
8258 fi
8259 done
8260
8261
8262 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8263 # for constant arguments. Useless!
8264 echo "$as_me:$LINENO: checking for working alloca.h" >&5
8265 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8266 if test "${ac_cv_working_alloca_h+set}" = set; then
8267 echo $ECHO_N "(cached) $ECHO_C" >&6
8268 else
8269 cat >conftest.$ac_ext <<_ACEOF
8270 /* confdefs.h. */
8271 _ACEOF
8272 cat confdefs.h >>conftest.$ac_ext
8273 cat >>conftest.$ac_ext <<_ACEOF
8274 /* end confdefs.h. */
8275 #include <alloca.h>
8276 int
8277 main ()
8278 {
8279 char *p = (char *) alloca (2 * sizeof (int));
8280 ;
8281 return 0;
8282 }
8283 _ACEOF
8284 rm -f conftest.$ac_objext conftest$ac_exeext
8285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8286 (eval $ac_link) 2>conftest.er1
8287 ac_status=$?
8288 grep -v '^ *+' conftest.er1 >conftest.err
8289 rm -f conftest.er1
8290 cat conftest.err >&5
8291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8292 (exit $ac_status); } &&
8293 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8299 { ac_try='test -s conftest$ac_exeext'
8300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8301 (eval $ac_try) 2>&5
8302 ac_status=$?
8303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8304 (exit $ac_status); }; }; then
8305 ac_cv_working_alloca_h=yes
8306 else
8307 echo "$as_me: failed program was:" >&5
8308 sed 's/^/| /' conftest.$ac_ext >&5
8309
8310 ac_cv_working_alloca_h=no
8311 fi
8312 rm -f conftest.err conftest.$ac_objext \
8313 conftest$ac_exeext conftest.$ac_ext
8314 fi
8315 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8316 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8317 if test $ac_cv_working_alloca_h = yes; then
8318
8319 cat >>confdefs.h <<\_ACEOF
8320 #define HAVE_ALLOCA_H 1
8321 _ACEOF
8322
8323 fi
8324
8325 echo "$as_me:$LINENO: checking for alloca" >&5
8326 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8327 if test "${ac_cv_func_alloca_works+set}" = set; then
8328 echo $ECHO_N "(cached) $ECHO_C" >&6
8329 else
8330 cat >conftest.$ac_ext <<_ACEOF
8331 /* confdefs.h. */
8332 _ACEOF
8333 cat confdefs.h >>conftest.$ac_ext
8334 cat >>conftest.$ac_ext <<_ACEOF
8335 /* end confdefs.h. */
8336 #ifdef __GNUC__
8337 # define alloca __builtin_alloca
8338 #else
8339 # ifdef _MSC_VER
8340 # include <malloc.h>
8341 # define alloca _alloca
8342 # else
8343 # if HAVE_ALLOCA_H
8344 # include <alloca.h>
8345 # else
8346 # ifdef _AIX
8347 #pragma alloca
8348 # else
8349 # ifndef alloca /* predefined by HP cc +Olibcalls */
8350 char *alloca ();
8351 # endif
8352 # endif
8353 # endif
8354 # endif
8355 #endif
8356
8357 int
8358 main ()
8359 {
8360 char *p = (char *) alloca (1);
8361 ;
8362 return 0;
8363 }
8364 _ACEOF
8365 rm -f conftest.$ac_objext conftest$ac_exeext
8366 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8367 (eval $ac_link) 2>conftest.er1
8368 ac_status=$?
8369 grep -v '^ *+' conftest.er1 >conftest.err
8370 rm -f conftest.er1
8371 cat conftest.err >&5
8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8373 (exit $ac_status); } &&
8374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8380 { ac_try='test -s conftest$ac_exeext'
8381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8382 (eval $ac_try) 2>&5
8383 ac_status=$?
8384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8385 (exit $ac_status); }; }; then
8386 ac_cv_func_alloca_works=yes
8387 else
8388 echo "$as_me: failed program was:" >&5
8389 sed 's/^/| /' conftest.$ac_ext >&5
8390
8391 ac_cv_func_alloca_works=no
8392 fi
8393 rm -f conftest.err conftest.$ac_objext \
8394 conftest$ac_exeext conftest.$ac_ext
8395 fi
8396 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8397 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8398
8399 if test $ac_cv_func_alloca_works = yes; then
8400
8401 cat >>confdefs.h <<\_ACEOF
8402 #define HAVE_ALLOCA 1
8403 _ACEOF
8404
8405 else
8406 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8407 # that cause trouble. Some versions do not even contain alloca or
8408 # contain a buggy version. If you still want to use their alloca,
8409 # use ar to extract alloca.o from them instead of compiling alloca.c.
8410
8411 ALLOCA=alloca.$ac_objext
8412
8413 cat >>confdefs.h <<\_ACEOF
8414 #define C_ALLOCA 1
8415 _ACEOF
8416
8417
8418 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8419 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8420 if test "${ac_cv_os_cray+set}" = set; then
8421 echo $ECHO_N "(cached) $ECHO_C" >&6
8422 else
8423 cat >conftest.$ac_ext <<_ACEOF
8424 /* confdefs.h. */
8425 _ACEOF
8426 cat confdefs.h >>conftest.$ac_ext
8427 cat >>conftest.$ac_ext <<_ACEOF
8428 /* end confdefs.h. */
8429 #if defined(CRAY) && ! defined(CRAY2)
8430 webecray
8431 #else
8432 wenotbecray
8433 #endif
8434
8435 _ACEOF
8436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8437 $EGREP "webecray" >/dev/null 2>&1; then
8438 ac_cv_os_cray=yes
8439 else
8440 ac_cv_os_cray=no
8441 fi
8442 rm -f conftest*
8443
8444 fi
8445 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8446 echo "${ECHO_T}$ac_cv_os_cray" >&6
8447 if test $ac_cv_os_cray = yes; then
8448 for ac_func in _getb67 GETB67 getb67; do
8449 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8450 echo "$as_me:$LINENO: checking for $ac_func" >&5
8451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8452 if eval "test \"\${$as_ac_var+set}\" = set"; then
8453 echo $ECHO_N "(cached) $ECHO_C" >&6
8454 else
8455 cat >conftest.$ac_ext <<_ACEOF
8456 /* confdefs.h. */
8457 _ACEOF
8458 cat confdefs.h >>conftest.$ac_ext
8459 cat >>conftest.$ac_ext <<_ACEOF
8460 /* end confdefs.h. */
8461 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8462 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8463 #define $ac_func innocuous_$ac_func
8464
8465 /* System header to define __stub macros and hopefully few prototypes,
8466 which can conflict with char $ac_func (); below.
8467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8468 <limits.h> exists even on freestanding compilers. */
8469
8470 #ifdef __STDC__
8471 # include <limits.h>
8472 #else
8473 # include <assert.h>
8474 #endif
8475
8476 #undef $ac_func
8477
8478 /* Override any gcc2 internal prototype to avoid an error. */
8479 #ifdef __cplusplus
8480 extern "C"
8481 {
8482 #endif
8483 /* We use char because int might match the return type of a gcc2
8484 builtin and then its argument prototype would still apply. */
8485 char $ac_func ();
8486 /* The GNU C library defines this for functions which it implements
8487 to always fail with ENOSYS. Some functions are actually named
8488 something starting with __ and the normal name is an alias. */
8489 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8490 choke me
8491 #else
8492 char (*f) () = $ac_func;
8493 #endif
8494 #ifdef __cplusplus
8495 }
8496 #endif
8497
8498 int
8499 main ()
8500 {
8501 return f != $ac_func;
8502 ;
8503 return 0;
8504 }
8505 _ACEOF
8506 rm -f conftest.$ac_objext conftest$ac_exeext
8507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8508 (eval $ac_link) 2>conftest.er1
8509 ac_status=$?
8510 grep -v '^ *+' conftest.er1 >conftest.err
8511 rm -f conftest.er1
8512 cat conftest.err >&5
8513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514 (exit $ac_status); } &&
8515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8521 { ac_try='test -s conftest$ac_exeext'
8522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8523 (eval $ac_try) 2>&5
8524 ac_status=$?
8525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8526 (exit $ac_status); }; }; then
8527 eval "$as_ac_var=yes"
8528 else
8529 echo "$as_me: failed program was:" >&5
8530 sed 's/^/| /' conftest.$ac_ext >&5
8531
8532 eval "$as_ac_var=no"
8533 fi
8534 rm -f conftest.err conftest.$ac_objext \
8535 conftest$ac_exeext conftest.$ac_ext
8536 fi
8537 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8538 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8539 if test `eval echo '${'$as_ac_var'}'` = yes; then
8540
8541 cat >>confdefs.h <<_ACEOF
8542 #define CRAY_STACKSEG_END $ac_func
8543 _ACEOF
8544
8545 break
8546 fi
8547
8548 done
8549 fi
8550
8551 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8552 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8553 if test "${ac_cv_c_stack_direction+set}" = set; then
8554 echo $ECHO_N "(cached) $ECHO_C" >&6
8555 else
8556 if test "$cross_compiling" = yes; then
8557 ac_cv_c_stack_direction=0
8558 else
8559 cat >conftest.$ac_ext <<_ACEOF
8560 /* confdefs.h. */
8561 _ACEOF
8562 cat confdefs.h >>conftest.$ac_ext
8563 cat >>conftest.$ac_ext <<_ACEOF
8564 /* end confdefs.h. */
8565 int
8566 find_stack_direction ()
8567 {
8568 static char *addr = 0;
8569 auto char dummy;
8570 if (addr == 0)
8571 {
8572 addr = &dummy;
8573 return find_stack_direction ();
8574 }
8575 else
8576 return (&dummy > addr) ? 1 : -1;
8577 }
8578
8579 int
8580 main ()
8581 {
8582 exit (find_stack_direction () < 0);
8583 }
8584 _ACEOF
8585 rm -f conftest$ac_exeext
8586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8587 (eval $ac_link) 2>&5
8588 ac_status=$?
8589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8590 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8592 (eval $ac_try) 2>&5
8593 ac_status=$?
8594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8595 (exit $ac_status); }; }; then
8596 ac_cv_c_stack_direction=1
8597 else
8598 echo "$as_me: program exited with status $ac_status" >&5
8599 echo "$as_me: failed program was:" >&5
8600 sed 's/^/| /' conftest.$ac_ext >&5
8601
8602 ( exit $ac_status )
8603 ac_cv_c_stack_direction=-1
8604 fi
8605 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8606 fi
8607 fi
8608 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8609 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8610
8611 cat >>confdefs.h <<_ACEOF
8612 #define STACK_DIRECTION $ac_cv_c_stack_direction
8613 _ACEOF
8614
8615
8616 fi
8617
8618
8619
8620 echo "$as_me:$LINENO: checking for socket" >&5
8621 echo $ECHO_N "checking for socket... $ECHO_C" >&6
8622 if test "${ac_cv_func_socket+set}" = set; then
8623 echo $ECHO_N "(cached) $ECHO_C" >&6
8624 else
8625 cat >conftest.$ac_ext <<_ACEOF
8626 /* confdefs.h. */
8627 _ACEOF
8628 cat confdefs.h >>conftest.$ac_ext
8629 cat >>conftest.$ac_ext <<_ACEOF
8630 /* end confdefs.h. */
8631 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8632 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8633 #define socket innocuous_socket
8634
8635 /* System header to define __stub macros and hopefully few prototypes,
8636 which can conflict with char socket (); below.
8637 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8638 <limits.h> exists even on freestanding compilers. */
8639
8640 #ifdef __STDC__
8641 # include <limits.h>
8642 #else
8643 # include <assert.h>
8644 #endif
8645
8646 #undef socket
8647
8648 /* Override any gcc2 internal prototype to avoid an error. */
8649 #ifdef __cplusplus
8650 extern "C"
8651 {
8652 #endif
8653 /* We use char because int might match the return type of a gcc2
8654 builtin and then its argument prototype would still apply. */
8655 char socket ();
8656 /* The GNU C library defines this for functions which it implements
8657 to always fail with ENOSYS. Some functions are actually named
8658 something starting with __ and the normal name is an alias. */
8659 #if defined (__stub_socket) || defined (__stub___socket)
8660 choke me
8661 #else
8662 char (*f) () = socket;
8663 #endif
8664 #ifdef __cplusplus
8665 }
8666 #endif
8667
8668 int
8669 main ()
8670 {
8671 return f != socket;
8672 ;
8673 return 0;
8674 }
8675 _ACEOF
8676 rm -f conftest.$ac_objext conftest$ac_exeext
8677 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8678 (eval $ac_link) 2>conftest.er1
8679 ac_status=$?
8680 grep -v '^ *+' conftest.er1 >conftest.err
8681 rm -f conftest.er1
8682 cat conftest.err >&5
8683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684 (exit $ac_status); } &&
8685 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8691 { ac_try='test -s conftest$ac_exeext'
8692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8693 (eval $ac_try) 2>&5
8694 ac_status=$?
8695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8696 (exit $ac_status); }; }; then
8697 ac_cv_func_socket=yes
8698 else
8699 echo "$as_me: failed program was:" >&5
8700 sed 's/^/| /' conftest.$ac_ext >&5
8701
8702 ac_cv_func_socket=no
8703 fi
8704 rm -f conftest.err conftest.$ac_objext \
8705 conftest$ac_exeext conftest.$ac_ext
8706 fi
8707 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8708 echo "${ECHO_T}$ac_cv_func_socket" >&6
8709 if test $ac_cv_func_socket = yes; then
8710 :
8711 else
8712
8713
8714 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8715 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8716 if test "${ac_cv_lib_socket_connect+set}" = set; then
8717 echo $ECHO_N "(cached) $ECHO_C" >&6
8718 else
8719 ac_check_lib_save_LIBS=$LIBS
8720 LIBS="-lsocket $LIBS"
8721 cat >conftest.$ac_ext <<_ACEOF
8722 /* confdefs.h. */
8723 _ACEOF
8724 cat confdefs.h >>conftest.$ac_ext
8725 cat >>conftest.$ac_ext <<_ACEOF
8726 /* end confdefs.h. */
8727
8728 /* Override any gcc2 internal prototype to avoid an error. */
8729 #ifdef __cplusplus
8730 extern "C"
8731 #endif
8732 /* We use char because int might match the return type of a gcc2
8733 builtin and then its argument prototype would still apply. */
8734 char connect ();
8735 int
8736 main ()
8737 {
8738 connect ();
8739 ;
8740 return 0;
8741 }
8742 _ACEOF
8743 rm -f conftest.$ac_objext conftest$ac_exeext
8744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8745 (eval $ac_link) 2>conftest.er1
8746 ac_status=$?
8747 grep -v '^ *+' conftest.er1 >conftest.err
8748 rm -f conftest.er1
8749 cat conftest.err >&5
8750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8751 (exit $ac_status); } &&
8752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8758 { ac_try='test -s conftest$ac_exeext'
8759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8760 (eval $ac_try) 2>&5
8761 ac_status=$?
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); }; }; then
8764 ac_cv_lib_socket_connect=yes
8765 else
8766 echo "$as_me: failed program was:" >&5
8767 sed 's/^/| /' conftest.$ac_ext >&5
8768
8769 ac_cv_lib_socket_connect=no
8770 fi
8771 rm -f conftest.err conftest.$ac_objext \
8772 conftest$ac_exeext conftest.$ac_ext
8773 LIBS=$ac_check_lib_save_LIBS
8774 fi
8775 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8776 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8777 if test $ac_cv_lib_socket_connect = yes; then
8778 cat >>confdefs.h <<_ACEOF
8779 #define HAVE_LIBSOCKET 1
8780 _ACEOF
8781
8782 LIBS="-lsocket $LIBS"
8783
8784 fi
8785
8786
8787 fi
8788
8789 echo "$as_me:$LINENO: checking for gethostbyname" >&5
8790 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8791 if test "${ac_cv_func_gethostbyname+set}" = set; then
8792 echo $ECHO_N "(cached) $ECHO_C" >&6
8793 else
8794 cat >conftest.$ac_ext <<_ACEOF
8795 /* confdefs.h. */
8796 _ACEOF
8797 cat confdefs.h >>conftest.$ac_ext
8798 cat >>conftest.$ac_ext <<_ACEOF
8799 /* end confdefs.h. */
8800 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8802 #define gethostbyname innocuous_gethostbyname
8803
8804 /* System header to define __stub macros and hopefully few prototypes,
8805 which can conflict with char gethostbyname (); below.
8806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8807 <limits.h> exists even on freestanding compilers. */
8808
8809 #ifdef __STDC__
8810 # include <limits.h>
8811 #else
8812 # include <assert.h>
8813 #endif
8814
8815 #undef gethostbyname
8816
8817 /* Override any gcc2 internal prototype to avoid an error. */
8818 #ifdef __cplusplus
8819 extern "C"
8820 {
8821 #endif
8822 /* We use char because int might match the return type of a gcc2
8823 builtin and then its argument prototype would still apply. */
8824 char gethostbyname ();
8825 /* The GNU C library defines this for functions which it implements
8826 to always fail with ENOSYS. Some functions are actually named
8827 something starting with __ and the normal name is an alias. */
8828 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8829 choke me
8830 #else
8831 char (*f) () = gethostbyname;
8832 #endif
8833 #ifdef __cplusplus
8834 }
8835 #endif
8836
8837 int
8838 main ()
8839 {
8840 return f != gethostbyname;
8841 ;
8842 return 0;
8843 }
8844 _ACEOF
8845 rm -f conftest.$ac_objext conftest$ac_exeext
8846 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8847 (eval $ac_link) 2>conftest.er1
8848 ac_status=$?
8849 grep -v '^ *+' conftest.er1 >conftest.err
8850 rm -f conftest.er1
8851 cat conftest.err >&5
8852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853 (exit $ac_status); } &&
8854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8860 { ac_try='test -s conftest$ac_exeext'
8861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8862 (eval $ac_try) 2>&5
8863 ac_status=$?
8864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865 (exit $ac_status); }; }; then
8866 ac_cv_func_gethostbyname=yes
8867 else
8868 echo "$as_me: failed program was:" >&5
8869 sed 's/^/| /' conftest.$ac_ext >&5
8870
8871 ac_cv_func_gethostbyname=no
8872 fi
8873 rm -f conftest.err conftest.$ac_objext \
8874 conftest$ac_exeext conftest.$ac_ext
8875 fi
8876 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8877 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8878 if test $ac_cv_func_gethostbyname = yes; then
8879 :
8880 else
8881
8882
8883 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8884 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8885 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8886 echo $ECHO_N "(cached) $ECHO_C" >&6
8887 else
8888 ac_check_lib_save_LIBS=$LIBS
8889 LIBS="-lnsl $LIBS"
8890 cat >conftest.$ac_ext <<_ACEOF
8891 /* confdefs.h. */
8892 _ACEOF
8893 cat confdefs.h >>conftest.$ac_ext
8894 cat >>conftest.$ac_ext <<_ACEOF
8895 /* end confdefs.h. */
8896
8897 /* Override any gcc2 internal prototype to avoid an error. */
8898 #ifdef __cplusplus
8899 extern "C"
8900 #endif
8901 /* We use char because int might match the return type of a gcc2
8902 builtin and then its argument prototype would still apply. */
8903 char gethostbyname ();
8904 int
8905 main ()
8906 {
8907 gethostbyname ();
8908 ;
8909 return 0;
8910 }
8911 _ACEOF
8912 rm -f conftest.$ac_objext conftest$ac_exeext
8913 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8914 (eval $ac_link) 2>conftest.er1
8915 ac_status=$?
8916 grep -v '^ *+' conftest.er1 >conftest.err
8917 rm -f conftest.er1
8918 cat conftest.err >&5
8919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920 (exit $ac_status); } &&
8921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
8927 { ac_try='test -s conftest$ac_exeext'
8928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8929 (eval $ac_try) 2>&5
8930 ac_status=$?
8931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8932 (exit $ac_status); }; }; then
8933 ac_cv_lib_nsl_gethostbyname=yes
8934 else
8935 echo "$as_me: failed program was:" >&5
8936 sed 's/^/| /' conftest.$ac_ext >&5
8937
8938 ac_cv_lib_nsl_gethostbyname=no
8939 fi
8940 rm -f conftest.err conftest.$ac_objext \
8941 conftest$ac_exeext conftest.$ac_ext
8942 LIBS=$ac_check_lib_save_LIBS
8943 fi
8944 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8945 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8946 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8947 cat >>confdefs.h <<_ACEOF
8948 #define HAVE_LIBNSL 1
8949 _ACEOF
8950
8951 LIBS="-lnsl $LIBS"
8952
8953 fi
8954
8955
8956 fi
8957
8958
8959 ac_ext=cc
8960 ac_cpp='$CXXCPP $CPPFLAGS'
8961 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8962 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8963 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8964
8965
8966
8967 cat >confcache <<\_ACEOF
8968 # This file is a shell script that caches the results of configure
8969 # tests run on this system so they can be shared between configure
8970 # scripts and configure runs, see configure's option --config-cache.
8971 # It is not useful on other systems. If it contains results you don't
8972 # want to keep, you may remove or edit it.
8973 #
8974 # config.status only pays attention to the cache file if you give it
8975 # the --recheck option to rerun configure.
8976 #
8977 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8978 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8979 # following values.
8980
8981 _ACEOF
8982
8983 # The following way of writing the cache mishandles newlines in values,
8984 # but we know of no workaround that is simple, portable, and efficient.
8985 # So, don't put newlines in cache variables' values.
8986 # Ultrix sh set writes to stderr and can't be redirected directly,
8987 # and sets the high bit in the cache file unless we assign to the vars.
8988 {
8989 (set) 2>&1 |
8990 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8991 *ac_space=\ *)
8992 # `set' does not quote correctly, so add quotes (double-quote
8993 # substitution turns \\\\ into \\, and sed turns \\ into \).
8994 sed -n \
8995 "s/'/'\\\\''/g;
8996 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8997 ;;
8998 *)
8999 # `set' quotes correctly as required by POSIX, so do not add quotes.
9000 sed -n \
9001 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9002 ;;
9003 esac;
9004 } |
9005 sed '
9006 t clear
9007 : clear
9008 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9009 t end
9010 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9011 : end' >>confcache
9012 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9013 if test -w $cache_file; then
9014 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9015 cat confcache >$cache_file
9016 else
9017 echo "not updating unwritable cache $cache_file"
9018 fi
9019 fi
9020 rm -f confcache
9021
9022
9023
9024 # Check whether --with-kernel or --without-kernel was given.
9025 if test "${with_kernel+set}" = set; then
9026 withval="$with_kernel"
9027 kerneldir="$withval"
9028 else
9029 kerneldir="/usr/src/linux"
9030
9031 fi;
9032
9033 echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9034 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9035 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9036 echo $ECHO_N "(cached) $ECHO_C" >&6
9037 else
9038
9039 cat >conftest.$ac_ext <<_ACEOF
9040 /* confdefs.h. */
9041 _ACEOF
9042 cat confdefs.h >>conftest.$ac_ext
9043 cat >>conftest.$ac_ext <<_ACEOF
9044 /* end confdefs.h. */
9045 #include "$kerneldir/include/linux/if_tun.h"
9046 int
9047 main ()
9048 {
9049 int a = IFF_TAP;
9050 ;
9051 return 0;
9052 }
9053 _ACEOF
9054 rm -f conftest.$ac_objext
9055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9056 (eval $ac_compile) 2>conftest.er1
9057 ac_status=$?
9058 grep -v '^ *+' conftest.er1 >conftest.err
9059 rm -f conftest.er1
9060 cat conftest.err >&5
9061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); } &&
9063 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9069 { ac_try='test -s conftest.$ac_objext'
9070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9071 (eval $ac_try) 2>&5
9072 ac_status=$?
9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 (exit $ac_status); }; }; then
9075 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9076 else
9077 echo "$as_me: failed program was:" >&5
9078 sed 's/^/| /' conftest.$ac_ext >&5
9079
9080 cat >conftest.$ac_ext <<_ACEOF
9081 /* confdefs.h. */
9082 _ACEOF
9083 cat confdefs.h >>conftest.$ac_ext
9084 cat >>conftest.$ac_ext <<_ACEOF
9085 /* end confdefs.h. */
9086 #include <linux/if_tun.h>
9087 int
9088 main ()
9089 {
9090 int a = IFF_TAP;
9091 ;
9092 return 0;
9093 }
9094 _ACEOF
9095 rm -f conftest.$ac_objext
9096 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9097 (eval $ac_compile) 2>conftest.er1
9098 ac_status=$?
9099 grep -v '^ *+' conftest.er1 >conftest.err
9100 rm -f conftest.er1
9101 cat conftest.err >&5
9102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103 (exit $ac_status); } &&
9104 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9110 { ac_try='test -s conftest.$ac_objext'
9111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9112 (eval $ac_try) 2>&5
9113 ac_status=$?
9114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9115 (exit $ac_status); }; }; then
9116 if_tun_h="default"
9117 else
9118 echo "$as_me: failed program was:" >&5
9119 sed 's/^/| /' conftest.$ac_ext >&5
9120
9121 if_tun_h="no"
9122
9123 fi
9124 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9125
9126 fi
9127 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9128
9129 if test $if_tun_h = no; then
9130 tinc_cv_linux_if_tun_h=none
9131 else
9132 tinc_cv_linux_if_tun_h="$if_tun_h"
9133 fi
9134
9135 fi
9136 echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9137 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9138
9139 if test $tinc_cv_linux_if_tun_h != none; then
9140
9141 cat >>confdefs.h <<\_ACEOF
9142 #define HAVE_TUNTAP 1
9143 _ACEOF
9144
9145 if test $tinc_cv_linux_if_tun_h != default; then
9146
9147 cat >>confdefs.h <<_ACEOF
9148 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9149 _ACEOF
9150
9151 fi
9152 fi
9153
9154
9155
9156
9157
9158 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9159
9160
9161 # Check whether --with-openssl-include or --without-openssl-include was given.
9162 if test "${with_openssl_include+set}" = set; then
9163 withval="$with_openssl_include"
9164 openssl_include="$withval"
9165 CFLAGS="$CFLAGS -I$withval"
9166 CPPFLAGS="$CPPFLAGS -I$withval"
9167
9168 fi;
9169
9170
9171 # Check whether --with-openssl-lib or --without-openssl-lib was given.
9172 if test "${with_openssl_lib+set}" = set; then
9173 withval="$with_openssl_lib"
9174 openssl_lib="$withval"
9175 LIBS="$LIBS -L$withval"
9176
9177 fi;
9178
9179
9180
9181
9182
9183
9184
9185 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9186 do
9187 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9188 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9189 echo "$as_me:$LINENO: checking for $ac_header" >&5
9190 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9191 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9193 fi
9194 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9195 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9196 else
9197 # Is the header compilable?
9198 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9199 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9200 cat >conftest.$ac_ext <<_ACEOF
9201 /* confdefs.h. */
9202 _ACEOF
9203 cat confdefs.h >>conftest.$ac_ext
9204 cat >>conftest.$ac_ext <<_ACEOF
9205 /* end confdefs.h. */
9206 $ac_includes_default
9207 #include <$ac_header>
9208 _ACEOF
9209 rm -f conftest.$ac_objext
9210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9211 (eval $ac_compile) 2>conftest.er1
9212 ac_status=$?
9213 grep -v '^ *+' conftest.er1 >conftest.err
9214 rm -f conftest.er1
9215 cat conftest.err >&5
9216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9217 (exit $ac_status); } &&
9218 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9224 { ac_try='test -s conftest.$ac_objext'
9225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9226 (eval $ac_try) 2>&5
9227 ac_status=$?
9228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9229 (exit $ac_status); }; }; then
9230 ac_header_compiler=yes
9231 else
9232 echo "$as_me: failed program was:" >&5
9233 sed 's/^/| /' conftest.$ac_ext >&5
9234
9235 ac_header_compiler=no
9236 fi
9237 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9238 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9239 echo "${ECHO_T}$ac_header_compiler" >&6
9240
9241 # Is the header present?
9242 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9243 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9244 cat >conftest.$ac_ext <<_ACEOF
9245 /* confdefs.h. */
9246 _ACEOF
9247 cat confdefs.h >>conftest.$ac_ext
9248 cat >>conftest.$ac_ext <<_ACEOF
9249 /* end confdefs.h. */
9250 #include <$ac_header>
9251 _ACEOF
9252 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9253 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9254 ac_status=$?
9255 grep -v '^ *+' conftest.er1 >conftest.err
9256 rm -f conftest.er1
9257 cat conftest.err >&5
9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); } >/dev/null; then
9260 if test -s conftest.err; then
9261 ac_cpp_err=$ac_cxx_preproc_warn_flag
9262 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9263 else
9264 ac_cpp_err=
9265 fi
9266 else
9267 ac_cpp_err=yes
9268 fi
9269 if test -z "$ac_cpp_err"; then
9270 ac_header_preproc=yes
9271 else
9272 echo "$as_me: failed program was:" >&5
9273 sed 's/^/| /' conftest.$ac_ext >&5
9274
9275 ac_header_preproc=no
9276 fi
9277 rm -f conftest.err conftest.$ac_ext
9278 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9279 echo "${ECHO_T}$ac_header_preproc" >&6
9280
9281 # So? What about this header?
9282 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9283 yes:no: )
9284 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9285 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9286 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9287 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9288 ac_header_preproc=yes
9289 ;;
9290 no:yes:* )
9291 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9292 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9293 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9294 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9295 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9296 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9297 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9298 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9299 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9300 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9301 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9302 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9303 (
9304 cat <<\_ASBOX
9305 ## ------------------------------------------ ##
9306 ## Report this to the AC_PACKAGE_NAME lists. ##
9307 ## ------------------------------------------ ##
9308 _ASBOX
9309 ) |
9310 sed "s/^/$as_me: WARNING: /" >&2
9311 ;;
9312 esac
9313 echo "$as_me:$LINENO: checking for $ac_header" >&5
9314 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9315 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9316 echo $ECHO_N "(cached) $ECHO_C" >&6
9317 else
9318 eval "$as_ac_Header=\$ac_header_preproc"
9319 fi
9320 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9321 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9322
9323 fi
9324 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9325 cat >>confdefs.h <<_ACEOF
9326 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9327 _ACEOF
9328
9329 else
9330 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9331 echo "$as_me: error: OpenSSL header files not found." >&2;}
9332 { (exit 1); exit 1; }; }; break
9333
9334 fi
9335
9336 done
9337
9338
9339 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9340
9341 echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9342 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9343 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9345 else
9346 ac_check_lib_save_LIBS=$LIBS
9347 LIBS="-lcrypto $LIBS"
9348 cat >conftest.$ac_ext <<_ACEOF
9349 /* confdefs.h. */
9350 _ACEOF
9351 cat confdefs.h >>conftest.$ac_ext
9352 cat >>conftest.$ac_ext <<_ACEOF
9353 /* end confdefs.h. */
9354
9355 /* Override any gcc2 internal prototype to avoid an error. */
9356 #ifdef __cplusplus
9357 extern "C"
9358 #endif
9359 /* We use char because int might match the return type of a gcc2
9360 builtin and then its argument prototype would still apply. */
9361 char SHA1_version ();
9362 int
9363 main ()
9364 {
9365 SHA1_version ();
9366 ;
9367 return 0;
9368 }
9369 _ACEOF
9370 rm -f conftest.$ac_objext conftest$ac_exeext
9371 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9372 (eval $ac_link) 2>conftest.er1
9373 ac_status=$?
9374 grep -v '^ *+' conftest.er1 >conftest.err
9375 rm -f conftest.er1
9376 cat conftest.err >&5
9377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378 (exit $ac_status); } &&
9379 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9385 { ac_try='test -s conftest$ac_exeext'
9386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9387 (eval $ac_try) 2>&5
9388 ac_status=$?
9389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9390 (exit $ac_status); }; }; then
9391 ac_cv_lib_crypto_SHA1_version=yes
9392 else
9393 echo "$as_me: failed program was:" >&5
9394 sed 's/^/| /' conftest.$ac_ext >&5
9395
9396 ac_cv_lib_crypto_SHA1_version=no
9397 fi
9398 rm -f conftest.err conftest.$ac_objext \
9399 conftest$ac_exeext conftest.$ac_ext
9400 LIBS=$ac_check_lib_save_LIBS
9401 fi
9402 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9403 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9404 if test $ac_cv_lib_crypto_SHA1_version = yes; then
9405 LIBS="$LIBS -lcrypto"
9406 else
9407 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9408 echo "$as_me: error: OpenSSL libraries not found." >&2;}
9409 { (exit 1); exit 1; }; }
9410
9411 fi
9412
9413
9414
9415
9416
9417
9418 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9419 do
9420 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9421 echo "$as_me:$LINENO: checking for $ac_func" >&5
9422 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9423 if eval "test \"\${$as_ac_var+set}\" = set"; then
9424 echo $ECHO_N "(cached) $ECHO_C" >&6
9425 else
9426 cat >conftest.$ac_ext <<_ACEOF
9427 /* confdefs.h. */
9428 _ACEOF
9429 cat confdefs.h >>conftest.$ac_ext
9430 cat >>conftest.$ac_ext <<_ACEOF
9431 /* end confdefs.h. */
9432 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9433 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9434 #define $ac_func innocuous_$ac_func
9435
9436 /* System header to define __stub macros and hopefully few prototypes,
9437 which can conflict with char $ac_func (); below.
9438 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9439 <limits.h> exists even on freestanding compilers. */
9440
9441 #ifdef __STDC__
9442 # include <limits.h>
9443 #else
9444 # include <assert.h>
9445 #endif
9446
9447 #undef $ac_func
9448
9449 /* Override any gcc2 internal prototype to avoid an error. */
9450 #ifdef __cplusplus
9451 extern "C"
9452 {
9453 #endif
9454 /* We use char because int might match the return type of a gcc2
9455 builtin and then its argument prototype would still apply. */
9456 char $ac_func ();
9457 /* The GNU C library defines this for functions which it implements
9458 to always fail with ENOSYS. Some functions are actually named
9459 something starting with __ and the normal name is an alias. */
9460 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9461 choke me
9462 #else
9463 char (*f) () = $ac_func;
9464 #endif
9465 #ifdef __cplusplus
9466 }
9467 #endif
9468
9469 int
9470 main ()
9471 {
9472 return f != $ac_func;
9473 ;
9474 return 0;
9475 }
9476 _ACEOF
9477 rm -f conftest.$ac_objext conftest$ac_exeext
9478 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9479 (eval $ac_link) 2>conftest.er1
9480 ac_status=$?
9481 grep -v '^ *+' conftest.er1 >conftest.err
9482 rm -f conftest.er1
9483 cat conftest.err >&5
9484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9485 (exit $ac_status); } &&
9486 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9492 { ac_try='test -s conftest$ac_exeext'
9493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9494 (eval $ac_try) 2>&5
9495 ac_status=$?
9496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9497 (exit $ac_status); }; }; then
9498 eval "$as_ac_var=yes"
9499 else
9500 echo "$as_me: failed program was:" >&5
9501 sed 's/^/| /' conftest.$ac_ext >&5
9502
9503 eval "$as_ac_var=no"
9504 fi
9505 rm -f conftest.err conftest.$ac_objext \
9506 conftest$ac_exeext conftest.$ac_ext
9507 fi
9508 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9509 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9510 if test `eval echo '${'$as_ac_var'}'` = yes; then
9511 cat >>confdefs.h <<_ACEOF
9512 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9513 _ACEOF
9514
9515 fi
9516 done
9517
9518
9519 echo "$as_me:$LINENO: checking for dlopen" >&5
9520 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9521 if test "${ac_cv_func_dlopen+set}" = set; then
9522 echo $ECHO_N "(cached) $ECHO_C" >&6
9523 else
9524 cat >conftest.$ac_ext <<_ACEOF
9525 /* confdefs.h. */
9526 _ACEOF
9527 cat confdefs.h >>conftest.$ac_ext
9528 cat >>conftest.$ac_ext <<_ACEOF
9529 /* end confdefs.h. */
9530 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9531 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9532 #define dlopen innocuous_dlopen
9533
9534 /* System header to define __stub macros and hopefully few prototypes,
9535 which can conflict with char dlopen (); below.
9536 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9537 <limits.h> exists even on freestanding compilers. */
9538
9539 #ifdef __STDC__
9540 # include <limits.h>
9541 #else
9542 # include <assert.h>
9543 #endif
9544
9545 #undef dlopen
9546
9547 /* Override any gcc2 internal prototype to avoid an error. */
9548 #ifdef __cplusplus
9549 extern "C"
9550 {
9551 #endif
9552 /* We use char because int might match the return type of a gcc2
9553 builtin and then its argument prototype would still apply. */
9554 char dlopen ();
9555 /* The GNU C library defines this for functions which it implements
9556 to always fail with ENOSYS. Some functions are actually named
9557 something starting with __ and the normal name is an alias. */
9558 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9559 choke me
9560 #else
9561 char (*f) () = dlopen;
9562 #endif
9563 #ifdef __cplusplus
9564 }
9565 #endif
9566
9567 int
9568 main ()
9569 {
9570 return f != dlopen;
9571 ;
9572 return 0;
9573 }
9574 _ACEOF
9575 rm -f conftest.$ac_objext conftest$ac_exeext
9576 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9577 (eval $ac_link) 2>conftest.er1
9578 ac_status=$?
9579 grep -v '^ *+' conftest.er1 >conftest.err
9580 rm -f conftest.er1
9581 cat conftest.err >&5
9582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9583 (exit $ac_status); } &&
9584 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9590 { ac_try='test -s conftest$ac_exeext'
9591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9592 (eval $ac_try) 2>&5
9593 ac_status=$?
9594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9595 (exit $ac_status); }; }; then
9596 ac_cv_func_dlopen=yes
9597 else
9598 echo "$as_me: failed program was:" >&5
9599 sed 's/^/| /' conftest.$ac_ext >&5
9600
9601 ac_cv_func_dlopen=no
9602 fi
9603 rm -f conftest.err conftest.$ac_objext \
9604 conftest$ac_exeext conftest.$ac_ext
9605 fi
9606 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9607 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9608 if test $ac_cv_func_dlopen = yes; then
9609 :
9610 else
9611 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9612 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9613 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9614 echo $ECHO_N "(cached) $ECHO_C" >&6
9615 else
9616 ac_check_lib_save_LIBS=$LIBS
9617 LIBS="-ldl $LIBS"
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9624
9625 /* Override any gcc2 internal prototype to avoid an error. */
9626 #ifdef __cplusplus
9627 extern "C"
9628 #endif
9629 /* We use char because int might match the return type of a gcc2
9630 builtin and then its argument prototype would still apply. */
9631 char dlopen ();
9632 int
9633 main ()
9634 {
9635 dlopen ();
9636 ;
9637 return 0;
9638 }
9639 _ACEOF
9640 rm -f conftest.$ac_objext conftest$ac_exeext
9641 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9642 (eval $ac_link) 2>conftest.er1
9643 ac_status=$?
9644 grep -v '^ *+' conftest.er1 >conftest.err
9645 rm -f conftest.er1
9646 cat conftest.err >&5
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); } &&
9649 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
9655 { ac_try='test -s conftest$ac_exeext'
9656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9657 (eval $ac_try) 2>&5
9658 ac_status=$?
9659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9660 (exit $ac_status); }; }; then
9661 ac_cv_lib_dl_dlopen=yes
9662 else
9663 echo "$as_me: failed program was:" >&5
9664 sed 's/^/| /' conftest.$ac_ext >&5
9665
9666 ac_cv_lib_dl_dlopen=no
9667 fi
9668 rm -f conftest.err conftest.$ac_objext \
9669 conftest$ac_exeext conftest.$ac_ext
9670 LIBS=$ac_check_lib_save_LIBS
9671 fi
9672 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9673 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9674 if test $ac_cv_lib_dl_dlopen = yes; then
9675 LIBS="$LIBS -ldl"
9676 else
9677 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9678 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9679 { (exit 1); exit 1; }; }
9680
9681 fi
9682
9683
9684 fi
9685
9686
9687 if test "x$openssl_include" != x; then
9688 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9689 fi
9690
9691 # Check whether --enable-rohc or --disable-rohc was given.
9692 if test "${enable_rohc+set}" = set; then
9693 enableval="$enable_rohc"
9694
9695 echo
9696 echo "**********************************************************************"
9697 echo "**********************************************************************"
9698 echo "**** --enable-rohc not yet implemented *******************************"
9699 echo "**********************************************************************"
9700 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9701 echo "**** implementation to be used in GPL code on the web."
9702 echo "**** so this option is just a fake. Please implement one and send it"
9703 echo "**** to me ;)"
9704 echo "**********************************************************************"
9705 echo "**********************************************************************"
9706 echo "**********************************************************************"
9707 echo "**********************************************************************"
9708 echo
9709
9710
9711 fi;
9712
9713 # Check whether --enable-icmp or --disable-icmp was given.
9714 if test "${enable_icmp+set}" = set; then
9715 enableval="$enable_icmp"
9716
9717 cat >>confdefs.h <<_ACEOF
9718 #define ENABLE_ICMP 1
9719 _ACEOF
9720
9721
9722 fi;
9723
9724 # Check whether --enable-tcp or --disable-tcp was given.
9725 if test "${enable_tcp+set}" = set; then
9726 enableval="$enable_tcp"
9727
9728 cat >>confdefs.h <<_ACEOF
9729 #define ENABLE_TCP 1
9730 _ACEOF
9731
9732
9733 fi;
9734
9735 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9736 if test "${enable_http_proxy+set}" = set; then
9737 enableval="$enable_http_proxy"
9738
9739 cat >>confdefs.h <<_ACEOF
9740 #define ENABLE_HTTP_PROXY 1
9741 _ACEOF
9742
9743
9744 fi;
9745
9746 HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9747 if test "${enable_hmac_length+set}" = set; then
9748 enableval="$enable_hmac_length"
9749 HMAC=$enableval
9750
9751 fi;
9752
9753 cat >>confdefs.h <<_ACEOF
9754 #define HMACLENGTH $HMAC
9755 _ACEOF
9756
9757
9758 RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9759 if test "${enable_rand_length+set}" = set; then
9760 enableval="$enable_rand_length"
9761 RAND=$enableval
9762
9763 fi;
9764
9765 cat >>confdefs.h <<_ACEOF
9766 #define RAND_SIZE $RAND
9767 _ACEOF
9768
9769
9770 MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9771 if test "${enable_mtu+set}" = set; then
9772 enableval="$enable_mtu"
9773 MTU=$enableval
9774
9775 fi;
9776
9777 cat >>confdefs.h <<_ACEOF
9778 #define MAX_MTU $MTU + 14
9779 _ACEOF
9780
9781
9782 COMPRESS=1
9783 # Check whether --enable-compression or --disable-compression was given.
9784 if test "${enable_compression+set}" = set; then
9785 enableval="$enable_compression"
9786 if test "x$enableval" = xno; then
9787 COMPRESS=0
9788 fi
9789
9790 fi;
9791
9792 cat >>confdefs.h <<_ACEOF
9793 #define ENABLE_COMPRESSION $COMPRESS
9794 _ACEOF
9795
9796
9797 CIPHER=bf_cbc
9798 # Check whether --enable-cipher or --disable-cipher was given.
9799 if test "${enable_cipher+set}" = set; then
9800 enableval="$enable_cipher"
9801 if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9802 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9803 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9804 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9805
9806 fi;
9807
9808 cat >>confdefs.h <<_ACEOF
9809 #define ENABLE_CIPHER EVP_${CIPHER}
9810 _ACEOF
9811
9812
9813 DIGEST=sha1
9814 # Check whether --enable-digest or --disable-digest was given.
9815 if test "${enable_digest+set}" = set; then
9816 enableval="$enable_digest"
9817 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9818 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9819 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9820 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9821
9822 fi;
9823
9824 cat >>confdefs.h <<_ACEOF
9825 #define ENABLE_DIGEST EVP_${DIGEST}
9826 _ACEOF
9827
9828
9829 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9830 CXXFLAGS="$CXXFLAGS -fno-rtti"
9831 fi
9832
9833 if $CXX -v --help 2>&1 | grep -q fexceptions; then
9834 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9835 fi
9836
9837
9838
9839
9840
9841
9842 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
9843 cat >confcache <<\_ACEOF
9844 # This file is a shell script that caches the results of configure
9845 # tests run on this system so they can be shared between configure
9846 # scripts and configure runs, see configure's option --config-cache.
9847 # It is not useful on other systems. If it contains results you don't
9848 # want to keep, you may remove or edit it.
9849 #
9850 # config.status only pays attention to the cache file if you give it
9851 # the --recheck option to rerun configure.
9852 #
9853 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9854 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9855 # following values.
9856
9857 _ACEOF
9858
9859 # The following way of writing the cache mishandles newlines in values,
9860 # but we know of no workaround that is simple, portable, and efficient.
9861 # So, don't put newlines in cache variables' values.
9862 # Ultrix sh set writes to stderr and can't be redirected directly,
9863 # and sets the high bit in the cache file unless we assign to the vars.
9864 {
9865 (set) 2>&1 |
9866 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9867 *ac_space=\ *)
9868 # `set' does not quote correctly, so add quotes (double-quote
9869 # substitution turns \\\\ into \\, and sed turns \\ into \).
9870 sed -n \
9871 "s/'/'\\\\''/g;
9872 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9873 ;;
9874 *)
9875 # `set' quotes correctly as required by POSIX, so do not add quotes.
9876 sed -n \
9877 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9878 ;;
9879 esac;
9880 } |
9881 sed '
9882 t clear
9883 : clear
9884 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9885 t end
9886 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9887 : end' >>confcache
9888 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9889 if test -w $cache_file; then
9890 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9891 cat confcache >$cache_file
9892 else
9893 echo "not updating unwritable cache $cache_file"
9894 fi
9895 fi
9896 rm -f confcache
9897
9898 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9899 # Let make expand exec_prefix.
9900 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9901
9902 # VPATH may cause trouble with some makes, so we remove $(srcdir),
9903 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9904 # trailing colons and then remove the whole line if VPATH becomes empty
9905 # (actually we leave an empty line to preserve line numbers).
9906 if test "x$srcdir" = x.; then
9907 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9908 s/:*\$(srcdir):*/:/;
9909 s/:*\${srcdir}:*/:/;
9910 s/:*@srcdir@:*/:/;
9911 s/^\([^=]*=[ ]*\):*/\1/;
9912 s/:*$//;
9913 s/^[^=]*=[ ]*$//;
9914 }'
9915 fi
9916
9917 DEFS=-DHAVE_CONFIG_H
9918
9919 ac_libobjs=
9920 ac_ltlibobjs=
9921 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9922 # 1. Remove the extension, and $U if already installed.
9923 ac_i=`echo "$ac_i" |
9924 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9925 # 2. Add them.
9926 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9927 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9928 done
9929 LIBOBJS=$ac_libobjs
9930
9931 LTLIBOBJS=$ac_ltlibobjs
9932
9933
9934 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9935 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9936 Usually this means the macro was only invoked conditionally." >&5
9937 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9938 Usually this means the macro was only invoked conditionally." >&2;}
9939 { (exit 1); exit 1; }; }
9940 fi
9941 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9942 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9943 Usually this means the macro was only invoked conditionally." >&5
9944 echo "$as_me: error: conditional \"AMDEP\" was never defined.
9945 Usually this means the macro was only invoked conditionally." >&2;}
9946 { (exit 1); exit 1; }; }
9947 fi
9948 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9949 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9950 Usually this means the macro was only invoked conditionally." >&5
9951 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9952 Usually this means the macro was only invoked conditionally." >&2;}
9953 { (exit 1); exit 1; }; }
9954 fi
9955 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9956 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9957 Usually this means the macro was only invoked conditionally." >&5
9958 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9959 Usually this means the macro was only invoked conditionally." >&2;}
9960 { (exit 1); exit 1; }; }
9961 fi
9962 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9963 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9964 Usually this means the macro was only invoked conditionally." >&5
9965 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9966 Usually this means the macro was only invoked conditionally." >&2;}
9967 { (exit 1); exit 1; }; }
9968 fi
9969
9970 : ${CONFIG_STATUS=./config.status}
9971 ac_clean_files_save=$ac_clean_files
9972 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9973 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9974 echo "$as_me: creating $CONFIG_STATUS" >&6;}
9975 cat >$CONFIG_STATUS <<_ACEOF
9976 #! $SHELL
9977 # Generated by $as_me.
9978 # Run this file to recreate the current configuration.
9979 # Compiler output produced by configure, useful for debugging
9980 # configure, is in config.log if it exists.
9981
9982 debug=false
9983 ac_cs_recheck=false
9984 ac_cs_silent=false
9985 SHELL=\${CONFIG_SHELL-$SHELL}
9986 _ACEOF
9987
9988 cat >>$CONFIG_STATUS <<\_ACEOF
9989 ## --------------------- ##
9990 ## M4sh Initialization. ##
9991 ## --------------------- ##
9992
9993 # Be Bourne compatible
9994 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9995 emulate sh
9996 NULLCMD=:
9997 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9998 # is contrary to our usage. Disable this feature.
9999 alias -g '${1+"$@"}'='"$@"'
10000 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10001 set -o posix
10002 fi
10003 DUALCASE=1; export DUALCASE # for MKS sh
10004
10005 # Support unset when possible.
10006 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10007 as_unset=unset
10008 else
10009 as_unset=false
10010 fi
10011
10012
10013 # Work around bugs in pre-3.0 UWIN ksh.
10014 $as_unset ENV MAIL MAILPATH
10015 PS1='$ '
10016 PS2='> '
10017 PS4='+ '
10018
10019 # NLS nuisances.
10020 for as_var in \
10021 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10022 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10023 LC_TELEPHONE LC_TIME
10024 do
10025 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10026 eval $as_var=C; export $as_var
10027 else
10028 $as_unset $as_var
10029 fi
10030 done
10031
10032 # Required to use basename.
10033 if expr a : '\(a\)' >/dev/null 2>&1; then
10034 as_expr=expr
10035 else
10036 as_expr=false
10037 fi
10038
10039 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10040 as_basename=basename
10041 else
10042 as_basename=false
10043 fi
10044
10045
10046 # Name of the executable.
10047 as_me=`$as_basename "$0" ||
10048 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10049 X"$0" : 'X\(//\)$' \| \
10050 X"$0" : 'X\(/\)$' \| \
10051 . : '\(.\)' 2>/dev/null ||
10052 echo X/"$0" |
10053 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10054 /^X\/\(\/\/\)$/{ s//\1/; q; }
10055 /^X\/\(\/\).*/{ s//\1/; q; }
10056 s/.*/./; q'`
10057
10058
10059 # PATH needs CR, and LINENO needs CR and PATH.
10060 # Avoid depending upon Character Ranges.
10061 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10062 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10063 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10064 as_cr_digits='0123456789'
10065 as_cr_alnum=$as_cr_Letters$as_cr_digits
10066
10067 # The user is always right.
10068 if test "${PATH_SEPARATOR+set}" != set; then
10069 echo "#! /bin/sh" >conf$$.sh
10070 echo "exit 0" >>conf$$.sh
10071 chmod +x conf$$.sh
10072 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10073 PATH_SEPARATOR=';'
10074 else
10075 PATH_SEPARATOR=:
10076 fi
10077 rm -f conf$$.sh
10078 fi
10079
10080
10081 as_lineno_1=$LINENO
10082 as_lineno_2=$LINENO
10083 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10084 test "x$as_lineno_1" != "x$as_lineno_2" &&
10085 test "x$as_lineno_3" = "x$as_lineno_2" || {
10086 # Find who we are. Look in the path if we contain no path at all
10087 # relative or not.
10088 case $0 in
10089 *[\\/]* ) as_myself=$0 ;;
10090 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10091 for as_dir in $PATH
10092 do
10093 IFS=$as_save_IFS
10094 test -z "$as_dir" && as_dir=.
10095 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10096 done
10097
10098 ;;
10099 esac
10100 # We did not find ourselves, most probably we were run as `sh COMMAND'
10101 # in which case we are not to be found in the path.
10102 if test "x$as_myself" = x; then
10103 as_myself=$0
10104 fi
10105 if test ! -f "$as_myself"; then
10106 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10107 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10108 { (exit 1); exit 1; }; }
10109 fi
10110 case $CONFIG_SHELL in
10111 '')
10112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10113 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10114 do
10115 IFS=$as_save_IFS
10116 test -z "$as_dir" && as_dir=.
10117 for as_base in sh bash ksh sh5; do
10118 case $as_dir in
10119 /*)
10120 if ("$as_dir/$as_base" -c '
10121 as_lineno_1=$LINENO
10122 as_lineno_2=$LINENO
10123 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10124 test "x$as_lineno_1" != "x$as_lineno_2" &&
10125 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10126 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10127 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10128 CONFIG_SHELL=$as_dir/$as_base
10129 export CONFIG_SHELL
10130 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10131 fi;;
10132 esac
10133 done
10134 done
10135 ;;
10136 esac
10137
10138 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10139 # uniformly replaced by the line number. The first 'sed' inserts a
10140 # line-number line before each line; the second 'sed' does the real
10141 # work. The second script uses 'N' to pair each line-number line
10142 # with the numbered line, and appends trailing '-' during
10143 # substitution so that $LINENO is not a special case at line end.
10144 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10145 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10146 sed '=' <$as_myself |
10147 sed '
10148 N
10149 s,$,-,
10150 : loop
10151 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10152 t loop
10153 s,-$,,
10154 s,^['$as_cr_digits']*\n,,
10155 ' >$as_me.lineno &&
10156 chmod +x $as_me.lineno ||
10157 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10158 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10159 { (exit 1); exit 1; }; }
10160
10161 # Don't try to exec as it changes $[0], causing all sort of problems
10162 # (the dirname of $[0] is not the place where we might find the
10163 # original and so on. Autoconf is especially sensible to this).
10164 . ./$as_me.lineno
10165 # Exit status is that of the last command.
10166 exit
10167 }
10168
10169
10170 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10171 *c*,-n*) ECHO_N= ECHO_C='
10172 ' ECHO_T=' ' ;;
10173 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10174 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10175 esac
10176
10177 if expr a : '\(a\)' >/dev/null 2>&1; then
10178 as_expr=expr
10179 else
10180 as_expr=false
10181 fi
10182
10183 rm -f conf$$ conf$$.exe conf$$.file
10184 echo >conf$$.file
10185 if ln -s conf$$.file conf$$ 2>/dev/null; then
10186 # We could just check for DJGPP; but this test a) works b) is more generic
10187 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10188 if test -f conf$$.exe; then
10189 # Don't use ln at all; we don't have any links
10190 as_ln_s='cp -p'
10191 else
10192 as_ln_s='ln -s'
10193 fi
10194 elif ln conf$$.file conf$$ 2>/dev/null; then
10195 as_ln_s=ln
10196 else
10197 as_ln_s='cp -p'
10198 fi
10199 rm -f conf$$ conf$$.exe conf$$.file
10200
10201 if mkdir -p . 2>/dev/null; then
10202 as_mkdir_p=:
10203 else
10204 test -d ./-p && rmdir ./-p
10205 as_mkdir_p=false
10206 fi
10207
10208 as_executable_p="test -f"
10209
10210 # Sed expression to map a string onto a valid CPP name.
10211 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10212
10213 # Sed expression to map a string onto a valid variable name.
10214 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10215
10216
10217 # IFS
10218 # We need space, tab and new line, in precisely that order.
10219 as_nl='
10220 '
10221 IFS=" $as_nl"
10222
10223 # CDPATH.
10224 $as_unset CDPATH
10225
10226 exec 6>&1
10227
10228 # Open the log real soon, to keep \$[0] and so on meaningful, and to
10229 # report actual input values of CONFIG_FILES etc. instead of their
10230 # values after options handling. Logging --version etc. is OK.
10231 exec 5>>config.log
10232 {
10233 echo
10234 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10235 ## Running $as_me. ##
10236 _ASBOX
10237 } >&5
10238 cat >&5 <<_CSEOF
10239
10240 This file was extended by $as_me, which was
10241 generated by GNU Autoconf 2.58. Invocation command line was
10242
10243 CONFIG_FILES = $CONFIG_FILES
10244 CONFIG_HEADERS = $CONFIG_HEADERS
10245 CONFIG_LINKS = $CONFIG_LINKS
10246 CONFIG_COMMANDS = $CONFIG_COMMANDS
10247 $ $0 $@
10248
10249 _CSEOF
10250 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10251 echo >&5
10252 _ACEOF
10253
10254 # Files that config.status was made for.
10255 if test -n "$ac_config_files"; then
10256 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10257 fi
10258
10259 if test -n "$ac_config_headers"; then
10260 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10261 fi
10262
10263 if test -n "$ac_config_links"; then
10264 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10265 fi
10266
10267 if test -n "$ac_config_commands"; then
10268 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10269 fi
10270
10271 cat >>$CONFIG_STATUS <<\_ACEOF
10272
10273 ac_cs_usage="\
10274 \`$as_me' instantiates files from templates according to the
10275 current configuration.
10276
10277 Usage: $0 [OPTIONS] [FILE]...
10278
10279 -h, --help print this help, then exit
10280 -V, --version print version number, then exit
10281 -q, --quiet do not print progress messages
10282 -d, --debug don't remove temporary files
10283 --recheck update $as_me by reconfiguring in the same conditions
10284 --file=FILE[:TEMPLATE]
10285 instantiate the configuration file FILE
10286 --header=FILE[:TEMPLATE]
10287 instantiate the configuration header FILE
10288
10289 Configuration files:
10290 $config_files
10291
10292 Configuration headers:
10293 $config_headers
10294
10295 Configuration commands:
10296 $config_commands
10297
10298 Report bugs to <bug-autoconf@gnu.org>."
10299 _ACEOF
10300
10301 cat >>$CONFIG_STATUS <<_ACEOF
10302 ac_cs_version="\\
10303 config.status
10304 configured by $0, generated by GNU Autoconf 2.58,
10305 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10306
10307 Copyright (C) 2003 Free Software Foundation, Inc.
10308 This config.status script is free software; the Free Software Foundation
10309 gives unlimited permission to copy, distribute and modify it."
10310 srcdir=$srcdir
10311 INSTALL="$INSTALL"
10312 _ACEOF
10313
10314 cat >>$CONFIG_STATUS <<\_ACEOF
10315 # If no file are specified by the user, then we need to provide default
10316 # value. By we need to know if files were specified by the user.
10317 ac_need_defaults=:
10318 while test $# != 0
10319 do
10320 case $1 in
10321 --*=*)
10322 ac_option=`expr "x$1" : 'x\([^=]*\)='`
10323 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10324 ac_shift=:
10325 ;;
10326 -*)
10327 ac_option=$1
10328 ac_optarg=$2
10329 ac_shift=shift
10330 ;;
10331 *) # This is not an option, so the user has probably given explicit
10332 # arguments.
10333 ac_option=$1
10334 ac_need_defaults=false;;
10335 esac
10336
10337 case $ac_option in
10338 # Handling of the options.
10339 _ACEOF
10340 cat >>$CONFIG_STATUS <<\_ACEOF
10341 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10342 ac_cs_recheck=: ;;
10343 --version | --vers* | -V )
10344 echo "$ac_cs_version"; exit 0 ;;
10345 --he | --h)
10346 # Conflict between --help and --header
10347 { { echo "$as_me:$LINENO: error: ambiguous option: $1
10348 Try \`$0 --help' for more information." >&5
10349 echo "$as_me: error: ambiguous option: $1
10350 Try \`$0 --help' for more information." >&2;}
10351 { (exit 1); exit 1; }; };;
10352 --help | --hel | -h )
10353 echo "$ac_cs_usage"; exit 0 ;;
10354 --debug | --d* | -d )
10355 debug=: ;;
10356 --file | --fil | --fi | --f )
10357 $ac_shift
10358 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10359 ac_need_defaults=false;;
10360 --header | --heade | --head | --hea )
10361 $ac_shift
10362 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10363 ac_need_defaults=false;;
10364 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10365 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10366 ac_cs_silent=: ;;
10367
10368 # This is an error.
10369 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10370 Try \`$0 --help' for more information." >&5
10371 echo "$as_me: error: unrecognized option: $1
10372 Try \`$0 --help' for more information." >&2;}
10373 { (exit 1); exit 1; }; } ;;
10374
10375 *) ac_config_targets="$ac_config_targets $1" ;;
10376
10377 esac
10378 shift
10379 done
10380
10381 ac_configure_extra_args=
10382
10383 if $ac_cs_silent; then
10384 exec 6>/dev/null
10385 ac_configure_extra_args="$ac_configure_extra_args --silent"
10386 fi
10387
10388 _ACEOF
10389 cat >>$CONFIG_STATUS <<_ACEOF
10390 if \$ac_cs_recheck; then
10391 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10392 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10393 fi
10394
10395 _ACEOF
10396
10397 cat >>$CONFIG_STATUS <<_ACEOF
10398 #
10399 # INIT-COMMANDS section.
10400 #
10401
10402 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10403 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10404 # from automake.
10405 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10406 # Capture the value of LINGUAS because we need it to compute CATALOGS.
10407 LINGUAS="${LINGUAS-%UNSET%}"
10408
10409 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10410
10411 _ACEOF
10412
10413
10414
10415 cat >>$CONFIG_STATUS <<\_ACEOF
10416 for ac_config_target in $ac_config_targets
10417 do
10418 case "$ac_config_target" in
10419 # Handling of arguments.
10420 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10421 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10422 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10423 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10424 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10425 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10426 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10427 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10428 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10429 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10430 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10431 { (exit 1); exit 1; }; };;
10432 esac
10433 done
10434
10435 # If the user did not use the arguments to specify the items to instantiate,
10436 # then the envvar interface is used. Set only those that are not.
10437 # We use the long form for the default assignment because of an extremely
10438 # bizarre bug on SunOS 4.1.3.
10439 if $ac_need_defaults; then
10440 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10441 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10442 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10443 fi
10444
10445 # Have a temporary directory for convenience. Make it in the build tree
10446 # simply because there is no reason to put it here, and in addition,
10447 # creating and moving files from /tmp can sometimes cause problems.
10448 # Create a temporary directory, and hook for its removal unless debugging.
10449 $debug ||
10450 {
10451 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10452 trap '{ (exit 1); exit 1; }' 1 2 13 15
10453 }
10454
10455 # Create a (secure) tmp directory for tmp files.
10456
10457 {
10458 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10459 test -n "$tmp" && test -d "$tmp"
10460 } ||
10461 {
10462 tmp=./confstat$$-$RANDOM
10463 (umask 077 && mkdir $tmp)
10464 } ||
10465 {
10466 echo "$me: cannot create a temporary directory in ." >&2
10467 { (exit 1); exit 1; }
10468 }
10469
10470 _ACEOF
10471
10472 cat >>$CONFIG_STATUS <<_ACEOF
10473
10474 #
10475 # CONFIG_FILES section.
10476 #
10477
10478 # No need to generate the scripts if there are no CONFIG_FILES.
10479 # This happens for instance when ./config.status config.h
10480 if test -n "\$CONFIG_FILES"; then
10481 # Protect against being on the right side of a sed subst in config.status.
10482 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10483 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10484 s,@SHELL@,$SHELL,;t t
10485 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10486 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10487 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10488 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10489 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10490 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10491 s,@exec_prefix@,$exec_prefix,;t t
10492 s,@prefix@,$prefix,;t t
10493 s,@program_transform_name@,$program_transform_name,;t t
10494 s,@bindir@,$bindir,;t t
10495 s,@sbindir@,$sbindir,;t t
10496 s,@libexecdir@,$libexecdir,;t t
10497 s,@datadir@,$datadir,;t t
10498 s,@sysconfdir@,$sysconfdir,;t t
10499 s,@sharedstatedir@,$sharedstatedir,;t t
10500 s,@localstatedir@,$localstatedir,;t t
10501 s,@libdir@,$libdir,;t t
10502 s,@includedir@,$includedir,;t t
10503 s,@oldincludedir@,$oldincludedir,;t t
10504 s,@infodir@,$infodir,;t t
10505 s,@mandir@,$mandir,;t t
10506 s,@build_alias@,$build_alias,;t t
10507 s,@host_alias@,$host_alias,;t t
10508 s,@target_alias@,$target_alias,;t t
10509 s,@DEFS@,$DEFS,;t t
10510 s,@ECHO_C@,$ECHO_C,;t t
10511 s,@ECHO_N@,$ECHO_N,;t t
10512 s,@ECHO_T@,$ECHO_T,;t t
10513 s,@LIBS@,$LIBS,;t t
10514 s,@build@,$build,;t t
10515 s,@build_cpu@,$build_cpu,;t t
10516 s,@build_vendor@,$build_vendor,;t t
10517 s,@build_os@,$build_os,;t t
10518 s,@host@,$host,;t t
10519 s,@host_cpu@,$host_cpu,;t t
10520 s,@host_vendor@,$host_vendor,;t t
10521 s,@host_os@,$host_os,;t t
10522 s,@target@,$target,;t t
10523 s,@target_cpu@,$target_cpu,;t t
10524 s,@target_vendor@,$target_vendor,;t t
10525 s,@target_os@,$target_os,;t t
10526 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10527 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10528 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10529 s,@CYGPATH_W@,$CYGPATH_W,;t t
10530 s,@PACKAGE@,$PACKAGE,;t t
10531 s,@VERSION@,$VERSION,;t t
10532 s,@ACLOCAL@,$ACLOCAL,;t t
10533 s,@AUTOCONF@,$AUTOCONF,;t t
10534 s,@AUTOMAKE@,$AUTOMAKE,;t t
10535 s,@AUTOHEADER@,$AUTOHEADER,;t t
10536 s,@MAKEINFO@,$MAKEINFO,;t t
10537 s,@AMTAR@,$AMTAR,;t t
10538 s,@install_sh@,$install_sh,;t t
10539 s,@STRIP@,$STRIP,;t t
10540 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10541 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10542 s,@AWK@,$AWK,;t t
10543 s,@SET_MAKE@,$SET_MAKE,;t t
10544 s,@am__leading_dot@,$am__leading_dot,;t t
10545 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10546 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10547 s,@MAINT@,$MAINT,;t t
10548 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10549 s,@MSGFMT@,$MSGFMT,;t t
10550 s,@GMSGFMT@,$GMSGFMT,;t t
10551 s,@XGETTEXT@,$XGETTEXT,;t t
10552 s,@MSGMERGE@,$MSGMERGE,;t t
10553 s,@CC@,$CC,;t t
10554 s,@CFLAGS@,$CFLAGS,;t t
10555 s,@LDFLAGS@,$LDFLAGS,;t t
10556 s,@CPPFLAGS@,$CPPFLAGS,;t t
10557 s,@ac_ct_CC@,$ac_ct_CC,;t t
10558 s,@EXEEXT@,$EXEEXT,;t t
10559 s,@OBJEXT@,$OBJEXT,;t t
10560 s,@DEPDIR@,$DEPDIR,;t t
10561 s,@am__include@,$am__include,;t t
10562 s,@am__quote@,$am__quote,;t t
10563 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10564 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10565 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10566 s,@CCDEPMODE@,$CCDEPMODE,;t t
10567 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10568 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10569 s,@USE_NLS@,$USE_NLS,;t t
10570 s,@LIBICONV@,$LIBICONV,;t t
10571 s,@LTLIBICONV@,$LTLIBICONV,;t t
10572 s,@INTLLIBS@,$INTLLIBS,;t t
10573 s,@LIBINTL@,$LIBINTL,;t t
10574 s,@LTLIBINTL@,$LTLIBINTL,;t t
10575 s,@POSUB@,$POSUB,;t t
10576 s,@CPP@,$CPP,;t t
10577 s,@CXX@,$CXX,;t t
10578 s,@CXXFLAGS@,$CXXFLAGS,;t t
10579 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10580 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10581 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10582 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10583 s,@EGREP@,$EGREP,;t t
10584 s,@LN_S@,$LN_S,;t t
10585 s,@RANLIB@,$RANLIB,;t t
10586 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10587 s,@IFTYPE@,$IFTYPE,;t t
10588 s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10589 s,@CXXCPP@,$CXXCPP,;t t
10590 s,@ALLOCA@,$ALLOCA,;t t
10591 s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10592 s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10593 s,@INCLUDES@,$INCLUDES,;t t
10594 s,@LIBOBJS@,$LIBOBJS,;t t
10595 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10596 CEOF
10597
10598 _ACEOF
10599
10600 cat >>$CONFIG_STATUS <<\_ACEOF
10601 # Split the substitutions into bite-sized pieces for seds with
10602 # small command number limits, like on Digital OSF/1 and HP-UX.
10603 ac_max_sed_lines=48
10604 ac_sed_frag=1 # Number of current file.
10605 ac_beg=1 # First line for current file.
10606 ac_end=$ac_max_sed_lines # Line after last line for current file.
10607 ac_more_lines=:
10608 ac_sed_cmds=
10609 while $ac_more_lines; do
10610 if test $ac_beg -gt 1; then
10611 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10612 else
10613 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10614 fi
10615 if test ! -s $tmp/subs.frag; then
10616 ac_more_lines=false
10617 else
10618 # The purpose of the label and of the branching condition is to
10619 # speed up the sed processing (if there are no `@' at all, there
10620 # is no need to browse any of the substitutions).
10621 # These are the two extra sed commands mentioned above.
10622 (echo ':t
10623 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10624 if test -z "$ac_sed_cmds"; then
10625 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10626 else
10627 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10628 fi
10629 ac_sed_frag=`expr $ac_sed_frag + 1`
10630 ac_beg=$ac_end
10631 ac_end=`expr $ac_end + $ac_max_sed_lines`
10632 fi
10633 done
10634 if test -z "$ac_sed_cmds"; then
10635 ac_sed_cmds=cat
10636 fi
10637 fi # test -n "$CONFIG_FILES"
10638
10639 _ACEOF
10640 cat >>$CONFIG_STATUS <<\_ACEOF
10641 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10642 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10643 case $ac_file in
10644 - | *:- | *:-:* ) # input from stdin
10645 cat >$tmp/stdin
10646 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10647 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10648 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10649 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10650 * ) ac_file_in=$ac_file.in ;;
10651 esac
10652
10653 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10654 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10655 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10656 X"$ac_file" : 'X\(//\)[^/]' \| \
10657 X"$ac_file" : 'X\(//\)$' \| \
10658 X"$ac_file" : 'X\(/\)' \| \
10659 . : '\(.\)' 2>/dev/null ||
10660 echo X"$ac_file" |
10661 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10662 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10663 /^X\(\/\/\)$/{ s//\1/; q; }
10664 /^X\(\/\).*/{ s//\1/; q; }
10665 s/.*/./; q'`
10666 { if $as_mkdir_p; then
10667 mkdir -p "$ac_dir"
10668 else
10669 as_dir="$ac_dir"
10670 as_dirs=
10671 while test ! -d "$as_dir"; do
10672 as_dirs="$as_dir $as_dirs"
10673 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10674 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10675 X"$as_dir" : 'X\(//\)[^/]' \| \
10676 X"$as_dir" : 'X\(//\)$' \| \
10677 X"$as_dir" : 'X\(/\)' \| \
10678 . : '\(.\)' 2>/dev/null ||
10679 echo X"$as_dir" |
10680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10681 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10682 /^X\(\/\/\)$/{ s//\1/; q; }
10683 /^X\(\/\).*/{ s//\1/; q; }
10684 s/.*/./; q'`
10685 done
10686 test ! -n "$as_dirs" || mkdir $as_dirs
10687 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10688 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10689 { (exit 1); exit 1; }; }; }
10690
10691 ac_builddir=.
10692
10693 if test "$ac_dir" != .; then
10694 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10695 # A "../" for each directory in $ac_dir_suffix.
10696 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10697 else
10698 ac_dir_suffix= ac_top_builddir=
10699 fi
10700
10701 case $srcdir in
10702 .) # No --srcdir option. We are building in place.
10703 ac_srcdir=.
10704 if test -z "$ac_top_builddir"; then
10705 ac_top_srcdir=.
10706 else
10707 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10708 fi ;;
10709 [\\/]* | ?:[\\/]* ) # Absolute path.
10710 ac_srcdir=$srcdir$ac_dir_suffix;
10711 ac_top_srcdir=$srcdir ;;
10712 *) # Relative path.
10713 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10714 ac_top_srcdir=$ac_top_builddir$srcdir ;;
10715 esac
10716
10717 # Do not use `cd foo && pwd` to compute absolute paths, because
10718 # the directories may not exist.
10719 case `pwd` in
10720 .) ac_abs_builddir="$ac_dir";;
10721 *)
10722 case "$ac_dir" in
10723 .) ac_abs_builddir=`pwd`;;
10724 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10725 *) ac_abs_builddir=`pwd`/"$ac_dir";;
10726 esac;;
10727 esac
10728 case $ac_abs_builddir in
10729 .) ac_abs_top_builddir=${ac_top_builddir}.;;
10730 *)
10731 case ${ac_top_builddir}. in
10732 .) ac_abs_top_builddir=$ac_abs_builddir;;
10733 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10734 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10735 esac;;
10736 esac
10737 case $ac_abs_builddir in
10738 .) ac_abs_srcdir=$ac_srcdir;;
10739 *)
10740 case $ac_srcdir in
10741 .) ac_abs_srcdir=$ac_abs_builddir;;
10742 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10743 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
10744 esac;;
10745 esac
10746 case $ac_abs_builddir in
10747 .) ac_abs_top_srcdir=$ac_top_srcdir;;
10748 *)
10749 case $ac_top_srcdir in
10750 .) ac_abs_top_srcdir=$ac_abs_builddir;;
10751 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
10752 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
10753 esac;;
10754 esac
10755
10756
10757 case $INSTALL in
10758 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10759 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10760 esac
10761
10762 # Let's still pretend it is `configure' which instantiates (i.e., don't
10763 # use $as_me), people would be surprised to read:
10764 # /* config.h. Generated by config.status. */
10765 if test x"$ac_file" = x-; then
10766 configure_input=
10767 else
10768 configure_input="$ac_file. "
10769 fi
10770 configure_input=$configure_input"Generated from `echo $ac_file_in |
10771 sed 's,.*/,,'` by configure."
10772
10773 # First look for the input files in the build tree, otherwise in the
10774 # src tree.
10775 ac_file_inputs=`IFS=:
10776 for f in $ac_file_in; do
10777 case $f in
10778 -) echo $tmp/stdin ;;
10779 [\\/$]*)
10780 # Absolute (can't be DOS-style, as IFS=:)
10781 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10782 echo "$as_me: error: cannot find input file: $f" >&2;}
10783 { (exit 1); exit 1; }; }
10784 echo "$f";;
10785 *) # Relative
10786 if test -f "$f"; then
10787 # Build tree
10788 echo "$f"
10789 elif test -f "$srcdir/$f"; then
10790 # Source tree
10791 echo "$srcdir/$f"
10792 else
10793 # /dev/null tree
10794 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10795 echo "$as_me: error: cannot find input file: $f" >&2;}
10796 { (exit 1); exit 1; }; }
10797 fi;;
10798 esac
10799 done` || { (exit 1); exit 1; }
10800
10801 if test x"$ac_file" != x-; then
10802 { echo "$as_me:$LINENO: creating $ac_file" >&5
10803 echo "$as_me: creating $ac_file" >&6;}
10804 rm -f "$ac_file"
10805 fi
10806 _ACEOF
10807 cat >>$CONFIG_STATUS <<_ACEOF
10808 sed "$ac_vpsub
10809 $extrasub
10810 _ACEOF
10811 cat >>$CONFIG_STATUS <<\_ACEOF
10812 :t
10813 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10814 s,@configure_input@,$configure_input,;t t
10815 s,@srcdir@,$ac_srcdir,;t t
10816 s,@abs_srcdir@,$ac_abs_srcdir,;t t
10817 s,@top_srcdir@,$ac_top_srcdir,;t t
10818 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10819 s,@builddir@,$ac_builddir,;t t
10820 s,@abs_builddir@,$ac_abs_builddir,;t t
10821 s,@top_builddir@,$ac_top_builddir,;t t
10822 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10823 s,@INSTALL@,$ac_INSTALL,;t t
10824 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10825 rm -f $tmp/stdin
10826 if test x"$ac_file" != x-; then
10827 mv $tmp/out $ac_file
10828 else
10829 cat $tmp/out
10830 rm -f $tmp/out
10831 fi
10832
10833 done
10834 _ACEOF
10835 cat >>$CONFIG_STATUS <<\_ACEOF
10836
10837 #
10838 # CONFIG_HEADER section.
10839 #
10840
10841 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10842 # NAME is the cpp macro being defined and VALUE is the value it is being given.
10843 #
10844 # ac_d sets the value in "#define NAME VALUE" lines.
10845 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10846 ac_dB='[ ].*$,\1#\2'
10847 ac_dC=' '
10848 ac_dD=',;t'
10849 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10850 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10851 ac_uB='$,\1#\2define\3'
10852 ac_uC=' '
10853 ac_uD=',;t'
10854
10855 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10856 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10857 case $ac_file in
10858 - | *:- | *:-:* ) # input from stdin
10859 cat >$tmp/stdin
10860 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10861 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10862 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10863 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10864 * ) ac_file_in=$ac_file.in ;;
10865 esac
10866
10867 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10868 echo "$as_me: creating $ac_file" >&6;}
10869
10870 # First look for the input files in the build tree, otherwise in the
10871 # src tree.
10872 ac_file_inputs=`IFS=:
10873 for f in $ac_file_in; do
10874 case $f in
10875 -) echo $tmp/stdin ;;
10876 [\\/$]*)
10877 # Absolute (can't be DOS-style, as IFS=:)
10878 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10879 echo "$as_me: error: cannot find input file: $f" >&2;}
10880 { (exit 1); exit 1; }; }
10881 # Do quote $f, to prevent DOS paths from being IFS'd.
10882 echo "$f";;
10883 *) # Relative
10884 if test -f "$f"; then
10885 # Build tree
10886 echo "$f"
10887 elif test -f "$srcdir/$f"; then
10888 # Source tree
10889 echo "$srcdir/$f"
10890 else
10891 # /dev/null tree
10892 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10893 echo "$as_me: error: cannot find input file: $f" >&2;}
10894 { (exit 1); exit 1; }; }
10895 fi;;
10896 esac
10897 done` || { (exit 1); exit 1; }
10898 # Remove the trailing spaces.
10899 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10900
10901 _ACEOF
10902
10903 # Transform confdefs.h into two sed scripts, `conftest.defines' and
10904 # `conftest.undefs', that substitutes the proper values into
10905 # config.h.in to produce config.h. The first handles `#define'
10906 # templates, and the second `#undef' templates.
10907 # And first: Protect against being on the right side of a sed subst in
10908 # config.status. Protect against being in an unquoted here document
10909 # in config.status.
10910 rm -f conftest.defines conftest.undefs
10911 # Using a here document instead of a string reduces the quoting nightmare.
10912 # Putting comments in sed scripts is not portable.
10913 #
10914 # `end' is used to avoid that the second main sed command (meant for
10915 # 0-ary CPP macros) applies to n-ary macro definitions.
10916 # See the Autoconf documentation for `clear'.
10917 cat >confdef2sed.sed <<\_ACEOF
10918 s/[\\&,]/\\&/g
10919 s,[\\$`],\\&,g
10920 t clear
10921 : clear
10922 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10923 t end
10924 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10925 : end
10926 _ACEOF
10927 # If some macros were called several times there might be several times
10928 # the same #defines, which is useless. Nevertheless, we may not want to
10929 # sort them, since we want the *last* AC-DEFINE to be honored.
10930 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10931 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10932 rm -f confdef2sed.sed
10933
10934 # This sed command replaces #undef with comments. This is necessary, for
10935 # example, in the case of _POSIX_SOURCE, which is predefined and required
10936 # on some systems where configure will not decide to define it.
10937 cat >>conftest.undefs <<\_ACEOF
10938 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10939 _ACEOF
10940
10941 # Break up conftest.defines because some shells have a limit on the size
10942 # of here documents, and old seds have small limits too (100 cmds).
10943 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10944 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10945 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10946 echo ' :' >>$CONFIG_STATUS
10947 rm -f conftest.tail
10948 while grep . conftest.defines >/dev/null
10949 do
10950 # Write a limited-size here document to $tmp/defines.sed.
10951 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10952 # Speed up: don't consider the non `#define' lines.
10953 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10954 # Work around the forget-to-reset-the-flag bug.
10955 echo 't clr' >>$CONFIG_STATUS
10956 echo ': clr' >>$CONFIG_STATUS
10957 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10958 echo 'CEOF
10959 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10960 rm -f $tmp/in
10961 mv $tmp/out $tmp/in
10962 ' >>$CONFIG_STATUS
10963 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10964 rm -f conftest.defines
10965 mv conftest.tail conftest.defines
10966 done
10967 rm -f conftest.defines
10968 echo ' fi # grep' >>$CONFIG_STATUS
10969 echo >>$CONFIG_STATUS
10970
10971 # Break up conftest.undefs because some shells have a limit on the size
10972 # of here documents, and old seds have small limits too (100 cmds).
10973 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10974 rm -f conftest.tail
10975 while grep . conftest.undefs >/dev/null
10976 do
10977 # Write a limited-size here document to $tmp/undefs.sed.
10978 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10979 # Speed up: don't consider the non `#undef'
10980 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10981 # Work around the forget-to-reset-the-flag bug.
10982 echo 't clr' >>$CONFIG_STATUS
10983 echo ': clr' >>$CONFIG_STATUS
10984 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10985 echo 'CEOF
10986 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10987 rm -f $tmp/in
10988 mv $tmp/out $tmp/in
10989 ' >>$CONFIG_STATUS
10990 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
10991 rm -f conftest.undefs
10992 mv conftest.tail conftest.undefs
10993 done
10994 rm -f conftest.undefs
10995
10996 cat >>$CONFIG_STATUS <<\_ACEOF
10997 # Let's still pretend it is `configure' which instantiates (i.e., don't
10998 # use $as_me), people would be surprised to read:
10999 # /* config.h. Generated by config.status. */
11000 if test x"$ac_file" = x-; then
11001 echo "/* Generated by configure. */" >$tmp/config.h
11002 else
11003 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11004 fi
11005 cat $tmp/in >>$tmp/config.h
11006 rm -f $tmp/in
11007 if test x"$ac_file" != x-; then
11008 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11009 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11010 echo "$as_me: $ac_file is unchanged" >&6;}
11011 else
11012 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11013 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11014 X"$ac_file" : 'X\(//\)[^/]' \| \
11015 X"$ac_file" : 'X\(//\)$' \| \
11016 X"$ac_file" : 'X\(/\)' \| \
11017 . : '\(.\)' 2>/dev/null ||
11018 echo X"$ac_file" |
11019 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11020 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11021 /^X\(\/\/\)$/{ s//\1/; q; }
11022 /^X\(\/\).*/{ s//\1/; q; }
11023 s/.*/./; q'`
11024 { if $as_mkdir_p; then
11025 mkdir -p "$ac_dir"
11026 else
11027 as_dir="$ac_dir"
11028 as_dirs=
11029 while test ! -d "$as_dir"; do
11030 as_dirs="$as_dir $as_dirs"
11031 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11032 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11033 X"$as_dir" : 'X\(//\)[^/]' \| \
11034 X"$as_dir" : 'X\(//\)$' \| \
11035 X"$as_dir" : 'X\(/\)' \| \
11036 . : '\(.\)' 2>/dev/null ||
11037 echo X"$as_dir" |
11038 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11039 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11040 /^X\(\/\/\)$/{ s//\1/; q; }
11041 /^X\(\/\).*/{ s//\1/; q; }
11042 s/.*/./; q'`
11043 done
11044 test ! -n "$as_dirs" || mkdir $as_dirs
11045 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11046 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11047 { (exit 1); exit 1; }; }; }
11048
11049 rm -f $ac_file
11050 mv $tmp/config.h $ac_file
11051 fi
11052 else
11053 cat $tmp/config.h
11054 rm -f $tmp/config.h
11055 fi
11056 # Compute $ac_file's index in $config_headers.
11057 _am_stamp_count=1
11058 for _am_header in $config_headers :; do
11059 case $_am_header in
11060 $ac_file | $ac_file:* )
11061 break ;;
11062 * )
11063 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11064 esac
11065 done
11066 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11067 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11068 X$ac_file : 'X\(//\)[^/]' \| \
11069 X$ac_file : 'X\(//\)$' \| \
11070 X$ac_file : 'X\(/\)' \| \
11071 . : '\(.\)' 2>/dev/null ||
11072 echo X$ac_file |
11073 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11074 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11075 /^X\(\/\/\)$/{ s//\1/; q; }
11076 /^X\(\/\).*/{ s//\1/; q; }
11077 s/.*/./; q'`/stamp-h$_am_stamp_count
11078 done
11079 _ACEOF
11080 cat >>$CONFIG_STATUS <<\_ACEOF
11081
11082 #
11083 # CONFIG_COMMANDS section.
11084 #
11085 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11086 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11087 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11088 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11089 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11090 X"$ac_dest" : 'X\(//\)[^/]' \| \
11091 X"$ac_dest" : 'X\(//\)$' \| \
11092 X"$ac_dest" : 'X\(/\)' \| \
11093 . : '\(.\)' 2>/dev/null ||
11094 echo X"$ac_dest" |
11095 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11096 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11097 /^X\(\/\/\)$/{ s//\1/; q; }
11098 /^X\(\/\).*/{ s//\1/; q; }
11099 s/.*/./; q'`
11100 { if $as_mkdir_p; then
11101 mkdir -p "$ac_dir"
11102 else
11103 as_dir="$ac_dir"
11104 as_dirs=
11105 while test ! -d "$as_dir"; do
11106 as_dirs="$as_dir $as_dirs"
11107 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11108 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11109 X"$as_dir" : 'X\(//\)[^/]' \| \
11110 X"$as_dir" : 'X\(//\)$' \| \
11111 X"$as_dir" : 'X\(/\)' \| \
11112 . : '\(.\)' 2>/dev/null ||
11113 echo X"$as_dir" |
11114 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11115 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11116 /^X\(\/\/\)$/{ s//\1/; q; }
11117 /^X\(\/\).*/{ s//\1/; q; }
11118 s/.*/./; q'`
11119 done
11120 test ! -n "$as_dirs" || mkdir $as_dirs
11121 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11122 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11123 { (exit 1); exit 1; }; }; }
11124
11125 ac_builddir=.
11126
11127 if test "$ac_dir" != .; then
11128 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11129 # A "../" for each directory in $ac_dir_suffix.
11130 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11131 else
11132 ac_dir_suffix= ac_top_builddir=
11133 fi
11134
11135 case $srcdir in
11136 .) # No --srcdir option. We are building in place.
11137 ac_srcdir=.
11138 if test -z "$ac_top_builddir"; then
11139 ac_top_srcdir=.
11140 else
11141 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11142 fi ;;
11143 [\\/]* | ?:[\\/]* ) # Absolute path.
11144 ac_srcdir=$srcdir$ac_dir_suffix;
11145 ac_top_srcdir=$srcdir ;;
11146 *) # Relative path.
11147 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11148 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11149 esac
11150
11151 # Do not use `cd foo && pwd` to compute absolute paths, because
11152 # the directories may not exist.
11153 case `pwd` in
11154 .) ac_abs_builddir="$ac_dir";;
11155 *)
11156 case "$ac_dir" in
11157 .) ac_abs_builddir=`pwd`;;
11158 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11159 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11160 esac;;
11161 esac
11162 case $ac_abs_builddir in
11163 .) ac_abs_top_builddir=${ac_top_builddir}.;;
11164 *)
11165 case ${ac_top_builddir}. in
11166 .) ac_abs_top_builddir=$ac_abs_builddir;;
11167 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11168 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11169 esac;;
11170 esac
11171 case $ac_abs_builddir in
11172 .) ac_abs_srcdir=$ac_srcdir;;
11173 *)
11174 case $ac_srcdir in
11175 .) ac_abs_srcdir=$ac_abs_builddir;;
11176 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11177 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11178 esac;;
11179 esac
11180 case $ac_abs_builddir in
11181 .) ac_abs_top_srcdir=$ac_top_srcdir;;
11182 *)
11183 case $ac_top_srcdir in
11184 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11185 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11186 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11187 esac;;
11188 esac
11189
11190
11191 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11192 echo "$as_me: executing $ac_dest commands" >&6;}
11193 case $ac_dest in
11194 default-1 )
11195 for ac_file in $CONFIG_FILES; do
11196 # Support "outfile[:infile[:infile...]]"
11197 case "$ac_file" in
11198 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11199 esac
11200 # PO directories have a Makefile.in generated from Makefile.in.in.
11201 case "$ac_file" in */Makefile.in)
11202 # Adjust a relative srcdir.
11203 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11204 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11205 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11206 # In autoconf-2.13 it is called $ac_given_srcdir.
11207 # In autoconf-2.50 it is called $srcdir.
11208 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11209 case "$ac_given_srcdir" in
11210 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11211 /*) top_srcdir="$ac_given_srcdir" ;;
11212 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11213 esac
11214 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11215 rm -f "$ac_dir/POTFILES"
11216 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11217 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11218 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11219 # on $ac_dir but don't depend on user-specified configuration
11220 # parameters.
11221 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11222 # The LINGUAS file contains the set of available languages.
11223 if test -n "$ALL_LINGUAS"; then
11224 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11225 fi
11226 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11227 # Hide the ALL_LINGUAS assigment from automake.
11228 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11229 fi
11230 case "$ac_given_srcdir" in
11231 .) srcdirpre= ;;
11232 *) srcdirpre='$(srcdir)/' ;;
11233 esac
11234 POFILES=
11235 GMOFILES=
11236 UPDATEPOFILES=
11237 DUMMYPOFILES=
11238 for lang in $ALL_LINGUAS; do
11239 POFILES="$POFILES $srcdirpre$lang.po"
11240 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11241 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11242 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11243 done
11244 # CATALOGS depends on both $ac_dir and the user's LINGUAS
11245 # environment variable.
11246 INST_LINGUAS=
11247 if test -n "$ALL_LINGUAS"; then
11248 for presentlang in $ALL_LINGUAS; do
11249 useit=no
11250 if test "%UNSET%" != "$LINGUAS"; then
11251 desiredlanguages="$LINGUAS"
11252 else
11253 desiredlanguages="$ALL_LINGUAS"
11254 fi
11255 for desiredlang in $desiredlanguages; do
11256 # Use the presentlang catalog if desiredlang is
11257 # a. equal to presentlang, or
11258 # b. a variant of presentlang (because in this case,
11259 # presentlang can be used as a fallback for messages
11260 # which are not translated in the desiredlang catalog).
11261 case "$desiredlang" in
11262 "$presentlang"*) useit=yes;;
11263 esac
11264 done
11265 if test $useit = yes; then
11266 INST_LINGUAS="$INST_LINGUAS $presentlang"
11267 fi
11268 done
11269 fi
11270 CATALOGS=
11271 if test -n "$INST_LINGUAS"; then
11272 for lang in $INST_LINGUAS; do
11273 CATALOGS="$CATALOGS $lang.gmo"
11274 done
11275 fi
11276 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11277 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"
11278 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11279 if test -f "$f"; then
11280 case "$f" in
11281 *.orig | *.bak | *~) ;;
11282 *) cat "$f" >> "$ac_dir/Makefile" ;;
11283 esac
11284 fi
11285 done
11286 fi
11287 ;;
11288 esac
11289 done ;;
11290 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11291 # Strip MF so we end up with the name of the file.
11292 mf=`echo "$mf" | sed -e 's/:.*$//'`
11293 # Check whether this is an Automake generated Makefile or not.
11294 # We used to match only the files named `Makefile.in', but
11295 # some people rename them; so instead we look at the file content.
11296 # Grep'ing the first line is not enough: some people post-process
11297 # each Makefile.in and add a new line on top of each file to say so.
11298 # So let's grep whole file.
11299 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11300 dirpart=`(dirname "$mf") 2>/dev/null ||
11301 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11302 X"$mf" : 'X\(//\)[^/]' \| \
11303 X"$mf" : 'X\(//\)$' \| \
11304 X"$mf" : 'X\(/\)' \| \
11305 . : '\(.\)' 2>/dev/null ||
11306 echo X"$mf" |
11307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11308 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11309 /^X\(\/\/\)$/{ s//\1/; q; }
11310 /^X\(\/\).*/{ s//\1/; q; }
11311 s/.*/./; q'`
11312 else
11313 continue
11314 fi
11315 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11316 # Extract the definition of DEP_FILES from the Makefile without
11317 # running `make'.
11318 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11319 test -z "$DEPDIR" && continue
11320 # When using ansi2knr, U may be empty or an underscore; expand it
11321 U=`sed -n -e '/^U = / s///p' < "$mf"`
11322 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11323 # We invoke sed twice because it is the simplest approach to
11324 # changing $(DEPDIR) to its actual value in the expansion.
11325 for file in `sed -n -e '
11326 /^DEP_FILES = .*\\\\$/ {
11327 s/^DEP_FILES = //
11328 :loop
11329 s/\\\\$//
11330 p
11331 n
11332 /\\\\$/ b loop
11333 p
11334 }
11335 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11336 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11337 # Make sure the directory exists.
11338 test -f "$dirpart/$file" && continue
11339 fdir=`(dirname "$file") 2>/dev/null ||
11340 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11341 X"$file" : 'X\(//\)[^/]' \| \
11342 X"$file" : 'X\(//\)$' \| \
11343 X"$file" : 'X\(/\)' \| \
11344 . : '\(.\)' 2>/dev/null ||
11345 echo X"$file" |
11346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11347 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11348 /^X\(\/\/\)$/{ s//\1/; q; }
11349 /^X\(\/\).*/{ s//\1/; q; }
11350 s/.*/./; q'`
11351 { if $as_mkdir_p; then
11352 mkdir -p $dirpart/$fdir
11353 else
11354 as_dir=$dirpart/$fdir
11355 as_dirs=
11356 while test ! -d "$as_dir"; do
11357 as_dirs="$as_dir $as_dirs"
11358 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11359 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11360 X"$as_dir" : 'X\(//\)[^/]' \| \
11361 X"$as_dir" : 'X\(//\)$' \| \
11362 X"$as_dir" : 'X\(/\)' \| \
11363 . : '\(.\)' 2>/dev/null ||
11364 echo X"$as_dir" |
11365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11366 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11367 /^X\(\/\/\)$/{ s//\1/; q; }
11368 /^X\(\/\).*/{ s//\1/; q; }
11369 s/.*/./; q'`
11370 done
11371 test ! -n "$as_dirs" || mkdir $as_dirs
11372 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11373 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11374 { (exit 1); exit 1; }; }; }
11375
11376 # echo "creating $dirpart/$file"
11377 echo '# dummy' > "$dirpart/$file"
11378 done
11379 done
11380 ;;
11381 esac
11382 done
11383 _ACEOF
11384
11385 cat >>$CONFIG_STATUS <<\_ACEOF
11386
11387 { (exit 0); exit 0; }
11388 _ACEOF
11389 chmod +x $CONFIG_STATUS
11390 ac_clean_files=$ac_clean_files_save
11391
11392
11393
11394 echo
11395 echo "***"
11396 echo "*** Configuration Summary"
11397 echo "***"
11398 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11399 echo "*** Cipher used: $CIPHER"
11400 echo "*** Digest used: $DIGEST"
11401 echo "*** HMAC length: $HMAC"
11402 echo "*** RAND used: $RAND"
11403 echo "*** Max. MTU: $MTU"
11404 echo "*** Compression: $COMPRESS"
11405 echo "***"
11406
11407 if test "x$DIGEST" = xmd4; then
11408 echo "*** WARNING"
11409 echo "*** The digest you have chosen ($DIGEST) is known to be insecure"
11410 echo "***"
11411 fi
11412
11413 echo
11414
11415
11416
11417 # configure is writing to config.log, and then calls config.status.
11418 # config.status does its own redirection, appending to config.log.
11419 # Unfortunately, on DOS this fails, as config.log is still kept open
11420 # by configure, so config.status won't be able to write to it; its
11421 # output is simply discarded. So we exec the FD to /dev/null,
11422 # effectively closing config.log, so it can be properly (re)opened and
11423 # appended to by config.status. When coming back to configure, we
11424 # need to make the FD available again.
11425 if test "$no_create" != yes; then
11426 ac_cs_success=:
11427 ac_config_status_args=
11428 test "$silent" = yes &&
11429 ac_config_status_args="$ac_config_status_args --quiet"
11430 exec 5>/dev/null
11431 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11432 exec 5>>config.log
11433 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11434 # would make configure fail if this is the last instruction.
11435 $ac_cs_success || { (exit 1); exit 1; }
11436 fi
11437