ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.8
Committed: Thu Oct 16 20:35:14 2003 UTC (20 years, 6 months ago) by pcg
Branch: MAIN
Changes since 1.7: +3 -3 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.57.
4 #
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
12
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh
16 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21 set -o posix
22 fi
23
24 # Support unset when possible.
25 if (FOO=FOO; unset FOO) >/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 -n "`(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 as_mkdir_p=false
222 fi
223
224 as_executable_p="test -f"
225
226 # Sed expression to map a string onto a valid CPP name.
227 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228
229 # Sed expression to map a string onto a valid variable name.
230 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231
232
233 # IFS
234 # We need space, tab and new line, in precisely that order.
235 as_nl='
236 '
237 IFS=" $as_nl"
238
239 # CDPATH.
240 $as_unset CDPATH
241
242
243 # Name of the host.
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245 # so uname gets run too.
246 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
247
248 exec 6>&1
249
250 #
251 # Initializations.
252 #
253 ac_default_prefix=/usr/local
254 ac_config_libobj_dir=.
255 cross_compiling=no
256 subdirs=
257 MFLAGS=
258 MAKEFLAGS=
259 SHELL=${CONFIG_SHELL-/bin/sh}
260
261 # Maximum number of lines to put in a shell here document.
262 # This variable seems obsolete. It should probably be removed, and
263 # only ac_max_sed_lines should be used.
264 : ${ac_max_here_lines=38}
265
266 # Identity of this package.
267 PACKAGE_NAME=
268 PACKAGE_TARNAME=
269 PACKAGE_VERSION=
270 PACKAGE_STRING=
271 PACKAGE_BUGREPORT=
272
273 ac_unique_file="src/vped.C"
274 # Factoring default headers for most tests.
275 ac_includes_default="\
276 #include <stdio.h>
277 #if HAVE_SYS_TYPES_H
278 # include <sys/types.h>
279 #endif
280 #if HAVE_SYS_STAT_H
281 # include <sys/stat.h>
282 #endif
283 #if STDC_HEADERS
284 # include <stdlib.h>
285 # include <stddef.h>
286 #else
287 # if HAVE_STDLIB_H
288 # include <stdlib.h>
289 # endif
290 #endif
291 #if HAVE_STRING_H
292 # if !STDC_HEADERS && HAVE_MEMORY_H
293 # include <memory.h>
294 # endif
295 # include <string.h>
296 #endif
297 #if HAVE_STRINGS_H
298 # include <strings.h>
299 #endif
300 #if HAVE_INTTYPES_H
301 # include <inttypes.h>
302 #else
303 # if HAVE_STDINT_H
304 # include <stdint.h>
305 # endif
306 #endif
307 #if HAVE_UNISTD_H
308 # include <unistd.h>
309 #endif"
310
311 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'
312 ac_subst_files=''
313
314 # Initialize some variables set by options.
315 ac_init_help=
316 ac_init_version=false
317 # The variables have the same names as the options, with
318 # dashes changed to underlines.
319 cache_file=/dev/null
320 exec_prefix=NONE
321 no_create=
322 no_recursion=
323 prefix=NONE
324 program_prefix=NONE
325 program_suffix=NONE
326 program_transform_name=s,x,x,
327 silent=
328 site=
329 srcdir=
330 verbose=
331 x_includes=NONE
332 x_libraries=NONE
333
334 # Installation directory options.
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
336 # and all the variables that are supposed to be based on exec_prefix
337 # by default will actually change.
338 # Use braces instead of parens because sh, perl, etc. also accept them.
339 bindir='${exec_prefix}/bin'
340 sbindir='${exec_prefix}/sbin'
341 libexecdir='${exec_prefix}/libexec'
342 datadir='${prefix}/share'
343 sysconfdir='${prefix}/etc'
344 sharedstatedir='${prefix}/com'
345 localstatedir='${prefix}/var'
346 libdir='${exec_prefix}/lib'
347 includedir='${prefix}/include'
348 oldincludedir='/usr/include'
349 infodir='${prefix}/info'
350 mandir='${prefix}/man'
351
352 ac_prev=
353 for ac_option
354 do
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
358 ac_prev=
359 continue
360 fi
361
362 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
363
364 # Accept the important Cygnus configure options, so we can diagnose typos.
365
366 case $ac_option in
367
368 -bindir | --bindir | --bindi | --bind | --bin | --bi)
369 ac_prev=bindir ;;
370 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
371 bindir=$ac_optarg ;;
372
373 -build | --build | --buil | --bui | --bu)
374 ac_prev=build_alias ;;
375 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
376 build_alias=$ac_optarg ;;
377
378 -cache-file | --cache-file | --cache-fil | --cache-fi \
379 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
380 ac_prev=cache_file ;;
381 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
382 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
383 cache_file=$ac_optarg ;;
384
385 --config-cache | -C)
386 cache_file=config.cache ;;
387
388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
389 ac_prev=datadir ;;
390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
391 | --da=*)
392 datadir=$ac_optarg ;;
393
394 -disable-* | --disable-*)
395 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396 # Reject names that are not valid shell variable names.
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
402
403 -enable-* | --enable-*)
404 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405 # Reject names that are not valid shell variable names.
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
410 case $ac_option in
411 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
412 *) ac_optarg=yes ;;
413 esac
414 eval "enable_$ac_feature='$ac_optarg'" ;;
415
416 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
417 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
418 | --exec | --exe | --ex)
419 ac_prev=exec_prefix ;;
420 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
421 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
422 | --exec=* | --exe=* | --ex=*)
423 exec_prefix=$ac_optarg ;;
424
425 -gas | --gas | --ga | --g)
426 # Obsolete; use --with-gas.
427 with_gas=yes ;;
428
429 -help | --help | --hel | --he | -h)
430 ac_init_help=long ;;
431 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
432 ac_init_help=recursive ;;
433 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
434 ac_init_help=short ;;
435
436 -host | --host | --hos | --ho)
437 ac_prev=host_alias ;;
438 -host=* | --host=* | --hos=* | --ho=*)
439 host_alias=$ac_optarg ;;
440
441 -includedir | --includedir | --includedi | --included | --include \
442 | --includ | --inclu | --incl | --inc)
443 ac_prev=includedir ;;
444 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
445 | --includ=* | --inclu=* | --incl=* | --inc=*)
446 includedir=$ac_optarg ;;
447
448 -infodir | --infodir | --infodi | --infod | --info | --inf)
449 ac_prev=infodir ;;
450 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
451 infodir=$ac_optarg ;;
452
453 -libdir | --libdir | --libdi | --libd)
454 ac_prev=libdir ;;
455 -libdir=* | --libdir=* | --libdi=* | --libd=*)
456 libdir=$ac_optarg ;;
457
458 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
459 | --libexe | --libex | --libe)
460 ac_prev=libexecdir ;;
461 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
462 | --libexe=* | --libex=* | --libe=*)
463 libexecdir=$ac_optarg ;;
464
465 -localstatedir | --localstatedir | --localstatedi | --localstated \
466 | --localstate | --localstat | --localsta | --localst \
467 | --locals | --local | --loca | --loc | --lo)
468 ac_prev=localstatedir ;;
469 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
470 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
471 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
472 localstatedir=$ac_optarg ;;
473
474 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
475 ac_prev=mandir ;;
476 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
477 mandir=$ac_optarg ;;
478
479 -nfp | --nfp | --nf)
480 # Obsolete; use --without-fp.
481 with_fp=no ;;
482
483 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
484 | --no-cr | --no-c | -n)
485 no_create=yes ;;
486
487 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
488 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
489 no_recursion=yes ;;
490
491 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
492 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
493 | --oldin | --oldi | --old | --ol | --o)
494 ac_prev=oldincludedir ;;
495 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
496 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
497 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
498 oldincludedir=$ac_optarg ;;
499
500 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
501 ac_prev=prefix ;;
502 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
503 prefix=$ac_optarg ;;
504
505 -program-prefix | --program-prefix | --program-prefi | --program-pref \
506 | --program-pre | --program-pr | --program-p)
507 ac_prev=program_prefix ;;
508 -program-prefix=* | --program-prefix=* | --program-prefi=* \
509 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
510 program_prefix=$ac_optarg ;;
511
512 -program-suffix | --program-suffix | --program-suffi | --program-suff \
513 | --program-suf | --program-su | --program-s)
514 ac_prev=program_suffix ;;
515 -program-suffix=* | --program-suffix=* | --program-suffi=* \
516 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
517 program_suffix=$ac_optarg ;;
518
519 -program-transform-name | --program-transform-name \
520 | --program-transform-nam | --program-transform-na \
521 | --program-transform-n | --program-transform- \
522 | --program-transform | --program-transfor \
523 | --program-transfo | --program-transf \
524 | --program-trans | --program-tran \
525 | --progr-tra | --program-tr | --program-t)
526 ac_prev=program_transform_name ;;
527 -program-transform-name=* | --program-transform-name=* \
528 | --program-transform-nam=* | --program-transform-na=* \
529 | --program-transform-n=* | --program-transform-=* \
530 | --program-transform=* | --program-transfor=* \
531 | --program-transfo=* | --program-transf=* \
532 | --program-trans=* | --program-tran=* \
533 | --progr-tra=* | --program-tr=* | --program-t=*)
534 program_transform_name=$ac_optarg ;;
535
536 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
537 | -silent | --silent | --silen | --sile | --sil)
538 silent=yes ;;
539
540 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
541 ac_prev=sbindir ;;
542 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
543 | --sbi=* | --sb=*)
544 sbindir=$ac_optarg ;;
545
546 -sharedstatedir | --sharedstatedir | --sharedstatedi \
547 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
548 | --sharedst | --shareds | --shared | --share | --shar \
549 | --sha | --sh)
550 ac_prev=sharedstatedir ;;
551 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
552 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
553 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
554 | --sha=* | --sh=*)
555 sharedstatedir=$ac_optarg ;;
556
557 -site | --site | --sit)
558 ac_prev=site ;;
559 -site=* | --site=* | --sit=*)
560 site=$ac_optarg ;;
561
562 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
563 ac_prev=srcdir ;;
564 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
565 srcdir=$ac_optarg ;;
566
567 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
568 | --syscon | --sysco | --sysc | --sys | --sy)
569 ac_prev=sysconfdir ;;
570 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
571 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
572 sysconfdir=$ac_optarg ;;
573
574 -target | --target | --targe | --targ | --tar | --ta | --t)
575 ac_prev=target_alias ;;
576 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
577 target_alias=$ac_optarg ;;
578
579 -v | -verbose | --verbose | --verbos | --verbo | --verb)
580 verbose=yes ;;
581
582 -version | --version | --versio | --versi | --vers | -V)
583 ac_init_version=: ;;
584
585 -with-* | --with-*)
586 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587 # Reject names that are not valid shell variable names.
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
591 ac_package=`echo $ac_package| sed 's/-/_/g'`
592 case $ac_option in
593 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
594 *) ac_optarg=yes ;;
595 esac
596 eval "with_$ac_package='$ac_optarg'" ;;
597
598 -without-* | --without-*)
599 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600 # Reject names that are not valid shell variable names.
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
606
607 --x)
608 # Obsolete; use --with-x.
609 with_x=yes ;;
610
611 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
612 | --x-incl | --x-inc | --x-in | --x-i)
613 ac_prev=x_includes ;;
614 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
615 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
616 x_includes=$ac_optarg ;;
617
618 -x-libraries | --x-libraries | --x-librarie | --x-librari \
619 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
620 ac_prev=x_libraries ;;
621 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
622 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
623 x_libraries=$ac_optarg ;;
624
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626 Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
628 ;;
629
630 *=*)
631 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
638 export $ac_envvar ;;
639
640 *)
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
646 ;;
647
648 esac
649 done
650
651 if test -n "$ac_prev"; then
652 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
655 fi
656
657 # Be sure to have absolute paths.
658 for ac_var in exec_prefix prefix
659 do
660 eval ac_val=$`echo $ac_var`
661 case $ac_val in
662 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
665 esac
666 done
667
668 # Be sure to have absolute paths.
669 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
671 do
672 eval ac_val=$`echo $ac_var`
673 case $ac_val in
674 [\\/$]* | ?:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
677 esac
678 done
679
680 # There might be people who depend on the old broken behavior: `$host'
681 # used to hold the argument of --host etc.
682 # FIXME: To remove some day.
683 build=$build_alias
684 host=$host_alias
685 target=$target_alias
686
687 # FIXME: To remove some day.
688 if test "x$host_alias" != x; then
689 if test "x$build_alias" = x; then
690 cross_compiling=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
694 cross_compiling=yes
695 fi
696 fi
697
698 ac_tool_prefix=
699 test -n "$host_alias" && ac_tool_prefix=$host_alias-
700
701 test "$silent" = yes && exec 6>/dev/null
702
703
704 # Find the source files, if location was not specified.
705 if test -z "$srcdir"; then
706 ac_srcdir_defaulted=yes
707 # Try the directory containing this script, then its parent.
708 ac_confdir=`(dirname "$0") 2>/dev/null ||
709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
714 echo X"$0" |
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
719 s/.*/./; q'`
720 srcdir=$ac_confdir
721 if test ! -r $srcdir/$ac_unique_file; then
722 srcdir=..
723 fi
724 else
725 ac_srcdir_defaulted=no
726 fi
727 if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
731 else
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
734 fi
735 fi
736 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740 ac_env_build_alias_set=${build_alias+set}
741 ac_env_build_alias_value=$build_alias
742 ac_cv_env_build_alias_set=${build_alias+set}
743 ac_cv_env_build_alias_value=$build_alias
744 ac_env_host_alias_set=${host_alias+set}
745 ac_env_host_alias_value=$host_alias
746 ac_cv_env_host_alias_set=${host_alias+set}
747 ac_cv_env_host_alias_value=$host_alias
748 ac_env_target_alias_set=${target_alias+set}
749 ac_env_target_alias_value=$target_alias
750 ac_cv_env_target_alias_set=${target_alias+set}
751 ac_cv_env_target_alias_value=$target_alias
752 ac_env_CC_set=${CC+set}
753 ac_env_CC_value=$CC
754 ac_cv_env_CC_set=${CC+set}
755 ac_cv_env_CC_value=$CC
756 ac_env_CFLAGS_set=${CFLAGS+set}
757 ac_env_CFLAGS_value=$CFLAGS
758 ac_cv_env_CFLAGS_set=${CFLAGS+set}
759 ac_cv_env_CFLAGS_value=$CFLAGS
760 ac_env_LDFLAGS_set=${LDFLAGS+set}
761 ac_env_LDFLAGS_value=$LDFLAGS
762 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
763 ac_cv_env_LDFLAGS_value=$LDFLAGS
764 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
765 ac_env_CPPFLAGS_value=$CPPFLAGS
766 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
767 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
768 ac_env_CPP_set=${CPP+set}
769 ac_env_CPP_value=$CPP
770 ac_cv_env_CPP_set=${CPP+set}
771 ac_cv_env_CPP_value=$CPP
772 ac_env_CXX_set=${CXX+set}
773 ac_env_CXX_value=$CXX
774 ac_cv_env_CXX_set=${CXX+set}
775 ac_cv_env_CXX_value=$CXX
776 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
777 ac_env_CXXFLAGS_value=$CXXFLAGS
778 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
779 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
780 ac_env_CXXCPP_set=${CXXCPP+set}
781 ac_env_CXXCPP_value=$CXXCPP
782 ac_cv_env_CXXCPP_set=${CXXCPP+set}
783 ac_cv_env_CXXCPP_value=$CXXCPP
784
785 #
786 # Report the --help message.
787 #
788 if test "$ac_init_help" = "long"; then
789 # Omit some internal or obsolete options to make the list less imposing.
790 # This message is too long to be a string in the A/UX 3.1 sh.
791 cat <<_ACEOF
792 \`configure' configures this package to adapt to many kinds of systems.
793
794 Usage: $0 [OPTION]... [VAR=VALUE]...
795
796 To assign environment variables (e.g., CC, CFLAGS...), specify them as
797 VAR=VALUE. See below for descriptions of some of the useful variables.
798
799 Defaults for the options are specified in brackets.
800
801 Configuration:
802 -h, --help display this help and exit
803 --help=short display options specific to this package
804 --help=recursive display the short help of all the included packages
805 -V, --version display version information and exit
806 -q, --quiet, --silent do not print \`checking...' messages
807 --cache-file=FILE cache test results in FILE [disabled]
808 -C, --config-cache alias for \`--cache-file=config.cache'
809 -n, --no-create do not create output files
810 --srcdir=DIR find the sources in DIR [configure dir or \`..']
811
812 _ACEOF
813
814 cat <<_ACEOF
815 Installation directories:
816 --prefix=PREFIX install architecture-independent files in PREFIX
817 [$ac_default_prefix]
818 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
819 [PREFIX]
820
821 By default, \`make install' will install all the files in
822 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
823 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
824 for instance \`--prefix=\$HOME'.
825
826 For better control, use the options below.
827
828 Fine tuning of the installation directories:
829 --bindir=DIR user executables [EPREFIX/bin]
830 --sbindir=DIR system admin executables [EPREFIX/sbin]
831 --libexecdir=DIR program executables [EPREFIX/libexec]
832 --datadir=DIR read-only architecture-independent data [PREFIX/share]
833 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
834 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
835 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
836 --libdir=DIR object code libraries [EPREFIX/lib]
837 --includedir=DIR C header files [PREFIX/include]
838 --oldincludedir=DIR C header files for non-gcc [/usr/include]
839 --infodir=DIR info documentation [PREFIX/info]
840 --mandir=DIR man documentation [PREFIX/man]
841 _ACEOF
842
843 cat <<\_ACEOF
844
845 Program names:
846 --program-prefix=PREFIX prepend PREFIX to installed program names
847 --program-suffix=SUFFIX append SUFFIX to installed program names
848 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
849
850 System types:
851 --build=BUILD configure for building on BUILD [guessed]
852 --host=HOST cross-compile to build programs to run on HOST [BUILD]
853 --target=TARGET configure for building compilers for TARGET [HOST]
854 _ACEOF
855 fi
856
857 if test -n "$ac_init_help"; then
858
859 cat <<\_ACEOF
860
861 Optional Features:
862 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
863 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing) to the casual installer
866 --disable-dependency-tracking Speeds up one-time builds
867 --enable-dependency-tracking Do not reject slow dependency extractors
868 --disable-rpath do not hardcode runtime library paths
869 --disable-nls do not use Native Language Support
870 --enable-iftype=TYPE/SUBTYPE
871 Use kernel/net device interface TYPE/SUBTYPE.
872 Working combinations are: "native/linux"
873 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
874 "tincd/darwin" "native/cygwin"; Untested
875 combinations are: "tincd/netbsd" "tincd/solaris"
876 "tincd/mingw"; Broken combinations are:
877 "tincd/cygwin"; The default is to autodetect.
878 --enable-rohc enable robust header compression (rfc3095).
879 --enable-icmp enable icmp protocol support (default disabled).
880 --enable-tcp enable tcp protocol support (default disabled).
881 --enable-http-proxy enable http proxy connect support (default
882 disabled).
883 --enable-hmac-length=BYTES
884 use a hmac of length BYTES bytes (default 12).
885 Allowed values are 4, 8, 12, 16.
886 --enable-rand-length=BYTES
887 use BYTES bytes of extra randomness (default 8).
888 Allowed values are 0, 4, 8.
889 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
890 Use 9100 for jumbogram support.
891 --disable-compression Disable compression support.
892 --enable-cipher Select the symmetric cipher (default "bf"). Must be
893 one of "bf" (blowfish), "aes-128" (rijndael),
894 "aes-192" or "aes-256".
895 --enable-digest Select the digets algorithm to use (default "sha1").
896 Must be one of "sha1", "ripemd160", "md5" or "md4"
897 (insecure).
898
899 Optional Packages:
900 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
901 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
902 --with-gnu-ld assume the C compiler uses GNU ld default=no
903 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
904 --without-libiconv-prefix don't search for libiconv in includedir and libdir
905 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
906 --without-libintl-prefix don't search for libintl in includedir and libdir
907 --with-kernel=dir give the directory with kernel sources
908 (default: /usr/src/linux)
909 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
910 --with-openssl-lib=DIR OpenSSL library directory
911
912 Some influential environment variables:
913 CC C compiler command
914 CFLAGS C compiler flags
915 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
916 nonstandard directory <lib dir>
917 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
918 headers in a nonstandard directory <include dir>
919 CPP C preprocessor
920 CXX C++ compiler command
921 CXXFLAGS C++ compiler flags
922 CXXCPP C++ preprocessor
923
924 Use these variables to override the choices made by `configure' or to help
925 it to find libraries and programs with nonstandard names/locations.
926
927 _ACEOF
928 fi
929
930 if test "$ac_init_help" = "recursive"; then
931 # If there are subdirs, report their specific --help.
932 ac_popdir=`pwd`
933 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
934 test -d $ac_dir || continue
935 ac_builddir=.
936
937 if test "$ac_dir" != .; then
938 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
939 # A "../" for each directory in $ac_dir_suffix.
940 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
941 else
942 ac_dir_suffix= ac_top_builddir=
943 fi
944
945 case $srcdir in
946 .) # No --srcdir option. We are building in place.
947 ac_srcdir=.
948 if test -z "$ac_top_builddir"; then
949 ac_top_srcdir=.
950 else
951 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
952 fi ;;
953 [\\/]* | ?:[\\/]* ) # Absolute path.
954 ac_srcdir=$srcdir$ac_dir_suffix;
955 ac_top_srcdir=$srcdir ;;
956 *) # Relative path.
957 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
958 ac_top_srcdir=$ac_top_builddir$srcdir ;;
959 esac
960 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
961 # absolute.
962 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
963 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
964 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
965 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
966
967 cd $ac_dir
968 # Check for guested configure; otherwise get Cygnus style configure.
969 if test -f $ac_srcdir/configure.gnu; then
970 echo
971 $SHELL $ac_srcdir/configure.gnu --help=recursive
972 elif test -f $ac_srcdir/configure; then
973 echo
974 $SHELL $ac_srcdir/configure --help=recursive
975 elif test -f $ac_srcdir/configure.ac ||
976 test -f $ac_srcdir/configure.in; then
977 echo
978 $ac_configure --help
979 else
980 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
981 fi
982 cd "$ac_popdir"
983 done
984 fi
985
986 test -n "$ac_init_help" && exit 0
987 if $ac_init_version; then
988 cat <<\_ACEOF
989
990 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
991 Free Software Foundation, Inc.
992 This configure script is free software; the Free Software Foundation
993 gives unlimited permission to copy, distribute and modify it.
994 _ACEOF
995 exit 0
996 fi
997 exec 5>config.log
998 cat >&5 <<_ACEOF
999 This file contains any messages produced by compilers while
1000 running configure, to aid debugging if configure makes a mistake.
1001
1002 It was created by $as_me, which was
1003 generated by GNU Autoconf 2.57. Invocation command line was
1004
1005 $ $0 $@
1006
1007 _ACEOF
1008 {
1009 cat <<_ASUNAME
1010 ## --------- ##
1011 ## Platform. ##
1012 ## --------- ##
1013
1014 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1015 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1016 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1017 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1018 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1019
1020 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1021 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1022
1023 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1024 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1025 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1026 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1027 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1028 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1029 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1030
1031 _ASUNAME
1032
1033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1034 for as_dir in $PATH
1035 do
1036 IFS=$as_save_IFS
1037 test -z "$as_dir" && as_dir=.
1038 echo "PATH: $as_dir"
1039 done
1040
1041 } >&5
1042
1043 cat >&5 <<_ACEOF
1044
1045
1046 ## ----------- ##
1047 ## Core tests. ##
1048 ## ----------- ##
1049
1050 _ACEOF
1051
1052
1053 # Keep a trace of the command line.
1054 # Strip out --no-create and --no-recursion so they do not pile up.
1055 # Strip out --silent because we don't want to record it for future runs.
1056 # Also quote any args containing shell meta-characters.
1057 # Make two passes to allow for proper duplicate-argument suppression.
1058 ac_configure_args=
1059 ac_configure_args0=
1060 ac_configure_args1=
1061 ac_sep=
1062 ac_must_keep_next=false
1063 for ac_pass in 1 2
1064 do
1065 for ac_arg
1066 do
1067 case $ac_arg in
1068 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1069 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1070 | -silent | --silent | --silen | --sile | --sil)
1071 continue ;;
1072 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1073 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1074 esac
1075 case $ac_pass in
1076 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1077 2)
1078 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1079 if test $ac_must_keep_next = true; then
1080 ac_must_keep_next=false # Got value, back to normal.
1081 else
1082 case $ac_arg in
1083 *=* | --config-cache | -C | -disable-* | --disable-* \
1084 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1085 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1086 | -with-* | --with-* | -without-* | --without-* | --x)
1087 case "$ac_configure_args0 " in
1088 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1089 esac
1090 ;;
1091 -* ) ac_must_keep_next=true ;;
1092 esac
1093 fi
1094 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1095 # Get rid of the leading space.
1096 ac_sep=" "
1097 ;;
1098 esac
1099 done
1100 done
1101 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1102 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1103
1104 # When interrupted or exit'd, cleanup temporary files, and complete
1105 # config.log. We remove comments because anyway the quotes in there
1106 # would cause problems or look ugly.
1107 # WARNING: Be sure not to use single quotes in there, as some shells,
1108 # such as our DU 5.0 friend, will then `close' the trap.
1109 trap 'exit_status=$?
1110 # Save into config.log some information that might help in debugging.
1111 {
1112 echo
1113
1114 cat <<\_ASBOX
1115 ## ---------------- ##
1116 ## Cache variables. ##
1117 ## ---------------- ##
1118 _ASBOX
1119 echo
1120 # The following way of writing the cache mishandles newlines in values,
1121 {
1122 (set) 2>&1 |
1123 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1124 *ac_space=\ *)
1125 sed -n \
1126 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1128 ;;
1129 *)
1130 sed -n \
1131 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1132 ;;
1133 esac;
1134 }
1135 echo
1136
1137 cat <<\_ASBOX
1138 ## ----------------- ##
1139 ## Output variables. ##
1140 ## ----------------- ##
1141 _ASBOX
1142 echo
1143 for ac_var in $ac_subst_vars
1144 do
1145 eval ac_val=$`echo $ac_var`
1146 echo "$ac_var='"'"'$ac_val'"'"'"
1147 done | sort
1148 echo
1149
1150 if test -n "$ac_subst_files"; then
1151 cat <<\_ASBOX
1152 ## ------------- ##
1153 ## Output files. ##
1154 ## ------------- ##
1155 _ASBOX
1156 echo
1157 for ac_var in $ac_subst_files
1158 do
1159 eval ac_val=$`echo $ac_var`
1160 echo "$ac_var='"'"'$ac_val'"'"'"
1161 done | sort
1162 echo
1163 fi
1164
1165 if test -s confdefs.h; then
1166 cat <<\_ASBOX
1167 ## ----------- ##
1168 ## confdefs.h. ##
1169 ## ----------- ##
1170 _ASBOX
1171 echo
1172 sed "/^$/d" confdefs.h | sort
1173 echo
1174 fi
1175 test "$ac_signal" != 0 &&
1176 echo "$as_me: caught signal $ac_signal"
1177 echo "$as_me: exit $exit_status"
1178 } >&5
1179 rm -f core *.core &&
1180 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1181 exit $exit_status
1182 ' 0
1183 for ac_signal in 1 2 13 15; do
1184 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1185 done
1186 ac_signal=0
1187
1188 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1189 rm -rf conftest* confdefs.h
1190 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1191 echo >confdefs.h
1192
1193 # Predefined preprocessor variables.
1194
1195 cat >>confdefs.h <<_ACEOF
1196 #define PACKAGE_NAME "$PACKAGE_NAME"
1197 _ACEOF
1198
1199
1200 cat >>confdefs.h <<_ACEOF
1201 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1202 _ACEOF
1203
1204
1205 cat >>confdefs.h <<_ACEOF
1206 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1207 _ACEOF
1208
1209
1210 cat >>confdefs.h <<_ACEOF
1211 #define PACKAGE_STRING "$PACKAGE_STRING"
1212 _ACEOF
1213
1214
1215 cat >>confdefs.h <<_ACEOF
1216 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1217 _ACEOF
1218
1219
1220 # Let the site file select an alternate cache file if it wants to.
1221 # Prefer explicitly selected file to automatically selected ones.
1222 if test -z "$CONFIG_SITE"; then
1223 if test "x$prefix" != xNONE; then
1224 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1225 else
1226 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1227 fi
1228 fi
1229 for ac_site_file in $CONFIG_SITE; do
1230 if test -r "$ac_site_file"; then
1231 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1232 echo "$as_me: loading site script $ac_site_file" >&6;}
1233 sed 's/^/| /' "$ac_site_file" >&5
1234 . "$ac_site_file"
1235 fi
1236 done
1237
1238 if test -r "$cache_file"; then
1239 # Some versions of bash will fail to source /dev/null (special
1240 # files actually), so we avoid doing that.
1241 if test -f "$cache_file"; then
1242 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1243 echo "$as_me: loading cache $cache_file" >&6;}
1244 case $cache_file in
1245 [\\/]* | ?:[\\/]* ) . $cache_file;;
1246 *) . ./$cache_file;;
1247 esac
1248 fi
1249 else
1250 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1251 echo "$as_me: creating cache $cache_file" >&6;}
1252 >$cache_file
1253 fi
1254
1255 # Check that the precious variables saved in the cache have kept the same
1256 # value.
1257 ac_cache_corrupted=false
1258 for ac_var in `(set) 2>&1 |
1259 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1260 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1261 eval ac_new_set=\$ac_env_${ac_var}_set
1262 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1263 eval ac_new_val="\$ac_env_${ac_var}_value"
1264 case $ac_old_set,$ac_new_set in
1265 set,)
1266 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1267 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1268 ac_cache_corrupted=: ;;
1269 ,set)
1270 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1271 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1272 ac_cache_corrupted=: ;;
1273 ,);;
1274 *)
1275 if test "x$ac_old_val" != "x$ac_new_val"; then
1276 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1277 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1278 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1279 echo "$as_me: former value: $ac_old_val" >&2;}
1280 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1281 echo "$as_me: current value: $ac_new_val" >&2;}
1282 ac_cache_corrupted=:
1283 fi;;
1284 esac
1285 # Pass precious variables to config.status.
1286 if test "$ac_new_set" = set; then
1287 case $ac_new_val in
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1290 *) ac_arg=$ac_var=$ac_new_val ;;
1291 esac
1292 case " $ac_configure_args " in
1293 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1294 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1295 esac
1296 fi
1297 done
1298 if $ac_cache_corrupted; then
1299 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1300 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1301 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1302 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1303 { (exit 1); exit 1; }; }
1304 fi
1305
1306 ac_ext=c
1307 ac_cpp='$CPP $CPPFLAGS'
1308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330 ac_aux_dir=
1331 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1332 if test -f $ac_dir/install-sh; then
1333 ac_aux_dir=$ac_dir
1334 ac_install_sh="$ac_aux_dir/install-sh -c"
1335 break
1336 elif test -f $ac_dir/install.sh; then
1337 ac_aux_dir=$ac_dir
1338 ac_install_sh="$ac_aux_dir/install.sh -c"
1339 break
1340 elif test -f $ac_dir/shtool; then
1341 ac_aux_dir=$ac_dir
1342 ac_install_sh="$ac_aux_dir/shtool install -c"
1343 break
1344 fi
1345 done
1346 if test -z "$ac_aux_dir"; then
1347 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1348 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1349 { (exit 1); exit 1; }; }
1350 fi
1351 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1352 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1353 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1354
1355 # Make sure we can run config.sub.
1356 $ac_config_sub sun4 >/dev/null 2>&1 ||
1357 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1358 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1359 { (exit 1); exit 1; }; }
1360
1361 echo "$as_me:$LINENO: checking build system type" >&5
1362 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1363 if test "${ac_cv_build+set}" = set; then
1364 echo $ECHO_N "(cached) $ECHO_C" >&6
1365 else
1366 ac_cv_build_alias=$build_alias
1367 test -z "$ac_cv_build_alias" &&
1368 ac_cv_build_alias=`$ac_config_guess`
1369 test -z "$ac_cv_build_alias" &&
1370 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1371 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1372 { (exit 1); exit 1; }; }
1373 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1374 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1375 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1376 { (exit 1); exit 1; }; }
1377
1378 fi
1379 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1380 echo "${ECHO_T}$ac_cv_build" >&6
1381 build=$ac_cv_build
1382 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1383 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1384 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1385
1386
1387 echo "$as_me:$LINENO: checking host system type" >&5
1388 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1389 if test "${ac_cv_host+set}" = set; then
1390 echo $ECHO_N "(cached) $ECHO_C" >&6
1391 else
1392 ac_cv_host_alias=$host_alias
1393 test -z "$ac_cv_host_alias" &&
1394 ac_cv_host_alias=$ac_cv_build_alias
1395 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1396 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1397 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1398 { (exit 1); exit 1; }; }
1399
1400 fi
1401 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1402 echo "${ECHO_T}$ac_cv_host" >&6
1403 host=$ac_cv_host
1404 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1405 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1406 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1407
1408
1409 echo "$as_me:$LINENO: checking target system type" >&5
1410 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1411 if test "${ac_cv_target+set}" = set; then
1412 echo $ECHO_N "(cached) $ECHO_C" >&6
1413 else
1414 ac_cv_target_alias=$target_alias
1415 test "x$ac_cv_target_alias" = "x" &&
1416 ac_cv_target_alias=$ac_cv_host_alias
1417 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1418 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1419 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1420 { (exit 1); exit 1; }; }
1421
1422 fi
1423 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1424 echo "${ECHO_T}$ac_cv_target" >&6
1425 target=$ac_cv_target
1426 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1427 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1428 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1429
1430
1431 # The aliases save the names the user supplied, while $host etc.
1432 # will get canonicalized.
1433 test -n "$target_alias" &&
1434 test "$program_prefix$program_suffix$program_transform_name" = \
1435 NONENONEs,x,x, &&
1436 program_prefix=${target_alias}-
1437 am__api_version="1.7"
1438 # Find a good install program. We prefer a C program (faster),
1439 # so one script is as good as another. But avoid the broken or
1440 # incompatible versions:
1441 # SysV /etc/install, /usr/sbin/install
1442 # SunOS /usr/etc/install
1443 # IRIX /sbin/install
1444 # AIX /bin/install
1445 # AmigaOS /C/install, which installs bootblocks on floppy discs
1446 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1447 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1448 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1449 # ./install, which can be erroneously created by make from ./install.sh.
1450 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1451 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1452 if test -z "$INSTALL"; then
1453 if test "${ac_cv_path_install+set}" = set; then
1454 echo $ECHO_N "(cached) $ECHO_C" >&6
1455 else
1456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1457 for as_dir in $PATH
1458 do
1459 IFS=$as_save_IFS
1460 test -z "$as_dir" && as_dir=.
1461 # Account for people who put trailing slashes in PATH elements.
1462 case $as_dir/ in
1463 ./ | .// | /cC/* | \
1464 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1465 /usr/ucb/* ) ;;
1466 *)
1467 # OSF1 and SCO ODT 3.0 have their own names for install.
1468 # Don't use installbsd from OSF since it installs stuff as root
1469 # by default.
1470 for ac_prog in ginstall scoinst install; do
1471 for ac_exec_ext in '' $ac_executable_extensions; do
1472 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1473 if test $ac_prog = install &&
1474 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1475 # AIX install. It has an incompatible calling convention.
1476 :
1477 elif test $ac_prog = install &&
1478 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1479 # program-specific install script used by HP pwplus--don't use.
1480 :
1481 else
1482 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1483 break 3
1484 fi
1485 fi
1486 done
1487 done
1488 ;;
1489 esac
1490 done
1491
1492
1493 fi
1494 if test "${ac_cv_path_install+set}" = set; then
1495 INSTALL=$ac_cv_path_install
1496 else
1497 # As a last resort, use the slow shell script. We don't cache a
1498 # path for INSTALL within a source directory, because that will
1499 # break other packages using the cache if that directory is
1500 # removed, or if the path is relative.
1501 INSTALL=$ac_install_sh
1502 fi
1503 fi
1504 echo "$as_me:$LINENO: result: $INSTALL" >&5
1505 echo "${ECHO_T}$INSTALL" >&6
1506
1507 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1508 # It thinks the first close brace ends the variable substitution.
1509 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1510
1511 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1512
1513 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1514
1515 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1516 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1517 # Just in case
1518 sleep 1
1519 echo timestamp > conftest.file
1520 # Do `set' in a subshell so we don't clobber the current shell's
1521 # arguments. Must try -L first in case configure is actually a
1522 # symlink; some systems play weird games with the mod time of symlinks
1523 # (eg FreeBSD returns the mod time of the symlink's containing
1524 # directory).
1525 if (
1526 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1527 if test "$*" = "X"; then
1528 # -L didn't work.
1529 set X `ls -t $srcdir/configure conftest.file`
1530 fi
1531 rm -f conftest.file
1532 if test "$*" != "X $srcdir/configure conftest.file" \
1533 && test "$*" != "X conftest.file $srcdir/configure"; then
1534
1535 # If neither matched, then we have a broken ls. This can happen
1536 # if, for instance, CONFIG_SHELL is bash and it inherits a
1537 # broken ls alias from the environment. This has actually
1538 # happened. Such a system could not be considered "sane".
1539 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1540 alias in your environment" >&5
1541 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1542 alias in your environment" >&2;}
1543 { (exit 1); exit 1; }; }
1544 fi
1545
1546 test "$2" = conftest.file
1547 )
1548 then
1549 # Ok.
1550 :
1551 else
1552 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1553 Check your system clock" >&5
1554 echo "$as_me: error: newly created file is older than distributed files!
1555 Check your system clock" >&2;}
1556 { (exit 1); exit 1; }; }
1557 fi
1558 echo "$as_me:$LINENO: result: yes" >&5
1559 echo "${ECHO_T}yes" >&6
1560 test "$program_prefix" != NONE &&
1561 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1562 # Use a double $ so make ignores it.
1563 test "$program_suffix" != NONE &&
1564 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1565 # Double any \ or $. echo might interpret backslashes.
1566 # By default was `s,x,x', remove it if useless.
1567 cat <<\_ACEOF >conftest.sed
1568 s/[\\$]/&&/g;s/;s,x,x,$//
1569 _ACEOF
1570 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1571 rm conftest.sed
1572
1573
1574 # expand $ac_aux_dir to an absolute path
1575 am_aux_dir=`cd $ac_aux_dir && pwd`
1576
1577 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1578 # Use eval to expand $SHELL
1579 if eval "$MISSING --run true"; then
1580 am_missing_run="$MISSING --run "
1581 else
1582 am_missing_run=
1583 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1584 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1585 fi
1586
1587 for ac_prog in gawk mawk nawk awk
1588 do
1589 # Extract the first word of "$ac_prog", so it can be a program name with args.
1590 set dummy $ac_prog; ac_word=$2
1591 echo "$as_me:$LINENO: checking for $ac_word" >&5
1592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1593 if test "${ac_cv_prog_AWK+set}" = set; then
1594 echo $ECHO_N "(cached) $ECHO_C" >&6
1595 else
1596 if test -n "$AWK"; then
1597 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1598 else
1599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1600 for as_dir in $PATH
1601 do
1602 IFS=$as_save_IFS
1603 test -z "$as_dir" && as_dir=.
1604 for ac_exec_ext in '' $ac_executable_extensions; do
1605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1606 ac_cv_prog_AWK="$ac_prog"
1607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1608 break 2
1609 fi
1610 done
1611 done
1612
1613 fi
1614 fi
1615 AWK=$ac_cv_prog_AWK
1616 if test -n "$AWK"; then
1617 echo "$as_me:$LINENO: result: $AWK" >&5
1618 echo "${ECHO_T}$AWK" >&6
1619 else
1620 echo "$as_me:$LINENO: result: no" >&5
1621 echo "${ECHO_T}no" >&6
1622 fi
1623
1624 test -n "$AWK" && break
1625 done
1626
1627 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1628 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1629 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1630 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1631 echo $ECHO_N "(cached) $ECHO_C" >&6
1632 else
1633 cat >conftest.make <<\_ACEOF
1634 all:
1635 @echo 'ac_maketemp="$(MAKE)"'
1636 _ACEOF
1637 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1638 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1639 if test -n "$ac_maketemp"; then
1640 eval ac_cv_prog_make_${ac_make}_set=yes
1641 else
1642 eval ac_cv_prog_make_${ac_make}_set=no
1643 fi
1644 rm -f conftest.make
1645 fi
1646 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1647 echo "$as_me:$LINENO: result: yes" >&5
1648 echo "${ECHO_T}yes" >&6
1649 SET_MAKE=
1650 else
1651 echo "$as_me:$LINENO: result: no" >&5
1652 echo "${ECHO_T}no" >&6
1653 SET_MAKE="MAKE=${MAKE-make}"
1654 fi
1655
1656 rm -rf .tst 2>/dev/null
1657 mkdir .tst 2>/dev/null
1658 if test -d .tst; then
1659 am__leading_dot=.
1660 else
1661 am__leading_dot=_
1662 fi
1663 rmdir .tst 2>/dev/null
1664
1665 # test to see if srcdir already configured
1666 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1667 test -f $srcdir/config.status; then
1668 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1669 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1670 { (exit 1); exit 1; }; }
1671 fi
1672
1673 # test whether we have cygpath
1674 if test -z "$CYGPATH_W"; then
1675 if (cygpath --version) >/dev/null 2>/dev/null; then
1676 CYGPATH_W='cygpath -w'
1677 else
1678 CYGPATH_W=echo
1679 fi
1680 fi
1681
1682
1683 # Define the identity of the package.
1684 PACKAGE=vpe
1685 VERSION=1.2
1686
1687
1688 cat >>confdefs.h <<_ACEOF
1689 #define PACKAGE "$PACKAGE"
1690 _ACEOF
1691
1692
1693 cat >>confdefs.h <<_ACEOF
1694 #define VERSION "$VERSION"
1695 _ACEOF
1696
1697 # Some tools Automake needs.
1698
1699 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1700
1701
1702 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1703
1704
1705 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1706
1707
1708 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1709
1710
1711 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1712
1713
1714 AMTAR=${AMTAR-"${am_missing_run}tar"}
1715
1716 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1717
1718 # Installed binaries are usually stripped using `strip' when the user
1719 # run `make install-strip'. However `strip' might not be the right
1720 # tool to use in cross-compilation environments, therefore Automake
1721 # will honor the `STRIP' environment variable to overrule this program.
1722 if test "$cross_compiling" != no; then
1723 if test -n "$ac_tool_prefix"; then
1724 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1725 set dummy ${ac_tool_prefix}strip; ac_word=$2
1726 echo "$as_me:$LINENO: checking for $ac_word" >&5
1727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1728 if test "${ac_cv_prog_STRIP+set}" = set; then
1729 echo $ECHO_N "(cached) $ECHO_C" >&6
1730 else
1731 if test -n "$STRIP"; then
1732 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1733 else
1734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1735 for as_dir in $PATH
1736 do
1737 IFS=$as_save_IFS
1738 test -z "$as_dir" && as_dir=.
1739 for ac_exec_ext in '' $ac_executable_extensions; do
1740 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1741 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1743 break 2
1744 fi
1745 done
1746 done
1747
1748 fi
1749 fi
1750 STRIP=$ac_cv_prog_STRIP
1751 if test -n "$STRIP"; then
1752 echo "$as_me:$LINENO: result: $STRIP" >&5
1753 echo "${ECHO_T}$STRIP" >&6
1754 else
1755 echo "$as_me:$LINENO: result: no" >&5
1756 echo "${ECHO_T}no" >&6
1757 fi
1758
1759 fi
1760 if test -z "$ac_cv_prog_STRIP"; then
1761 ac_ct_STRIP=$STRIP
1762 # Extract the first word of "strip", so it can be a program name with args.
1763 set dummy strip; ac_word=$2
1764 echo "$as_me:$LINENO: checking for $ac_word" >&5
1765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1766 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1767 echo $ECHO_N "(cached) $ECHO_C" >&6
1768 else
1769 if test -n "$ac_ct_STRIP"; then
1770 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1771 else
1772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1773 for as_dir in $PATH
1774 do
1775 IFS=$as_save_IFS
1776 test -z "$as_dir" && as_dir=.
1777 for ac_exec_ext in '' $ac_executable_extensions; do
1778 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1779 ac_cv_prog_ac_ct_STRIP="strip"
1780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1781 break 2
1782 fi
1783 done
1784 done
1785
1786 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1787 fi
1788 fi
1789 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1790 if test -n "$ac_ct_STRIP"; then
1791 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1792 echo "${ECHO_T}$ac_ct_STRIP" >&6
1793 else
1794 echo "$as_me:$LINENO: result: no" >&5
1795 echo "${ECHO_T}no" >&6
1796 fi
1797
1798 STRIP=$ac_ct_STRIP
1799 else
1800 STRIP="$ac_cv_prog_STRIP"
1801 fi
1802
1803 fi
1804 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1805
1806 # We need awk for the "check" target. The system "awk" is bad on
1807 # some platforms.
1808
1809
1810
1811 ac_config_headers="$ac_config_headers config.h"
1812
1813 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1814 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1815 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1816 if test "${enable_maintainer_mode+set}" = set; then
1817 enableval="$enable_maintainer_mode"
1818 USE_MAINTAINER_MODE=$enableval
1819 else
1820 USE_MAINTAINER_MODE=no
1821 fi;
1822 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1823 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1824
1825
1826 if test $USE_MAINTAINER_MODE = yes; then
1827 MAINTAINER_MODE_TRUE=
1828 MAINTAINER_MODE_FALSE='#'
1829 else
1830 MAINTAINER_MODE_TRUE='#'
1831 MAINTAINER_MODE_FALSE=
1832 fi
1833
1834 MAINT=$MAINTAINER_MODE_TRUE
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1846
1847 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1848
1849
1850
1851 MKINSTALLDIRS=
1852 if test -n "$ac_aux_dir"; then
1853 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1854 fi
1855 if test -z "$MKINSTALLDIRS"; then
1856 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1857 fi
1858
1859
1860
1861
1862
1863 # Extract the first word of "msgfmt", so it can be a program name with args.
1864 set dummy msgfmt; ac_word=$2
1865 echo "$as_me:$LINENO: checking for $ac_word" >&5
1866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867 if test "${ac_cv_path_MSGFMT+set}" = set; then
1868 echo $ECHO_N "(cached) $ECHO_C" >&6
1869 else
1870 case "$MSGFMT" in
1871 /*)
1872 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1873 ;;
1874 *)
1875 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1876 for ac_dir in $PATH; do
1877 test -z "$ac_dir" && ac_dir=.
1878 if test -f $ac_dir/$ac_word; then
1879 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1880 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1881 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1882 break
1883 fi
1884 fi
1885 done
1886 IFS="$ac_save_ifs"
1887 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1888 ;;
1889 esac
1890 fi
1891 MSGFMT="$ac_cv_path_MSGFMT"
1892 if test "$MSGFMT" != ":"; then
1893 echo "$as_me:$LINENO: result: $MSGFMT" >&5
1894 echo "${ECHO_T}$MSGFMT" >&6
1895 else
1896 echo "$as_me:$LINENO: result: no" >&5
1897 echo "${ECHO_T}no" >&6
1898 fi
1899
1900 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1901 set dummy gmsgfmt; ac_word=$2
1902 echo "$as_me:$LINENO: checking for $ac_word" >&5
1903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1904 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1905 echo $ECHO_N "(cached) $ECHO_C" >&6
1906 else
1907 case $GMSGFMT in
1908 [\\/]* | ?:[\\/]*)
1909 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1910 ;;
1911 *)
1912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1913 for as_dir in $PATH
1914 do
1915 IFS=$as_save_IFS
1916 test -z "$as_dir" && as_dir=.
1917 for ac_exec_ext in '' $ac_executable_extensions; do
1918 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1919 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1920 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1921 break 2
1922 fi
1923 done
1924 done
1925
1926 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1927 ;;
1928 esac
1929 fi
1930 GMSGFMT=$ac_cv_path_GMSGFMT
1931
1932 if test -n "$GMSGFMT"; then
1933 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1934 echo "${ECHO_T}$GMSGFMT" >&6
1935 else
1936 echo "$as_me:$LINENO: result: no" >&5
1937 echo "${ECHO_T}no" >&6
1938 fi
1939
1940
1941 # Extract the first word of "xgettext", so it can be a program name with args.
1942 set dummy xgettext; ac_word=$2
1943 echo "$as_me:$LINENO: checking for $ac_word" >&5
1944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1945 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1946 echo $ECHO_N "(cached) $ECHO_C" >&6
1947 else
1948 case "$XGETTEXT" in
1949 /*)
1950 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1951 ;;
1952 *)
1953 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1954 for ac_dir in $PATH; do
1955 test -z "$ac_dir" && ac_dir=.
1956 if test -f $ac_dir/$ac_word; then
1957 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1958 (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
1959 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1960 break
1961 fi
1962 fi
1963 done
1964 IFS="$ac_save_ifs"
1965 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
1966 ;;
1967 esac
1968 fi
1969 XGETTEXT="$ac_cv_path_XGETTEXT"
1970 if test "$XGETTEXT" != ":"; then
1971 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1972 echo "${ECHO_T}$XGETTEXT" >&6
1973 else
1974 echo "$as_me:$LINENO: result: no" >&5
1975 echo "${ECHO_T}no" >&6
1976 fi
1977
1978 rm -f messages.po
1979
1980 # Extract the first word of "msgmerge", so it can be a program name with args.
1981 set dummy msgmerge; ac_word=$2
1982 echo "$as_me:$LINENO: checking for $ac_word" >&5
1983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1984 if test "${ac_cv_path_MSGMERGE+set}" = set; then
1985 echo $ECHO_N "(cached) $ECHO_C" >&6
1986 else
1987 case "$MSGMERGE" in
1988 /*)
1989 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
1990 ;;
1991 *)
1992 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1993 for ac_dir in $PATH; do
1994 test -z "$ac_dir" && ac_dir=.
1995 if test -f $ac_dir/$ac_word; then
1996 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
1997 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
1998 break
1999 fi
2000 fi
2001 done
2002 IFS="$ac_save_ifs"
2003 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2004 ;;
2005 esac
2006 fi
2007 MSGMERGE="$ac_cv_path_MSGMERGE"
2008 if test "$MSGMERGE" != ":"; then
2009 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2010 echo "${ECHO_T}$MSGMERGE" >&6
2011 else
2012 echo "$as_me:$LINENO: result: no" >&5
2013 echo "${ECHO_T}no" >&6
2014 fi
2015
2016
2017 if test "$GMSGFMT" != ":"; then
2018 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2019 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2020 : ;
2021 else
2022 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2023 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2024 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2025 GMSGFMT=":"
2026 fi
2027 fi
2028
2029 if test "$XGETTEXT" != ":"; then
2030 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2031 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2032 : ;
2033 else
2034 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2035 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2036 XGETTEXT=":"
2037 fi
2038 rm -f messages.po
2039 fi
2040
2041 ac_config_commands="$ac_config_commands default-1"
2042
2043
2044
2045 if test "X$prefix" = "XNONE"; then
2046 acl_final_prefix="$ac_default_prefix"
2047 else
2048 acl_final_prefix="$prefix"
2049 fi
2050 if test "X$exec_prefix" = "XNONE"; then
2051 acl_final_exec_prefix='${prefix}'
2052 else
2053 acl_final_exec_prefix="$exec_prefix"
2054 fi
2055 acl_save_prefix="$prefix"
2056 prefix="$acl_final_prefix"
2057 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2058 prefix="$acl_save_prefix"
2059
2060 DEPDIR="${am__leading_dot}deps"
2061
2062 ac_config_commands="$ac_config_commands depfiles"
2063
2064
2065 am_make=${MAKE-make}
2066 cat > confinc << 'END'
2067 am__doit:
2068 @echo done
2069 .PHONY: am__doit
2070 END
2071 # If we don't find an include directive, just comment out the code.
2072 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2073 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2074 am__include="#"
2075 am__quote=
2076 _am_result=none
2077 # First try GNU make style include.
2078 echo "include confinc" > confmf
2079 # We grep out `Entering directory' and `Leaving directory'
2080 # messages which can occur if `w' ends up in MAKEFLAGS.
2081 # In particular we don't look at `^make:' because GNU make might
2082 # be invoked under some other name (usually "gmake"), in which
2083 # case it prints its new name instead of `make'.
2084 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2085 am__include=include
2086 am__quote=
2087 _am_result=GNU
2088 fi
2089 # Now try BSD make style include.
2090 if test "$am__include" = "#"; then
2091 echo '.include "confinc"' > confmf
2092 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2093 am__include=.include
2094 am__quote="\""
2095 _am_result=BSD
2096 fi
2097 fi
2098
2099
2100 echo "$as_me:$LINENO: result: $_am_result" >&5
2101 echo "${ECHO_T}$_am_result" >&6
2102 rm -f confinc confmf
2103
2104 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2105 if test "${enable_dependency_tracking+set}" = set; then
2106 enableval="$enable_dependency_tracking"
2107
2108 fi;
2109 if test "x$enable_dependency_tracking" != xno; then
2110 am_depcomp="$ac_aux_dir/depcomp"
2111 AMDEPBACKSLASH='\'
2112 fi
2113
2114
2115 if test "x$enable_dependency_tracking" != xno; then
2116 AMDEP_TRUE=
2117 AMDEP_FALSE='#'
2118 else
2119 AMDEP_TRUE='#'
2120 AMDEP_FALSE=
2121 fi
2122
2123
2124
2125 ac_ext=c
2126 ac_cpp='$CPP $CPPFLAGS'
2127 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2128 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2129 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2130 if test -n "$ac_tool_prefix"; then
2131 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2132 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2133 echo "$as_me:$LINENO: checking for $ac_word" >&5
2134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2135 if test "${ac_cv_prog_CC+set}" = set; then
2136 echo $ECHO_N "(cached) $ECHO_C" >&6
2137 else
2138 if test -n "$CC"; then
2139 ac_cv_prog_CC="$CC" # Let the user override the test.
2140 else
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2143 do
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 for ac_exec_ext in '' $ac_executable_extensions; do
2147 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2148 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2150 break 2
2151 fi
2152 done
2153 done
2154
2155 fi
2156 fi
2157 CC=$ac_cv_prog_CC
2158 if test -n "$CC"; then
2159 echo "$as_me:$LINENO: result: $CC" >&5
2160 echo "${ECHO_T}$CC" >&6
2161 else
2162 echo "$as_me:$LINENO: result: no" >&5
2163 echo "${ECHO_T}no" >&6
2164 fi
2165
2166 fi
2167 if test -z "$ac_cv_prog_CC"; then
2168 ac_ct_CC=$CC
2169 # Extract the first word of "gcc", so it can be a program name with args.
2170 set dummy gcc; ac_word=$2
2171 echo "$as_me:$LINENO: checking for $ac_word" >&5
2172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2173 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2174 echo $ECHO_N "(cached) $ECHO_C" >&6
2175 else
2176 if test -n "$ac_ct_CC"; then
2177 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2178 else
2179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2180 for as_dir in $PATH
2181 do
2182 IFS=$as_save_IFS
2183 test -z "$as_dir" && as_dir=.
2184 for ac_exec_ext in '' $ac_executable_extensions; do
2185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2186 ac_cv_prog_ac_ct_CC="gcc"
2187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2188 break 2
2189 fi
2190 done
2191 done
2192
2193 fi
2194 fi
2195 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2196 if test -n "$ac_ct_CC"; then
2197 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2198 echo "${ECHO_T}$ac_ct_CC" >&6
2199 else
2200 echo "$as_me:$LINENO: result: no" >&5
2201 echo "${ECHO_T}no" >&6
2202 fi
2203
2204 CC=$ac_ct_CC
2205 else
2206 CC="$ac_cv_prog_CC"
2207 fi
2208
2209 if test -z "$CC"; then
2210 if test -n "$ac_tool_prefix"; then
2211 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2212 set dummy ${ac_tool_prefix}cc; ac_word=$2
2213 echo "$as_me:$LINENO: checking for $ac_word" >&5
2214 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2215 if test "${ac_cv_prog_CC+set}" = set; then
2216 echo $ECHO_N "(cached) $ECHO_C" >&6
2217 else
2218 if test -n "$CC"; then
2219 ac_cv_prog_CC="$CC" # Let the user override the test.
2220 else
2221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2222 for as_dir in $PATH
2223 do
2224 IFS=$as_save_IFS
2225 test -z "$as_dir" && as_dir=.
2226 for ac_exec_ext in '' $ac_executable_extensions; do
2227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2228 ac_cv_prog_CC="${ac_tool_prefix}cc"
2229 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2230 break 2
2231 fi
2232 done
2233 done
2234
2235 fi
2236 fi
2237 CC=$ac_cv_prog_CC
2238 if test -n "$CC"; then
2239 echo "$as_me:$LINENO: result: $CC" >&5
2240 echo "${ECHO_T}$CC" >&6
2241 else
2242 echo "$as_me:$LINENO: result: no" >&5
2243 echo "${ECHO_T}no" >&6
2244 fi
2245
2246 fi
2247 if test -z "$ac_cv_prog_CC"; then
2248 ac_ct_CC=$CC
2249 # Extract the first word of "cc", so it can be a program name with args.
2250 set dummy cc; ac_word=$2
2251 echo "$as_me:$LINENO: checking for $ac_word" >&5
2252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2253 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2254 echo $ECHO_N "(cached) $ECHO_C" >&6
2255 else
2256 if test -n "$ac_ct_CC"; then
2257 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2258 else
2259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2260 for as_dir in $PATH
2261 do
2262 IFS=$as_save_IFS
2263 test -z "$as_dir" && as_dir=.
2264 for ac_exec_ext in '' $ac_executable_extensions; do
2265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2266 ac_cv_prog_ac_ct_CC="cc"
2267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2268 break 2
2269 fi
2270 done
2271 done
2272
2273 fi
2274 fi
2275 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2276 if test -n "$ac_ct_CC"; then
2277 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2278 echo "${ECHO_T}$ac_ct_CC" >&6
2279 else
2280 echo "$as_me:$LINENO: result: no" >&5
2281 echo "${ECHO_T}no" >&6
2282 fi
2283
2284 CC=$ac_ct_CC
2285 else
2286 CC="$ac_cv_prog_CC"
2287 fi
2288
2289 fi
2290 if test -z "$CC"; then
2291 # Extract the first word of "cc", so it can be a program name with args.
2292 set dummy cc; ac_word=$2
2293 echo "$as_me:$LINENO: checking for $ac_word" >&5
2294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2295 if test "${ac_cv_prog_CC+set}" = set; then
2296 echo $ECHO_N "(cached) $ECHO_C" >&6
2297 else
2298 if test -n "$CC"; then
2299 ac_cv_prog_CC="$CC" # Let the user override the test.
2300 else
2301 ac_prog_rejected=no
2302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2303 for as_dir in $PATH
2304 do
2305 IFS=$as_save_IFS
2306 test -z "$as_dir" && as_dir=.
2307 for ac_exec_ext in '' $ac_executable_extensions; do
2308 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2309 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2310 ac_prog_rejected=yes
2311 continue
2312 fi
2313 ac_cv_prog_CC="cc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2315 break 2
2316 fi
2317 done
2318 done
2319
2320 if test $ac_prog_rejected = yes; then
2321 # We found a bogon in the path, so make sure we never use it.
2322 set dummy $ac_cv_prog_CC
2323 shift
2324 if test $# != 0; then
2325 # We chose a different compiler from the bogus one.
2326 # However, it has the same basename, so the bogon will be chosen
2327 # first if we set CC to just the basename; use the full file name.
2328 shift
2329 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2330 fi
2331 fi
2332 fi
2333 fi
2334 CC=$ac_cv_prog_CC
2335 if test -n "$CC"; then
2336 echo "$as_me:$LINENO: result: $CC" >&5
2337 echo "${ECHO_T}$CC" >&6
2338 else
2339 echo "$as_me:$LINENO: result: no" >&5
2340 echo "${ECHO_T}no" >&6
2341 fi
2342
2343 fi
2344 if test -z "$CC"; then
2345 if test -n "$ac_tool_prefix"; then
2346 for ac_prog in cl
2347 do
2348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2349 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2350 echo "$as_me:$LINENO: checking for $ac_word" >&5
2351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2352 if test "${ac_cv_prog_CC+set}" = set; then
2353 echo $ECHO_N "(cached) $ECHO_C" >&6
2354 else
2355 if test -n "$CC"; then
2356 ac_cv_prog_CC="$CC" # Let the user override the test.
2357 else
2358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2359 for as_dir in $PATH
2360 do
2361 IFS=$as_save_IFS
2362 test -z "$as_dir" && as_dir=.
2363 for ac_exec_ext in '' $ac_executable_extensions; do
2364 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2365 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2367 break 2
2368 fi
2369 done
2370 done
2371
2372 fi
2373 fi
2374 CC=$ac_cv_prog_CC
2375 if test -n "$CC"; then
2376 echo "$as_me:$LINENO: result: $CC" >&5
2377 echo "${ECHO_T}$CC" >&6
2378 else
2379 echo "$as_me:$LINENO: result: no" >&5
2380 echo "${ECHO_T}no" >&6
2381 fi
2382
2383 test -n "$CC" && break
2384 done
2385 fi
2386 if test -z "$CC"; then
2387 ac_ct_CC=$CC
2388 for ac_prog in cl
2389 do
2390 # Extract the first word of "$ac_prog", so it can be a program name with args.
2391 set dummy $ac_prog; ac_word=$2
2392 echo "$as_me:$LINENO: checking for $ac_word" >&5
2393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2395 echo $ECHO_N "(cached) $ECHO_C" >&6
2396 else
2397 if test -n "$ac_ct_CC"; then
2398 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2399 else
2400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2401 for as_dir in $PATH
2402 do
2403 IFS=$as_save_IFS
2404 test -z "$as_dir" && as_dir=.
2405 for ac_exec_ext in '' $ac_executable_extensions; do
2406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2407 ac_cv_prog_ac_ct_CC="$ac_prog"
2408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2409 break 2
2410 fi
2411 done
2412 done
2413
2414 fi
2415 fi
2416 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2417 if test -n "$ac_ct_CC"; then
2418 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2419 echo "${ECHO_T}$ac_ct_CC" >&6
2420 else
2421 echo "$as_me:$LINENO: result: no" >&5
2422 echo "${ECHO_T}no" >&6
2423 fi
2424
2425 test -n "$ac_ct_CC" && break
2426 done
2427
2428 CC=$ac_ct_CC
2429 fi
2430
2431 fi
2432
2433
2434 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2435 See \`config.log' for more details." >&5
2436 echo "$as_me: error: no acceptable C compiler found in \$PATH
2437 See \`config.log' for more details." >&2;}
2438 { (exit 1); exit 1; }; }
2439
2440 # Provide some information about the compiler.
2441 echo "$as_me:$LINENO:" \
2442 "checking for C compiler version" >&5
2443 ac_compiler=`set X $ac_compile; echo $2`
2444 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2445 (eval $ac_compiler --version </dev/null >&5) 2>&5
2446 ac_status=$?
2447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2448 (exit $ac_status); }
2449 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2450 (eval $ac_compiler -v </dev/null >&5) 2>&5
2451 ac_status=$?
2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2453 (exit $ac_status); }
2454 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2455 (eval $ac_compiler -V </dev/null >&5) 2>&5
2456 ac_status=$?
2457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2458 (exit $ac_status); }
2459
2460 cat >conftest.$ac_ext <<_ACEOF
2461 #line $LINENO "configure"
2462 /* confdefs.h. */
2463 _ACEOF
2464 cat confdefs.h >>conftest.$ac_ext
2465 cat >>conftest.$ac_ext <<_ACEOF
2466 /* end confdefs.h. */
2467
2468 int
2469 main ()
2470 {
2471
2472 ;
2473 return 0;
2474 }
2475 _ACEOF
2476 ac_clean_files_save=$ac_clean_files
2477 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2478 # Try to create an executable without -o first, disregard a.out.
2479 # It will help us diagnose broken compilers, and finding out an intuition
2480 # of exeext.
2481 echo "$as_me:$LINENO: checking for C compiler default output" >&5
2482 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2483 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2484 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2485 (eval $ac_link_default) 2>&5
2486 ac_status=$?
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); }; then
2489 # Find the output, starting from the most likely. This scheme is
2490 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2491 # resort.
2492
2493 # Be careful to initialize this variable, since it used to be cached.
2494 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2495 ac_cv_exeext=
2496 # b.out is created by i960 compilers.
2497 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2498 do
2499 test -f "$ac_file" || continue
2500 case $ac_file in
2501 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2502 ;;
2503 conftest.$ac_ext )
2504 # This is the source file.
2505 ;;
2506 [ab].out )
2507 # We found the default executable, but exeext='' is most
2508 # certainly right.
2509 break;;
2510 *.* )
2511 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2512 # FIXME: I believe we export ac_cv_exeext for Libtool,
2513 # but it would be cool to find out if it's true. Does anybody
2514 # maintain Libtool? --akim.
2515 export ac_cv_exeext
2516 break;;
2517 * )
2518 break;;
2519 esac
2520 done
2521 else
2522 echo "$as_me: failed program was:" >&5
2523 sed 's/^/| /' conftest.$ac_ext >&5
2524
2525 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2526 See \`config.log' for more details." >&5
2527 echo "$as_me: error: C compiler cannot create executables
2528 See \`config.log' for more details." >&2;}
2529 { (exit 77); exit 77; }; }
2530 fi
2531
2532 ac_exeext=$ac_cv_exeext
2533 echo "$as_me:$LINENO: result: $ac_file" >&5
2534 echo "${ECHO_T}$ac_file" >&6
2535
2536 # Check the compiler produces executables we can run. If not, either
2537 # the compiler is broken, or we cross compile.
2538 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2539 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2540 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2541 # If not cross compiling, check that we can run a simple program.
2542 if test "$cross_compiling" != yes; then
2543 if { ac_try='./$ac_file'
2544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2545 (eval $ac_try) 2>&5
2546 ac_status=$?
2547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2548 (exit $ac_status); }; }; then
2549 cross_compiling=no
2550 else
2551 if test "$cross_compiling" = maybe; then
2552 cross_compiling=yes
2553 else
2554 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2555 If you meant to cross compile, use \`--host'.
2556 See \`config.log' for more details." >&5
2557 echo "$as_me: error: cannot run C compiled programs.
2558 If you meant to cross compile, use \`--host'.
2559 See \`config.log' for more details." >&2;}
2560 { (exit 1); exit 1; }; }
2561 fi
2562 fi
2563 fi
2564 echo "$as_me:$LINENO: result: yes" >&5
2565 echo "${ECHO_T}yes" >&6
2566
2567 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2568 ac_clean_files=$ac_clean_files_save
2569 # Check the compiler produces executables we can run. If not, either
2570 # the compiler is broken, or we cross compile.
2571 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2572 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2573 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2574 echo "${ECHO_T}$cross_compiling" >&6
2575
2576 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2577 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2578 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2579 (eval $ac_link) 2>&5
2580 ac_status=$?
2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2582 (exit $ac_status); }; then
2583 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2584 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2585 # work properly (i.e., refer to `conftest.exe'), while it won't with
2586 # `rm'.
2587 for ac_file in conftest.exe conftest conftest.*; do
2588 test -f "$ac_file" || continue
2589 case $ac_file in
2590 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2591 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2592 export ac_cv_exeext
2593 break;;
2594 * ) break;;
2595 esac
2596 done
2597 else
2598 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2599 See \`config.log' for more details." >&5
2600 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2601 See \`config.log' for more details." >&2;}
2602 { (exit 1); exit 1; }; }
2603 fi
2604
2605 rm -f conftest$ac_cv_exeext
2606 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2607 echo "${ECHO_T}$ac_cv_exeext" >&6
2608
2609 rm -f conftest.$ac_ext
2610 EXEEXT=$ac_cv_exeext
2611 ac_exeext=$EXEEXT
2612 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2613 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2614 if test "${ac_cv_objext+set}" = set; then
2615 echo $ECHO_N "(cached) $ECHO_C" >&6
2616 else
2617 cat >conftest.$ac_ext <<_ACEOF
2618 #line $LINENO "configure"
2619 /* confdefs.h. */
2620 _ACEOF
2621 cat confdefs.h >>conftest.$ac_ext
2622 cat >>conftest.$ac_ext <<_ACEOF
2623 /* end confdefs.h. */
2624
2625 int
2626 main ()
2627 {
2628
2629 ;
2630 return 0;
2631 }
2632 _ACEOF
2633 rm -f conftest.o conftest.obj
2634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2635 (eval $ac_compile) 2>&5
2636 ac_status=$?
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); }; then
2639 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2640 case $ac_file in
2641 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2642 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2643 break;;
2644 esac
2645 done
2646 else
2647 echo "$as_me: failed program was:" >&5
2648 sed 's/^/| /' conftest.$ac_ext >&5
2649
2650 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2651 See \`config.log' for more details." >&5
2652 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2653 See \`config.log' for more details." >&2;}
2654 { (exit 1); exit 1; }; }
2655 fi
2656
2657 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2658 fi
2659 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2660 echo "${ECHO_T}$ac_cv_objext" >&6
2661 OBJEXT=$ac_cv_objext
2662 ac_objext=$OBJEXT
2663 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2664 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2665 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2666 echo $ECHO_N "(cached) $ECHO_C" >&6
2667 else
2668 cat >conftest.$ac_ext <<_ACEOF
2669 #line $LINENO "configure"
2670 /* confdefs.h. */
2671 _ACEOF
2672 cat confdefs.h >>conftest.$ac_ext
2673 cat >>conftest.$ac_ext <<_ACEOF
2674 /* end confdefs.h. */
2675
2676 int
2677 main ()
2678 {
2679 #ifndef __GNUC__
2680 choke me
2681 #endif
2682
2683 ;
2684 return 0;
2685 }
2686 _ACEOF
2687 rm -f conftest.$ac_objext
2688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2689 (eval $ac_compile) 2>&5
2690 ac_status=$?
2691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2692 (exit $ac_status); } &&
2693 { ac_try='test -s conftest.$ac_objext'
2694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2695 (eval $ac_try) 2>&5
2696 ac_status=$?
2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2698 (exit $ac_status); }; }; then
2699 ac_compiler_gnu=yes
2700 else
2701 echo "$as_me: failed program was:" >&5
2702 sed 's/^/| /' conftest.$ac_ext >&5
2703
2704 ac_compiler_gnu=no
2705 fi
2706 rm -f conftest.$ac_objext conftest.$ac_ext
2707 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2708
2709 fi
2710 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2711 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2712 GCC=`test $ac_compiler_gnu = yes && echo yes`
2713 ac_test_CFLAGS=${CFLAGS+set}
2714 ac_save_CFLAGS=$CFLAGS
2715 CFLAGS="-g"
2716 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2717 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2718 if test "${ac_cv_prog_cc_g+set}" = set; then
2719 echo $ECHO_N "(cached) $ECHO_C" >&6
2720 else
2721 cat >conftest.$ac_ext <<_ACEOF
2722 #line $LINENO "configure"
2723 /* confdefs.h. */
2724 _ACEOF
2725 cat confdefs.h >>conftest.$ac_ext
2726 cat >>conftest.$ac_ext <<_ACEOF
2727 /* end confdefs.h. */
2728
2729 int
2730 main ()
2731 {
2732
2733 ;
2734 return 0;
2735 }
2736 _ACEOF
2737 rm -f conftest.$ac_objext
2738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2739 (eval $ac_compile) 2>&5
2740 ac_status=$?
2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742 (exit $ac_status); } &&
2743 { ac_try='test -s conftest.$ac_objext'
2744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2745 (eval $ac_try) 2>&5
2746 ac_status=$?
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then
2749 ac_cv_prog_cc_g=yes
2750 else
2751 echo "$as_me: failed program was:" >&5
2752 sed 's/^/| /' conftest.$ac_ext >&5
2753
2754 ac_cv_prog_cc_g=no
2755 fi
2756 rm -f conftest.$ac_objext conftest.$ac_ext
2757 fi
2758 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2759 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2760 if test "$ac_test_CFLAGS" = set; then
2761 CFLAGS=$ac_save_CFLAGS
2762 elif test $ac_cv_prog_cc_g = yes; then
2763 if test "$GCC" = yes; then
2764 CFLAGS="-g -O2"
2765 else
2766 CFLAGS="-g"
2767 fi
2768 else
2769 if test "$GCC" = yes; then
2770 CFLAGS="-O2"
2771 else
2772 CFLAGS=
2773 fi
2774 fi
2775 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2776 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2777 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2778 echo $ECHO_N "(cached) $ECHO_C" >&6
2779 else
2780 ac_cv_prog_cc_stdc=no
2781 ac_save_CC=$CC
2782 cat >conftest.$ac_ext <<_ACEOF
2783 #line $LINENO "configure"
2784 /* confdefs.h. */
2785 _ACEOF
2786 cat confdefs.h >>conftest.$ac_ext
2787 cat >>conftest.$ac_ext <<_ACEOF
2788 /* end confdefs.h. */
2789 #include <stdarg.h>
2790 #include <stdio.h>
2791 #include <sys/types.h>
2792 #include <sys/stat.h>
2793 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2794 struct buf { int x; };
2795 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2796 static char *e (p, i)
2797 char **p;
2798 int i;
2799 {
2800 return p[i];
2801 }
2802 static char *f (char * (*g) (char **, int), char **p, ...)
2803 {
2804 char *s;
2805 va_list v;
2806 va_start (v,p);
2807 s = g (p, va_arg (v,int));
2808 va_end (v);
2809 return s;
2810 }
2811 int test (int i, double x);
2812 struct s1 {int (*f) (int a);};
2813 struct s2 {int (*f) (double a);};
2814 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2815 int argc;
2816 char **argv;
2817 int
2818 main ()
2819 {
2820 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2821 ;
2822 return 0;
2823 }
2824 _ACEOF
2825 # Don't try gcc -ansi; that turns off useful extensions and
2826 # breaks some systems' header files.
2827 # AIX -qlanglvl=ansi
2828 # Ultrix and OSF/1 -std1
2829 # HP-UX 10.20 and later -Ae
2830 # HP-UX older versions -Aa -D_HPUX_SOURCE
2831 # SVR4 -Xc -D__EXTENSIONS__
2832 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2833 do
2834 CC="$ac_save_CC $ac_arg"
2835 rm -f conftest.$ac_objext
2836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2837 (eval $ac_compile) 2>&5
2838 ac_status=$?
2839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2840 (exit $ac_status); } &&
2841 { ac_try='test -s conftest.$ac_objext'
2842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2843 (eval $ac_try) 2>&5
2844 ac_status=$?
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; }; then
2847 ac_cv_prog_cc_stdc=$ac_arg
2848 break
2849 else
2850 echo "$as_me: failed program was:" >&5
2851 sed 's/^/| /' conftest.$ac_ext >&5
2852
2853 fi
2854 rm -f conftest.$ac_objext
2855 done
2856 rm -f conftest.$ac_ext conftest.$ac_objext
2857 CC=$ac_save_CC
2858
2859 fi
2860
2861 case "x$ac_cv_prog_cc_stdc" in
2862 x|xno)
2863 echo "$as_me:$LINENO: result: none needed" >&5
2864 echo "${ECHO_T}none needed" >&6 ;;
2865 *)
2866 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2867 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2868 CC="$CC $ac_cv_prog_cc_stdc" ;;
2869 esac
2870
2871 # Some people use a C++ compiler to compile C. Since we use `exit',
2872 # in C++ we need to declare it. In case someone uses the same compiler
2873 # for both compiling C and C++ we need to have the C++ compiler decide
2874 # the declaration of exit, since it's the most demanding environment.
2875 cat >conftest.$ac_ext <<_ACEOF
2876 #ifndef __cplusplus
2877 choke me
2878 #endif
2879 _ACEOF
2880 rm -f conftest.$ac_objext
2881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2882 (eval $ac_compile) 2>&5
2883 ac_status=$?
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); } &&
2886 { ac_try='test -s conftest.$ac_objext'
2887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2888 (eval $ac_try) 2>&5
2889 ac_status=$?
2890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2891 (exit $ac_status); }; }; then
2892 for ac_declaration in \
2893 '' \
2894 'extern "C" void std::exit (int) throw (); using std::exit;' \
2895 'extern "C" void std::exit (int); using std::exit;' \
2896 'extern "C" void exit (int) throw ();' \
2897 'extern "C" void exit (int);' \
2898 'void exit (int);'
2899 do
2900 cat >conftest.$ac_ext <<_ACEOF
2901 #line $LINENO "configure"
2902 /* confdefs.h. */
2903 _ACEOF
2904 cat confdefs.h >>conftest.$ac_ext
2905 cat >>conftest.$ac_ext <<_ACEOF
2906 /* end confdefs.h. */
2907 $ac_declaration
2908 #include <stdlib.h>
2909 int
2910 main ()
2911 {
2912 exit (42);
2913 ;
2914 return 0;
2915 }
2916 _ACEOF
2917 rm -f conftest.$ac_objext
2918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2919 (eval $ac_compile) 2>&5
2920 ac_status=$?
2921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2922 (exit $ac_status); } &&
2923 { ac_try='test -s conftest.$ac_objext'
2924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2925 (eval $ac_try) 2>&5
2926 ac_status=$?
2927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2928 (exit $ac_status); }; }; then
2929 :
2930 else
2931 echo "$as_me: failed program was:" >&5
2932 sed 's/^/| /' conftest.$ac_ext >&5
2933
2934 continue
2935 fi
2936 rm -f conftest.$ac_objext conftest.$ac_ext
2937 cat >conftest.$ac_ext <<_ACEOF
2938 #line $LINENO "configure"
2939 /* confdefs.h. */
2940 _ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h. */
2944 $ac_declaration
2945 int
2946 main ()
2947 {
2948 exit (42);
2949 ;
2950 return 0;
2951 }
2952 _ACEOF
2953 rm -f conftest.$ac_objext
2954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2955 (eval $ac_compile) 2>&5
2956 ac_status=$?
2957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2958 (exit $ac_status); } &&
2959 { ac_try='test -s conftest.$ac_objext'
2960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2961 (eval $ac_try) 2>&5
2962 ac_status=$?
2963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2964 (exit $ac_status); }; }; then
2965 break
2966 else
2967 echo "$as_me: failed program was:" >&5
2968 sed 's/^/| /' conftest.$ac_ext >&5
2969
2970 fi
2971 rm -f conftest.$ac_objext conftest.$ac_ext
2972 done
2973 rm -f conftest*
2974 if test -n "$ac_declaration"; then
2975 echo '#ifdef __cplusplus' >>confdefs.h
2976 echo $ac_declaration >>confdefs.h
2977 echo '#endif' >>confdefs.h
2978 fi
2979
2980 else
2981 echo "$as_me: failed program was:" >&5
2982 sed 's/^/| /' conftest.$ac_ext >&5
2983
2984 fi
2985 rm -f conftest.$ac_objext conftest.$ac_ext
2986 ac_ext=c
2987 ac_cpp='$CPP $CPPFLAGS'
2988 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2989 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2990 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2991
2992 depcc="$CC" am_compiler_list=
2993
2994 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2995 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2996 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2997 echo $ECHO_N "(cached) $ECHO_C" >&6
2998 else
2999 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3000 # We make a subdir and do the tests there. Otherwise we can end up
3001 # making bogus files that we don't know about and never remove. For
3002 # instance it was reported that on HP-UX the gcc test will end up
3003 # making a dummy file named `D' -- because `-MD' means `put the output
3004 # in D'.
3005 mkdir conftest.dir
3006 # Copy depcomp to subdir because otherwise we won't find it if we're
3007 # using a relative directory.
3008 cp "$am_depcomp" conftest.dir
3009 cd conftest.dir
3010 # We will build objects and dependencies in a subdirectory because
3011 # it helps to detect inapplicable dependency modes. For instance
3012 # both Tru64's cc and ICC support -MD to output dependencies as a
3013 # side effect of compilation, but ICC will put the dependencies in
3014 # the current directory while Tru64 will put them in the object
3015 # directory.
3016 mkdir sub
3017
3018 am_cv_CC_dependencies_compiler_type=none
3019 if test "$am_compiler_list" = ""; then
3020 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3021 fi
3022 for depmode in $am_compiler_list; do
3023 # Setup a source with many dependencies, because some compilers
3024 # like to wrap large dependency lists on column 80 (with \), and
3025 # we should not choose a depcomp mode which is confused by this.
3026 #
3027 # We need to recreate these files for each test, as the compiler may
3028 # overwrite some of them when testing with obscure command lines.
3029 # This happens at least with the AIX C compiler.
3030 : > sub/conftest.c
3031 for i in 1 2 3 4 5 6; do
3032 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3033 : > sub/conftst$i.h
3034 done
3035 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3036
3037 case $depmode in
3038 nosideeffect)
3039 # after this tag, mechanisms are not by side-effect, so they'll
3040 # only be used when explicitly requested
3041 if test "x$enable_dependency_tracking" = xyes; then
3042 continue
3043 else
3044 break
3045 fi
3046 ;;
3047 none) break ;;
3048 esac
3049 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3050 # mode. It turns out that the SunPro C++ compiler does not properly
3051 # handle `-M -o', and we need to detect this.
3052 if depmode=$depmode \
3053 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3054 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3055 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3056 >/dev/null 2>conftest.err &&
3057 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3058 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3059 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3060 # icc doesn't choke on unknown options, it will just issue warnings
3061 # (even with -Werror). So we grep stderr for any message
3062 # that says an option was ignored.
3063 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3064 am_cv_CC_dependencies_compiler_type=$depmode
3065 break
3066 fi
3067 fi
3068 done
3069
3070 cd ..
3071 rm -rf conftest.dir
3072 else
3073 am_cv_CC_dependencies_compiler_type=none
3074 fi
3075
3076 fi
3077 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3078 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3079 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3080
3081
3082
3083 if
3084 test "x$enable_dependency_tracking" != xno \
3085 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3086 am__fastdepCC_TRUE=
3087 am__fastdepCC_FALSE='#'
3088 else
3089 am__fastdepCC_TRUE='#'
3090 am__fastdepCC_FALSE=
3091 fi
3092
3093
3094
3095 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3096 if test "${with_gnu_ld+set}" = set; then
3097 withval="$with_gnu_ld"
3098 test "$withval" = no || with_gnu_ld=yes
3099 else
3100 with_gnu_ld=no
3101 fi;
3102 ac_prog=ld
3103 if test "$GCC" = yes; then
3104 # Check if gcc -print-prog-name=ld gives a path.
3105 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3106 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3107 case $host in
3108 *-*-mingw*)
3109 # gcc leaves a trailing carriage return which upsets mingw
3110 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3111 *)
3112 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3113 esac
3114 case $ac_prog in
3115 # Accept absolute paths.
3116 [\\/]* | [A-Za-z]:[\\/]*)
3117 re_direlt='/[^/][^/]*/\.\./'
3118 # Canonicalize the path of ld
3119 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3120 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3121 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3122 done
3123 test -z "$LD" && LD="$ac_prog"
3124 ;;
3125 "")
3126 # If it fails, then pretend we aren't using GCC.
3127 ac_prog=ld
3128 ;;
3129 *)
3130 # If it is relative, then search for the first ld in PATH.
3131 with_gnu_ld=unknown
3132 ;;
3133 esac
3134 elif test "$with_gnu_ld" = yes; then
3135 echo "$as_me:$LINENO: checking for GNU ld" >&5
3136 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3137 else
3138 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3139 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3140 fi
3141 if test "${acl_cv_path_LD+set}" = set; then
3142 echo $ECHO_N "(cached) $ECHO_C" >&6
3143 else
3144 if test -z "$LD"; then
3145 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3146 for ac_dir in $PATH; do
3147 test -z "$ac_dir" && ac_dir=.
3148 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3149 acl_cv_path_LD="$ac_dir/$ac_prog"
3150 # Check to see if the program is GNU ld. I'd rather use --version,
3151 # but apparently some GNU ld's only accept -v.
3152 # Break only if it was the GNU/non-GNU ld that we prefer.
3153 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3154 test "$with_gnu_ld" != no && break
3155 else
3156 test "$with_gnu_ld" != yes && break
3157 fi
3158 fi
3159 done
3160 IFS="$ac_save_ifs"
3161 else
3162 acl_cv_path_LD="$LD" # Let the user override the test with a path.
3163 fi
3164 fi
3165
3166 LD="$acl_cv_path_LD"
3167 if test -n "$LD"; then
3168 echo "$as_me:$LINENO: result: $LD" >&5
3169 echo "${ECHO_T}$LD" >&6
3170 else
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3173 fi
3174 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3175 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3176 { (exit 1); exit 1; }; }
3177 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3178 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3179 if test "${acl_cv_prog_gnu_ld+set}" = set; then
3180 echo $ECHO_N "(cached) $ECHO_C" >&6
3181 else
3182 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3183 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3184 acl_cv_prog_gnu_ld=yes
3185 else
3186 acl_cv_prog_gnu_ld=no
3187 fi
3188 fi
3189 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3190 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3191 with_gnu_ld=$acl_cv_prog_gnu_ld
3192
3193
3194
3195 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3196 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3197 if test "${acl_cv_rpath+set}" = set; then
3198 echo $ECHO_N "(cached) $ECHO_C" >&6
3199 else
3200
3201 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3202 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3203 . ./conftest.sh
3204 rm -f ./conftest.sh
3205 acl_cv_rpath=done
3206
3207 fi
3208 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3209 echo "${ECHO_T}$acl_cv_rpath" >&6
3210 wl="$acl_cv_wl"
3211 libext="$acl_cv_libext"
3212 shlibext="$acl_cv_shlibext"
3213 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3214 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3215 hardcode_direct="$acl_cv_hardcode_direct"
3216 hardcode_minus_L="$acl_cv_hardcode_minus_L"
3217 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3218 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3219 # Check whether --enable-rpath or --disable-rpath was given.
3220 if test "${enable_rpath+set}" = set; then
3221 enableval="$enable_rpath"
3222 :
3223 else
3224 enable_rpath=yes
3225 fi;
3226
3227
3228
3229
3230
3231
3232
3233 use_additional=yes
3234
3235 acl_save_prefix="$prefix"
3236 prefix="$acl_final_prefix"
3237 acl_save_exec_prefix="$exec_prefix"
3238 exec_prefix="$acl_final_exec_prefix"
3239
3240 eval additional_includedir=\"$includedir\"
3241 eval additional_libdir=\"$libdir\"
3242
3243 exec_prefix="$acl_save_exec_prefix"
3244 prefix="$acl_save_prefix"
3245
3246
3247 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3248 if test "${with_libiconv_prefix+set}" = set; then
3249 withval="$with_libiconv_prefix"
3250
3251 if test "X$withval" = "Xno"; then
3252 use_additional=no
3253 else
3254 if test "X$withval" = "X"; then
3255
3256 acl_save_prefix="$prefix"
3257 prefix="$acl_final_prefix"
3258 acl_save_exec_prefix="$exec_prefix"
3259 exec_prefix="$acl_final_exec_prefix"
3260
3261 eval additional_includedir=\"$includedir\"
3262 eval additional_libdir=\"$libdir\"
3263
3264 exec_prefix="$acl_save_exec_prefix"
3265 prefix="$acl_save_prefix"
3266
3267 else
3268 additional_includedir="$withval/include"
3269 additional_libdir="$withval/lib"
3270 fi
3271 fi
3272
3273 fi;
3274 LIBICONV=
3275 LTLIBICONV=
3276 INCICONV=
3277 rpathdirs=
3278 ltrpathdirs=
3279 names_already_handled=
3280 names_next_round='iconv '
3281 while test -n "$names_next_round"; do
3282 names_this_round="$names_next_round"
3283 names_next_round=
3284 for name in $names_this_round; do
3285 already_handled=
3286 for n in $names_already_handled; do
3287 if test "$n" = "$name"; then
3288 already_handled=yes
3289 break
3290 fi
3291 done
3292 if test -z "$already_handled"; then
3293 names_already_handled="$names_already_handled $name"
3294 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3295 eval value=\"\$HAVE_LIB$uppername\"
3296 if test -n "$value"; then
3297 if test "$value" = yes; then
3298 eval value=\"\$LIB$uppername\"
3299 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3300 eval value=\"\$LTLIB$uppername\"
3301 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3302 else
3303 :
3304 fi
3305 else
3306 found_dir=
3307 found_la=
3308 found_so=
3309 found_a=
3310 if test $use_additional = yes; then
3311 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3312 found_dir="$additional_libdir"
3313 found_so="$additional_libdir/lib$name.$shlibext"
3314 if test -f "$additional_libdir/lib$name.la"; then
3315 found_la="$additional_libdir/lib$name.la"
3316 fi
3317 else
3318 if test -f "$additional_libdir/lib$name.$libext"; then
3319 found_dir="$additional_libdir"
3320 found_a="$additional_libdir/lib$name.$libext"
3321 if test -f "$additional_libdir/lib$name.la"; then
3322 found_la="$additional_libdir/lib$name.la"
3323 fi
3324 fi
3325 fi
3326 fi
3327 if test "X$found_dir" = "X"; then
3328 for x in $LDFLAGS $LTLIBICONV; do
3329
3330 acl_save_prefix="$prefix"
3331 prefix="$acl_final_prefix"
3332 acl_save_exec_prefix="$exec_prefix"
3333 exec_prefix="$acl_final_exec_prefix"
3334 eval x=\"$x\"
3335 exec_prefix="$acl_save_exec_prefix"
3336 prefix="$acl_save_prefix"
3337
3338 case "$x" in
3339 -L*)
3340 dir=`echo "X$x" | sed -e 's/^X-L//'`
3341 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3342 found_dir="$dir"
3343 found_so="$dir/lib$name.$shlibext"
3344 if test -f "$dir/lib$name.la"; then
3345 found_la="$dir/lib$name.la"
3346 fi
3347 else
3348 if test -f "$dir/lib$name.$libext"; then
3349 found_dir="$dir"
3350 found_a="$dir/lib$name.$libext"
3351 if test -f "$dir/lib$name.la"; then
3352 found_la="$dir/lib$name.la"
3353 fi
3354 fi
3355 fi
3356 ;;
3357 esac
3358 if test "X$found_dir" != "X"; then
3359 break
3360 fi
3361 done
3362 fi
3363 if test "X$found_dir" != "X"; then
3364 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3365 if test "X$found_so" != "X"; then
3366 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3367 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3368 else
3369 haveit=
3370 for x in $ltrpathdirs; do
3371 if test "X$x" = "X$found_dir"; then
3372 haveit=yes
3373 break
3374 fi
3375 done
3376 if test -z "$haveit"; then
3377 ltrpathdirs="$ltrpathdirs $found_dir"
3378 fi
3379 if test "$hardcode_direct" = yes; then
3380 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3381 else
3382 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3383 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3384 haveit=
3385 for x in $rpathdirs; do
3386 if test "X$x" = "X$found_dir"; then
3387 haveit=yes
3388 break
3389 fi
3390 done
3391 if test -z "$haveit"; then
3392 rpathdirs="$rpathdirs $found_dir"
3393 fi
3394 else
3395 haveit=
3396 for x in $LDFLAGS $LIBICONV; do
3397
3398 acl_save_prefix="$prefix"
3399 prefix="$acl_final_prefix"
3400 acl_save_exec_prefix="$exec_prefix"
3401 exec_prefix="$acl_final_exec_prefix"
3402 eval x=\"$x\"
3403 exec_prefix="$acl_save_exec_prefix"
3404 prefix="$acl_save_prefix"
3405
3406 if test "X$x" = "X-L$found_dir"; then
3407 haveit=yes
3408 break
3409 fi
3410 done
3411 if test -z "$haveit"; then
3412 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3413 fi
3414 if test "$hardcode_minus_L" != no; then
3415 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3416 else
3417 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3418 fi
3419 fi
3420 fi
3421 fi
3422 else
3423 if test "X$found_a" != "X"; then
3424 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3425 else
3426 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3427 fi
3428 fi
3429 additional_includedir=
3430 case "$found_dir" in
3431 */lib | */lib/)
3432 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3433 additional_includedir="$basedir/include"
3434 ;;
3435 esac
3436 if test "X$additional_includedir" != "X"; then
3437 if test "X$additional_includedir" != "X/usr/include"; then
3438 haveit=
3439 if test "X$additional_includedir" = "X/usr/local/include"; then
3440 if test -n "$GCC"; then
3441 case $host_os in
3442 linux*) haveit=yes;;
3443 esac
3444 fi
3445 fi
3446 if test -z "$haveit"; then
3447 for x in $CPPFLAGS $INCICONV; do
3448
3449 acl_save_prefix="$prefix"
3450 prefix="$acl_final_prefix"
3451 acl_save_exec_prefix="$exec_prefix"
3452 exec_prefix="$acl_final_exec_prefix"
3453 eval x=\"$x\"
3454 exec_prefix="$acl_save_exec_prefix"
3455 prefix="$acl_save_prefix"
3456
3457 if test "X$x" = "X-I$additional_includedir"; then
3458 haveit=yes
3459 break
3460 fi
3461 done
3462 if test -z "$haveit"; then
3463 if test -d "$additional_includedir"; then
3464 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3465 fi
3466 fi
3467 fi
3468 fi
3469 fi
3470 if test -n "$found_la"; then
3471 save_libdir="$libdir"
3472 case "$found_la" in
3473 */* | *\\*) . "$found_la" ;;
3474 *) . "./$found_la" ;;
3475 esac
3476 libdir="$save_libdir"
3477 for dep in $dependency_libs; do
3478 case "$dep" in
3479 -L*)
3480 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3481 if test "X$additional_libdir" != "X/usr/lib"; then
3482 haveit=
3483 if test "X$additional_libdir" = "X/usr/local/lib"; then
3484 if test -n "$GCC"; then
3485 case $host_os in
3486 linux*) haveit=yes;;
3487 esac
3488 fi
3489 fi
3490 if test -z "$haveit"; then
3491 haveit=
3492 for x in $LDFLAGS $LIBICONV; do
3493
3494 acl_save_prefix="$prefix"
3495 prefix="$acl_final_prefix"
3496 acl_save_exec_prefix="$exec_prefix"
3497 exec_prefix="$acl_final_exec_prefix"
3498 eval x=\"$x\"
3499 exec_prefix="$acl_save_exec_prefix"
3500 prefix="$acl_save_prefix"
3501
3502 if test "X$x" = "X-L$additional_libdir"; then
3503 haveit=yes
3504 break
3505 fi
3506 done
3507 if test -z "$haveit"; then
3508 if test -d "$additional_libdir"; then
3509 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3510 fi
3511 fi
3512 haveit=
3513 for x in $LDFLAGS $LTLIBICONV; do
3514
3515 acl_save_prefix="$prefix"
3516 prefix="$acl_final_prefix"
3517 acl_save_exec_prefix="$exec_prefix"
3518 exec_prefix="$acl_final_exec_prefix"
3519 eval x=\"$x\"
3520 exec_prefix="$acl_save_exec_prefix"
3521 prefix="$acl_save_prefix"
3522
3523 if test "X$x" = "X-L$additional_libdir"; then
3524 haveit=yes
3525 break
3526 fi
3527 done
3528 if test -z "$haveit"; then
3529 if test -d "$additional_libdir"; then
3530 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3531 fi
3532 fi
3533 fi
3534 fi
3535 ;;
3536 -R*)
3537 dir=`echo "X$dep" | sed -e 's/^X-R//'`
3538 if test "$enable_rpath" != no; then
3539 haveit=
3540 for x in $rpathdirs; do
3541 if test "X$x" = "X$dir"; then
3542 haveit=yes
3543 break
3544 fi
3545 done
3546 if test -z "$haveit"; then
3547 rpathdirs="$rpathdirs $dir"
3548 fi
3549 haveit=
3550 for x in $ltrpathdirs; do
3551 if test "X$x" = "X$dir"; then
3552 haveit=yes
3553 break
3554 fi
3555 done
3556 if test -z "$haveit"; then
3557 ltrpathdirs="$ltrpathdirs $dir"
3558 fi
3559 fi
3560 ;;
3561 -l*)
3562 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3563 ;;
3564 *.la)
3565 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3566 ;;
3567 *)
3568 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3569 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3570 ;;
3571 esac
3572 done
3573 fi
3574 else
3575 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3576 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3577 fi
3578 fi
3579 fi
3580 done
3581 done
3582 if test "X$rpathdirs" != "X"; then
3583 if test -n "$hardcode_libdir_separator"; then
3584 alldirs=
3585 for found_dir in $rpathdirs; do
3586 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3587 done
3588 acl_save_libdir="$libdir"
3589 libdir="$alldirs"
3590 eval flag=\"$hardcode_libdir_flag_spec\"
3591 libdir="$acl_save_libdir"
3592 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3593 else
3594 for found_dir in $rpathdirs; do
3595 acl_save_libdir="$libdir"
3596 libdir="$found_dir"
3597 eval flag=\"$hardcode_libdir_flag_spec\"
3598 libdir="$acl_save_libdir"
3599 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3600 done
3601 fi
3602 fi
3603 if test "X$ltrpathdirs" != "X"; then
3604 for found_dir in $ltrpathdirs; do
3605 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3606 done
3607 fi
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3627 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3628 # Check whether --enable-nls or --disable-nls was given.
3629 if test "${enable_nls+set}" = set; then
3630 enableval="$enable_nls"
3631 USE_NLS=$enableval
3632 else
3633 USE_NLS=yes
3634 fi;
3635 echo "$as_me:$LINENO: result: $USE_NLS" >&5
3636 echo "${ECHO_T}$USE_NLS" >&6
3637
3638
3639
3640 LIBINTL=
3641 LTLIBINTL=
3642 POSUB=
3643
3644 if test "$USE_NLS" = "yes"; then
3645 gt_use_preinstalled_gnugettext=no
3646
3647
3648
3649
3650
3651
3652 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3653 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3654 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3655 echo $ECHO_N "(cached) $ECHO_C" >&6
3656 else
3657 cat >conftest.$ac_ext <<_ACEOF
3658 #line $LINENO "configure"
3659 /* confdefs.h. */
3660 _ACEOF
3661 cat confdefs.h >>conftest.$ac_ext
3662 cat >>conftest.$ac_ext <<_ACEOF
3663 /* end confdefs.h. */
3664 #include <libintl.h>
3665 extern int _nl_msg_cat_cntr;
3666 extern int *_nl_domain_bindings;
3667 int
3668 main ()
3669 {
3670 bindtextdomain ("", "");
3671 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3672 ;
3673 return 0;
3674 }
3675 _ACEOF
3676 rm -f conftest.$ac_objext conftest$ac_exeext
3677 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3678 (eval $ac_link) 2>&5
3679 ac_status=$?
3680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3681 (exit $ac_status); } &&
3682 { ac_try='test -s conftest$ac_exeext'
3683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3684 (eval $ac_try) 2>&5
3685 ac_status=$?
3686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3687 (exit $ac_status); }; }; then
3688 gt_cv_func_gnugettext1_libc=yes
3689 else
3690 echo "$as_me: failed program was:" >&5
3691 sed 's/^/| /' conftest.$ac_ext >&5
3692
3693 gt_cv_func_gnugettext1_libc=no
3694 fi
3695 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3696 fi
3697 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3698 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3699
3700 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3701
3702
3703
3704
3705
3706 am_save_CPPFLAGS="$CPPFLAGS"
3707
3708 for element in $INCICONV; do
3709 haveit=
3710 for x in $CPPFLAGS; do
3711
3712 acl_save_prefix="$prefix"
3713 prefix="$acl_final_prefix"
3714 acl_save_exec_prefix="$exec_prefix"
3715 exec_prefix="$acl_final_exec_prefix"
3716 eval x=\"$x\"
3717 exec_prefix="$acl_save_exec_prefix"
3718 prefix="$acl_save_prefix"
3719
3720 if test "X$x" = "X$element"; then
3721 haveit=yes
3722 break
3723 fi
3724 done
3725 if test -z "$haveit"; then
3726 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3727 fi
3728 done
3729
3730
3731 echo "$as_me:$LINENO: checking for iconv" >&5
3732 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3733 if test "${am_cv_func_iconv+set}" = set; then
3734 echo $ECHO_N "(cached) $ECHO_C" >&6
3735 else
3736
3737 am_cv_func_iconv="no, consider installing GNU libiconv"
3738 am_cv_lib_iconv=no
3739 cat >conftest.$ac_ext <<_ACEOF
3740 #line $LINENO "configure"
3741 /* confdefs.h. */
3742 _ACEOF
3743 cat confdefs.h >>conftest.$ac_ext
3744 cat >>conftest.$ac_ext <<_ACEOF
3745 /* end confdefs.h. */
3746 #include <stdlib.h>
3747 #include <iconv.h>
3748 int
3749 main ()
3750 {
3751 iconv_t cd = iconv_open("","");
3752 iconv(cd,NULL,NULL,NULL,NULL);
3753 iconv_close(cd);
3754 ;
3755 return 0;
3756 }
3757 _ACEOF
3758 rm -f conftest.$ac_objext conftest$ac_exeext
3759 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3760 (eval $ac_link) 2>&5
3761 ac_status=$?
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); } &&
3764 { ac_try='test -s conftest$ac_exeext'
3765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3766 (eval $ac_try) 2>&5
3767 ac_status=$?
3768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3769 (exit $ac_status); }; }; then
3770 am_cv_func_iconv=yes
3771 else
3772 echo "$as_me: failed program was:" >&5
3773 sed 's/^/| /' conftest.$ac_ext >&5
3774
3775 fi
3776 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3777 if test "$am_cv_func_iconv" != yes; then
3778 am_save_LIBS="$LIBS"
3779 LIBS="$LIBS $LIBICONV"
3780 cat >conftest.$ac_ext <<_ACEOF
3781 #line $LINENO "configure"
3782 /* confdefs.h. */
3783 _ACEOF
3784 cat confdefs.h >>conftest.$ac_ext
3785 cat >>conftest.$ac_ext <<_ACEOF
3786 /* end confdefs.h. */
3787 #include <stdlib.h>
3788 #include <iconv.h>
3789 int
3790 main ()
3791 {
3792 iconv_t cd = iconv_open("","");
3793 iconv(cd,NULL,NULL,NULL,NULL);
3794 iconv_close(cd);
3795 ;
3796 return 0;
3797 }
3798 _ACEOF
3799 rm -f conftest.$ac_objext conftest$ac_exeext
3800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3801 (eval $ac_link) 2>&5
3802 ac_status=$?
3803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804 (exit $ac_status); } &&
3805 { ac_try='test -s conftest$ac_exeext'
3806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3807 (eval $ac_try) 2>&5
3808 ac_status=$?
3809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); }; }; then
3811 am_cv_lib_iconv=yes
3812 am_cv_func_iconv=yes
3813 else
3814 echo "$as_me: failed program was:" >&5
3815 sed 's/^/| /' conftest.$ac_ext >&5
3816
3817 fi
3818 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3819 LIBS="$am_save_LIBS"
3820 fi
3821
3822 fi
3823 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3824 echo "${ECHO_T}$am_cv_func_iconv" >&6
3825 if test "$am_cv_func_iconv" = yes; then
3826
3827 cat >>confdefs.h <<\_ACEOF
3828 #define HAVE_ICONV 1
3829 _ACEOF
3830
3831 fi
3832 if test "$am_cv_lib_iconv" = yes; then
3833 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3834 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3835 echo "$as_me:$LINENO: result: $LIBICONV" >&5
3836 echo "${ECHO_T}$LIBICONV" >&6
3837 else
3838 CPPFLAGS="$am_save_CPPFLAGS"
3839 LIBICONV=
3840 LTLIBICONV=
3841 fi
3842
3843
3844
3845
3846
3847
3848 use_additional=yes
3849
3850 acl_save_prefix="$prefix"
3851 prefix="$acl_final_prefix"
3852 acl_save_exec_prefix="$exec_prefix"
3853 exec_prefix="$acl_final_exec_prefix"
3854
3855 eval additional_includedir=\"$includedir\"
3856 eval additional_libdir=\"$libdir\"
3857
3858 exec_prefix="$acl_save_exec_prefix"
3859 prefix="$acl_save_prefix"
3860
3861
3862 # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3863 if test "${with_libintl_prefix+set}" = set; then
3864 withval="$with_libintl_prefix"
3865
3866 if test "X$withval" = "Xno"; then
3867 use_additional=no
3868 else
3869 if test "X$withval" = "X"; then
3870
3871 acl_save_prefix="$prefix"
3872 prefix="$acl_final_prefix"
3873 acl_save_exec_prefix="$exec_prefix"
3874 exec_prefix="$acl_final_exec_prefix"
3875
3876 eval additional_includedir=\"$includedir\"
3877 eval additional_libdir=\"$libdir\"
3878
3879 exec_prefix="$acl_save_exec_prefix"
3880 prefix="$acl_save_prefix"
3881
3882 else
3883 additional_includedir="$withval/include"
3884 additional_libdir="$withval/lib"
3885 fi
3886 fi
3887
3888 fi;
3889 LIBINTL=
3890 LTLIBINTL=
3891 INCINTL=
3892 rpathdirs=
3893 ltrpathdirs=
3894 names_already_handled=
3895 names_next_round='intl '
3896 while test -n "$names_next_round"; do
3897 names_this_round="$names_next_round"
3898 names_next_round=
3899 for name in $names_this_round; do
3900 already_handled=
3901 for n in $names_already_handled; do
3902 if test "$n" = "$name"; then
3903 already_handled=yes
3904 break
3905 fi
3906 done
3907 if test -z "$already_handled"; then
3908 names_already_handled="$names_already_handled $name"
3909 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3910 eval value=\"\$HAVE_LIB$uppername\"
3911 if test -n "$value"; then
3912 if test "$value" = yes; then
3913 eval value=\"\$LIB$uppername\"
3914 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
3915 eval value=\"\$LTLIB$uppername\"
3916 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
3917 else
3918 :
3919 fi
3920 else
3921 found_dir=
3922 found_la=
3923 found_so=
3924 found_a=
3925 if test $use_additional = yes; then
3926 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3927 found_dir="$additional_libdir"
3928 found_so="$additional_libdir/lib$name.$shlibext"
3929 if test -f "$additional_libdir/lib$name.la"; then
3930 found_la="$additional_libdir/lib$name.la"
3931 fi
3932 else
3933 if test -f "$additional_libdir/lib$name.$libext"; then
3934 found_dir="$additional_libdir"
3935 found_a="$additional_libdir/lib$name.$libext"
3936 if test -f "$additional_libdir/lib$name.la"; then
3937 found_la="$additional_libdir/lib$name.la"
3938 fi
3939 fi
3940 fi
3941 fi
3942 if test "X$found_dir" = "X"; then
3943 for x in $LDFLAGS $LTLIBINTL; do
3944
3945 acl_save_prefix="$prefix"
3946 prefix="$acl_final_prefix"
3947 acl_save_exec_prefix="$exec_prefix"
3948 exec_prefix="$acl_final_exec_prefix"
3949 eval x=\"$x\"
3950 exec_prefix="$acl_save_exec_prefix"
3951 prefix="$acl_save_prefix"
3952
3953 case "$x" in
3954 -L*)
3955 dir=`echo "X$x" | sed -e 's/^X-L//'`
3956 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3957 found_dir="$dir"
3958 found_so="$dir/lib$name.$shlibext"
3959 if test -f "$dir/lib$name.la"; then
3960 found_la="$dir/lib$name.la"
3961 fi
3962 else
3963 if test -f "$dir/lib$name.$libext"; then
3964 found_dir="$dir"
3965 found_a="$dir/lib$name.$libext"
3966 if test -f "$dir/lib$name.la"; then
3967 found_la="$dir/lib$name.la"
3968 fi
3969 fi
3970 fi
3971 ;;
3972 esac
3973 if test "X$found_dir" != "X"; then
3974 break
3975 fi
3976 done
3977 fi
3978 if test "X$found_dir" != "X"; then
3979 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
3980 if test "X$found_so" != "X"; then
3981 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3982 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3983 else
3984 haveit=
3985 for x in $ltrpathdirs; do
3986 if test "X$x" = "X$found_dir"; then
3987 haveit=yes
3988 break
3989 fi
3990 done
3991 if test -z "$haveit"; then
3992 ltrpathdirs="$ltrpathdirs $found_dir"
3993 fi
3994 if test "$hardcode_direct" = yes; then
3995 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3996 else
3997 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3998 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3999 haveit=
4000 for x in $rpathdirs; do
4001 if test "X$x" = "X$found_dir"; then
4002 haveit=yes
4003 break
4004 fi
4005 done
4006 if test -z "$haveit"; then
4007 rpathdirs="$rpathdirs $found_dir"
4008 fi
4009 else
4010 haveit=
4011 for x in $LDFLAGS $LIBINTL; do
4012
4013 acl_save_prefix="$prefix"
4014 prefix="$acl_final_prefix"
4015 acl_save_exec_prefix="$exec_prefix"
4016 exec_prefix="$acl_final_exec_prefix"
4017 eval x=\"$x\"
4018 exec_prefix="$acl_save_exec_prefix"
4019 prefix="$acl_save_prefix"
4020
4021 if test "X$x" = "X-L$found_dir"; then
4022 haveit=yes
4023 break
4024 fi
4025 done
4026 if test -z "$haveit"; then
4027 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4028 fi
4029 if test "$hardcode_minus_L" != no; then
4030 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4031 else
4032 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4033 fi
4034 fi
4035 fi
4036 fi
4037 else
4038 if test "X$found_a" != "X"; then
4039 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4040 else
4041 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4042 fi
4043 fi
4044 additional_includedir=
4045 case "$found_dir" in
4046 */lib | */lib/)
4047 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4048 additional_includedir="$basedir/include"
4049 ;;
4050 esac
4051 if test "X$additional_includedir" != "X"; then
4052 if test "X$additional_includedir" != "X/usr/include"; then
4053 haveit=
4054 if test "X$additional_includedir" = "X/usr/local/include"; then
4055 if test -n "$GCC"; then
4056 case $host_os in
4057 linux*) haveit=yes;;
4058 esac
4059 fi
4060 fi
4061 if test -z "$haveit"; then
4062 for x in $CPPFLAGS $INCINTL; do
4063
4064 acl_save_prefix="$prefix"
4065 prefix="$acl_final_prefix"
4066 acl_save_exec_prefix="$exec_prefix"
4067 exec_prefix="$acl_final_exec_prefix"
4068 eval x=\"$x\"
4069 exec_prefix="$acl_save_exec_prefix"
4070 prefix="$acl_save_prefix"
4071
4072 if test "X$x" = "X-I$additional_includedir"; then
4073 haveit=yes
4074 break
4075 fi
4076 done
4077 if test -z "$haveit"; then
4078 if test -d "$additional_includedir"; then
4079 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4080 fi
4081 fi
4082 fi
4083 fi
4084 fi
4085 if test -n "$found_la"; then
4086 save_libdir="$libdir"
4087 case "$found_la" in
4088 */* | *\\*) . "$found_la" ;;
4089 *) . "./$found_la" ;;
4090 esac
4091 libdir="$save_libdir"
4092 for dep in $dependency_libs; do
4093 case "$dep" in
4094 -L*)
4095 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4096 if test "X$additional_libdir" != "X/usr/lib"; then
4097 haveit=
4098 if test "X$additional_libdir" = "X/usr/local/lib"; then
4099 if test -n "$GCC"; then
4100 case $host_os in
4101 linux*) haveit=yes;;
4102 esac
4103 fi
4104 fi
4105 if test -z "$haveit"; then
4106 haveit=
4107 for x in $LDFLAGS $LIBINTL; do
4108
4109 acl_save_prefix="$prefix"
4110 prefix="$acl_final_prefix"
4111 acl_save_exec_prefix="$exec_prefix"
4112 exec_prefix="$acl_final_exec_prefix"
4113 eval x=\"$x\"
4114 exec_prefix="$acl_save_exec_prefix"
4115 prefix="$acl_save_prefix"
4116
4117 if test "X$x" = "X-L$additional_libdir"; then
4118 haveit=yes
4119 break
4120 fi
4121 done
4122 if test -z "$haveit"; then
4123 if test -d "$additional_libdir"; then
4124 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4125 fi
4126 fi
4127 haveit=
4128 for x in $LDFLAGS $LTLIBINTL; do
4129
4130 acl_save_prefix="$prefix"
4131 prefix="$acl_final_prefix"
4132 acl_save_exec_prefix="$exec_prefix"
4133 exec_prefix="$acl_final_exec_prefix"
4134 eval x=\"$x\"
4135 exec_prefix="$acl_save_exec_prefix"
4136 prefix="$acl_save_prefix"
4137
4138 if test "X$x" = "X-L$additional_libdir"; then
4139 haveit=yes
4140 break
4141 fi
4142 done
4143 if test -z "$haveit"; then
4144 if test -d "$additional_libdir"; then
4145 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4146 fi
4147 fi
4148 fi
4149 fi
4150 ;;
4151 -R*)
4152 dir=`echo "X$dep" | sed -e 's/^X-R//'`
4153 if test "$enable_rpath" != no; then
4154 haveit=
4155 for x in $rpathdirs; do
4156 if test "X$x" = "X$dir"; then
4157 haveit=yes
4158 break
4159 fi
4160 done
4161 if test -z "$haveit"; then
4162 rpathdirs="$rpathdirs $dir"
4163 fi
4164 haveit=
4165 for x in $ltrpathdirs; do
4166 if test "X$x" = "X$dir"; then
4167 haveit=yes
4168 break
4169 fi
4170 done
4171 if test -z "$haveit"; then
4172 ltrpathdirs="$ltrpathdirs $dir"
4173 fi
4174 fi
4175 ;;
4176 -l*)
4177 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4178 ;;
4179 *.la)
4180 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4181 ;;
4182 *)
4183 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4184 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4185 ;;
4186 esac
4187 done
4188 fi
4189 else
4190 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4191 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4192 fi
4193 fi
4194 fi
4195 done
4196 done
4197 if test "X$rpathdirs" != "X"; then
4198 if test -n "$hardcode_libdir_separator"; then
4199 alldirs=
4200 for found_dir in $rpathdirs; do
4201 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4202 done
4203 acl_save_libdir="$libdir"
4204 libdir="$alldirs"
4205 eval flag=\"$hardcode_libdir_flag_spec\"
4206 libdir="$acl_save_libdir"
4207 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4208 else
4209 for found_dir in $rpathdirs; do
4210 acl_save_libdir="$libdir"
4211 libdir="$found_dir"
4212 eval flag=\"$hardcode_libdir_flag_spec\"
4213 libdir="$acl_save_libdir"
4214 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4215 done
4216 fi
4217 fi
4218 if test "X$ltrpathdirs" != "X"; then
4219 for found_dir in $ltrpathdirs; do
4220 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4221 done
4222 fi
4223
4224 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4225 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4226 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6
4228 else
4229 gt_save_CPPFLAGS="$CPPFLAGS"
4230 CPPFLAGS="$CPPFLAGS $INCINTL"
4231 gt_save_LIBS="$LIBS"
4232 LIBS="$LIBS $LIBINTL"
4233 cat >conftest.$ac_ext <<_ACEOF
4234 #line $LINENO "configure"
4235 /* confdefs.h. */
4236 _ACEOF
4237 cat confdefs.h >>conftest.$ac_ext
4238 cat >>conftest.$ac_ext <<_ACEOF
4239 /* end confdefs.h. */
4240 #include <libintl.h>
4241 extern int _nl_msg_cat_cntr;
4242 extern
4243 #ifdef __cplusplus
4244 "C"
4245 #endif
4246 const char *_nl_expand_alias ();
4247 int
4248 main ()
4249 {
4250 bindtextdomain ("", "");
4251 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4252 ;
4253 return 0;
4254 }
4255 _ACEOF
4256 rm -f conftest.$ac_objext conftest$ac_exeext
4257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4258 (eval $ac_link) 2>&5
4259 ac_status=$?
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } &&
4262 { ac_try='test -s conftest$ac_exeext'
4263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4264 (eval $ac_try) 2>&5
4265 ac_status=$?
4266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4267 (exit $ac_status); }; }; then
4268 gt_cv_func_gnugettext1_libintl=yes
4269 else
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4272
4273 gt_cv_func_gnugettext1_libintl=no
4274 fi
4275 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4276 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4277 LIBS="$LIBS $LIBICONV"
4278 cat >conftest.$ac_ext <<_ACEOF
4279 #line $LINENO "configure"
4280 /* confdefs.h. */
4281 _ACEOF
4282 cat confdefs.h >>conftest.$ac_ext
4283 cat >>conftest.$ac_ext <<_ACEOF
4284 /* end confdefs.h. */
4285 #include <libintl.h>
4286 extern int _nl_msg_cat_cntr;
4287 extern
4288 #ifdef __cplusplus
4289 "C"
4290 #endif
4291 const char *_nl_expand_alias ();
4292 int
4293 main ()
4294 {
4295 bindtextdomain ("", "");
4296 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4297 ;
4298 return 0;
4299 }
4300 _ACEOF
4301 rm -f conftest.$ac_objext conftest$ac_exeext
4302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4303 (eval $ac_link) 2>&5
4304 ac_status=$?
4305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4306 (exit $ac_status); } &&
4307 { ac_try='test -s conftest$ac_exeext'
4308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4309 (eval $ac_try) 2>&5
4310 ac_status=$?
4311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312 (exit $ac_status); }; }; then
4313 LIBINTL="$LIBINTL $LIBICONV"
4314 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4315 gt_cv_func_gnugettext1_libintl=yes
4316
4317 else
4318 echo "$as_me: failed program was:" >&5
4319 sed 's/^/| /' conftest.$ac_ext >&5
4320
4321 fi
4322 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4323 fi
4324 CPPFLAGS="$gt_save_CPPFLAGS"
4325 LIBS="$gt_save_LIBS"
4326 fi
4327 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4328 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4329 fi
4330
4331 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4332 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4333 && test "$PACKAGE" != gettext; }; then
4334 gt_use_preinstalled_gnugettext=yes
4335 else
4336 LIBINTL=
4337 LTLIBINTL=
4338 INCINTL=
4339 fi
4340
4341
4342
4343 if test "$gt_use_preinstalled_gnugettext" = "yes" \
4344 || test "$nls_cv_use_gnu_gettext" = "yes"; then
4345
4346 cat >>confdefs.h <<\_ACEOF
4347 #define ENABLE_NLS 1
4348 _ACEOF
4349
4350 else
4351 USE_NLS=no
4352 fi
4353 fi
4354
4355 if test "$USE_NLS" = "yes"; then
4356
4357 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4358 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4359 echo "$as_me:$LINENO: checking how to link with libintl" >&5
4360 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4361 echo "$as_me:$LINENO: result: $LIBINTL" >&5
4362 echo "${ECHO_T}$LIBINTL" >&6
4363
4364 for element in $INCINTL; do
4365 haveit=
4366 for x in $CPPFLAGS; do
4367
4368 acl_save_prefix="$prefix"
4369 prefix="$acl_final_prefix"
4370 acl_save_exec_prefix="$exec_prefix"
4371 exec_prefix="$acl_final_exec_prefix"
4372 eval x=\"$x\"
4373 exec_prefix="$acl_save_exec_prefix"
4374 prefix="$acl_save_prefix"
4375
4376 if test "X$x" = "X$element"; then
4377 haveit=yes
4378 break
4379 fi
4380 done
4381 if test -z "$haveit"; then
4382 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4383 fi
4384 done
4385
4386 fi
4387
4388
4389 cat >>confdefs.h <<\_ACEOF
4390 #define HAVE_GETTEXT 1
4391 _ACEOF
4392
4393
4394 cat >>confdefs.h <<\_ACEOF
4395 #define HAVE_DCGETTEXT 1
4396 _ACEOF
4397
4398 fi
4399
4400 POSUB=po
4401 fi
4402
4403
4404
4405 INTLLIBS="$LIBINTL"
4406
4407
4408
4409
4410
4411
4412
4413
4414 # Enable GNU extensions.
4415 # Define this here, not in acconfig's @TOP@ section, since definitions
4416 # in the latter don't make it into the configure-time tests.
4417
4418 cat >>confdefs.h <<\_ACEOF
4419 #define _GNU_SOURCE 1
4420 _ACEOF
4421
4422
4423 cat >>confdefs.h <<\_ACEOF
4424 #define __USE_BSD 1
4425 _ACEOF
4426
4427
4428 ALL_LINGUAS=""
4429
4430 ac_ext=c
4431 ac_cpp='$CPP $CPPFLAGS'
4432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4435 if test -n "$ac_tool_prefix"; then
4436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4437 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4438 echo "$as_me:$LINENO: checking for $ac_word" >&5
4439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4440 if test "${ac_cv_prog_CC+set}" = set; then
4441 echo $ECHO_N "(cached) $ECHO_C" >&6
4442 else
4443 if test -n "$CC"; then
4444 ac_cv_prog_CC="$CC" # Let the user override the test.
4445 else
4446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4447 for as_dir in $PATH
4448 do
4449 IFS=$as_save_IFS
4450 test -z "$as_dir" && as_dir=.
4451 for ac_exec_ext in '' $ac_executable_extensions; do
4452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4453 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4455 break 2
4456 fi
4457 done
4458 done
4459
4460 fi
4461 fi
4462 CC=$ac_cv_prog_CC
4463 if test -n "$CC"; then
4464 echo "$as_me:$LINENO: result: $CC" >&5
4465 echo "${ECHO_T}$CC" >&6
4466 else
4467 echo "$as_me:$LINENO: result: no" >&5
4468 echo "${ECHO_T}no" >&6
4469 fi
4470
4471 fi
4472 if test -z "$ac_cv_prog_CC"; then
4473 ac_ct_CC=$CC
4474 # Extract the first word of "gcc", so it can be a program name with args.
4475 set dummy gcc; ac_word=$2
4476 echo "$as_me:$LINENO: checking for $ac_word" >&5
4477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4478 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4479 echo $ECHO_N "(cached) $ECHO_C" >&6
4480 else
4481 if test -n "$ac_ct_CC"; then
4482 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4486 do
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4491 ac_cv_prog_ac_ct_CC="gcc"
4492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4494 fi
4495 done
4496 done
4497
4498 fi
4499 fi
4500 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4501 if test -n "$ac_ct_CC"; then
4502 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4503 echo "${ECHO_T}$ac_ct_CC" >&6
4504 else
4505 echo "$as_me:$LINENO: result: no" >&5
4506 echo "${ECHO_T}no" >&6
4507 fi
4508
4509 CC=$ac_ct_CC
4510 else
4511 CC="$ac_cv_prog_CC"
4512 fi
4513
4514 if test -z "$CC"; then
4515 if test -n "$ac_tool_prefix"; then
4516 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4517 set dummy ${ac_tool_prefix}cc; ac_word=$2
4518 echo "$as_me:$LINENO: checking for $ac_word" >&5
4519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4520 if test "${ac_cv_prog_CC+set}" = set; then
4521 echo $ECHO_N "(cached) $ECHO_C" >&6
4522 else
4523 if test -n "$CC"; then
4524 ac_cv_prog_CC="$CC" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4528 do
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
4532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4533 ac_cv_prog_CC="${ac_tool_prefix}cc"
4534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4536 fi
4537 done
4538 done
4539
4540 fi
4541 fi
4542 CC=$ac_cv_prog_CC
4543 if test -n "$CC"; then
4544 echo "$as_me:$LINENO: result: $CC" >&5
4545 echo "${ECHO_T}$CC" >&6
4546 else
4547 echo "$as_me:$LINENO: result: no" >&5
4548 echo "${ECHO_T}no" >&6
4549 fi
4550
4551 fi
4552 if test -z "$ac_cv_prog_CC"; then
4553 ac_ct_CC=$CC
4554 # Extract the first word of "cc", so it can be a program name with args.
4555 set dummy cc; ac_word=$2
4556 echo "$as_me:$LINENO: checking for $ac_word" >&5
4557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4558 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4559 echo $ECHO_N "(cached) $ECHO_C" >&6
4560 else
4561 if test -n "$ac_ct_CC"; then
4562 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4563 else
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 for as_dir in $PATH
4566 do
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4571 ac_cv_prog_ac_ct_CC="cc"
4572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4574 fi
4575 done
4576 done
4577
4578 fi
4579 fi
4580 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4581 if test -n "$ac_ct_CC"; then
4582 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4583 echo "${ECHO_T}$ac_ct_CC" >&6
4584 else
4585 echo "$as_me:$LINENO: result: no" >&5
4586 echo "${ECHO_T}no" >&6
4587 fi
4588
4589 CC=$ac_ct_CC
4590 else
4591 CC="$ac_cv_prog_CC"
4592 fi
4593
4594 fi
4595 if test -z "$CC"; then
4596 # Extract the first word of "cc", so it can be a program name with args.
4597 set dummy cc; ac_word=$2
4598 echo "$as_me:$LINENO: checking for $ac_word" >&5
4599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4600 if test "${ac_cv_prog_CC+set}" = set; then
4601 echo $ECHO_N "(cached) $ECHO_C" >&6
4602 else
4603 if test -n "$CC"; then
4604 ac_cv_prog_CC="$CC" # Let the user override the test.
4605 else
4606 ac_prog_rejected=no
4607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4608 for as_dir in $PATH
4609 do
4610 IFS=$as_save_IFS
4611 test -z "$as_dir" && as_dir=.
4612 for ac_exec_ext in '' $ac_executable_extensions; do
4613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4614 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4615 ac_prog_rejected=yes
4616 continue
4617 fi
4618 ac_cv_prog_CC="cc"
4619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4620 break 2
4621 fi
4622 done
4623 done
4624
4625 if test $ac_prog_rejected = yes; then
4626 # We found a bogon in the path, so make sure we never use it.
4627 set dummy $ac_cv_prog_CC
4628 shift
4629 if test $# != 0; then
4630 # We chose a different compiler from the bogus one.
4631 # However, it has the same basename, so the bogon will be chosen
4632 # first if we set CC to just the basename; use the full file name.
4633 shift
4634 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4635 fi
4636 fi
4637 fi
4638 fi
4639 CC=$ac_cv_prog_CC
4640 if test -n "$CC"; then
4641 echo "$as_me:$LINENO: result: $CC" >&5
4642 echo "${ECHO_T}$CC" >&6
4643 else
4644 echo "$as_me:$LINENO: result: no" >&5
4645 echo "${ECHO_T}no" >&6
4646 fi
4647
4648 fi
4649 if test -z "$CC"; then
4650 if test -n "$ac_tool_prefix"; then
4651 for ac_prog in cl
4652 do
4653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4655 echo "$as_me:$LINENO: checking for $ac_word" >&5
4656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4657 if test "${ac_cv_prog_CC+set}" = set; then
4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 else
4660 if test -n "$CC"; then
4661 ac_cv_prog_CC="$CC" # Let the user override the test.
4662 else
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH
4665 do
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
4668 for ac_exec_ext in '' $ac_executable_extensions; do
4669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4670 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4672 break 2
4673 fi
4674 done
4675 done
4676
4677 fi
4678 fi
4679 CC=$ac_cv_prog_CC
4680 if test -n "$CC"; then
4681 echo "$as_me:$LINENO: result: $CC" >&5
4682 echo "${ECHO_T}$CC" >&6
4683 else
4684 echo "$as_me:$LINENO: result: no" >&5
4685 echo "${ECHO_T}no" >&6
4686 fi
4687
4688 test -n "$CC" && break
4689 done
4690 fi
4691 if test -z "$CC"; then
4692 ac_ct_CC=$CC
4693 for ac_prog in cl
4694 do
4695 # Extract the first word of "$ac_prog", so it can be a program name with args.
4696 set dummy $ac_prog; ac_word=$2
4697 echo "$as_me:$LINENO: checking for $ac_word" >&5
4698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4699 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4700 echo $ECHO_N "(cached) $ECHO_C" >&6
4701 else
4702 if test -n "$ac_ct_CC"; then
4703 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4704 else
4705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4706 for as_dir in $PATH
4707 do
4708 IFS=$as_save_IFS
4709 test -z "$as_dir" && as_dir=.
4710 for ac_exec_ext in '' $ac_executable_extensions; do
4711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4712 ac_cv_prog_ac_ct_CC="$ac_prog"
4713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4714 break 2
4715 fi
4716 done
4717 done
4718
4719 fi
4720 fi
4721 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4722 if test -n "$ac_ct_CC"; then
4723 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4724 echo "${ECHO_T}$ac_ct_CC" >&6
4725 else
4726 echo "$as_me:$LINENO: result: no" >&5
4727 echo "${ECHO_T}no" >&6
4728 fi
4729
4730 test -n "$ac_ct_CC" && break
4731 done
4732
4733 CC=$ac_ct_CC
4734 fi
4735
4736 fi
4737
4738
4739 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4740 See \`config.log' for more details." >&5
4741 echo "$as_me: error: no acceptable C compiler found in \$PATH
4742 See \`config.log' for more details." >&2;}
4743 { (exit 1); exit 1; }; }
4744
4745 # Provide some information about the compiler.
4746 echo "$as_me:$LINENO:" \
4747 "checking for C compiler version" >&5
4748 ac_compiler=`set X $ac_compile; echo $2`
4749 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4750 (eval $ac_compiler --version </dev/null >&5) 2>&5
4751 ac_status=$?
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 (exit $ac_status); }
4754 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4755 (eval $ac_compiler -v </dev/null >&5) 2>&5
4756 ac_status=$?
4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4758 (exit $ac_status); }
4759 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4760 (eval $ac_compiler -V </dev/null >&5) 2>&5
4761 ac_status=$?
4762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763 (exit $ac_status); }
4764
4765 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4766 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4767 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4768 echo $ECHO_N "(cached) $ECHO_C" >&6
4769 else
4770 cat >conftest.$ac_ext <<_ACEOF
4771 #line $LINENO "configure"
4772 /* confdefs.h. */
4773 _ACEOF
4774 cat confdefs.h >>conftest.$ac_ext
4775 cat >>conftest.$ac_ext <<_ACEOF
4776 /* end confdefs.h. */
4777
4778 int
4779 main ()
4780 {
4781 #ifndef __GNUC__
4782 choke me
4783 #endif
4784
4785 ;
4786 return 0;
4787 }
4788 _ACEOF
4789 rm -f conftest.$ac_objext
4790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4791 (eval $ac_compile) 2>&5
4792 ac_status=$?
4793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4794 (exit $ac_status); } &&
4795 { ac_try='test -s conftest.$ac_objext'
4796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4797 (eval $ac_try) 2>&5
4798 ac_status=$?
4799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4800 (exit $ac_status); }; }; then
4801 ac_compiler_gnu=yes
4802 else
4803 echo "$as_me: failed program was:" >&5
4804 sed 's/^/| /' conftest.$ac_ext >&5
4805
4806 ac_compiler_gnu=no
4807 fi
4808 rm -f conftest.$ac_objext conftest.$ac_ext
4809 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4810
4811 fi
4812 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4813 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4814 GCC=`test $ac_compiler_gnu = yes && echo yes`
4815 ac_test_CFLAGS=${CFLAGS+set}
4816 ac_save_CFLAGS=$CFLAGS
4817 CFLAGS="-g"
4818 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4819 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4820 if test "${ac_cv_prog_cc_g+set}" = set; then
4821 echo $ECHO_N "(cached) $ECHO_C" >&6
4822 else
4823 cat >conftest.$ac_ext <<_ACEOF
4824 #line $LINENO "configure"
4825 /* confdefs.h. */
4826 _ACEOF
4827 cat confdefs.h >>conftest.$ac_ext
4828 cat >>conftest.$ac_ext <<_ACEOF
4829 /* end confdefs.h. */
4830
4831 int
4832 main ()
4833 {
4834
4835 ;
4836 return 0;
4837 }
4838 _ACEOF
4839 rm -f conftest.$ac_objext
4840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4841 (eval $ac_compile) 2>&5
4842 ac_status=$?
4843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4844 (exit $ac_status); } &&
4845 { ac_try='test -s conftest.$ac_objext'
4846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4847 (eval $ac_try) 2>&5
4848 ac_status=$?
4849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4850 (exit $ac_status); }; }; then
4851 ac_cv_prog_cc_g=yes
4852 else
4853 echo "$as_me: failed program was:" >&5
4854 sed 's/^/| /' conftest.$ac_ext >&5
4855
4856 ac_cv_prog_cc_g=no
4857 fi
4858 rm -f conftest.$ac_objext conftest.$ac_ext
4859 fi
4860 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4861 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4862 if test "$ac_test_CFLAGS" = set; then
4863 CFLAGS=$ac_save_CFLAGS
4864 elif test $ac_cv_prog_cc_g = yes; then
4865 if test "$GCC" = yes; then
4866 CFLAGS="-g -O2"
4867 else
4868 CFLAGS="-g"
4869 fi
4870 else
4871 if test "$GCC" = yes; then
4872 CFLAGS="-O2"
4873 else
4874 CFLAGS=
4875 fi
4876 fi
4877 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4878 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4879 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4880 echo $ECHO_N "(cached) $ECHO_C" >&6
4881 else
4882 ac_cv_prog_cc_stdc=no
4883 ac_save_CC=$CC
4884 cat >conftest.$ac_ext <<_ACEOF
4885 #line $LINENO "configure"
4886 /* confdefs.h. */
4887 _ACEOF
4888 cat confdefs.h >>conftest.$ac_ext
4889 cat >>conftest.$ac_ext <<_ACEOF
4890 /* end confdefs.h. */
4891 #include <stdarg.h>
4892 #include <stdio.h>
4893 #include <sys/types.h>
4894 #include <sys/stat.h>
4895 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4896 struct buf { int x; };
4897 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4898 static char *e (p, i)
4899 char **p;
4900 int i;
4901 {
4902 return p[i];
4903 }
4904 static char *f (char * (*g) (char **, int), char **p, ...)
4905 {
4906 char *s;
4907 va_list v;
4908 va_start (v,p);
4909 s = g (p, va_arg (v,int));
4910 va_end (v);
4911 return s;
4912 }
4913 int test (int i, double x);
4914 struct s1 {int (*f) (int a);};
4915 struct s2 {int (*f) (double a);};
4916 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4917 int argc;
4918 char **argv;
4919 int
4920 main ()
4921 {
4922 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4923 ;
4924 return 0;
4925 }
4926 _ACEOF
4927 # Don't try gcc -ansi; that turns off useful extensions and
4928 # breaks some systems' header files.
4929 # AIX -qlanglvl=ansi
4930 # Ultrix and OSF/1 -std1
4931 # HP-UX 10.20 and later -Ae
4932 # HP-UX older versions -Aa -D_HPUX_SOURCE
4933 # SVR4 -Xc -D__EXTENSIONS__
4934 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4935 do
4936 CC="$ac_save_CC $ac_arg"
4937 rm -f conftest.$ac_objext
4938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4939 (eval $ac_compile) 2>&5
4940 ac_status=$?
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); } &&
4943 { ac_try='test -s conftest.$ac_objext'
4944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4945 (eval $ac_try) 2>&5
4946 ac_status=$?
4947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4948 (exit $ac_status); }; }; then
4949 ac_cv_prog_cc_stdc=$ac_arg
4950 break
4951 else
4952 echo "$as_me: failed program was:" >&5
4953 sed 's/^/| /' conftest.$ac_ext >&5
4954
4955 fi
4956 rm -f conftest.$ac_objext
4957 done
4958 rm -f conftest.$ac_ext conftest.$ac_objext
4959 CC=$ac_save_CC
4960
4961 fi
4962
4963 case "x$ac_cv_prog_cc_stdc" in
4964 x|xno)
4965 echo "$as_me:$LINENO: result: none needed" >&5
4966 echo "${ECHO_T}none needed" >&6 ;;
4967 *)
4968 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4969 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4970 CC="$CC $ac_cv_prog_cc_stdc" ;;
4971 esac
4972
4973 # Some people use a C++ compiler to compile C. Since we use `exit',
4974 # in C++ we need to declare it. In case someone uses the same compiler
4975 # for both compiling C and C++ we need to have the C++ compiler decide
4976 # the declaration of exit, since it's the most demanding environment.
4977 cat >conftest.$ac_ext <<_ACEOF
4978 #ifndef __cplusplus
4979 choke me
4980 #endif
4981 _ACEOF
4982 rm -f conftest.$ac_objext
4983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4984 (eval $ac_compile) 2>&5
4985 ac_status=$?
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); } &&
4988 { ac_try='test -s conftest.$ac_objext'
4989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4990 (eval $ac_try) 2>&5
4991 ac_status=$?
4992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4993 (exit $ac_status); }; }; then
4994 for ac_declaration in \
4995 '' \
4996 'extern "C" void std::exit (int) throw (); using std::exit;' \
4997 'extern "C" void std::exit (int); using std::exit;' \
4998 'extern "C" void exit (int) throw ();' \
4999 'extern "C" void exit (int);' \
5000 'void exit (int);'
5001 do
5002 cat >conftest.$ac_ext <<_ACEOF
5003 #line $LINENO "configure"
5004 /* confdefs.h. */
5005 _ACEOF
5006 cat confdefs.h >>conftest.$ac_ext
5007 cat >>conftest.$ac_ext <<_ACEOF
5008 /* end confdefs.h. */
5009 $ac_declaration
5010 #include <stdlib.h>
5011 int
5012 main ()
5013 {
5014 exit (42);
5015 ;
5016 return 0;
5017 }
5018 _ACEOF
5019 rm -f conftest.$ac_objext
5020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5021 (eval $ac_compile) 2>&5
5022 ac_status=$?
5023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024 (exit $ac_status); } &&
5025 { ac_try='test -s conftest.$ac_objext'
5026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5027 (eval $ac_try) 2>&5
5028 ac_status=$?
5029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5030 (exit $ac_status); }; }; then
5031 :
5032 else
5033 echo "$as_me: failed program was:" >&5
5034 sed 's/^/| /' conftest.$ac_ext >&5
5035
5036 continue
5037 fi
5038 rm -f conftest.$ac_objext conftest.$ac_ext
5039 cat >conftest.$ac_ext <<_ACEOF
5040 #line $LINENO "configure"
5041 /* confdefs.h. */
5042 _ACEOF
5043 cat confdefs.h >>conftest.$ac_ext
5044 cat >>conftest.$ac_ext <<_ACEOF
5045 /* end confdefs.h. */
5046 $ac_declaration
5047 int
5048 main ()
5049 {
5050 exit (42);
5051 ;
5052 return 0;
5053 }
5054 _ACEOF
5055 rm -f conftest.$ac_objext
5056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5057 (eval $ac_compile) 2>&5
5058 ac_status=$?
5059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } &&
5061 { ac_try='test -s conftest.$ac_objext'
5062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5063 (eval $ac_try) 2>&5
5064 ac_status=$?
5065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5066 (exit $ac_status); }; }; then
5067 break
5068 else
5069 echo "$as_me: failed program was:" >&5
5070 sed 's/^/| /' conftest.$ac_ext >&5
5071
5072 fi
5073 rm -f conftest.$ac_objext conftest.$ac_ext
5074 done
5075 rm -f conftest*
5076 if test -n "$ac_declaration"; then
5077 echo '#ifdef __cplusplus' >>confdefs.h
5078 echo $ac_declaration >>confdefs.h
5079 echo '#endif' >>confdefs.h
5080 fi
5081
5082 else
5083 echo "$as_me: failed program was:" >&5
5084 sed 's/^/| /' conftest.$ac_ext >&5
5085
5086 fi
5087 rm -f conftest.$ac_objext conftest.$ac_ext
5088 ac_ext=c
5089 ac_cpp='$CPP $CPPFLAGS'
5090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5093
5094 depcc="$CC" am_compiler_list=
5095
5096 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5097 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5098 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5099 echo $ECHO_N "(cached) $ECHO_C" >&6
5100 else
5101 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5102 # We make a subdir and do the tests there. Otherwise we can end up
5103 # making bogus files that we don't know about and never remove. For
5104 # instance it was reported that on HP-UX the gcc test will end up
5105 # making a dummy file named `D' -- because `-MD' means `put the output
5106 # in D'.
5107 mkdir conftest.dir
5108 # Copy depcomp to subdir because otherwise we won't find it if we're
5109 # using a relative directory.
5110 cp "$am_depcomp" conftest.dir
5111 cd conftest.dir
5112 # We will build objects and dependencies in a subdirectory because
5113 # it helps to detect inapplicable dependency modes. For instance
5114 # both Tru64's cc and ICC support -MD to output dependencies as a
5115 # side effect of compilation, but ICC will put the dependencies in
5116 # the current directory while Tru64 will put them in the object
5117 # directory.
5118 mkdir sub
5119
5120 am_cv_CC_dependencies_compiler_type=none
5121 if test "$am_compiler_list" = ""; then
5122 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5123 fi
5124 for depmode in $am_compiler_list; do
5125 # Setup a source with many dependencies, because some compilers
5126 # like to wrap large dependency lists on column 80 (with \), and
5127 # we should not choose a depcomp mode which is confused by this.
5128 #
5129 # We need to recreate these files for each test, as the compiler may
5130 # overwrite some of them when testing with obscure command lines.
5131 # This happens at least with the AIX C compiler.
5132 : > sub/conftest.c
5133 for i in 1 2 3 4 5 6; do
5134 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5135 : > sub/conftst$i.h
5136 done
5137 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5138
5139 case $depmode in
5140 nosideeffect)
5141 # after this tag, mechanisms are not by side-effect, so they'll
5142 # only be used when explicitly requested
5143 if test "x$enable_dependency_tracking" = xyes; then
5144 continue
5145 else
5146 break
5147 fi
5148 ;;
5149 none) break ;;
5150 esac
5151 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5152 # mode. It turns out that the SunPro C++ compiler does not properly
5153 # handle `-M -o', and we need to detect this.
5154 if depmode=$depmode \
5155 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5156 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5157 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5158 >/dev/null 2>conftest.err &&
5159 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5160 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5161 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5162 # icc doesn't choke on unknown options, it will just issue warnings
5163 # (even with -Werror). So we grep stderr for any message
5164 # that says an option was ignored.
5165 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5166 am_cv_CC_dependencies_compiler_type=$depmode
5167 break
5168 fi
5169 fi
5170 done
5171
5172 cd ..
5173 rm -rf conftest.dir
5174 else
5175 am_cv_CC_dependencies_compiler_type=none
5176 fi
5177
5178 fi
5179 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5180 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5181 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5182
5183
5184
5185 if
5186 test "x$enable_dependency_tracking" != xno \
5187 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5188 am__fastdepCC_TRUE=
5189 am__fastdepCC_FALSE='#'
5190 else
5191 am__fastdepCC_TRUE='#'
5192 am__fastdepCC_FALSE=
5193 fi
5194
5195
5196 ac_ext=c
5197 ac_cpp='$CPP $CPPFLAGS'
5198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5201 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5202 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5203 # On Suns, sometimes $CPP names a directory.
5204 if test -n "$CPP" && test -d "$CPP"; then
5205 CPP=
5206 fi
5207 if test -z "$CPP"; then
5208 if test "${ac_cv_prog_CPP+set}" = set; then
5209 echo $ECHO_N "(cached) $ECHO_C" >&6
5210 else
5211 # Double quotes because CPP needs to be expanded
5212 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5213 do
5214 ac_preproc_ok=false
5215 for ac_c_preproc_warn_flag in '' yes
5216 do
5217 # Use a header file that comes with gcc, so configuring glibc
5218 # with a fresh cross-compiler works.
5219 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5220 # <limits.h> exists even on freestanding compilers.
5221 # On the NeXT, cc -E runs the code through the compiler's parser,
5222 # not just through cpp. "Syntax error" is here to catch this case.
5223 cat >conftest.$ac_ext <<_ACEOF
5224 #line $LINENO "configure"
5225 /* confdefs.h. */
5226 _ACEOF
5227 cat confdefs.h >>conftest.$ac_ext
5228 cat >>conftest.$ac_ext <<_ACEOF
5229 /* end confdefs.h. */
5230 #ifdef __STDC__
5231 # include <limits.h>
5232 #else
5233 # include <assert.h>
5234 #endif
5235 Syntax error
5236 _ACEOF
5237 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5238 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5239 ac_status=$?
5240 grep -v '^ *+' conftest.er1 >conftest.err
5241 rm -f conftest.er1
5242 cat conftest.err >&5
5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 (exit $ac_status); } >/dev/null; then
5245 if test -s conftest.err; then
5246 ac_cpp_err=$ac_c_preproc_warn_flag
5247 else
5248 ac_cpp_err=
5249 fi
5250 else
5251 ac_cpp_err=yes
5252 fi
5253 if test -z "$ac_cpp_err"; then
5254 :
5255 else
5256 echo "$as_me: failed program was:" >&5
5257 sed 's/^/| /' conftest.$ac_ext >&5
5258
5259 # Broken: fails on valid input.
5260 continue
5261 fi
5262 rm -f conftest.err conftest.$ac_ext
5263
5264 # OK, works on sane cases. Now check whether non-existent headers
5265 # can be detected and how.
5266 cat >conftest.$ac_ext <<_ACEOF
5267 #line $LINENO "configure"
5268 /* confdefs.h. */
5269 _ACEOF
5270 cat confdefs.h >>conftest.$ac_ext
5271 cat >>conftest.$ac_ext <<_ACEOF
5272 /* end confdefs.h. */
5273 #include <ac_nonexistent.h>
5274 _ACEOF
5275 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5276 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5277 ac_status=$?
5278 grep -v '^ *+' conftest.er1 >conftest.err
5279 rm -f conftest.er1
5280 cat conftest.err >&5
5281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5282 (exit $ac_status); } >/dev/null; then
5283 if test -s conftest.err; then
5284 ac_cpp_err=$ac_c_preproc_warn_flag
5285 else
5286 ac_cpp_err=
5287 fi
5288 else
5289 ac_cpp_err=yes
5290 fi
5291 if test -z "$ac_cpp_err"; then
5292 # Broken: success on invalid input.
5293 continue
5294 else
5295 echo "$as_me: failed program was:" >&5
5296 sed 's/^/| /' conftest.$ac_ext >&5
5297
5298 # Passes both tests.
5299 ac_preproc_ok=:
5300 break
5301 fi
5302 rm -f conftest.err conftest.$ac_ext
5303
5304 done
5305 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5306 rm -f conftest.err conftest.$ac_ext
5307 if $ac_preproc_ok; then
5308 break
5309 fi
5310
5311 done
5312 ac_cv_prog_CPP=$CPP
5313
5314 fi
5315 CPP=$ac_cv_prog_CPP
5316 else
5317 ac_cv_prog_CPP=$CPP
5318 fi
5319 echo "$as_me:$LINENO: result: $CPP" >&5
5320 echo "${ECHO_T}$CPP" >&6
5321 ac_preproc_ok=false
5322 for ac_c_preproc_warn_flag in '' yes
5323 do
5324 # Use a header file that comes with gcc, so configuring glibc
5325 # with a fresh cross-compiler works.
5326 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5327 # <limits.h> exists even on freestanding compilers.
5328 # On the NeXT, cc -E runs the code through the compiler's parser,
5329 # not just through cpp. "Syntax error" is here to catch this case.
5330 cat >conftest.$ac_ext <<_ACEOF
5331 #line $LINENO "configure"
5332 /* confdefs.h. */
5333 _ACEOF
5334 cat confdefs.h >>conftest.$ac_ext
5335 cat >>conftest.$ac_ext <<_ACEOF
5336 /* end confdefs.h. */
5337 #ifdef __STDC__
5338 # include <limits.h>
5339 #else
5340 # include <assert.h>
5341 #endif
5342 Syntax error
5343 _ACEOF
5344 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5345 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5346 ac_status=$?
5347 grep -v '^ *+' conftest.er1 >conftest.err
5348 rm -f conftest.er1
5349 cat conftest.err >&5
5350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5351 (exit $ac_status); } >/dev/null; then
5352 if test -s conftest.err; then
5353 ac_cpp_err=$ac_c_preproc_warn_flag
5354 else
5355 ac_cpp_err=
5356 fi
5357 else
5358 ac_cpp_err=yes
5359 fi
5360 if test -z "$ac_cpp_err"; then
5361 :
5362 else
5363 echo "$as_me: failed program was:" >&5
5364 sed 's/^/| /' conftest.$ac_ext >&5
5365
5366 # Broken: fails on valid input.
5367 continue
5368 fi
5369 rm -f conftest.err conftest.$ac_ext
5370
5371 # OK, works on sane cases. Now check whether non-existent headers
5372 # can be detected and how.
5373 cat >conftest.$ac_ext <<_ACEOF
5374 #line $LINENO "configure"
5375 /* confdefs.h. */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5380 #include <ac_nonexistent.h>
5381 _ACEOF
5382 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5383 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5384 ac_status=$?
5385 grep -v '^ *+' conftest.er1 >conftest.err
5386 rm -f conftest.er1
5387 cat conftest.err >&5
5388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5389 (exit $ac_status); } >/dev/null; then
5390 if test -s conftest.err; then
5391 ac_cpp_err=$ac_c_preproc_warn_flag
5392 else
5393 ac_cpp_err=
5394 fi
5395 else
5396 ac_cpp_err=yes
5397 fi
5398 if test -z "$ac_cpp_err"; then
5399 # Broken: success on invalid input.
5400 continue
5401 else
5402 echo "$as_me: failed program was:" >&5
5403 sed 's/^/| /' conftest.$ac_ext >&5
5404
5405 # Passes both tests.
5406 ac_preproc_ok=:
5407 break
5408 fi
5409 rm -f conftest.err conftest.$ac_ext
5410
5411 done
5412 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5413 rm -f conftest.err conftest.$ac_ext
5414 if $ac_preproc_ok; then
5415 :
5416 else
5417 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5418 See \`config.log' for more details." >&5
5419 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5420 See \`config.log' for more details." >&2;}
5421 { (exit 1); exit 1; }; }
5422 fi
5423
5424 ac_ext=c
5425 ac_cpp='$CPP $CPPFLAGS'
5426 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5427 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5428 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5429
5430 ac_ext=cc
5431 ac_cpp='$CXXCPP $CPPFLAGS'
5432 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5433 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5434 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5435 if test -n "$ac_tool_prefix"; then
5436 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5437 do
5438 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5439 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5440 echo "$as_me:$LINENO: checking for $ac_word" >&5
5441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5442 if test "${ac_cv_prog_CXX+set}" = set; then
5443 echo $ECHO_N "(cached) $ECHO_C" >&6
5444 else
5445 if test -n "$CXX"; then
5446 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5447 else
5448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5449 for as_dir in $PATH
5450 do
5451 IFS=$as_save_IFS
5452 test -z "$as_dir" && as_dir=.
5453 for ac_exec_ext in '' $ac_executable_extensions; do
5454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5455 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5457 break 2
5458 fi
5459 done
5460 done
5461
5462 fi
5463 fi
5464 CXX=$ac_cv_prog_CXX
5465 if test -n "$CXX"; then
5466 echo "$as_me:$LINENO: result: $CXX" >&5
5467 echo "${ECHO_T}$CXX" >&6
5468 else
5469 echo "$as_me:$LINENO: result: no" >&5
5470 echo "${ECHO_T}no" >&6
5471 fi
5472
5473 test -n "$CXX" && break
5474 done
5475 fi
5476 if test -z "$CXX"; then
5477 ac_ct_CXX=$CXX
5478 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5479 do
5480 # Extract the first word of "$ac_prog", so it can be a program name with args.
5481 set dummy $ac_prog; ac_word=$2
5482 echo "$as_me:$LINENO: checking for $ac_word" >&5
5483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5484 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5485 echo $ECHO_N "(cached) $ECHO_C" >&6
5486 else
5487 if test -n "$ac_ct_CXX"; then
5488 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5489 else
5490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5491 for as_dir in $PATH
5492 do
5493 IFS=$as_save_IFS
5494 test -z "$as_dir" && as_dir=.
5495 for ac_exec_ext in '' $ac_executable_extensions; do
5496 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5497 ac_cv_prog_ac_ct_CXX="$ac_prog"
5498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 break 2
5500 fi
5501 done
5502 done
5503
5504 fi
5505 fi
5506 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5507 if test -n "$ac_ct_CXX"; then
5508 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5509 echo "${ECHO_T}$ac_ct_CXX" >&6
5510 else
5511 echo "$as_me:$LINENO: result: no" >&5
5512 echo "${ECHO_T}no" >&6
5513 fi
5514
5515 test -n "$ac_ct_CXX" && break
5516 done
5517 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5518
5519 CXX=$ac_ct_CXX
5520 fi
5521
5522
5523 # Provide some information about the compiler.
5524 echo "$as_me:$LINENO:" \
5525 "checking for C++ compiler version" >&5
5526 ac_compiler=`set X $ac_compile; echo $2`
5527 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5528 (eval $ac_compiler --version </dev/null >&5) 2>&5
5529 ac_status=$?
5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); }
5532 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5533 (eval $ac_compiler -v </dev/null >&5) 2>&5
5534 ac_status=$?
5535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5536 (exit $ac_status); }
5537 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5538 (eval $ac_compiler -V </dev/null >&5) 2>&5
5539 ac_status=$?
5540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541 (exit $ac_status); }
5542
5543 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5544 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5545 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5546 echo $ECHO_N "(cached) $ECHO_C" >&6
5547 else
5548 cat >conftest.$ac_ext <<_ACEOF
5549 #line $LINENO "configure"
5550 /* confdefs.h. */
5551 _ACEOF
5552 cat confdefs.h >>conftest.$ac_ext
5553 cat >>conftest.$ac_ext <<_ACEOF
5554 /* end confdefs.h. */
5555
5556 int
5557 main ()
5558 {
5559 #ifndef __GNUC__
5560 choke me
5561 #endif
5562
5563 ;
5564 return 0;
5565 }
5566 _ACEOF
5567 rm -f conftest.$ac_objext
5568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5569 (eval $ac_compile) 2>&5
5570 ac_status=$?
5571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5572 (exit $ac_status); } &&
5573 { ac_try='test -s conftest.$ac_objext'
5574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5575 (eval $ac_try) 2>&5
5576 ac_status=$?
5577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5578 (exit $ac_status); }; }; then
5579 ac_compiler_gnu=yes
5580 else
5581 echo "$as_me: failed program was:" >&5
5582 sed 's/^/| /' conftest.$ac_ext >&5
5583
5584 ac_compiler_gnu=no
5585 fi
5586 rm -f conftest.$ac_objext conftest.$ac_ext
5587 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5588
5589 fi
5590 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5591 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5592 GXX=`test $ac_compiler_gnu = yes && echo yes`
5593 ac_test_CXXFLAGS=${CXXFLAGS+set}
5594 ac_save_CXXFLAGS=$CXXFLAGS
5595 CXXFLAGS="-g"
5596 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5597 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5598 if test "${ac_cv_prog_cxx_g+set}" = set; then
5599 echo $ECHO_N "(cached) $ECHO_C" >&6
5600 else
5601 cat >conftest.$ac_ext <<_ACEOF
5602 #line $LINENO "configure"
5603 /* confdefs.h. */
5604 _ACEOF
5605 cat confdefs.h >>conftest.$ac_ext
5606 cat >>conftest.$ac_ext <<_ACEOF
5607 /* end confdefs.h. */
5608
5609 int
5610 main ()
5611 {
5612
5613 ;
5614 return 0;
5615 }
5616 _ACEOF
5617 rm -f conftest.$ac_objext
5618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5619 (eval $ac_compile) 2>&5
5620 ac_status=$?
5621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5622 (exit $ac_status); } &&
5623 { ac_try='test -s conftest.$ac_objext'
5624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5625 (eval $ac_try) 2>&5
5626 ac_status=$?
5627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5628 (exit $ac_status); }; }; then
5629 ac_cv_prog_cxx_g=yes
5630 else
5631 echo "$as_me: failed program was:" >&5
5632 sed 's/^/| /' conftest.$ac_ext >&5
5633
5634 ac_cv_prog_cxx_g=no
5635 fi
5636 rm -f conftest.$ac_objext conftest.$ac_ext
5637 fi
5638 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5639 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5640 if test "$ac_test_CXXFLAGS" = set; then
5641 CXXFLAGS=$ac_save_CXXFLAGS
5642 elif test $ac_cv_prog_cxx_g = yes; then
5643 if test "$GXX" = yes; then
5644 CXXFLAGS="-g -O2"
5645 else
5646 CXXFLAGS="-g"
5647 fi
5648 else
5649 if test "$GXX" = yes; then
5650 CXXFLAGS="-O2"
5651 else
5652 CXXFLAGS=
5653 fi
5654 fi
5655 for ac_declaration in \
5656 '' \
5657 'extern "C" void std::exit (int) throw (); using std::exit;' \
5658 'extern "C" void std::exit (int); using std::exit;' \
5659 'extern "C" void exit (int) throw ();' \
5660 'extern "C" void exit (int);' \
5661 'void exit (int);'
5662 do
5663 cat >conftest.$ac_ext <<_ACEOF
5664 #line $LINENO "configure"
5665 /* confdefs.h. */
5666 _ACEOF
5667 cat confdefs.h >>conftest.$ac_ext
5668 cat >>conftest.$ac_ext <<_ACEOF
5669 /* end confdefs.h. */
5670 $ac_declaration
5671 #include <stdlib.h>
5672 int
5673 main ()
5674 {
5675 exit (42);
5676 ;
5677 return 0;
5678 }
5679 _ACEOF
5680 rm -f conftest.$ac_objext
5681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5682 (eval $ac_compile) 2>&5
5683 ac_status=$?
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); } &&
5686 { ac_try='test -s conftest.$ac_objext'
5687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5688 (eval $ac_try) 2>&5
5689 ac_status=$?
5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691 (exit $ac_status); }; }; then
5692 :
5693 else
5694 echo "$as_me: failed program was:" >&5
5695 sed 's/^/| /' conftest.$ac_ext >&5
5696
5697 continue
5698 fi
5699 rm -f conftest.$ac_objext conftest.$ac_ext
5700 cat >conftest.$ac_ext <<_ACEOF
5701 #line $LINENO "configure"
5702 /* confdefs.h. */
5703 _ACEOF
5704 cat confdefs.h >>conftest.$ac_ext
5705 cat >>conftest.$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5707 $ac_declaration
5708 int
5709 main ()
5710 {
5711 exit (42);
5712 ;
5713 return 0;
5714 }
5715 _ACEOF
5716 rm -f conftest.$ac_objext
5717 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5718 (eval $ac_compile) 2>&5
5719 ac_status=$?
5720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5721 (exit $ac_status); } &&
5722 { ac_try='test -s conftest.$ac_objext'
5723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5724 (eval $ac_try) 2>&5
5725 ac_status=$?
5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5727 (exit $ac_status); }; }; then
5728 break
5729 else
5730 echo "$as_me: failed program was:" >&5
5731 sed 's/^/| /' conftest.$ac_ext >&5
5732
5733 fi
5734 rm -f conftest.$ac_objext conftest.$ac_ext
5735 done
5736 rm -f conftest*
5737 if test -n "$ac_declaration"; then
5738 echo '#ifdef __cplusplus' >>confdefs.h
5739 echo $ac_declaration >>confdefs.h
5740 echo '#endif' >>confdefs.h
5741 fi
5742
5743 ac_ext=c
5744 ac_cpp='$CPP $CPPFLAGS'
5745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5748
5749 depcc="$CXX" am_compiler_list=
5750
5751 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5752 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5753 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5754 echo $ECHO_N "(cached) $ECHO_C" >&6
5755 else
5756 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5757 # We make a subdir and do the tests there. Otherwise we can end up
5758 # making bogus files that we don't know about and never remove. For
5759 # instance it was reported that on HP-UX the gcc test will end up
5760 # making a dummy file named `D' -- because `-MD' means `put the output
5761 # in D'.
5762 mkdir conftest.dir
5763 # Copy depcomp to subdir because otherwise we won't find it if we're
5764 # using a relative directory.
5765 cp "$am_depcomp" conftest.dir
5766 cd conftest.dir
5767 # We will build objects and dependencies in a subdirectory because
5768 # it helps to detect inapplicable dependency modes. For instance
5769 # both Tru64's cc and ICC support -MD to output dependencies as a
5770 # side effect of compilation, but ICC will put the dependencies in
5771 # the current directory while Tru64 will put them in the object
5772 # directory.
5773 mkdir sub
5774
5775 am_cv_CXX_dependencies_compiler_type=none
5776 if test "$am_compiler_list" = ""; then
5777 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5778 fi
5779 for depmode in $am_compiler_list; do
5780 # Setup a source with many dependencies, because some compilers
5781 # like to wrap large dependency lists on column 80 (with \), and
5782 # we should not choose a depcomp mode which is confused by this.
5783 #
5784 # We need to recreate these files for each test, as the compiler may
5785 # overwrite some of them when testing with obscure command lines.
5786 # This happens at least with the AIX C compiler.
5787 : > sub/conftest.c
5788 for i in 1 2 3 4 5 6; do
5789 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5790 : > sub/conftst$i.h
5791 done
5792 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5793
5794 case $depmode in
5795 nosideeffect)
5796 # after this tag, mechanisms are not by side-effect, so they'll
5797 # only be used when explicitly requested
5798 if test "x$enable_dependency_tracking" = xyes; then
5799 continue
5800 else
5801 break
5802 fi
5803 ;;
5804 none) break ;;
5805 esac
5806 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5807 # mode. It turns out that the SunPro C++ compiler does not properly
5808 # handle `-M -o', and we need to detect this.
5809 if depmode=$depmode \
5810 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5811 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5812 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5813 >/dev/null 2>conftest.err &&
5814 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5815 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5816 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5817 # icc doesn't choke on unknown options, it will just issue warnings
5818 # (even with -Werror). So we grep stderr for any message
5819 # that says an option was ignored.
5820 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5821 am_cv_CXX_dependencies_compiler_type=$depmode
5822 break
5823 fi
5824 fi
5825 done
5826
5827 cd ..
5828 rm -rf conftest.dir
5829 else
5830 am_cv_CXX_dependencies_compiler_type=none
5831 fi
5832
5833 fi
5834 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5835 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
5836 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5837
5838
5839
5840 if
5841 test "x$enable_dependency_tracking" != xno \
5842 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5843 am__fastdepCXX_TRUE=
5844 am__fastdepCXX_FALSE='#'
5845 else
5846 am__fastdepCXX_TRUE='#'
5847 am__fastdepCXX_FALSE=
5848 fi
5849
5850
5851
5852 echo "$as_me:$LINENO: checking for egrep" >&5
5853 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5854 if test "${ac_cv_prog_egrep+set}" = set; then
5855 echo $ECHO_N "(cached) $ECHO_C" >&6
5856 else
5857 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5858 then ac_cv_prog_egrep='grep -E'
5859 else ac_cv_prog_egrep='egrep'
5860 fi
5861 fi
5862 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5863 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5864 EGREP=$ac_cv_prog_egrep
5865
5866
5867 if test $ac_cv_c_compiler_gnu = yes; then
5868 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
5869 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
5870 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
5871 echo $ECHO_N "(cached) $ECHO_C" >&6
5872 else
5873 ac_pattern="Autoconf.*'x'"
5874 cat >conftest.$ac_ext <<_ACEOF
5875 #line $LINENO "configure"
5876 /* confdefs.h. */
5877 _ACEOF
5878 cat confdefs.h >>conftest.$ac_ext
5879 cat >>conftest.$ac_ext <<_ACEOF
5880 /* end confdefs.h. */
5881 #include <sgtty.h>
5882 Autoconf TIOCGETP
5883 _ACEOF
5884 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5885 $EGREP "$ac_pattern" >/dev/null 2>&1; then
5886 ac_cv_prog_gcc_traditional=yes
5887 else
5888 ac_cv_prog_gcc_traditional=no
5889 fi
5890 rm -f conftest*
5891
5892
5893 if test $ac_cv_prog_gcc_traditional = no; then
5894 cat >conftest.$ac_ext <<_ACEOF
5895 #line $LINENO "configure"
5896 /* confdefs.h. */
5897 _ACEOF
5898 cat confdefs.h >>conftest.$ac_ext
5899 cat >>conftest.$ac_ext <<_ACEOF
5900 /* end confdefs.h. */
5901 #include <termio.h>
5902 Autoconf TCGETA
5903 _ACEOF
5904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5905 $EGREP "$ac_pattern" >/dev/null 2>&1; then
5906 ac_cv_prog_gcc_traditional=yes
5907 fi
5908 rm -f conftest*
5909
5910 fi
5911 fi
5912 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
5913 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
5914 if test $ac_cv_prog_gcc_traditional = yes; then
5915 CC="$CC -traditional"
5916 fi
5917 fi
5918
5919 for ac_prog in gawk mawk nawk awk
5920 do
5921 # Extract the first word of "$ac_prog", so it can be a program name with args.
5922 set dummy $ac_prog; ac_word=$2
5923 echo "$as_me:$LINENO: checking for $ac_word" >&5
5924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5925 if test "${ac_cv_prog_AWK+set}" = set; then
5926 echo $ECHO_N "(cached) $ECHO_C" >&6
5927 else
5928 if test -n "$AWK"; then
5929 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5930 else
5931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5932 for as_dir in $PATH
5933 do
5934 IFS=$as_save_IFS
5935 test -z "$as_dir" && as_dir=.
5936 for ac_exec_ext in '' $ac_executable_extensions; do
5937 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5938 ac_cv_prog_AWK="$ac_prog"
5939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5940 break 2
5941 fi
5942 done
5943 done
5944
5945 fi
5946 fi
5947 AWK=$ac_cv_prog_AWK
5948 if test -n "$AWK"; then
5949 echo "$as_me:$LINENO: result: $AWK" >&5
5950 echo "${ECHO_T}$AWK" >&6
5951 else
5952 echo "$as_me:$LINENO: result: no" >&5
5953 echo "${ECHO_T}no" >&6
5954 fi
5955
5956 test -n "$AWK" && break
5957 done
5958
5959 # Find a good install program. We prefer a C program (faster),
5960 # so one script is as good as another. But avoid the broken or
5961 # incompatible versions:
5962 # SysV /etc/install, /usr/sbin/install
5963 # SunOS /usr/etc/install
5964 # IRIX /sbin/install
5965 # AIX /bin/install
5966 # AmigaOS /C/install, which installs bootblocks on floppy discs
5967 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5968 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5969 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5970 # ./install, which can be erroneously created by make from ./install.sh.
5971 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5972 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5973 if test -z "$INSTALL"; then
5974 if test "${ac_cv_path_install+set}" = set; then
5975 echo $ECHO_N "(cached) $ECHO_C" >&6
5976 else
5977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978 for as_dir in $PATH
5979 do
5980 IFS=$as_save_IFS
5981 test -z "$as_dir" && as_dir=.
5982 # Account for people who put trailing slashes in PATH elements.
5983 case $as_dir/ in
5984 ./ | .// | /cC/* | \
5985 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5986 /usr/ucb/* ) ;;
5987 *)
5988 # OSF1 and SCO ODT 3.0 have their own names for install.
5989 # Don't use installbsd from OSF since it installs stuff as root
5990 # by default.
5991 for ac_prog in ginstall scoinst install; do
5992 for ac_exec_ext in '' $ac_executable_extensions; do
5993 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5994 if test $ac_prog = install &&
5995 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5996 # AIX install. It has an incompatible calling convention.
5997 :
5998 elif test $ac_prog = install &&
5999 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6000 # program-specific install script used by HP pwplus--don't use.
6001 :
6002 else
6003 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6004 break 3
6005 fi
6006 fi
6007 done
6008 done
6009 ;;
6010 esac
6011 done
6012
6013
6014 fi
6015 if test "${ac_cv_path_install+set}" = set; then
6016 INSTALL=$ac_cv_path_install
6017 else
6018 # As a last resort, use the slow shell script. We don't cache a
6019 # path for INSTALL within a source directory, because that will
6020 # break other packages using the cache if that directory is
6021 # removed, or if the path is relative.
6022 INSTALL=$ac_install_sh
6023 fi
6024 fi
6025 echo "$as_me:$LINENO: result: $INSTALL" >&5
6026 echo "${ECHO_T}$INSTALL" >&6
6027
6028 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6029 # It thinks the first close brace ends the variable substitution.
6030 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6031
6032 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6033
6034 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6035
6036 echo "$as_me:$LINENO: checking whether ln -s works" >&5
6037 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6038 LN_S=$as_ln_s
6039 if test "$LN_S" = "ln -s"; then
6040 echo "$as_me:$LINENO: result: yes" >&5
6041 echo "${ECHO_T}yes" >&6
6042 else
6043 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6044 echo "${ECHO_T}no, using $LN_S" >&6
6045 fi
6046
6047 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6048 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6049 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
6050 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6051 echo $ECHO_N "(cached) $ECHO_C" >&6
6052 else
6053 cat >conftest.make <<\_ACEOF
6054 all:
6055 @echo 'ac_maketemp="$(MAKE)"'
6056 _ACEOF
6057 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6058 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6059 if test -n "$ac_maketemp"; then
6060 eval ac_cv_prog_make_${ac_make}_set=yes
6061 else
6062 eval ac_cv_prog_make_${ac_make}_set=no
6063 fi
6064 rm -f conftest.make
6065 fi
6066 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6067 echo "$as_me:$LINENO: result: yes" >&5
6068 echo "${ECHO_T}yes" >&6
6069 SET_MAKE=
6070 else
6071 echo "$as_me:$LINENO: result: no" >&5
6072 echo "${ECHO_T}no" >&6
6073 SET_MAKE="MAKE=${MAKE-make}"
6074 fi
6075
6076 if test -n "$ac_tool_prefix"; then
6077 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6078 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6079 echo "$as_me:$LINENO: checking for $ac_word" >&5
6080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6081 if test "${ac_cv_prog_RANLIB+set}" = set; then
6082 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 else
6084 if test -n "$RANLIB"; then
6085 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6086 else
6087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6088 for as_dir in $PATH
6089 do
6090 IFS=$as_save_IFS
6091 test -z "$as_dir" && as_dir=.
6092 for ac_exec_ext in '' $ac_executable_extensions; do
6093 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6094 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6095 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6096 break 2
6097 fi
6098 done
6099 done
6100
6101 fi
6102 fi
6103 RANLIB=$ac_cv_prog_RANLIB
6104 if test -n "$RANLIB"; then
6105 echo "$as_me:$LINENO: result: $RANLIB" >&5
6106 echo "${ECHO_T}$RANLIB" >&6
6107 else
6108 echo "$as_me:$LINENO: result: no" >&5
6109 echo "${ECHO_T}no" >&6
6110 fi
6111
6112 fi
6113 if test -z "$ac_cv_prog_RANLIB"; then
6114 ac_ct_RANLIB=$RANLIB
6115 # Extract the first word of "ranlib", so it can be a program name with args.
6116 set dummy ranlib; ac_word=$2
6117 echo "$as_me:$LINENO: checking for $ac_word" >&5
6118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6119 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 if test -n "$ac_ct_RANLIB"; then
6123 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6124 else
6125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126 for as_dir in $PATH
6127 do
6128 IFS=$as_save_IFS
6129 test -z "$as_dir" && as_dir=.
6130 for ac_exec_ext in '' $ac_executable_extensions; do
6131 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6132 ac_cv_prog_ac_ct_RANLIB="ranlib"
6133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6134 break 2
6135 fi
6136 done
6137 done
6138
6139 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6140 fi
6141 fi
6142 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6143 if test -n "$ac_ct_RANLIB"; then
6144 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6145 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6146 else
6147 echo "$as_me:$LINENO: result: no" >&5
6148 echo "${ECHO_T}no" >&6
6149 fi
6150
6151 RANLIB=$ac_ct_RANLIB
6152 else
6153 RANLIB="$ac_cv_prog_RANLIB"
6154 fi
6155
6156
6157
6158 echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
6159 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
6160 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6162 else
6163 ac_check_lib_save_LIBS=$LIBS
6164 LIBS="-lcposix $LIBS"
6165 cat >conftest.$ac_ext <<_ACEOF
6166 #line $LINENO "configure"
6167 /* confdefs.h. */
6168 _ACEOF
6169 cat confdefs.h >>conftest.$ac_ext
6170 cat >>conftest.$ac_ext <<_ACEOF
6171 /* end confdefs.h. */
6172
6173 /* Override any gcc2 internal prototype to avoid an error. */
6174 #ifdef __cplusplus
6175 extern "C"
6176 #endif
6177 /* We use char because int might match the return type of a gcc2
6178 builtin and then its argument prototype would still apply. */
6179 char strerror ();
6180 int
6181 main ()
6182 {
6183 strerror ();
6184 ;
6185 return 0;
6186 }
6187 _ACEOF
6188 rm -f conftest.$ac_objext conftest$ac_exeext
6189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6190 (eval $ac_link) 2>&5
6191 ac_status=$?
6192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6193 (exit $ac_status); } &&
6194 { ac_try='test -s conftest$ac_exeext'
6195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6196 (eval $ac_try) 2>&5
6197 ac_status=$?
6198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6199 (exit $ac_status); }; }; then
6200 ac_cv_lib_cposix_strerror=yes
6201 else
6202 echo "$as_me: failed program was:" >&5
6203 sed 's/^/| /' conftest.$ac_ext >&5
6204
6205 ac_cv_lib_cposix_strerror=no
6206 fi
6207 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6208 LIBS=$ac_check_lib_save_LIBS
6209 fi
6210 echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
6211 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
6212 if test $ac_cv_lib_cposix_strerror = yes; then
6213 LIBS="$LIBS -lcposix"
6214 fi
6215
6216
6217
6218
6219 # Check whether --enable-iftype or --disable-iftype was given.
6220 if test "${enable_iftype+set}" = set; then
6221 enableval="$enable_iftype"
6222
6223 IFTYPE=`echo $enableval | sed s%/.*%%`
6224 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6225
6226
6227 fi;
6228
6229 echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6230 echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6231
6232 if test "x$IFTYPE" = "x"; then
6233 case $target_os in
6234 *linux*)
6235 IFTYPE=native
6236 IFSUBTYPE=linux
6237
6238 cat >>confdefs.h <<\_ACEOF
6239 #define HAVE_LINUX 1
6240 _ACEOF
6241
6242 ;;
6243 *freebsd*)
6244 IFTYPE=tincd
6245 IFSUBTYPE=freebsd
6246
6247 cat >>confdefs.h <<\_ACEOF
6248 #define HAVE_FREEBSD 1
6249 _ACEOF
6250
6251 ;;
6252 *darwin*)
6253 IFTYPE=tincd
6254 IFSUBTYPE=darwin
6255
6256 cat >>confdefs.h <<\_ACEOF
6257 #define HAVE_DARWIN 1
6258 _ACEOF
6259
6260 ;;
6261 *solaris*)
6262 IFTYPE=tincd
6263 IFSUBTYPE=solaris
6264
6265 cat >>confdefs.h <<\_ACEOF
6266 #define HAVE_SOLARIS 1
6267 _ACEOF
6268
6269 ;;
6270 *openbsd*)
6271 IFTYPE=tincd
6272 IFSUBTYPE=openbsd
6273
6274 cat >>confdefs.h <<\_ACEOF
6275 #define HAVE_OPENBSD 1
6276 _ACEOF
6277
6278 ;;
6279 *netbsd*)
6280 IFTYPE=tincd
6281 IFSUBTYPE=netbsd
6282
6283 cat >>confdefs.h <<\_ACEOF
6284 #define HAVE_NETBSD 1
6285 _ACEOF
6286
6287 ;;
6288 *cygwin*)
6289 IFTYPE=native
6290 IFSUBTYPE=cygwin
6291
6292 cat >>confdefs.h <<\_ACEOF
6293 #define HAVE_CYGWIN 1
6294 _ACEOF
6295
6296 ;;
6297 *)
6298 { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6299 echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6300 { (exit 1); exit 1; }; }
6301 ;;
6302 esac
6303 fi
6304 echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6305 echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6306 IFTYPE=$IFTYPE
6307
6308 IFSUBTYPE=$IFSUBTYPE
6309
6310
6311 cat >confcache <<\_ACEOF
6312 # This file is a shell script that caches the results of configure
6313 # tests run on this system so they can be shared between configure
6314 # scripts and configure runs, see configure's option --config-cache.
6315 # It is not useful on other systems. If it contains results you don't
6316 # want to keep, you may remove or edit it.
6317 #
6318 # config.status only pays attention to the cache file if you give it
6319 # the --recheck option to rerun configure.
6320 #
6321 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6322 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6323 # following values.
6324
6325 _ACEOF
6326
6327 # The following way of writing the cache mishandles newlines in values,
6328 # but we know of no workaround that is simple, portable, and efficient.
6329 # So, don't put newlines in cache variables' values.
6330 # Ultrix sh set writes to stderr and can't be redirected directly,
6331 # and sets the high bit in the cache file unless we assign to the vars.
6332 {
6333 (set) 2>&1 |
6334 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6335 *ac_space=\ *)
6336 # `set' does not quote correctly, so add quotes (double-quote
6337 # substitution turns \\\\ into \\, and sed turns \\ into \).
6338 sed -n \
6339 "s/'/'\\\\''/g;
6340 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6341 ;;
6342 *)
6343 # `set' quotes correctly as required by POSIX, so do not add quotes.
6344 sed -n \
6345 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6346 ;;
6347 esac;
6348 } |
6349 sed '
6350 t clear
6351 : clear
6352 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6353 t end
6354 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6355 : end' >>confcache
6356 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6357 if test -w $cache_file; then
6358 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6359 cat confcache >$cache_file
6360 else
6361 echo "not updating unwritable cache $cache_file"
6362 fi
6363 fi
6364 rm -f confcache
6365
6366
6367 ac_ext=cc
6368 ac_cpp='$CXXCPP $CPPFLAGS'
6369 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6370 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6371 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6372
6373
6374 ac_ext=cc
6375 ac_cpp='$CXXCPP $CPPFLAGS'
6376 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6377 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6378 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6379 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6380 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6381 if test -z "$CXXCPP"; then
6382 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6
6384 else
6385 # Double quotes because CXXCPP needs to be expanded
6386 for CXXCPP in "$CXX -E" "/lib/cpp"
6387 do
6388 ac_preproc_ok=false
6389 for ac_cxx_preproc_warn_flag in '' yes
6390 do
6391 # Use a header file that comes with gcc, so configuring glibc
6392 # with a fresh cross-compiler works.
6393 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6394 # <limits.h> exists even on freestanding compilers.
6395 # On the NeXT, cc -E runs the code through the compiler's parser,
6396 # not just through cpp. "Syntax error" is here to catch this case.
6397 cat >conftest.$ac_ext <<_ACEOF
6398 #line $LINENO "configure"
6399 /* confdefs.h. */
6400 _ACEOF
6401 cat confdefs.h >>conftest.$ac_ext
6402 cat >>conftest.$ac_ext <<_ACEOF
6403 /* end confdefs.h. */
6404 #ifdef __STDC__
6405 # include <limits.h>
6406 #else
6407 # include <assert.h>
6408 #endif
6409 Syntax error
6410 _ACEOF
6411 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6412 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6413 ac_status=$?
6414 grep -v '^ *+' conftest.er1 >conftest.err
6415 rm -f conftest.er1
6416 cat conftest.err >&5
6417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6418 (exit $ac_status); } >/dev/null; then
6419 if test -s conftest.err; then
6420 ac_cpp_err=$ac_cxx_preproc_warn_flag
6421 else
6422 ac_cpp_err=
6423 fi
6424 else
6425 ac_cpp_err=yes
6426 fi
6427 if test -z "$ac_cpp_err"; then
6428 :
6429 else
6430 echo "$as_me: failed program was:" >&5
6431 sed 's/^/| /' conftest.$ac_ext >&5
6432
6433 # Broken: fails on valid input.
6434 continue
6435 fi
6436 rm -f conftest.err conftest.$ac_ext
6437
6438 # OK, works on sane cases. Now check whether non-existent headers
6439 # can be detected and how.
6440 cat >conftest.$ac_ext <<_ACEOF
6441 #line $LINENO "configure"
6442 /* confdefs.h. */
6443 _ACEOF
6444 cat confdefs.h >>conftest.$ac_ext
6445 cat >>conftest.$ac_ext <<_ACEOF
6446 /* end confdefs.h. */
6447 #include <ac_nonexistent.h>
6448 _ACEOF
6449 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6450 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6451 ac_status=$?
6452 grep -v '^ *+' conftest.er1 >conftest.err
6453 rm -f conftest.er1
6454 cat conftest.err >&5
6455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6456 (exit $ac_status); } >/dev/null; then
6457 if test -s conftest.err; then
6458 ac_cpp_err=$ac_cxx_preproc_warn_flag
6459 else
6460 ac_cpp_err=
6461 fi
6462 else
6463 ac_cpp_err=yes
6464 fi
6465 if test -z "$ac_cpp_err"; then
6466 # Broken: success on invalid input.
6467 continue
6468 else
6469 echo "$as_me: failed program was:" >&5
6470 sed 's/^/| /' conftest.$ac_ext >&5
6471
6472 # Passes both tests.
6473 ac_preproc_ok=:
6474 break
6475 fi
6476 rm -f conftest.err conftest.$ac_ext
6477
6478 done
6479 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6480 rm -f conftest.err conftest.$ac_ext
6481 if $ac_preproc_ok; then
6482 break
6483 fi
6484
6485 done
6486 ac_cv_prog_CXXCPP=$CXXCPP
6487
6488 fi
6489 CXXCPP=$ac_cv_prog_CXXCPP
6490 else
6491 ac_cv_prog_CXXCPP=$CXXCPP
6492 fi
6493 echo "$as_me:$LINENO: result: $CXXCPP" >&5
6494 echo "${ECHO_T}$CXXCPP" >&6
6495 ac_preproc_ok=false
6496 for ac_cxx_preproc_warn_flag in '' yes
6497 do
6498 # Use a header file that comes with gcc, so configuring glibc
6499 # with a fresh cross-compiler works.
6500 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6501 # <limits.h> exists even on freestanding compilers.
6502 # On the NeXT, cc -E runs the code through the compiler's parser,
6503 # not just through cpp. "Syntax error" is here to catch this case.
6504 cat >conftest.$ac_ext <<_ACEOF
6505 #line $LINENO "configure"
6506 /* confdefs.h. */
6507 _ACEOF
6508 cat confdefs.h >>conftest.$ac_ext
6509 cat >>conftest.$ac_ext <<_ACEOF
6510 /* end confdefs.h. */
6511 #ifdef __STDC__
6512 # include <limits.h>
6513 #else
6514 # include <assert.h>
6515 #endif
6516 Syntax error
6517 _ACEOF
6518 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6519 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6520 ac_status=$?
6521 grep -v '^ *+' conftest.er1 >conftest.err
6522 rm -f conftest.er1
6523 cat conftest.err >&5
6524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6525 (exit $ac_status); } >/dev/null; then
6526 if test -s conftest.err; then
6527 ac_cpp_err=$ac_cxx_preproc_warn_flag
6528 else
6529 ac_cpp_err=
6530 fi
6531 else
6532 ac_cpp_err=yes
6533 fi
6534 if test -z "$ac_cpp_err"; then
6535 :
6536 else
6537 echo "$as_me: failed program was:" >&5
6538 sed 's/^/| /' conftest.$ac_ext >&5
6539
6540 # Broken: fails on valid input.
6541 continue
6542 fi
6543 rm -f conftest.err conftest.$ac_ext
6544
6545 # OK, works on sane cases. Now check whether non-existent headers
6546 # can be detected and how.
6547 cat >conftest.$ac_ext <<_ACEOF
6548 #line $LINENO "configure"
6549 /* confdefs.h. */
6550 _ACEOF
6551 cat confdefs.h >>conftest.$ac_ext
6552 cat >>conftest.$ac_ext <<_ACEOF
6553 /* end confdefs.h. */
6554 #include <ac_nonexistent.h>
6555 _ACEOF
6556 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6557 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6558 ac_status=$?
6559 grep -v '^ *+' conftest.er1 >conftest.err
6560 rm -f conftest.er1
6561 cat conftest.err >&5
6562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 (exit $ac_status); } >/dev/null; then
6564 if test -s conftest.err; then
6565 ac_cpp_err=$ac_cxx_preproc_warn_flag
6566 else
6567 ac_cpp_err=
6568 fi
6569 else
6570 ac_cpp_err=yes
6571 fi
6572 if test -z "$ac_cpp_err"; then
6573 # Broken: success on invalid input.
6574 continue
6575 else
6576 echo "$as_me: failed program was:" >&5
6577 sed 's/^/| /' conftest.$ac_ext >&5
6578
6579 # Passes both tests.
6580 ac_preproc_ok=:
6581 break
6582 fi
6583 rm -f conftest.err conftest.$ac_ext
6584
6585 done
6586 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6587 rm -f conftest.err conftest.$ac_ext
6588 if $ac_preproc_ok; then
6589 :
6590 else
6591 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6592 See \`config.log' for more details." >&5
6593 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6594 See \`config.log' for more details." >&2;}
6595 { (exit 1); exit 1; }; }
6596 fi
6597
6598 ac_ext=cc
6599 ac_cpp='$CXXCPP $CPPFLAGS'
6600 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6601 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6602 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6603
6604
6605 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6606 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6607 if test "${ac_cv_header_stdc+set}" = set; then
6608 echo $ECHO_N "(cached) $ECHO_C" >&6
6609 else
6610 cat >conftest.$ac_ext <<_ACEOF
6611 #line $LINENO "configure"
6612 /* confdefs.h. */
6613 _ACEOF
6614 cat confdefs.h >>conftest.$ac_ext
6615 cat >>conftest.$ac_ext <<_ACEOF
6616 /* end confdefs.h. */
6617 #include <stdlib.h>
6618 #include <stdarg.h>
6619 #include <string.h>
6620 #include <float.h>
6621
6622 int
6623 main ()
6624 {
6625
6626 ;
6627 return 0;
6628 }
6629 _ACEOF
6630 rm -f conftest.$ac_objext
6631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6632 (eval $ac_compile) 2>&5
6633 ac_status=$?
6634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6635 (exit $ac_status); } &&
6636 { ac_try='test -s conftest.$ac_objext'
6637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6638 (eval $ac_try) 2>&5
6639 ac_status=$?
6640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6641 (exit $ac_status); }; }; then
6642 ac_cv_header_stdc=yes
6643 else
6644 echo "$as_me: failed program was:" >&5
6645 sed 's/^/| /' conftest.$ac_ext >&5
6646
6647 ac_cv_header_stdc=no
6648 fi
6649 rm -f conftest.$ac_objext conftest.$ac_ext
6650
6651 if test $ac_cv_header_stdc = yes; then
6652 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6653 cat >conftest.$ac_ext <<_ACEOF
6654 #line $LINENO "configure"
6655 /* confdefs.h. */
6656 _ACEOF
6657 cat confdefs.h >>conftest.$ac_ext
6658 cat >>conftest.$ac_ext <<_ACEOF
6659 /* end confdefs.h. */
6660 #include <string.h>
6661
6662 _ACEOF
6663 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6664 $EGREP "memchr" >/dev/null 2>&1; then
6665 :
6666 else
6667 ac_cv_header_stdc=no
6668 fi
6669 rm -f conftest*
6670
6671 fi
6672
6673 if test $ac_cv_header_stdc = yes; then
6674 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6675 cat >conftest.$ac_ext <<_ACEOF
6676 #line $LINENO "configure"
6677 /* confdefs.h. */
6678 _ACEOF
6679 cat confdefs.h >>conftest.$ac_ext
6680 cat >>conftest.$ac_ext <<_ACEOF
6681 /* end confdefs.h. */
6682 #include <stdlib.h>
6683
6684 _ACEOF
6685 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6686 $EGREP "free" >/dev/null 2>&1; then
6687 :
6688 else
6689 ac_cv_header_stdc=no
6690 fi
6691 rm -f conftest*
6692
6693 fi
6694
6695 if test $ac_cv_header_stdc = yes; then
6696 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6697 if test "$cross_compiling" = yes; then
6698 :
6699 else
6700 cat >conftest.$ac_ext <<_ACEOF
6701 #line $LINENO "configure"
6702 /* confdefs.h. */
6703 _ACEOF
6704 cat confdefs.h >>conftest.$ac_ext
6705 cat >>conftest.$ac_ext <<_ACEOF
6706 /* end confdefs.h. */
6707 #include <ctype.h>
6708 #if ((' ' & 0x0FF) == 0x020)
6709 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6710 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6711 #else
6712 # define ISLOWER(c) \
6713 (('a' <= (c) && (c) <= 'i') \
6714 || ('j' <= (c) && (c) <= 'r') \
6715 || ('s' <= (c) && (c) <= 'z'))
6716 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6717 #endif
6718
6719 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6720 int
6721 main ()
6722 {
6723 int i;
6724 for (i = 0; i < 256; i++)
6725 if (XOR (islower (i), ISLOWER (i))
6726 || toupper (i) != TOUPPER (i))
6727 exit(2);
6728 exit (0);
6729 }
6730 _ACEOF
6731 rm -f conftest$ac_exeext
6732 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6733 (eval $ac_link) 2>&5
6734 ac_status=$?
6735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6736 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6738 (eval $ac_try) 2>&5
6739 ac_status=$?
6740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6741 (exit $ac_status); }; }; then
6742 :
6743 else
6744 echo "$as_me: program exited with status $ac_status" >&5
6745 echo "$as_me: failed program was:" >&5
6746 sed 's/^/| /' conftest.$ac_ext >&5
6747
6748 ( exit $ac_status )
6749 ac_cv_header_stdc=no
6750 fi
6751 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6752 fi
6753 fi
6754 fi
6755 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6756 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6757 if test $ac_cv_header_stdc = yes; then
6758
6759 cat >>confdefs.h <<\_ACEOF
6760 #define STDC_HEADERS 1
6761 _ACEOF
6762
6763 fi
6764
6765 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6776 inttypes.h stdint.h unistd.h
6777 do
6778 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6779 echo "$as_me:$LINENO: checking for $ac_header" >&5
6780 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6781 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6782 echo $ECHO_N "(cached) $ECHO_C" >&6
6783 else
6784 cat >conftest.$ac_ext <<_ACEOF
6785 #line $LINENO "configure"
6786 /* confdefs.h. */
6787 _ACEOF
6788 cat confdefs.h >>conftest.$ac_ext
6789 cat >>conftest.$ac_ext <<_ACEOF
6790 /* end confdefs.h. */
6791 $ac_includes_default
6792
6793 #include <$ac_header>
6794 _ACEOF
6795 rm -f conftest.$ac_objext
6796 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6797 (eval $ac_compile) 2>&5
6798 ac_status=$?
6799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6800 (exit $ac_status); } &&
6801 { ac_try='test -s conftest.$ac_objext'
6802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803 (eval $ac_try) 2>&5
6804 ac_status=$?
6805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 (exit $ac_status); }; }; then
6807 eval "$as_ac_Header=yes"
6808 else
6809 echo "$as_me: failed program was:" >&5
6810 sed 's/^/| /' conftest.$ac_ext >&5
6811
6812 eval "$as_ac_Header=no"
6813 fi
6814 rm -f conftest.$ac_objext conftest.$ac_ext
6815 fi
6816 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6817 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6818 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6819 cat >>confdefs.h <<_ACEOF
6820 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6821 _ACEOF
6822
6823 fi
6824
6825 done
6826
6827
6828
6829 for ac_header in ext/hash_map
6830 do
6831 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6832 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6833 echo "$as_me:$LINENO: checking for $ac_header" >&5
6834 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6835 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6836 echo $ECHO_N "(cached) $ECHO_C" >&6
6837 fi
6838 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6839 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6840 else
6841 # Is the header compilable?
6842 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6843 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6844 cat >conftest.$ac_ext <<_ACEOF
6845 #line $LINENO "configure"
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6851 $ac_includes_default
6852 #include <$ac_header>
6853 _ACEOF
6854 rm -f conftest.$ac_objext
6855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6856 (eval $ac_compile) 2>&5
6857 ac_status=$?
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); } &&
6860 { ac_try='test -s conftest.$ac_objext'
6861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6862 (eval $ac_try) 2>&5
6863 ac_status=$?
6864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6865 (exit $ac_status); }; }; then
6866 ac_header_compiler=yes
6867 else
6868 echo "$as_me: failed program was:" >&5
6869 sed 's/^/| /' conftest.$ac_ext >&5
6870
6871 ac_header_compiler=no
6872 fi
6873 rm -f conftest.$ac_objext conftest.$ac_ext
6874 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6875 echo "${ECHO_T}$ac_header_compiler" >&6
6876
6877 # Is the header present?
6878 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6879 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6880 cat >conftest.$ac_ext <<_ACEOF
6881 #line $LINENO "configure"
6882 /* confdefs.h. */
6883 _ACEOF
6884 cat confdefs.h >>conftest.$ac_ext
6885 cat >>conftest.$ac_ext <<_ACEOF
6886 /* end confdefs.h. */
6887 #include <$ac_header>
6888 _ACEOF
6889 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6890 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6891 ac_status=$?
6892 grep -v '^ *+' conftest.er1 >conftest.err
6893 rm -f conftest.er1
6894 cat conftest.err >&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); } >/dev/null; then
6897 if test -s conftest.err; then
6898 ac_cpp_err=$ac_cxx_preproc_warn_flag
6899 else
6900 ac_cpp_err=
6901 fi
6902 else
6903 ac_cpp_err=yes
6904 fi
6905 if test -z "$ac_cpp_err"; then
6906 ac_header_preproc=yes
6907 else
6908 echo "$as_me: failed program was:" >&5
6909 sed 's/^/| /' conftest.$ac_ext >&5
6910
6911 ac_header_preproc=no
6912 fi
6913 rm -f conftest.err conftest.$ac_ext
6914 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6915 echo "${ECHO_T}$ac_header_preproc" >&6
6916
6917 # So? What about this header?
6918 case $ac_header_compiler:$ac_header_preproc in
6919 yes:no )
6920 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6921 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6922 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6923 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6924 (
6925 cat <<\_ASBOX
6926 ## ------------------------------------ ##
6927 ## Report this to bug-autoconf@gnu.org. ##
6928 ## ------------------------------------ ##
6929 _ASBOX
6930 ) |
6931 sed "s/^/$as_me: WARNING: /" >&2
6932 ;;
6933 no:yes )
6934 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6935 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6936 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6937 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6938 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6939 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6940 (
6941 cat <<\_ASBOX
6942 ## ------------------------------------ ##
6943 ## Report this to bug-autoconf@gnu.org. ##
6944 ## ------------------------------------ ##
6945 _ASBOX
6946 ) |
6947 sed "s/^/$as_me: WARNING: /" >&2
6948 ;;
6949 esac
6950 echo "$as_me:$LINENO: checking for $ac_header" >&5
6951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6952 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6953 echo $ECHO_N "(cached) $ECHO_C" >&6
6954 else
6955 eval "$as_ac_Header=$ac_header_preproc"
6956 fi
6957 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6958 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6959
6960 fi
6961 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6962 cat >>confdefs.h <<_ACEOF
6963 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6964 _ACEOF
6965
6966 fi
6967
6968 done
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989 for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
6990 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h arpa/inet.h \
6991 sys/poll.h sys/mman.h netinet/in.h
6992 do
6993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6994 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6995 echo "$as_me:$LINENO: checking for $ac_header" >&5
6996 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6997 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6998 echo $ECHO_N "(cached) $ECHO_C" >&6
6999 fi
7000 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7001 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7002 else
7003 # Is the header compilable?
7004 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7005 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7006 cat >conftest.$ac_ext <<_ACEOF
7007 #line $LINENO "configure"
7008 /* confdefs.h. */
7009 _ACEOF
7010 cat confdefs.h >>conftest.$ac_ext
7011 cat >>conftest.$ac_ext <<_ACEOF
7012 /* end confdefs.h. */
7013 $ac_includes_default
7014 #include <$ac_header>
7015 _ACEOF
7016 rm -f conftest.$ac_objext
7017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7018 (eval $ac_compile) 2>&5
7019 ac_status=$?
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); } &&
7022 { ac_try='test -s conftest.$ac_objext'
7023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024 (eval $ac_try) 2>&5
7025 ac_status=$?
7026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027 (exit $ac_status); }; }; then
7028 ac_header_compiler=yes
7029 else
7030 echo "$as_me: failed program was:" >&5
7031 sed 's/^/| /' conftest.$ac_ext >&5
7032
7033 ac_header_compiler=no
7034 fi
7035 rm -f conftest.$ac_objext conftest.$ac_ext
7036 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7037 echo "${ECHO_T}$ac_header_compiler" >&6
7038
7039 # Is the header present?
7040 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7041 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7042 cat >conftest.$ac_ext <<_ACEOF
7043 #line $LINENO "configure"
7044 /* confdefs.h. */
7045 _ACEOF
7046 cat confdefs.h >>conftest.$ac_ext
7047 cat >>conftest.$ac_ext <<_ACEOF
7048 /* end confdefs.h. */
7049 #include <$ac_header>
7050 _ACEOF
7051 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7052 (eval $ac_cpp conftest.$ac_ext) 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); } >/dev/null; then
7059 if test -s conftest.err; then
7060 ac_cpp_err=$ac_cxx_preproc_warn_flag
7061 else
7062 ac_cpp_err=
7063 fi
7064 else
7065 ac_cpp_err=yes
7066 fi
7067 if test -z "$ac_cpp_err"; then
7068 ac_header_preproc=yes
7069 else
7070 echo "$as_me: failed program was:" >&5
7071 sed 's/^/| /' conftest.$ac_ext >&5
7072
7073 ac_header_preproc=no
7074 fi
7075 rm -f conftest.err conftest.$ac_ext
7076 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7077 echo "${ECHO_T}$ac_header_preproc" >&6
7078
7079 # So? What about this header?
7080 case $ac_header_compiler:$ac_header_preproc in
7081 yes:no )
7082 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7083 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7084 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7085 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7086 (
7087 cat <<\_ASBOX
7088 ## ------------------------------------ ##
7089 ## Report this to bug-autoconf@gnu.org. ##
7090 ## ------------------------------------ ##
7091 _ASBOX
7092 ) |
7093 sed "s/^/$as_me: WARNING: /" >&2
7094 ;;
7095 no:yes )
7096 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7097 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7098 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7099 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7100 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7101 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7102 (
7103 cat <<\_ASBOX
7104 ## ------------------------------------ ##
7105 ## Report this to bug-autoconf@gnu.org. ##
7106 ## ------------------------------------ ##
7107 _ASBOX
7108 ) |
7109 sed "s/^/$as_me: WARNING: /" >&2
7110 ;;
7111 esac
7112 echo "$as_me:$LINENO: checking for $ac_header" >&5
7113 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7114 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7115 echo $ECHO_N "(cached) $ECHO_C" >&6
7116 else
7117 eval "$as_ac_Header=$ac_header_preproc"
7118 fi
7119 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7120 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7121
7122 fi
7123 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7124 cat >>confdefs.h <<_ACEOF
7125 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7126 _ACEOF
7127
7128 fi
7129
7130 done
7131
7132
7133
7134
7135
7136
7137 for ac_header in net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7138 do
7139 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7140 echo "$as_me:$LINENO: checking for $ac_header" >&5
7141 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7142 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7143 echo $ECHO_N "(cached) $ECHO_C" >&6
7144 else
7145 cat >conftest.$ac_ext <<_ACEOF
7146 #line $LINENO "configure"
7147 /* confdefs.h. */
7148 _ACEOF
7149 cat confdefs.h >>conftest.$ac_ext
7150 cat >>conftest.$ac_ext <<_ACEOF
7151 /* end confdefs.h. */
7152
7153 #include <sys/types.h>
7154 #include <sys/socket.h>
7155 #ifdef HAVE_NETINET_IN_H
7156 # include <netinet/in.h>
7157 #endif
7158 #ifdef HAVE_ARPA_INET_H
7159 # include <arpa/inet.h>
7160 #endif
7161 #ifdef HAVE_NETINET_IN_SYSTM_H
7162 # include <netinet/in_systm.h>
7163 #endif
7164
7165
7166 #include <$ac_header>
7167 _ACEOF
7168 rm -f conftest.$ac_objext
7169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7170 (eval $ac_compile) 2>&5
7171 ac_status=$?
7172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7173 (exit $ac_status); } &&
7174 { ac_try='test -s conftest.$ac_objext'
7175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7176 (eval $ac_try) 2>&5
7177 ac_status=$?
7178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7179 (exit $ac_status); }; }; then
7180 eval "$as_ac_Header=yes"
7181 else
7182 echo "$as_me: failed program was:" >&5
7183 sed 's/^/| /' conftest.$ac_ext >&5
7184
7185 eval "$as_ac_Header=no"
7186 fi
7187 rm -f conftest.$ac_objext conftest.$ac_ext
7188 fi
7189 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7190 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7191 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7192 cat >>confdefs.h <<_ACEOF
7193 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7194 _ACEOF
7195
7196 fi
7197
7198 done
7199
7200
7201 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7202 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7203 if test "${ac_cv_c_const+set}" = set; then
7204 echo $ECHO_N "(cached) $ECHO_C" >&6
7205 else
7206 cat >conftest.$ac_ext <<_ACEOF
7207 #line $LINENO "configure"
7208 /* confdefs.h. */
7209 _ACEOF
7210 cat confdefs.h >>conftest.$ac_ext
7211 cat >>conftest.$ac_ext <<_ACEOF
7212 /* end confdefs.h. */
7213
7214 int
7215 main ()
7216 {
7217 /* FIXME: Include the comments suggested by Paul. */
7218 #ifndef __cplusplus
7219 /* Ultrix mips cc rejects this. */
7220 typedef int charset[2];
7221 const charset x;
7222 /* SunOS 4.1.1 cc rejects this. */
7223 char const *const *ccp;
7224 char **p;
7225 /* NEC SVR4.0.2 mips cc rejects this. */
7226 struct point {int x, y;};
7227 static struct point const zero = {0,0};
7228 /* AIX XL C 1.02.0.0 rejects this.
7229 It does not let you subtract one const X* pointer from another in
7230 an arm of an if-expression whose if-part is not a constant
7231 expression */
7232 const char *g = "string";
7233 ccp = &g + (g ? g-g : 0);
7234 /* HPUX 7.0 cc rejects these. */
7235 ++ccp;
7236 p = (char**) ccp;
7237 ccp = (char const *const *) p;
7238 { /* SCO 3.2v4 cc rejects this. */
7239 char *t;
7240 char const *s = 0 ? (char *) 0 : (char const *) 0;
7241
7242 *t++ = 0;
7243 }
7244 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7245 int x[] = {25, 17};
7246 const int *foo = &x[0];
7247 ++foo;
7248 }
7249 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7250 typedef const int *iptr;
7251 iptr p = 0;
7252 ++p;
7253 }
7254 { /* AIX XL C 1.02.0.0 rejects this saying
7255 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7256 struct s { int j; const int *ap[3]; };
7257 struct s *b; b->j = 5;
7258 }
7259 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7260 const int foo = 10;
7261 }
7262 #endif
7263
7264 ;
7265 return 0;
7266 }
7267 _ACEOF
7268 rm -f conftest.$ac_objext
7269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7270 (eval $ac_compile) 2>&5
7271 ac_status=$?
7272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7273 (exit $ac_status); } &&
7274 { ac_try='test -s conftest.$ac_objext'
7275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7276 (eval $ac_try) 2>&5
7277 ac_status=$?
7278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7279 (exit $ac_status); }; }; then
7280 ac_cv_c_const=yes
7281 else
7282 echo "$as_me: failed program was:" >&5
7283 sed 's/^/| /' conftest.$ac_ext >&5
7284
7285 ac_cv_c_const=no
7286 fi
7287 rm -f conftest.$ac_objext conftest.$ac_ext
7288 fi
7289 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7290 echo "${ECHO_T}$ac_cv_c_const" >&6
7291 if test $ac_cv_c_const = no; then
7292
7293 cat >>confdefs.h <<\_ACEOF
7294 #define const
7295 _ACEOF
7296
7297 fi
7298
7299 echo "$as_me:$LINENO: checking for pid_t" >&5
7300 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7301 if test "${ac_cv_type_pid_t+set}" = set; then
7302 echo $ECHO_N "(cached) $ECHO_C" >&6
7303 else
7304 cat >conftest.$ac_ext <<_ACEOF
7305 #line $LINENO "configure"
7306 /* confdefs.h. */
7307 _ACEOF
7308 cat confdefs.h >>conftest.$ac_ext
7309 cat >>conftest.$ac_ext <<_ACEOF
7310 /* end confdefs.h. */
7311 $ac_includes_default
7312 int
7313 main ()
7314 {
7315 if ((pid_t *) 0)
7316 return 0;
7317 if (sizeof (pid_t))
7318 return 0;
7319 ;
7320 return 0;
7321 }
7322 _ACEOF
7323 rm -f conftest.$ac_objext
7324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7325 (eval $ac_compile) 2>&5
7326 ac_status=$?
7327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7328 (exit $ac_status); } &&
7329 { ac_try='test -s conftest.$ac_objext'
7330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7331 (eval $ac_try) 2>&5
7332 ac_status=$?
7333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7334 (exit $ac_status); }; }; then
7335 ac_cv_type_pid_t=yes
7336 else
7337 echo "$as_me: failed program was:" >&5
7338 sed 's/^/| /' conftest.$ac_ext >&5
7339
7340 ac_cv_type_pid_t=no
7341 fi
7342 rm -f conftest.$ac_objext conftest.$ac_ext
7343 fi
7344 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7345 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7346 if test $ac_cv_type_pid_t = yes; then
7347 :
7348 else
7349
7350 cat >>confdefs.h <<_ACEOF
7351 #define pid_t int
7352 _ACEOF
7353
7354 fi
7355
7356 echo "$as_me:$LINENO: checking for size_t" >&5
7357 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7358 if test "${ac_cv_type_size_t+set}" = set; then
7359 echo $ECHO_N "(cached) $ECHO_C" >&6
7360 else
7361 cat >conftest.$ac_ext <<_ACEOF
7362 #line $LINENO "configure"
7363 /* confdefs.h. */
7364 _ACEOF
7365 cat confdefs.h >>conftest.$ac_ext
7366 cat >>conftest.$ac_ext <<_ACEOF
7367 /* end confdefs.h. */
7368 $ac_includes_default
7369 int
7370 main ()
7371 {
7372 if ((size_t *) 0)
7373 return 0;
7374 if (sizeof (size_t))
7375 return 0;
7376 ;
7377 return 0;
7378 }
7379 _ACEOF
7380 rm -f conftest.$ac_objext
7381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7382 (eval $ac_compile) 2>&5
7383 ac_status=$?
7384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385 (exit $ac_status); } &&
7386 { ac_try='test -s conftest.$ac_objext'
7387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7388 (eval $ac_try) 2>&5
7389 ac_status=$?
7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391 (exit $ac_status); }; }; then
7392 ac_cv_type_size_t=yes
7393 else
7394 echo "$as_me: failed program was:" >&5
7395 sed 's/^/| /' conftest.$ac_ext >&5
7396
7397 ac_cv_type_size_t=no
7398 fi
7399 rm -f conftest.$ac_objext conftest.$ac_ext
7400 fi
7401 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7402 echo "${ECHO_T}$ac_cv_type_size_t" >&6
7403 if test $ac_cv_type_size_t = yes; then
7404 :
7405 else
7406
7407 cat >>confdefs.h <<_ACEOF
7408 #define size_t unsigned
7409 _ACEOF
7410
7411 fi
7412
7413 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7414 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7415 if test "${ac_cv_header_time+set}" = set; then
7416 echo $ECHO_N "(cached) $ECHO_C" >&6
7417 else
7418 cat >conftest.$ac_ext <<_ACEOF
7419 #line $LINENO "configure"
7420 /* confdefs.h. */
7421 _ACEOF
7422 cat confdefs.h >>conftest.$ac_ext
7423 cat >>conftest.$ac_ext <<_ACEOF
7424 /* end confdefs.h. */
7425 #include <sys/types.h>
7426 #include <sys/time.h>
7427 #include <time.h>
7428
7429 int
7430 main ()
7431 {
7432 if ((struct tm *) 0)
7433 return 0;
7434 ;
7435 return 0;
7436 }
7437 _ACEOF
7438 rm -f conftest.$ac_objext
7439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7440 (eval $ac_compile) 2>&5
7441 ac_status=$?
7442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7443 (exit $ac_status); } &&
7444 { ac_try='test -s conftest.$ac_objext'
7445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7446 (eval $ac_try) 2>&5
7447 ac_status=$?
7448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7449 (exit $ac_status); }; }; then
7450 ac_cv_header_time=yes
7451 else
7452 echo "$as_me: failed program was:" >&5
7453 sed 's/^/| /' conftest.$ac_ext >&5
7454
7455 ac_cv_header_time=no
7456 fi
7457 rm -f conftest.$ac_objext conftest.$ac_ext
7458 fi
7459 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7460 echo "${ECHO_T}$ac_cv_header_time" >&6
7461 if test $ac_cv_header_time = yes; then
7462
7463 cat >>confdefs.h <<\_ACEOF
7464 #define TIME_WITH_SYS_TIME 1
7465 _ACEOF
7466
7467 fi
7468
7469 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7470 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7471 if test "${ac_cv_struct_tm+set}" = set; then
7472 echo $ECHO_N "(cached) $ECHO_C" >&6
7473 else
7474 cat >conftest.$ac_ext <<_ACEOF
7475 #line $LINENO "configure"
7476 /* confdefs.h. */
7477 _ACEOF
7478 cat confdefs.h >>conftest.$ac_ext
7479 cat >>conftest.$ac_ext <<_ACEOF
7480 /* end confdefs.h. */
7481 #include <sys/types.h>
7482 #include <time.h>
7483
7484 int
7485 main ()
7486 {
7487 struct tm *tp; tp->tm_sec;
7488 ;
7489 return 0;
7490 }
7491 _ACEOF
7492 rm -f conftest.$ac_objext
7493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7494 (eval $ac_compile) 2>&5
7495 ac_status=$?
7496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7497 (exit $ac_status); } &&
7498 { ac_try='test -s conftest.$ac_objext'
7499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7500 (eval $ac_try) 2>&5
7501 ac_status=$?
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); }; }; then
7504 ac_cv_struct_tm=time.h
7505 else
7506 echo "$as_me: failed program was:" >&5
7507 sed 's/^/| /' conftest.$ac_ext >&5
7508
7509 ac_cv_struct_tm=sys/time.h
7510 fi
7511 rm -f conftest.$ac_objext conftest.$ac_ext
7512 fi
7513 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7514 echo "${ECHO_T}$ac_cv_struct_tm" >&6
7515 if test $ac_cv_struct_tm = sys/time.h; then
7516
7517 cat >>confdefs.h <<\_ACEOF
7518 #define TM_IN_SYS_TIME 1
7519 _ACEOF
7520
7521 fi
7522
7523
7524 echo "$as_me:$LINENO: checking for socklen_t" >&5
7525 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7526 if test "${ac_cv_type_socklen_t+set}" = set; then
7527 echo $ECHO_N "(cached) $ECHO_C" >&6
7528 else
7529
7530 cat >conftest.$ac_ext <<_ACEOF
7531 #line $LINENO "configure"
7532 /* confdefs.h. */
7533 _ACEOF
7534 cat confdefs.h >>conftest.$ac_ext
7535 cat >>conftest.$ac_ext <<_ACEOF
7536 /* end confdefs.h. */
7537 #include <sys/types.h>
7538 #include <sys/socket.h>
7539 int
7540 main ()
7541 {
7542 socklen_t len = 42; return len;
7543 ;
7544 return 0;
7545 }
7546 _ACEOF
7547 rm -f conftest.$ac_objext
7548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7549 (eval $ac_compile) 2>&5
7550 ac_status=$?
7551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7552 (exit $ac_status); } &&
7553 { ac_try='test -s conftest.$ac_objext'
7554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7555 (eval $ac_try) 2>&5
7556 ac_status=$?
7557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7558 (exit $ac_status); }; }; then
7559 ac_cv_type_socklen_t=yes
7560 else
7561 echo "$as_me: failed program was:" >&5
7562 sed 's/^/| /' conftest.$ac_ext >&5
7563
7564 ac_cv_type_socklen_t=no
7565 fi
7566 rm -f conftest.$ac_objext conftest.$ac_ext
7567
7568 fi
7569 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7570 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7571 if test $ac_cv_type_socklen_t = yes; then
7572
7573 cat >>confdefs.h <<\_ACEOF
7574 #define HAVE_SOCKLEN_T 1
7575 _ACEOF
7576
7577 fi
7578
7579 echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7580 echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7581 if test "${ac_cv_struct_addrinfo+set}" = set; then
7582 echo $ECHO_N "(cached) $ECHO_C" >&6
7583 else
7584
7585 cat >conftest.$ac_ext <<_ACEOF
7586 #line $LINENO "configure"
7587 /* confdefs.h. */
7588 _ACEOF
7589 cat confdefs.h >>conftest.$ac_ext
7590 cat >>conftest.$ac_ext <<_ACEOF
7591 /* end confdefs.h. */
7592 #include <sys/types.h>
7593 #include <sys/socket.h>
7594 #include <netdb.h>
7595 int
7596 main ()
7597 {
7598 struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7599 ;
7600 return 0;
7601 }
7602 _ACEOF
7603 rm -f conftest.$ac_objext
7604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7605 (eval $ac_compile) 2>&5
7606 ac_status=$?
7607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7608 (exit $ac_status); } &&
7609 { ac_try='test -s conftest.$ac_objext'
7610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7611 (eval $ac_try) 2>&5
7612 ac_status=$?
7613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7614 (exit $ac_status); }; }; then
7615 ac_cv_struct_addrinfo=yes
7616 else
7617 echo "$as_me: failed program was:" >&5
7618 sed 's/^/| /' conftest.$ac_ext >&5
7619
7620 ac_cv_struct_addrinfo=no
7621 fi
7622 rm -f conftest.$ac_objext conftest.$ac_ext
7623
7624 fi
7625 echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7626 echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7627 if test $ac_cv_struct_addrinfo = yes; then
7628
7629 cat >>confdefs.h <<\_ACEOF
7630 #define HAVE_STRUCT_ADDRINFO 1
7631 _ACEOF
7632
7633 fi
7634
7635 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7636 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7637 if test "${ac_cv_type_signal+set}" = set; then
7638 echo $ECHO_N "(cached) $ECHO_C" >&6
7639 else
7640 cat >conftest.$ac_ext <<_ACEOF
7641 #line $LINENO "configure"
7642 /* confdefs.h. */
7643 _ACEOF
7644 cat confdefs.h >>conftest.$ac_ext
7645 cat >>conftest.$ac_ext <<_ACEOF
7646 /* end confdefs.h. */
7647 #include <sys/types.h>
7648 #include <signal.h>
7649 #ifdef signal
7650 # undef signal
7651 #endif
7652 #ifdef __cplusplus
7653 extern "C" void (*signal (int, void (*)(int)))(int);
7654 #else
7655 void (*signal ()) ();
7656 #endif
7657
7658 int
7659 main ()
7660 {
7661 int i;
7662 ;
7663 return 0;
7664 }
7665 _ACEOF
7666 rm -f conftest.$ac_objext
7667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7668 (eval $ac_compile) 2>&5
7669 ac_status=$?
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); } &&
7672 { ac_try='test -s conftest.$ac_objext'
7673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7674 (eval $ac_try) 2>&5
7675 ac_status=$?
7676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7677 (exit $ac_status); }; }; then
7678 ac_cv_type_signal=void
7679 else
7680 echo "$as_me: failed program was:" >&5
7681 sed 's/^/| /' conftest.$ac_ext >&5
7682
7683 ac_cv_type_signal=int
7684 fi
7685 rm -f conftest.$ac_objext conftest.$ac_ext
7686 fi
7687 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7688 echo "${ECHO_T}$ac_cv_type_signal" >&6
7689
7690 cat >>confdefs.h <<_ACEOF
7691 #define RETSIGTYPE $ac_cv_type_signal
7692 _ACEOF
7693
7694
7695
7696 ac_ext=c
7697 ac_cpp='$CPP $CPPFLAGS'
7698 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7699 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7700 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7701
7702
7703 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7704 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7705 if test "${ac_cv_header_stdc+set}" = set; then
7706 echo $ECHO_N "(cached) $ECHO_C" >&6
7707 else
7708 cat >conftest.$ac_ext <<_ACEOF
7709 #line $LINENO "configure"
7710 /* confdefs.h. */
7711 _ACEOF
7712 cat confdefs.h >>conftest.$ac_ext
7713 cat >>conftest.$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <stdlib.h>
7716 #include <stdarg.h>
7717 #include <string.h>
7718 #include <float.h>
7719
7720 int
7721 main ()
7722 {
7723
7724 ;
7725 return 0;
7726 }
7727 _ACEOF
7728 rm -f conftest.$ac_objext
7729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7730 (eval $ac_compile) 2>&5
7731 ac_status=$?
7732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7733 (exit $ac_status); } &&
7734 { ac_try='test -s conftest.$ac_objext'
7735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7736 (eval $ac_try) 2>&5
7737 ac_status=$?
7738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7739 (exit $ac_status); }; }; then
7740 ac_cv_header_stdc=yes
7741 else
7742 echo "$as_me: failed program was:" >&5
7743 sed 's/^/| /' conftest.$ac_ext >&5
7744
7745 ac_cv_header_stdc=no
7746 fi
7747 rm -f conftest.$ac_objext conftest.$ac_ext
7748
7749 if test $ac_cv_header_stdc = yes; then
7750 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7751 cat >conftest.$ac_ext <<_ACEOF
7752 #line $LINENO "configure"
7753 /* confdefs.h. */
7754 _ACEOF
7755 cat confdefs.h >>conftest.$ac_ext
7756 cat >>conftest.$ac_ext <<_ACEOF
7757 /* end confdefs.h. */
7758 #include <string.h>
7759
7760 _ACEOF
7761 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7762 $EGREP "memchr" >/dev/null 2>&1; then
7763 :
7764 else
7765 ac_cv_header_stdc=no
7766 fi
7767 rm -f conftest*
7768
7769 fi
7770
7771 if test $ac_cv_header_stdc = yes; then
7772 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7773 cat >conftest.$ac_ext <<_ACEOF
7774 #line $LINENO "configure"
7775 /* confdefs.h. */
7776 _ACEOF
7777 cat confdefs.h >>conftest.$ac_ext
7778 cat >>conftest.$ac_ext <<_ACEOF
7779 /* end confdefs.h. */
7780 #include <stdlib.h>
7781
7782 _ACEOF
7783 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7784 $EGREP "free" >/dev/null 2>&1; then
7785 :
7786 else
7787 ac_cv_header_stdc=no
7788 fi
7789 rm -f conftest*
7790
7791 fi
7792
7793 if test $ac_cv_header_stdc = yes; then
7794 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7795 if test "$cross_compiling" = yes; then
7796 :
7797 else
7798 cat >conftest.$ac_ext <<_ACEOF
7799 #line $LINENO "configure"
7800 /* confdefs.h. */
7801 _ACEOF
7802 cat confdefs.h >>conftest.$ac_ext
7803 cat >>conftest.$ac_ext <<_ACEOF
7804 /* end confdefs.h. */
7805 #include <ctype.h>
7806 #if ((' ' & 0x0FF) == 0x020)
7807 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7808 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7809 #else
7810 # define ISLOWER(c) \
7811 (('a' <= (c) && (c) <= 'i') \
7812 || ('j' <= (c) && (c) <= 'r') \
7813 || ('s' <= (c) && (c) <= 'z'))
7814 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7815 #endif
7816
7817 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7818 int
7819 main ()
7820 {
7821 int i;
7822 for (i = 0; i < 256; i++)
7823 if (XOR (islower (i), ISLOWER (i))
7824 || toupper (i) != TOUPPER (i))
7825 exit(2);
7826 exit (0);
7827 }
7828 _ACEOF
7829 rm -f conftest$ac_exeext
7830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7831 (eval $ac_link) 2>&5
7832 ac_status=$?
7833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7834 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7836 (eval $ac_try) 2>&5
7837 ac_status=$?
7838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7839 (exit $ac_status); }; }; then
7840 :
7841 else
7842 echo "$as_me: program exited with status $ac_status" >&5
7843 echo "$as_me: failed program was:" >&5
7844 sed 's/^/| /' conftest.$ac_ext >&5
7845
7846 ( exit $ac_status )
7847 ac_cv_header_stdc=no
7848 fi
7849 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7850 fi
7851 fi
7852 fi
7853 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7854 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7855 if test $ac_cv_header_stdc = yes; then
7856
7857 cat >>confdefs.h <<\_ACEOF
7858 #define STDC_HEADERS 1
7859 _ACEOF
7860
7861 fi
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall poll
7876 do
7877 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7878 echo "$as_me:$LINENO: checking for $ac_func" >&5
7879 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7880 if eval "test \"\${$as_ac_var+set}\" = set"; then
7881 echo $ECHO_N "(cached) $ECHO_C" >&6
7882 else
7883 cat >conftest.$ac_ext <<_ACEOF
7884 #line $LINENO "configure"
7885 /* confdefs.h. */
7886 _ACEOF
7887 cat confdefs.h >>conftest.$ac_ext
7888 cat >>conftest.$ac_ext <<_ACEOF
7889 /* end confdefs.h. */
7890 /* System header to define __stub macros and hopefully few prototypes,
7891 which can conflict with char $ac_func (); below.
7892 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7893 <limits.h> exists even on freestanding compilers. */
7894 #ifdef __STDC__
7895 # include <limits.h>
7896 #else
7897 # include <assert.h>
7898 #endif
7899 /* Override any gcc2 internal prototype to avoid an error. */
7900 #ifdef __cplusplus
7901 extern "C"
7902 {
7903 #endif
7904 /* We use char because int might match the return type of a gcc2
7905 builtin and then its argument prototype would still apply. */
7906 char $ac_func ();
7907 /* The GNU C library defines this for functions which it implements
7908 to always fail with ENOSYS. Some functions are actually named
7909 something starting with __ and the normal name is an alias. */
7910 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7911 choke me
7912 #else
7913 char (*f) () = $ac_func;
7914 #endif
7915 #ifdef __cplusplus
7916 }
7917 #endif
7918
7919 int
7920 main ()
7921 {
7922 return f != $ac_func;
7923 ;
7924 return 0;
7925 }
7926 _ACEOF
7927 rm -f conftest.$ac_objext conftest$ac_exeext
7928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7929 (eval $ac_link) 2>&5
7930 ac_status=$?
7931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7932 (exit $ac_status); } &&
7933 { ac_try='test -s conftest$ac_exeext'
7934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7935 (eval $ac_try) 2>&5
7936 ac_status=$?
7937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7938 (exit $ac_status); }; }; then
7939 eval "$as_ac_var=yes"
7940 else
7941 echo "$as_me: failed program was:" >&5
7942 sed 's/^/| /' conftest.$ac_ext >&5
7943
7944 eval "$as_ac_var=no"
7945 fi
7946 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7947 fi
7948 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7949 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7950 if test `eval echo '${'$as_ac_var'}'` = yes; then
7951 cat >>confdefs.h <<_ACEOF
7952 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7953 _ACEOF
7954
7955 fi
7956 done
7957
7958
7959 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7960 # for constant arguments. Useless!
7961 echo "$as_me:$LINENO: checking for working alloca.h" >&5
7962 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7963 if test "${ac_cv_working_alloca_h+set}" = set; then
7964 echo $ECHO_N "(cached) $ECHO_C" >&6
7965 else
7966 cat >conftest.$ac_ext <<_ACEOF
7967 #line $LINENO "configure"
7968 /* confdefs.h. */
7969 _ACEOF
7970 cat confdefs.h >>conftest.$ac_ext
7971 cat >>conftest.$ac_ext <<_ACEOF
7972 /* end confdefs.h. */
7973 #include <alloca.h>
7974 int
7975 main ()
7976 {
7977 char *p = (char *) alloca (2 * sizeof (int));
7978 ;
7979 return 0;
7980 }
7981 _ACEOF
7982 rm -f conftest.$ac_objext conftest$ac_exeext
7983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7984 (eval $ac_link) 2>&5
7985 ac_status=$?
7986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987 (exit $ac_status); } &&
7988 { ac_try='test -s conftest$ac_exeext'
7989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7990 (eval $ac_try) 2>&5
7991 ac_status=$?
7992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7993 (exit $ac_status); }; }; then
7994 ac_cv_working_alloca_h=yes
7995 else
7996 echo "$as_me: failed program was:" >&5
7997 sed 's/^/| /' conftest.$ac_ext >&5
7998
7999 ac_cv_working_alloca_h=no
8000 fi
8001 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8002 fi
8003 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8004 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8005 if test $ac_cv_working_alloca_h = yes; then
8006
8007 cat >>confdefs.h <<\_ACEOF
8008 #define HAVE_ALLOCA_H 1
8009 _ACEOF
8010
8011 fi
8012
8013 echo "$as_me:$LINENO: checking for alloca" >&5
8014 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8015 if test "${ac_cv_func_alloca_works+set}" = set; then
8016 echo $ECHO_N "(cached) $ECHO_C" >&6
8017 else
8018 cat >conftest.$ac_ext <<_ACEOF
8019 #line $LINENO "configure"
8020 /* confdefs.h. */
8021 _ACEOF
8022 cat confdefs.h >>conftest.$ac_ext
8023 cat >>conftest.$ac_ext <<_ACEOF
8024 /* end confdefs.h. */
8025 #ifdef __GNUC__
8026 # define alloca __builtin_alloca
8027 #else
8028 # ifdef _MSC_VER
8029 # include <malloc.h>
8030 # define alloca _alloca
8031 # else
8032 # if HAVE_ALLOCA_H
8033 # include <alloca.h>
8034 # else
8035 # ifdef _AIX
8036 #pragma alloca
8037 # else
8038 # ifndef alloca /* predefined by HP cc +Olibcalls */
8039 char *alloca ();
8040 # endif
8041 # endif
8042 # endif
8043 # endif
8044 #endif
8045
8046 int
8047 main ()
8048 {
8049 char *p = (char *) alloca (1);
8050 ;
8051 return 0;
8052 }
8053 _ACEOF
8054 rm -f conftest.$ac_objext conftest$ac_exeext
8055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8056 (eval $ac_link) 2>&5
8057 ac_status=$?
8058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8059 (exit $ac_status); } &&
8060 { ac_try='test -s conftest$ac_exeext'
8061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8062 (eval $ac_try) 2>&5
8063 ac_status=$?
8064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8065 (exit $ac_status); }; }; then
8066 ac_cv_func_alloca_works=yes
8067 else
8068 echo "$as_me: failed program was:" >&5
8069 sed 's/^/| /' conftest.$ac_ext >&5
8070
8071 ac_cv_func_alloca_works=no
8072 fi
8073 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8074 fi
8075 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8076 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8077
8078 if test $ac_cv_func_alloca_works = yes; then
8079
8080 cat >>confdefs.h <<\_ACEOF
8081 #define HAVE_ALLOCA 1
8082 _ACEOF
8083
8084 else
8085 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8086 # that cause trouble. Some versions do not even contain alloca or
8087 # contain a buggy version. If you still want to use their alloca,
8088 # use ar to extract alloca.o from them instead of compiling alloca.c.
8089
8090 ALLOCA=alloca.$ac_objext
8091
8092 cat >>confdefs.h <<\_ACEOF
8093 #define C_ALLOCA 1
8094 _ACEOF
8095
8096
8097 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8098 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8099 if test "${ac_cv_os_cray+set}" = set; then
8100 echo $ECHO_N "(cached) $ECHO_C" >&6
8101 else
8102 cat >conftest.$ac_ext <<_ACEOF
8103 #line $LINENO "configure"
8104 /* confdefs.h. */
8105 _ACEOF
8106 cat confdefs.h >>conftest.$ac_ext
8107 cat >>conftest.$ac_ext <<_ACEOF
8108 /* end confdefs.h. */
8109 #if defined(CRAY) && ! defined(CRAY2)
8110 webecray
8111 #else
8112 wenotbecray
8113 #endif
8114
8115 _ACEOF
8116 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8117 $EGREP "webecray" >/dev/null 2>&1; then
8118 ac_cv_os_cray=yes
8119 else
8120 ac_cv_os_cray=no
8121 fi
8122 rm -f conftest*
8123
8124 fi
8125 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8126 echo "${ECHO_T}$ac_cv_os_cray" >&6
8127 if test $ac_cv_os_cray = yes; then
8128 for ac_func in _getb67 GETB67 getb67; do
8129 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8130 echo "$as_me:$LINENO: checking for $ac_func" >&5
8131 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8132 if eval "test \"\${$as_ac_var+set}\" = set"; then
8133 echo $ECHO_N "(cached) $ECHO_C" >&6
8134 else
8135 cat >conftest.$ac_ext <<_ACEOF
8136 #line $LINENO "configure"
8137 /* confdefs.h. */
8138 _ACEOF
8139 cat confdefs.h >>conftest.$ac_ext
8140 cat >>conftest.$ac_ext <<_ACEOF
8141 /* end confdefs.h. */
8142 /* System header to define __stub macros and hopefully few prototypes,
8143 which can conflict with char $ac_func (); below.
8144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8145 <limits.h> exists even on freestanding compilers. */
8146 #ifdef __STDC__
8147 # include <limits.h>
8148 #else
8149 # include <assert.h>
8150 #endif
8151 /* Override any gcc2 internal prototype to avoid an error. */
8152 #ifdef __cplusplus
8153 extern "C"
8154 {
8155 #endif
8156 /* We use char because int might match the return type of a gcc2
8157 builtin and then its argument prototype would still apply. */
8158 char $ac_func ();
8159 /* The GNU C library defines this for functions which it implements
8160 to always fail with ENOSYS. Some functions are actually named
8161 something starting with __ and the normal name is an alias. */
8162 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8163 choke me
8164 #else
8165 char (*f) () = $ac_func;
8166 #endif
8167 #ifdef __cplusplus
8168 }
8169 #endif
8170
8171 int
8172 main ()
8173 {
8174 return f != $ac_func;
8175 ;
8176 return 0;
8177 }
8178 _ACEOF
8179 rm -f conftest.$ac_objext conftest$ac_exeext
8180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8181 (eval $ac_link) 2>&5
8182 ac_status=$?
8183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); } &&
8185 { ac_try='test -s conftest$ac_exeext'
8186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8187 (eval $ac_try) 2>&5
8188 ac_status=$?
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); }; }; then
8191 eval "$as_ac_var=yes"
8192 else
8193 echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.$ac_ext >&5
8195
8196 eval "$as_ac_var=no"
8197 fi
8198 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8199 fi
8200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8202 if test `eval echo '${'$as_ac_var'}'` = yes; then
8203
8204 cat >>confdefs.h <<_ACEOF
8205 #define CRAY_STACKSEG_END $ac_func
8206 _ACEOF
8207
8208 break
8209 fi
8210
8211 done
8212 fi
8213
8214 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8215 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8216 if test "${ac_cv_c_stack_direction+set}" = set; then
8217 echo $ECHO_N "(cached) $ECHO_C" >&6
8218 else
8219 if test "$cross_compiling" = yes; then
8220 ac_cv_c_stack_direction=0
8221 else
8222 cat >conftest.$ac_ext <<_ACEOF
8223 #line $LINENO "configure"
8224 /* confdefs.h. */
8225 _ACEOF
8226 cat confdefs.h >>conftest.$ac_ext
8227 cat >>conftest.$ac_ext <<_ACEOF
8228 /* end confdefs.h. */
8229 int
8230 find_stack_direction ()
8231 {
8232 static char *addr = 0;
8233 auto char dummy;
8234 if (addr == 0)
8235 {
8236 addr = &dummy;
8237 return find_stack_direction ();
8238 }
8239 else
8240 return (&dummy > addr) ? 1 : -1;
8241 }
8242
8243 int
8244 main ()
8245 {
8246 exit (find_stack_direction () < 0);
8247 }
8248 _ACEOF
8249 rm -f conftest$ac_exeext
8250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8251 (eval $ac_link) 2>&5
8252 ac_status=$?
8253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8254 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8256 (eval $ac_try) 2>&5
8257 ac_status=$?
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); }; }; then
8260 ac_cv_c_stack_direction=1
8261 else
8262 echo "$as_me: program exited with status $ac_status" >&5
8263 echo "$as_me: failed program was:" >&5
8264 sed 's/^/| /' conftest.$ac_ext >&5
8265
8266 ( exit $ac_status )
8267 ac_cv_c_stack_direction=-1
8268 fi
8269 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8270 fi
8271 fi
8272 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8273 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8274
8275 cat >>confdefs.h <<_ACEOF
8276 #define STACK_DIRECTION $ac_cv_c_stack_direction
8277 _ACEOF
8278
8279
8280 fi
8281
8282
8283
8284 echo "$as_me:$LINENO: checking for socket" >&5
8285 echo $ECHO_N "checking for socket... $ECHO_C" >&6
8286 if test "${ac_cv_func_socket+set}" = set; then
8287 echo $ECHO_N "(cached) $ECHO_C" >&6
8288 else
8289 cat >conftest.$ac_ext <<_ACEOF
8290 #line $LINENO "configure"
8291 /* confdefs.h. */
8292 _ACEOF
8293 cat confdefs.h >>conftest.$ac_ext
8294 cat >>conftest.$ac_ext <<_ACEOF
8295 /* end confdefs.h. */
8296 /* System header to define __stub macros and hopefully few prototypes,
8297 which can conflict with char socket (); below.
8298 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8299 <limits.h> exists even on freestanding compilers. */
8300 #ifdef __STDC__
8301 # include <limits.h>
8302 #else
8303 # include <assert.h>
8304 #endif
8305 /* Override any gcc2 internal prototype to avoid an error. */
8306 #ifdef __cplusplus
8307 extern "C"
8308 {
8309 #endif
8310 /* We use char because int might match the return type of a gcc2
8311 builtin and then its argument prototype would still apply. */
8312 char socket ();
8313 /* The GNU C library defines this for functions which it implements
8314 to always fail with ENOSYS. Some functions are actually named
8315 something starting with __ and the normal name is an alias. */
8316 #if defined (__stub_socket) || defined (__stub___socket)
8317 choke me
8318 #else
8319 char (*f) () = socket;
8320 #endif
8321 #ifdef __cplusplus
8322 }
8323 #endif
8324
8325 int
8326 main ()
8327 {
8328 return f != socket;
8329 ;
8330 return 0;
8331 }
8332 _ACEOF
8333 rm -f conftest.$ac_objext conftest$ac_exeext
8334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8335 (eval $ac_link) 2>&5
8336 ac_status=$?
8337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8338 (exit $ac_status); } &&
8339 { ac_try='test -s conftest$ac_exeext'
8340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8341 (eval $ac_try) 2>&5
8342 ac_status=$?
8343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344 (exit $ac_status); }; }; then
8345 ac_cv_func_socket=yes
8346 else
8347 echo "$as_me: failed program was:" >&5
8348 sed 's/^/| /' conftest.$ac_ext >&5
8349
8350 ac_cv_func_socket=no
8351 fi
8352 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8353 fi
8354 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8355 echo "${ECHO_T}$ac_cv_func_socket" >&6
8356 if test $ac_cv_func_socket = yes; then
8357 :
8358 else
8359
8360
8361 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8362 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8363 if test "${ac_cv_lib_socket_connect+set}" = set; then
8364 echo $ECHO_N "(cached) $ECHO_C" >&6
8365 else
8366 ac_check_lib_save_LIBS=$LIBS
8367 LIBS="-lsocket $LIBS"
8368 cat >conftest.$ac_ext <<_ACEOF
8369 #line $LINENO "configure"
8370 /* confdefs.h. */
8371 _ACEOF
8372 cat confdefs.h >>conftest.$ac_ext
8373 cat >>conftest.$ac_ext <<_ACEOF
8374 /* end confdefs.h. */
8375
8376 /* Override any gcc2 internal prototype to avoid an error. */
8377 #ifdef __cplusplus
8378 extern "C"
8379 #endif
8380 /* We use char because int might match the return type of a gcc2
8381 builtin and then its argument prototype would still apply. */
8382 char connect ();
8383 int
8384 main ()
8385 {
8386 connect ();
8387 ;
8388 return 0;
8389 }
8390 _ACEOF
8391 rm -f conftest.$ac_objext conftest$ac_exeext
8392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8393 (eval $ac_link) 2>&5
8394 ac_status=$?
8395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8396 (exit $ac_status); } &&
8397 { ac_try='test -s conftest$ac_exeext'
8398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8399 (eval $ac_try) 2>&5
8400 ac_status=$?
8401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8402 (exit $ac_status); }; }; then
8403 ac_cv_lib_socket_connect=yes
8404 else
8405 echo "$as_me: failed program was:" >&5
8406 sed 's/^/| /' conftest.$ac_ext >&5
8407
8408 ac_cv_lib_socket_connect=no
8409 fi
8410 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8411 LIBS=$ac_check_lib_save_LIBS
8412 fi
8413 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8414 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8415 if test $ac_cv_lib_socket_connect = yes; then
8416 cat >>confdefs.h <<_ACEOF
8417 #define HAVE_LIBSOCKET 1
8418 _ACEOF
8419
8420 LIBS="-lsocket $LIBS"
8421
8422 fi
8423
8424
8425 fi
8426
8427 echo "$as_me:$LINENO: checking for gethostbyname" >&5
8428 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8429 if test "${ac_cv_func_gethostbyname+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432 cat >conftest.$ac_ext <<_ACEOF
8433 #line $LINENO "configure"
8434 /* confdefs.h. */
8435 _ACEOF
8436 cat confdefs.h >>conftest.$ac_ext
8437 cat >>conftest.$ac_ext <<_ACEOF
8438 /* end confdefs.h. */
8439 /* System header to define __stub macros and hopefully few prototypes,
8440 which can conflict with char gethostbyname (); below.
8441 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8442 <limits.h> exists even on freestanding compilers. */
8443 #ifdef __STDC__
8444 # include <limits.h>
8445 #else
8446 # include <assert.h>
8447 #endif
8448 /* Override any gcc2 internal prototype to avoid an error. */
8449 #ifdef __cplusplus
8450 extern "C"
8451 {
8452 #endif
8453 /* We use char because int might match the return type of a gcc2
8454 builtin and then its argument prototype would still apply. */
8455 char gethostbyname ();
8456 /* The GNU C library defines this for functions which it implements
8457 to always fail with ENOSYS. Some functions are actually named
8458 something starting with __ and the normal name is an alias. */
8459 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8460 choke me
8461 #else
8462 char (*f) () = gethostbyname;
8463 #endif
8464 #ifdef __cplusplus
8465 }
8466 #endif
8467
8468 int
8469 main ()
8470 {
8471 return f != gethostbyname;
8472 ;
8473 return 0;
8474 }
8475 _ACEOF
8476 rm -f conftest.$ac_objext conftest$ac_exeext
8477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8478 (eval $ac_link) 2>&5
8479 ac_status=$?
8480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8481 (exit $ac_status); } &&
8482 { ac_try='test -s conftest$ac_exeext'
8483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8484 (eval $ac_try) 2>&5
8485 ac_status=$?
8486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8487 (exit $ac_status); }; }; then
8488 ac_cv_func_gethostbyname=yes
8489 else
8490 echo "$as_me: failed program was:" >&5
8491 sed 's/^/| /' conftest.$ac_ext >&5
8492
8493 ac_cv_func_gethostbyname=no
8494 fi
8495 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8496 fi
8497 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8498 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8499 if test $ac_cv_func_gethostbyname = yes; then
8500 :
8501 else
8502
8503
8504 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8505 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8506 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8507 echo $ECHO_N "(cached) $ECHO_C" >&6
8508 else
8509 ac_check_lib_save_LIBS=$LIBS
8510 LIBS="-lnsl $LIBS"
8511 cat >conftest.$ac_ext <<_ACEOF
8512 #line $LINENO "configure"
8513 /* confdefs.h. */
8514 _ACEOF
8515 cat confdefs.h >>conftest.$ac_ext
8516 cat >>conftest.$ac_ext <<_ACEOF
8517 /* end confdefs.h. */
8518
8519 /* Override any gcc2 internal prototype to avoid an error. */
8520 #ifdef __cplusplus
8521 extern "C"
8522 #endif
8523 /* We use char because int might match the return type of a gcc2
8524 builtin and then its argument prototype would still apply. */
8525 char gethostbyname ();
8526 int
8527 main ()
8528 {
8529 gethostbyname ();
8530 ;
8531 return 0;
8532 }
8533 _ACEOF
8534 rm -f conftest.$ac_objext conftest$ac_exeext
8535 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8536 (eval $ac_link) 2>&5
8537 ac_status=$?
8538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8539 (exit $ac_status); } &&
8540 { ac_try='test -s conftest$ac_exeext'
8541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8542 (eval $ac_try) 2>&5
8543 ac_status=$?
8544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8545 (exit $ac_status); }; }; then
8546 ac_cv_lib_nsl_gethostbyname=yes
8547 else
8548 echo "$as_me: failed program was:" >&5
8549 sed 's/^/| /' conftest.$ac_ext >&5
8550
8551 ac_cv_lib_nsl_gethostbyname=no
8552 fi
8553 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8554 LIBS=$ac_check_lib_save_LIBS
8555 fi
8556 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8557 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8558 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8559 cat >>confdefs.h <<_ACEOF
8560 #define HAVE_LIBNSL 1
8561 _ACEOF
8562
8563 LIBS="-lnsl $LIBS"
8564
8565 fi
8566
8567
8568 fi
8569
8570
8571 ac_ext=cc
8572 ac_cpp='$CXXCPP $CPPFLAGS'
8573 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8574 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8575 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8576
8577
8578
8579 cat >confcache <<\_ACEOF
8580 # This file is a shell script that caches the results of configure
8581 # tests run on this system so they can be shared between configure
8582 # scripts and configure runs, see configure's option --config-cache.
8583 # It is not useful on other systems. If it contains results you don't
8584 # want to keep, you may remove or edit it.
8585 #
8586 # config.status only pays attention to the cache file if you give it
8587 # the --recheck option to rerun configure.
8588 #
8589 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8590 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8591 # following values.
8592
8593 _ACEOF
8594
8595 # The following way of writing the cache mishandles newlines in values,
8596 # but we know of no workaround that is simple, portable, and efficient.
8597 # So, don't put newlines in cache variables' values.
8598 # Ultrix sh set writes to stderr and can't be redirected directly,
8599 # and sets the high bit in the cache file unless we assign to the vars.
8600 {
8601 (set) 2>&1 |
8602 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8603 *ac_space=\ *)
8604 # `set' does not quote correctly, so add quotes (double-quote
8605 # substitution turns \\\\ into \\, and sed turns \\ into \).
8606 sed -n \
8607 "s/'/'\\\\''/g;
8608 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8609 ;;
8610 *)
8611 # `set' quotes correctly as required by POSIX, so do not add quotes.
8612 sed -n \
8613 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8614 ;;
8615 esac;
8616 } |
8617 sed '
8618 t clear
8619 : clear
8620 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8621 t end
8622 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8623 : end' >>confcache
8624 if diff $cache_file confcache >/dev/null 2>&1; then :; else
8625 if test -w $cache_file; then
8626 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8627 cat confcache >$cache_file
8628 else
8629 echo "not updating unwritable cache $cache_file"
8630 fi
8631 fi
8632 rm -f confcache
8633
8634
8635
8636 # Check whether --with-kernel or --without-kernel was given.
8637 if test "${with_kernel+set}" = set; then
8638 withval="$with_kernel"
8639 kerneldir="$withval"
8640 else
8641 kerneldir="/usr/src/linux"
8642
8643 fi;
8644
8645 echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
8646 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
8647 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
8648 echo $ECHO_N "(cached) $ECHO_C" >&6
8649 else
8650
8651 cat >conftest.$ac_ext <<_ACEOF
8652 #line $LINENO "configure"
8653 /* confdefs.h. */
8654 _ACEOF
8655 cat confdefs.h >>conftest.$ac_ext
8656 cat >>conftest.$ac_ext <<_ACEOF
8657 /* end confdefs.h. */
8658 #include "$kerneldir/include/linux/if_tun.h"
8659 int
8660 main ()
8661 {
8662 int a = IFF_TAP;
8663 ;
8664 return 0;
8665 }
8666 _ACEOF
8667 rm -f conftest.$ac_objext
8668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8669 (eval $ac_compile) 2>&5
8670 ac_status=$?
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } &&
8673 { ac_try='test -s conftest.$ac_objext'
8674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8675 (eval $ac_try) 2>&5
8676 ac_status=$?
8677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8678 (exit $ac_status); }; }; then
8679 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
8680 else
8681 echo "$as_me: failed program was:" >&5
8682 sed 's/^/| /' conftest.$ac_ext >&5
8683
8684 cat >conftest.$ac_ext <<_ACEOF
8685 #line $LINENO "configure"
8686 /* confdefs.h. */
8687 _ACEOF
8688 cat confdefs.h >>conftest.$ac_ext
8689 cat >>conftest.$ac_ext <<_ACEOF
8690 /* end confdefs.h. */
8691 #include <linux/if_tun.h>
8692 int
8693 main ()
8694 {
8695 int a = IFF_TAP;
8696 ;
8697 return 0;
8698 }
8699 _ACEOF
8700 rm -f conftest.$ac_objext
8701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8702 (eval $ac_compile) 2>&5
8703 ac_status=$?
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 (exit $ac_status); } &&
8706 { ac_try='test -s conftest.$ac_objext'
8707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8708 (eval $ac_try) 2>&5
8709 ac_status=$?
8710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8711 (exit $ac_status); }; }; then
8712 if_tun_h="default"
8713 else
8714 echo "$as_me: failed program was:" >&5
8715 sed 's/^/| /' conftest.$ac_ext >&5
8716
8717 if_tun_h="no"
8718
8719 fi
8720 rm -f conftest.$ac_objext conftest.$ac_ext
8721
8722 fi
8723 rm -f conftest.$ac_objext conftest.$ac_ext
8724
8725 if test $if_tun_h = no; then
8726 tinc_cv_linux_if_tun_h=none
8727 else
8728 tinc_cv_linux_if_tun_h="$if_tun_h"
8729 fi
8730
8731 fi
8732 echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
8733 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
8734
8735 if test $tinc_cv_linux_if_tun_h != none; then
8736
8737 cat >>confdefs.h <<\_ACEOF
8738 #define HAVE_TUNTAP 1
8739 _ACEOF
8740
8741 if test $tinc_cv_linux_if_tun_h != default; then
8742
8743 cat >>confdefs.h <<_ACEOF
8744 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
8745 _ACEOF
8746
8747 fi
8748 fi
8749
8750
8751
8752
8753
8754 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8755
8756
8757 # Check whether --with-openssl-include or --without-openssl-include was given.
8758 if test "${with_openssl_include+set}" = set; then
8759 withval="$with_openssl_include"
8760 openssl_include="$withval"
8761 CFLAGS="$CFLAGS -I$withval"
8762 CPPFLAGS="$CPPFLAGS -I$withval"
8763
8764 fi;
8765
8766
8767 # Check whether --with-openssl-lib or --without-openssl-lib was given.
8768 if test "${with_openssl_lib+set}" = set; then
8769 withval="$with_openssl_lib"
8770 openssl_lib="$withval"
8771 LIBS="$LIBS -L$withval"
8772
8773 fi;
8774
8775
8776
8777
8778
8779
8780
8781 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
8782 do
8783 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8784 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8785 echo "$as_me:$LINENO: checking for $ac_header" >&5
8786 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8787 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8788 echo $ECHO_N "(cached) $ECHO_C" >&6
8789 fi
8790 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8791 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8792 else
8793 # Is the header compilable?
8794 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8795 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8796 cat >conftest.$ac_ext <<_ACEOF
8797 #line $LINENO "configure"
8798 /* confdefs.h. */
8799 _ACEOF
8800 cat confdefs.h >>conftest.$ac_ext
8801 cat >>conftest.$ac_ext <<_ACEOF
8802 /* end confdefs.h. */
8803 $ac_includes_default
8804 #include <$ac_header>
8805 _ACEOF
8806 rm -f conftest.$ac_objext
8807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8808 (eval $ac_compile) 2>&5
8809 ac_status=$?
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 (exit $ac_status); } &&
8812 { ac_try='test -s conftest.$ac_objext'
8813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8814 (eval $ac_try) 2>&5
8815 ac_status=$?
8816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8817 (exit $ac_status); }; }; then
8818 ac_header_compiler=yes
8819 else
8820 echo "$as_me: failed program was:" >&5
8821 sed 's/^/| /' conftest.$ac_ext >&5
8822
8823 ac_header_compiler=no
8824 fi
8825 rm -f conftest.$ac_objext conftest.$ac_ext
8826 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8827 echo "${ECHO_T}$ac_header_compiler" >&6
8828
8829 # Is the header present?
8830 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8831 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8832 cat >conftest.$ac_ext <<_ACEOF
8833 #line $LINENO "configure"
8834 /* confdefs.h. */
8835 _ACEOF
8836 cat confdefs.h >>conftest.$ac_ext
8837 cat >>conftest.$ac_ext <<_ACEOF
8838 /* end confdefs.h. */
8839 #include <$ac_header>
8840 _ACEOF
8841 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8842 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8843 ac_status=$?
8844 grep -v '^ *+' conftest.er1 >conftest.err
8845 rm -f conftest.er1
8846 cat conftest.err >&5
8847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8848 (exit $ac_status); } >/dev/null; then
8849 if test -s conftest.err; then
8850 ac_cpp_err=$ac_cxx_preproc_warn_flag
8851 else
8852 ac_cpp_err=
8853 fi
8854 else
8855 ac_cpp_err=yes
8856 fi
8857 if test -z "$ac_cpp_err"; then
8858 ac_header_preproc=yes
8859 else
8860 echo "$as_me: failed program was:" >&5
8861 sed 's/^/| /' conftest.$ac_ext >&5
8862
8863 ac_header_preproc=no
8864 fi
8865 rm -f conftest.err conftest.$ac_ext
8866 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8867 echo "${ECHO_T}$ac_header_preproc" >&6
8868
8869 # So? What about this header?
8870 case $ac_header_compiler:$ac_header_preproc in
8871 yes:no )
8872 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8873 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8874 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8875 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8876 (
8877 cat <<\_ASBOX
8878 ## ------------------------------------ ##
8879 ## Report this to bug-autoconf@gnu.org. ##
8880 ## ------------------------------------ ##
8881 _ASBOX
8882 ) |
8883 sed "s/^/$as_me: WARNING: /" >&2
8884 ;;
8885 no:yes )
8886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8891 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8892 (
8893 cat <<\_ASBOX
8894 ## ------------------------------------ ##
8895 ## Report this to bug-autoconf@gnu.org. ##
8896 ## ------------------------------------ ##
8897 _ASBOX
8898 ) |
8899 sed "s/^/$as_me: WARNING: /" >&2
8900 ;;
8901 esac
8902 echo "$as_me:$LINENO: checking for $ac_header" >&5
8903 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8904 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8905 echo $ECHO_N "(cached) $ECHO_C" >&6
8906 else
8907 eval "$as_ac_Header=$ac_header_preproc"
8908 fi
8909 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8910 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8911
8912 fi
8913 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8914 cat >>confdefs.h <<_ACEOF
8915 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8916 _ACEOF
8917
8918 else
8919 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
8920 echo "$as_me: error: OpenSSL header files not found." >&2;}
8921 { (exit 1); exit 1; }; }; break
8922
8923 fi
8924
8925 done
8926
8927
8928 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
8929
8930 echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
8931 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
8932 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
8933 echo $ECHO_N "(cached) $ECHO_C" >&6
8934 else
8935 ac_check_lib_save_LIBS=$LIBS
8936 LIBS="-lcrypto $LIBS"
8937 cat >conftest.$ac_ext <<_ACEOF
8938 #line $LINENO "configure"
8939 /* confdefs.h. */
8940 _ACEOF
8941 cat confdefs.h >>conftest.$ac_ext
8942 cat >>conftest.$ac_ext <<_ACEOF
8943 /* end confdefs.h. */
8944
8945 /* Override any gcc2 internal prototype to avoid an error. */
8946 #ifdef __cplusplus
8947 extern "C"
8948 #endif
8949 /* We use char because int might match the return type of a gcc2
8950 builtin and then its argument prototype would still apply. */
8951 char SHA1_version ();
8952 int
8953 main ()
8954 {
8955 SHA1_version ();
8956 ;
8957 return 0;
8958 }
8959 _ACEOF
8960 rm -f conftest.$ac_objext conftest$ac_exeext
8961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8962 (eval $ac_link) 2>&5
8963 ac_status=$?
8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965 (exit $ac_status); } &&
8966 { ac_try='test -s conftest$ac_exeext'
8967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8968 (eval $ac_try) 2>&5
8969 ac_status=$?
8970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8971 (exit $ac_status); }; }; then
8972 ac_cv_lib_crypto_SHA1_version=yes
8973 else
8974 echo "$as_me: failed program was:" >&5
8975 sed 's/^/| /' conftest.$ac_ext >&5
8976
8977 ac_cv_lib_crypto_SHA1_version=no
8978 fi
8979 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8980 LIBS=$ac_check_lib_save_LIBS
8981 fi
8982 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
8983 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
8984 if test $ac_cv_lib_crypto_SHA1_version = yes; then
8985 LIBS="$LIBS -lcrypto"
8986 else
8987 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
8988 echo "$as_me: error: OpenSSL libraries not found." >&2;}
8989 { (exit 1); exit 1; }; }
8990
8991 fi
8992
8993
8994
8995
8996
8997
8998 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
8999 do
9000 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9001 echo "$as_me:$LINENO: checking for $ac_func" >&5
9002 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9003 if eval "test \"\${$as_ac_var+set}\" = set"; then
9004 echo $ECHO_N "(cached) $ECHO_C" >&6
9005 else
9006 cat >conftest.$ac_ext <<_ACEOF
9007 #line $LINENO "configure"
9008 /* confdefs.h. */
9009 _ACEOF
9010 cat confdefs.h >>conftest.$ac_ext
9011 cat >>conftest.$ac_ext <<_ACEOF
9012 /* end confdefs.h. */
9013 /* System header to define __stub macros and hopefully few prototypes,
9014 which can conflict with char $ac_func (); below.
9015 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9016 <limits.h> exists even on freestanding compilers. */
9017 #ifdef __STDC__
9018 # include <limits.h>
9019 #else
9020 # include <assert.h>
9021 #endif
9022 /* Override any gcc2 internal prototype to avoid an error. */
9023 #ifdef __cplusplus
9024 extern "C"
9025 {
9026 #endif
9027 /* We use char because int might match the return type of a gcc2
9028 builtin and then its argument prototype would still apply. */
9029 char $ac_func ();
9030 /* The GNU C library defines this for functions which it implements
9031 to always fail with ENOSYS. Some functions are actually named
9032 something starting with __ and the normal name is an alias. */
9033 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9034 choke me
9035 #else
9036 char (*f) () = $ac_func;
9037 #endif
9038 #ifdef __cplusplus
9039 }
9040 #endif
9041
9042 int
9043 main ()
9044 {
9045 return f != $ac_func;
9046 ;
9047 return 0;
9048 }
9049 _ACEOF
9050 rm -f conftest.$ac_objext conftest$ac_exeext
9051 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9052 (eval $ac_link) 2>&5
9053 ac_status=$?
9054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9055 (exit $ac_status); } &&
9056 { ac_try='test -s conftest$ac_exeext'
9057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9058 (eval $ac_try) 2>&5
9059 ac_status=$?
9060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061 (exit $ac_status); }; }; then
9062 eval "$as_ac_var=yes"
9063 else
9064 echo "$as_me: failed program was:" >&5
9065 sed 's/^/| /' conftest.$ac_ext >&5
9066
9067 eval "$as_ac_var=no"
9068 fi
9069 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9070 fi
9071 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9072 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9073 if test `eval echo '${'$as_ac_var'}'` = yes; then
9074 cat >>confdefs.h <<_ACEOF
9075 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9076 _ACEOF
9077
9078 fi
9079 done
9080
9081
9082 echo "$as_me:$LINENO: checking for dlopen" >&5
9083 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9084 if test "${ac_cv_func_dlopen+set}" = set; then
9085 echo $ECHO_N "(cached) $ECHO_C" >&6
9086 else
9087 cat >conftest.$ac_ext <<_ACEOF
9088 #line $LINENO "configure"
9089 /* confdefs.h. */
9090 _ACEOF
9091 cat confdefs.h >>conftest.$ac_ext
9092 cat >>conftest.$ac_ext <<_ACEOF
9093 /* end confdefs.h. */
9094 /* System header to define __stub macros and hopefully few prototypes,
9095 which can conflict with char dlopen (); below.
9096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9097 <limits.h> exists even on freestanding compilers. */
9098 #ifdef __STDC__
9099 # include <limits.h>
9100 #else
9101 # include <assert.h>
9102 #endif
9103 /* Override any gcc2 internal prototype to avoid an error. */
9104 #ifdef __cplusplus
9105 extern "C"
9106 {
9107 #endif
9108 /* We use char because int might match the return type of a gcc2
9109 builtin and then its argument prototype would still apply. */
9110 char dlopen ();
9111 /* The GNU C library defines this for functions which it implements
9112 to always fail with ENOSYS. Some functions are actually named
9113 something starting with __ and the normal name is an alias. */
9114 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9115 choke me
9116 #else
9117 char (*f) () = dlopen;
9118 #endif
9119 #ifdef __cplusplus
9120 }
9121 #endif
9122
9123 int
9124 main ()
9125 {
9126 return f != dlopen;
9127 ;
9128 return 0;
9129 }
9130 _ACEOF
9131 rm -f conftest.$ac_objext conftest$ac_exeext
9132 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9133 (eval $ac_link) 2>&5
9134 ac_status=$?
9135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9136 (exit $ac_status); } &&
9137 { ac_try='test -s conftest$ac_exeext'
9138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9139 (eval $ac_try) 2>&5
9140 ac_status=$?
9141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142 (exit $ac_status); }; }; then
9143 ac_cv_func_dlopen=yes
9144 else
9145 echo "$as_me: failed program was:" >&5
9146 sed 's/^/| /' conftest.$ac_ext >&5
9147
9148 ac_cv_func_dlopen=no
9149 fi
9150 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9151 fi
9152 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9153 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9154 if test $ac_cv_func_dlopen = yes; then
9155 :
9156 else
9157 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9158 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9159 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9160 echo $ECHO_N "(cached) $ECHO_C" >&6
9161 else
9162 ac_check_lib_save_LIBS=$LIBS
9163 LIBS="-ldl $LIBS"
9164 cat >conftest.$ac_ext <<_ACEOF
9165 #line $LINENO "configure"
9166 /* confdefs.h. */
9167 _ACEOF
9168 cat confdefs.h >>conftest.$ac_ext
9169 cat >>conftest.$ac_ext <<_ACEOF
9170 /* end confdefs.h. */
9171
9172 /* Override any gcc2 internal prototype to avoid an error. */
9173 #ifdef __cplusplus
9174 extern "C"
9175 #endif
9176 /* We use char because int might match the return type of a gcc2
9177 builtin and then its argument prototype would still apply. */
9178 char dlopen ();
9179 int
9180 main ()
9181 {
9182 dlopen ();
9183 ;
9184 return 0;
9185 }
9186 _ACEOF
9187 rm -f conftest.$ac_objext conftest$ac_exeext
9188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9189 (eval $ac_link) 2>&5
9190 ac_status=$?
9191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9192 (exit $ac_status); } &&
9193 { ac_try='test -s conftest$ac_exeext'
9194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9195 (eval $ac_try) 2>&5
9196 ac_status=$?
9197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9198 (exit $ac_status); }; }; then
9199 ac_cv_lib_dl_dlopen=yes
9200 else
9201 echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.$ac_ext >&5
9203
9204 ac_cv_lib_dl_dlopen=no
9205 fi
9206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9207 LIBS=$ac_check_lib_save_LIBS
9208 fi
9209 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9210 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9211 if test $ac_cv_lib_dl_dlopen = yes; then
9212 LIBS="$LIBS -ldl"
9213 else
9214 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9215 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9216 { (exit 1); exit 1; }; }
9217
9218 fi
9219
9220
9221 fi
9222
9223
9224 if test "x$openssl_include" != x; then
9225 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9226 fi
9227
9228 # Check whether --enable-rohc or --disable-rohc was given.
9229 if test "${enable_rohc+set}" = set; then
9230 enableval="$enable_rohc"
9231
9232 echo
9233 echo "**********************************************************************"
9234 echo "**********************************************************************"
9235 echo "**** --enable-rohc not yet implemented *******************************"
9236 echo "**********************************************************************"
9237 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9238 echo "**** implementation to be used in GPL code on the web."
9239 echo "**** so this option is just a fake. Please implement one and send it"
9240 echo "**** to me ;)"
9241 echo "**********************************************************************"
9242 echo "**********************************************************************"
9243 echo "**********************************************************************"
9244 echo "**********************************************************************"
9245 echo
9246
9247
9248 fi;
9249
9250 # Check whether --enable-icmp or --disable-icmp was given.
9251 if test "${enable_icmp+set}" = set; then
9252 enableval="$enable_icmp"
9253
9254 cat >>confdefs.h <<_ACEOF
9255 #define ENABLE_ICMP 1
9256 _ACEOF
9257
9258
9259 fi;
9260
9261 # Check whether --enable-tcp or --disable-tcp was given.
9262 if test "${enable_tcp+set}" = set; then
9263 enableval="$enable_tcp"
9264
9265 cat >>confdefs.h <<_ACEOF
9266 #define ENABLE_TCP 1
9267 _ACEOF
9268
9269
9270 fi;
9271
9272 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9273 if test "${enable_http_proxy+set}" = set; then
9274 enableval="$enable_http_proxy"
9275
9276 cat >>confdefs.h <<_ACEOF
9277 #define ENABLE_HTTP_PROXY 1
9278 _ACEOF
9279
9280
9281 fi;
9282
9283 HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9284 if test "${enable_hmac_length+set}" = set; then
9285 enableval="$enable_hmac_length"
9286 HMAC=$enableval
9287
9288 fi;
9289
9290 cat >>confdefs.h <<_ACEOF
9291 #define HMACLENGTH $HMAC
9292 _ACEOF
9293
9294
9295 RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9296 if test "${enable_rand_length+set}" = set; then
9297 enableval="$enable_rand_length"
9298 RAND=$enableval
9299
9300 fi;
9301
9302 cat >>confdefs.h <<_ACEOF
9303 #define RAND_SIZE $RAND
9304 _ACEOF
9305
9306
9307 MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9308 if test "${enable_mtu+set}" = set; then
9309 enableval="$enable_mtu"
9310 MTU=$enableval
9311
9312 fi;
9313
9314 cat >>confdefs.h <<_ACEOF
9315 #define MAX_MTU $MTU + 14
9316 _ACEOF
9317
9318
9319 COMPRESS=1
9320 # Check whether --enable-compression or --disable-compression was given.
9321 if test "${enable_compression+set}" = set; then
9322 enableval="$enable_compression"
9323 if test "x$enableval" = xno; then
9324 COMPRESS=0
9325 fi
9326
9327 fi;
9328
9329 cat >>confdefs.h <<_ACEOF
9330 #define ENABLE_COMPRESSION $COMPRESS
9331 _ACEOF
9332
9333
9334 CIPHER=bf_cbc
9335 # Check whether --enable-cipher or --disable-cipher was given.
9336 if test "${enable_cipher+set}" = set; then
9337 enableval="$enable_cipher"
9338 if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9339 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9340 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9341 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9342
9343 fi;
9344
9345 cat >>confdefs.h <<_ACEOF
9346 #define ENABLE_CIPHER EVP_${CIPHER}
9347 _ACEOF
9348
9349
9350 DIGEST=sha1
9351 # Check whether --enable-digest or --disable-digest was given.
9352 if test "${enable_digest+set}" = set; then
9353 enableval="$enable_digest"
9354 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9355 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9356 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9357 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9358
9359 fi;
9360
9361 cat >>confdefs.h <<_ACEOF
9362 #define ENABLE_DIGEST EVP_${DIGEST}
9363 _ACEOF
9364
9365
9366 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9367 CXXFLAGS="$CXXFLAGS -fno-rtti"
9368 fi
9369
9370 if $CXX -v --help 2>&1 | grep -q fexceptions; then
9371 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9372 fi
9373
9374 if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9375 CXXFLAGS="$CXXFLAGS -ffunction-sections"
9376 fi
9377
9378 if $LD -v --help 2>&1 | grep -q gc-sections; then
9379 LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9380 fi
9381
9382
9383
9384
9385
9386 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
9387 cat >confcache <<\_ACEOF
9388 # This file is a shell script that caches the results of configure
9389 # tests run on this system so they can be shared between configure
9390 # scripts and configure runs, see configure's option --config-cache.
9391 # It is not useful on other systems. If it contains results you don't
9392 # want to keep, you may remove or edit it.
9393 #
9394 # config.status only pays attention to the cache file if you give it
9395 # the --recheck option to rerun configure.
9396 #
9397 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9398 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9399 # following values.
9400
9401 _ACEOF
9402
9403 # The following way of writing the cache mishandles newlines in values,
9404 # but we know of no workaround that is simple, portable, and efficient.
9405 # So, don't put newlines in cache variables' values.
9406 # Ultrix sh set writes to stderr and can't be redirected directly,
9407 # and sets the high bit in the cache file unless we assign to the vars.
9408 {
9409 (set) 2>&1 |
9410 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9411 *ac_space=\ *)
9412 # `set' does not quote correctly, so add quotes (double-quote
9413 # substitution turns \\\\ into \\, and sed turns \\ into \).
9414 sed -n \
9415 "s/'/'\\\\''/g;
9416 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9417 ;;
9418 *)
9419 # `set' quotes correctly as required by POSIX, so do not add quotes.
9420 sed -n \
9421 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9422 ;;
9423 esac;
9424 } |
9425 sed '
9426 t clear
9427 : clear
9428 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9429 t end
9430 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9431 : end' >>confcache
9432 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9433 if test -w $cache_file; then
9434 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9435 cat confcache >$cache_file
9436 else
9437 echo "not updating unwritable cache $cache_file"
9438 fi
9439 fi
9440 rm -f confcache
9441
9442 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9443 # Let make expand exec_prefix.
9444 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9445
9446 # VPATH may cause trouble with some makes, so we remove $(srcdir),
9447 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9448 # trailing colons and then remove the whole line if VPATH becomes empty
9449 # (actually we leave an empty line to preserve line numbers).
9450 if test "x$srcdir" = x.; then
9451 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9452 s/:*\$(srcdir):*/:/;
9453 s/:*\${srcdir}:*/:/;
9454 s/:*@srcdir@:*/:/;
9455 s/^\([^=]*=[ ]*\):*/\1/;
9456 s/:*$//;
9457 s/^[^=]*=[ ]*$//;
9458 }'
9459 fi
9460
9461 DEFS=-DHAVE_CONFIG_H
9462
9463 ac_libobjs=
9464 ac_ltlibobjs=
9465 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9466 # 1. Remove the extension, and $U if already installed.
9467 ac_i=`echo "$ac_i" |
9468 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9469 # 2. Add them.
9470 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9471 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9472 done
9473 LIBOBJS=$ac_libobjs
9474
9475 LTLIBOBJS=$ac_ltlibobjs
9476
9477
9478 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9479 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9480 Usually this means the macro was only invoked conditionally." >&5
9481 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9482 Usually this means the macro was only invoked conditionally." >&2;}
9483 { (exit 1); exit 1; }; }
9484 fi
9485 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9486 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9487 Usually this means the macro was only invoked conditionally." >&5
9488 echo "$as_me: error: conditional \"AMDEP\" was never defined.
9489 Usually this means the macro was only invoked conditionally." >&2;}
9490 { (exit 1); exit 1; }; }
9491 fi
9492 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9493 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9494 Usually this means the macro was only invoked conditionally." >&5
9495 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9496 Usually this means the macro was only invoked conditionally." >&2;}
9497 { (exit 1); exit 1; }; }
9498 fi
9499 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9500 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9501 Usually this means the macro was only invoked conditionally." >&5
9502 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9503 Usually this means the macro was only invoked conditionally." >&2;}
9504 { (exit 1); exit 1; }; }
9505 fi
9506 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9507 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9508 Usually this means the macro was only invoked conditionally." >&5
9509 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9510 Usually this means the macro was only invoked conditionally." >&2;}
9511 { (exit 1); exit 1; }; }
9512 fi
9513
9514 : ${CONFIG_STATUS=./config.status}
9515 ac_clean_files_save=$ac_clean_files
9516 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9517 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9518 echo "$as_me: creating $CONFIG_STATUS" >&6;}
9519 cat >$CONFIG_STATUS <<_ACEOF
9520 #! $SHELL
9521 # Generated by $as_me.
9522 # Run this file to recreate the current configuration.
9523 # Compiler output produced by configure, useful for debugging
9524 # configure, is in config.log if it exists.
9525
9526 debug=false
9527 ac_cs_recheck=false
9528 ac_cs_silent=false
9529 SHELL=\${CONFIG_SHELL-$SHELL}
9530 _ACEOF
9531
9532 cat >>$CONFIG_STATUS <<\_ACEOF
9533 ## --------------------- ##
9534 ## M4sh Initialization. ##
9535 ## --------------------- ##
9536
9537 # Be Bourne compatible
9538 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9539 emulate sh
9540 NULLCMD=:
9541 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9542 # is contrary to our usage. Disable this feature.
9543 alias -g '${1+"$@"}'='"$@"'
9544 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
9545 set -o posix
9546 fi
9547
9548 # Support unset when possible.
9549 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
9550 as_unset=unset
9551 else
9552 as_unset=false
9553 fi
9554
9555
9556 # Work around bugs in pre-3.0 UWIN ksh.
9557 $as_unset ENV MAIL MAILPATH
9558 PS1='$ '
9559 PS2='> '
9560 PS4='+ '
9561
9562 # NLS nuisances.
9563 for as_var in \
9564 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9565 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9566 LC_TELEPHONE LC_TIME
9567 do
9568 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
9569 eval $as_var=C; export $as_var
9570 else
9571 $as_unset $as_var
9572 fi
9573 done
9574
9575 # Required to use basename.
9576 if expr a : '\(a\)' >/dev/null 2>&1; then
9577 as_expr=expr
9578 else
9579 as_expr=false
9580 fi
9581
9582 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
9583 as_basename=basename
9584 else
9585 as_basename=false
9586 fi
9587
9588
9589 # Name of the executable.
9590 as_me=`$as_basename "$0" ||
9591 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9592 X"$0" : 'X\(//\)$' \| \
9593 X"$0" : 'X\(/\)$' \| \
9594 . : '\(.\)' 2>/dev/null ||
9595 echo X/"$0" |
9596 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9597 /^X\/\(\/\/\)$/{ s//\1/; q; }
9598 /^X\/\(\/\).*/{ s//\1/; q; }
9599 s/.*/./; q'`
9600
9601
9602 # PATH needs CR, and LINENO needs CR and PATH.
9603 # Avoid depending upon Character Ranges.
9604 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9605 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9606 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9607 as_cr_digits='0123456789'
9608 as_cr_alnum=$as_cr_Letters$as_cr_digits
9609
9610 # The user is always right.
9611 if test "${PATH_SEPARATOR+set}" != set; then
9612 echo "#! /bin/sh" >conf$$.sh
9613 echo "exit 0" >>conf$$.sh
9614 chmod +x conf$$.sh
9615 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9616 PATH_SEPARATOR=';'
9617 else
9618 PATH_SEPARATOR=:
9619 fi
9620 rm -f conf$$.sh
9621 fi
9622
9623
9624 as_lineno_1=$LINENO
9625 as_lineno_2=$LINENO
9626 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9627 test "x$as_lineno_1" != "x$as_lineno_2" &&
9628 test "x$as_lineno_3" = "x$as_lineno_2" || {
9629 # Find who we are. Look in the path if we contain no path at all
9630 # relative or not.
9631 case $0 in
9632 *[\\/]* ) as_myself=$0 ;;
9633 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9634 for as_dir in $PATH
9635 do
9636 IFS=$as_save_IFS
9637 test -z "$as_dir" && as_dir=.
9638 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9639 done
9640
9641 ;;
9642 esac
9643 # We did not find ourselves, most probably we were run as `sh COMMAND'
9644 # in which case we are not to be found in the path.
9645 if test "x$as_myself" = x; then
9646 as_myself=$0
9647 fi
9648 if test ! -f "$as_myself"; then
9649 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9650 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9651 { (exit 1); exit 1; }; }
9652 fi
9653 case $CONFIG_SHELL in
9654 '')
9655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9656 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9657 do
9658 IFS=$as_save_IFS
9659 test -z "$as_dir" && as_dir=.
9660 for as_base in sh bash ksh sh5; do
9661 case $as_dir in
9662 /*)
9663 if ("$as_dir/$as_base" -c '
9664 as_lineno_1=$LINENO
9665 as_lineno_2=$LINENO
9666 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9667 test "x$as_lineno_1" != "x$as_lineno_2" &&
9668 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
9669 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
9670 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
9671 CONFIG_SHELL=$as_dir/$as_base
9672 export CONFIG_SHELL
9673 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
9674 fi;;
9675 esac
9676 done
9677 done
9678 ;;
9679 esac
9680
9681 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
9682 # uniformly replaced by the line number. The first 'sed' inserts a
9683 # line-number line before each line; the second 'sed' does the real
9684 # work. The second script uses 'N' to pair each line-number line
9685 # with the numbered line, and appends trailing '-' during
9686 # substitution so that $LINENO is not a special case at line end.
9687 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
9688 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
9689 sed '=' <$as_myself |
9690 sed '
9691 N
9692 s,$,-,
9693 : loop
9694 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
9695 t loop
9696 s,-$,,
9697 s,^['$as_cr_digits']*\n,,
9698 ' >$as_me.lineno &&
9699 chmod +x $as_me.lineno ||
9700 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
9701 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
9702 { (exit 1); exit 1; }; }
9703
9704 # Don't try to exec as it changes $[0], causing all sort of problems
9705 # (the dirname of $[0] is not the place where we might find the
9706 # original and so on. Autoconf is especially sensible to this).
9707 . ./$as_me.lineno
9708 # Exit status is that of the last command.
9709 exit
9710 }
9711
9712
9713 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
9714 *c*,-n*) ECHO_N= ECHO_C='
9715 ' ECHO_T=' ' ;;
9716 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
9717 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
9718 esac
9719
9720 if expr a : '\(a\)' >/dev/null 2>&1; then
9721 as_expr=expr
9722 else
9723 as_expr=false
9724 fi
9725
9726 rm -f conf$$ conf$$.exe conf$$.file
9727 echo >conf$$.file
9728 if ln -s conf$$.file conf$$ 2>/dev/null; then
9729 # We could just check for DJGPP; but this test a) works b) is more generic
9730 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
9731 if test -f conf$$.exe; then
9732 # Don't use ln at all; we don't have any links
9733 as_ln_s='cp -p'
9734 else
9735 as_ln_s='ln -s'
9736 fi
9737 elif ln conf$$.file conf$$ 2>/dev/null; then
9738 as_ln_s=ln
9739 else
9740 as_ln_s='cp -p'
9741 fi
9742 rm -f conf$$ conf$$.exe conf$$.file
9743
9744 if mkdir -p . 2>/dev/null; then
9745 as_mkdir_p=:
9746 else
9747 as_mkdir_p=false
9748 fi
9749
9750 as_executable_p="test -f"
9751
9752 # Sed expression to map a string onto a valid CPP name.
9753 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
9754
9755 # Sed expression to map a string onto a valid variable name.
9756 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
9757
9758
9759 # IFS
9760 # We need space, tab and new line, in precisely that order.
9761 as_nl='
9762 '
9763 IFS=" $as_nl"
9764
9765 # CDPATH.
9766 $as_unset CDPATH
9767
9768 exec 6>&1
9769
9770 # Open the log real soon, to keep \$[0] and so on meaningful, and to
9771 # report actual input values of CONFIG_FILES etc. instead of their
9772 # values after options handling. Logging --version etc. is OK.
9773 exec 5>>config.log
9774 {
9775 echo
9776 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9777 ## Running $as_me. ##
9778 _ASBOX
9779 } >&5
9780 cat >&5 <<_CSEOF
9781
9782 This file was extended by $as_me, which was
9783 generated by GNU Autoconf 2.57. Invocation command line was
9784
9785 CONFIG_FILES = $CONFIG_FILES
9786 CONFIG_HEADERS = $CONFIG_HEADERS
9787 CONFIG_LINKS = $CONFIG_LINKS
9788 CONFIG_COMMANDS = $CONFIG_COMMANDS
9789 $ $0 $@
9790
9791 _CSEOF
9792 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
9793 echo >&5
9794 _ACEOF
9795
9796 # Files that config.status was made for.
9797 if test -n "$ac_config_files"; then
9798 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
9799 fi
9800
9801 if test -n "$ac_config_headers"; then
9802 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
9803 fi
9804
9805 if test -n "$ac_config_links"; then
9806 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
9807 fi
9808
9809 if test -n "$ac_config_commands"; then
9810 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
9811 fi
9812
9813 cat >>$CONFIG_STATUS <<\_ACEOF
9814
9815 ac_cs_usage="\
9816 \`$as_me' instantiates files from templates according to the
9817 current configuration.
9818
9819 Usage: $0 [OPTIONS] [FILE]...
9820
9821 -h, --help print this help, then exit
9822 -V, --version print version number, then exit
9823 -q, --quiet do not print progress messages
9824 -d, --debug don't remove temporary files
9825 --recheck update $as_me by reconfiguring in the same conditions
9826 --file=FILE[:TEMPLATE]
9827 instantiate the configuration file FILE
9828 --header=FILE[:TEMPLATE]
9829 instantiate the configuration header FILE
9830
9831 Configuration files:
9832 $config_files
9833
9834 Configuration headers:
9835 $config_headers
9836
9837 Configuration commands:
9838 $config_commands
9839
9840 Report bugs to <bug-autoconf@gnu.org>."
9841 _ACEOF
9842
9843 cat >>$CONFIG_STATUS <<_ACEOF
9844 ac_cs_version="\\
9845 config.status
9846 configured by $0, generated by GNU Autoconf 2.57,
9847 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9848
9849 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
9850 Free Software Foundation, Inc.
9851 This config.status script is free software; the Free Software Foundation
9852 gives unlimited permission to copy, distribute and modify it."
9853 srcdir=$srcdir
9854 INSTALL="$INSTALL"
9855 _ACEOF
9856
9857 cat >>$CONFIG_STATUS <<\_ACEOF
9858 # If no file are specified by the user, then we need to provide default
9859 # value. By we need to know if files were specified by the user.
9860 ac_need_defaults=:
9861 while test $# != 0
9862 do
9863 case $1 in
9864 --*=*)
9865 ac_option=`expr "x$1" : 'x\([^=]*\)='`
9866 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
9867 ac_shift=:
9868 ;;
9869 -*)
9870 ac_option=$1
9871 ac_optarg=$2
9872 ac_shift=shift
9873 ;;
9874 *) # This is not an option, so the user has probably given explicit
9875 # arguments.
9876 ac_option=$1
9877 ac_need_defaults=false;;
9878 esac
9879
9880 case $ac_option in
9881 # Handling of the options.
9882 _ACEOF
9883 cat >>$CONFIG_STATUS <<\_ACEOF
9884 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9885 ac_cs_recheck=: ;;
9886 --version | --vers* | -V )
9887 echo "$ac_cs_version"; exit 0 ;;
9888 --he | --h)
9889 # Conflict between --help and --header
9890 { { echo "$as_me:$LINENO: error: ambiguous option: $1
9891 Try \`$0 --help' for more information." >&5
9892 echo "$as_me: error: ambiguous option: $1
9893 Try \`$0 --help' for more information." >&2;}
9894 { (exit 1); exit 1; }; };;
9895 --help | --hel | -h )
9896 echo "$ac_cs_usage"; exit 0 ;;
9897 --debug | --d* | -d )
9898 debug=: ;;
9899 --file | --fil | --fi | --f )
9900 $ac_shift
9901 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
9902 ac_need_defaults=false;;
9903 --header | --heade | --head | --hea )
9904 $ac_shift
9905 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
9906 ac_need_defaults=false;;
9907 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9908 | -silent | --silent | --silen | --sile | --sil | --si | --s)
9909 ac_cs_silent=: ;;
9910
9911 # This is an error.
9912 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
9913 Try \`$0 --help' for more information." >&5
9914 echo "$as_me: error: unrecognized option: $1
9915 Try \`$0 --help' for more information." >&2;}
9916 { (exit 1); exit 1; }; } ;;
9917
9918 *) ac_config_targets="$ac_config_targets $1" ;;
9919
9920 esac
9921 shift
9922 done
9923
9924 ac_configure_extra_args=
9925
9926 if $ac_cs_silent; then
9927 exec 6>/dev/null
9928 ac_configure_extra_args="$ac_configure_extra_args --silent"
9929 fi
9930
9931 _ACEOF
9932 cat >>$CONFIG_STATUS <<_ACEOF
9933 if \$ac_cs_recheck; then
9934 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
9935 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9936 fi
9937
9938 _ACEOF
9939
9940 cat >>$CONFIG_STATUS <<_ACEOF
9941 #
9942 # INIT-COMMANDS section.
9943 #
9944
9945 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
9946 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
9947 # from automake.
9948 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
9949 # Capture the value of LINGUAS because we need it to compute CATALOGS.
9950 LINGUAS="${LINGUAS-%UNSET%}"
9951
9952 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
9953
9954 _ACEOF
9955
9956
9957
9958 cat >>$CONFIG_STATUS <<\_ACEOF
9959 for ac_config_target in $ac_config_targets
9960 do
9961 case "$ac_config_target" in
9962 # Handling of arguments.
9963 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9964 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
9965 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
9966 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
9967 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
9968 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
9969 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
9970 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
9971 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
9972 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
9973 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9974 { (exit 1); exit 1; }; };;
9975 esac
9976 done
9977
9978 # If the user did not use the arguments to specify the items to instantiate,
9979 # then the envvar interface is used. Set only those that are not.
9980 # We use the long form for the default assignment because of an extremely
9981 # bizarre bug on SunOS 4.1.3.
9982 if $ac_need_defaults; then
9983 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
9984 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
9985 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
9986 fi
9987
9988 # Have a temporary directory for convenience. Make it in the build tree
9989 # simply because there is no reason to put it here, and in addition,
9990 # creating and moving files from /tmp can sometimes cause problems.
9991 # Create a temporary directory, and hook for its removal unless debugging.
9992 $debug ||
9993 {
9994 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9995 trap '{ (exit 1); exit 1; }' 1 2 13 15
9996 }
9997
9998 # Create a (secure) tmp directory for tmp files.
9999
10000 {
10001 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10002 test -n "$tmp" && test -d "$tmp"
10003 } ||
10004 {
10005 tmp=./confstat$$-$RANDOM
10006 (umask 077 && mkdir $tmp)
10007 } ||
10008 {
10009 echo "$me: cannot create a temporary directory in ." >&2
10010 { (exit 1); exit 1; }
10011 }
10012
10013 _ACEOF
10014
10015 cat >>$CONFIG_STATUS <<_ACEOF
10016
10017 #
10018 # CONFIG_FILES section.
10019 #
10020
10021 # No need to generate the scripts if there are no CONFIG_FILES.
10022 # This happens for instance when ./config.status config.h
10023 if test -n "\$CONFIG_FILES"; then
10024 # Protect against being on the right side of a sed subst in config.status.
10025 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10026 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10027 s,@SHELL@,$SHELL,;t t
10028 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10029 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10030 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10031 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10032 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10033 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10034 s,@exec_prefix@,$exec_prefix,;t t
10035 s,@prefix@,$prefix,;t t
10036 s,@program_transform_name@,$program_transform_name,;t t
10037 s,@bindir@,$bindir,;t t
10038 s,@sbindir@,$sbindir,;t t
10039 s,@libexecdir@,$libexecdir,;t t
10040 s,@datadir@,$datadir,;t t
10041 s,@sysconfdir@,$sysconfdir,;t t
10042 s,@sharedstatedir@,$sharedstatedir,;t t
10043 s,@localstatedir@,$localstatedir,;t t
10044 s,@libdir@,$libdir,;t t
10045 s,@includedir@,$includedir,;t t
10046 s,@oldincludedir@,$oldincludedir,;t t
10047 s,@infodir@,$infodir,;t t
10048 s,@mandir@,$mandir,;t t
10049 s,@build_alias@,$build_alias,;t t
10050 s,@host_alias@,$host_alias,;t t
10051 s,@target_alias@,$target_alias,;t t
10052 s,@DEFS@,$DEFS,;t t
10053 s,@ECHO_C@,$ECHO_C,;t t
10054 s,@ECHO_N@,$ECHO_N,;t t
10055 s,@ECHO_T@,$ECHO_T,;t t
10056 s,@LIBS@,$LIBS,;t t
10057 s,@build@,$build,;t t
10058 s,@build_cpu@,$build_cpu,;t t
10059 s,@build_vendor@,$build_vendor,;t t
10060 s,@build_os@,$build_os,;t t
10061 s,@host@,$host,;t t
10062 s,@host_cpu@,$host_cpu,;t t
10063 s,@host_vendor@,$host_vendor,;t t
10064 s,@host_os@,$host_os,;t t
10065 s,@target@,$target,;t t
10066 s,@target_cpu@,$target_cpu,;t t
10067 s,@target_vendor@,$target_vendor,;t t
10068 s,@target_os@,$target_os,;t t
10069 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10070 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10071 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10072 s,@CYGPATH_W@,$CYGPATH_W,;t t
10073 s,@PACKAGE@,$PACKAGE,;t t
10074 s,@VERSION@,$VERSION,;t t
10075 s,@ACLOCAL@,$ACLOCAL,;t t
10076 s,@AUTOCONF@,$AUTOCONF,;t t
10077 s,@AUTOMAKE@,$AUTOMAKE,;t t
10078 s,@AUTOHEADER@,$AUTOHEADER,;t t
10079 s,@MAKEINFO@,$MAKEINFO,;t t
10080 s,@AMTAR@,$AMTAR,;t t
10081 s,@install_sh@,$install_sh,;t t
10082 s,@STRIP@,$STRIP,;t t
10083 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10084 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10085 s,@AWK@,$AWK,;t t
10086 s,@SET_MAKE@,$SET_MAKE,;t t
10087 s,@am__leading_dot@,$am__leading_dot,;t t
10088 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10089 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10090 s,@MAINT@,$MAINT,;t t
10091 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10092 s,@MSGFMT@,$MSGFMT,;t t
10093 s,@GMSGFMT@,$GMSGFMT,;t t
10094 s,@XGETTEXT@,$XGETTEXT,;t t
10095 s,@MSGMERGE@,$MSGMERGE,;t t
10096 s,@CC@,$CC,;t t
10097 s,@CFLAGS@,$CFLAGS,;t t
10098 s,@LDFLAGS@,$LDFLAGS,;t t
10099 s,@CPPFLAGS@,$CPPFLAGS,;t t
10100 s,@ac_ct_CC@,$ac_ct_CC,;t t
10101 s,@EXEEXT@,$EXEEXT,;t t
10102 s,@OBJEXT@,$OBJEXT,;t t
10103 s,@DEPDIR@,$DEPDIR,;t t
10104 s,@am__include@,$am__include,;t t
10105 s,@am__quote@,$am__quote,;t t
10106 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10107 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10108 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10109 s,@CCDEPMODE@,$CCDEPMODE,;t t
10110 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10111 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10112 s,@USE_NLS@,$USE_NLS,;t t
10113 s,@LIBICONV@,$LIBICONV,;t t
10114 s,@LTLIBICONV@,$LTLIBICONV,;t t
10115 s,@INTLLIBS@,$INTLLIBS,;t t
10116 s,@LIBINTL@,$LIBINTL,;t t
10117 s,@LTLIBINTL@,$LTLIBINTL,;t t
10118 s,@POSUB@,$POSUB,;t t
10119 s,@CPP@,$CPP,;t t
10120 s,@CXX@,$CXX,;t t
10121 s,@CXXFLAGS@,$CXXFLAGS,;t t
10122 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10123 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10124 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10125 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10126 s,@EGREP@,$EGREP,;t t
10127 s,@LN_S@,$LN_S,;t t
10128 s,@RANLIB@,$RANLIB,;t t
10129 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10130 s,@IFTYPE@,$IFTYPE,;t t
10131 s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10132 s,@CXXCPP@,$CXXCPP,;t t
10133 s,@ALLOCA@,$ALLOCA,;t t
10134 s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10135 s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10136 s,@INCLUDES@,$INCLUDES,;t t
10137 s,@LIBOBJS@,$LIBOBJS,;t t
10138 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10139 CEOF
10140
10141 _ACEOF
10142
10143 cat >>$CONFIG_STATUS <<\_ACEOF
10144 # Split the substitutions into bite-sized pieces for seds with
10145 # small command number limits, like on Digital OSF/1 and HP-UX.
10146 ac_max_sed_lines=48
10147 ac_sed_frag=1 # Number of current file.
10148 ac_beg=1 # First line for current file.
10149 ac_end=$ac_max_sed_lines # Line after last line for current file.
10150 ac_more_lines=:
10151 ac_sed_cmds=
10152 while $ac_more_lines; do
10153 if test $ac_beg -gt 1; then
10154 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10155 else
10156 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10157 fi
10158 if test ! -s $tmp/subs.frag; then
10159 ac_more_lines=false
10160 else
10161 # The purpose of the label and of the branching condition is to
10162 # speed up the sed processing (if there are no `@' at all, there
10163 # is no need to browse any of the substitutions).
10164 # These are the two extra sed commands mentioned above.
10165 (echo ':t
10166 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10167 if test -z "$ac_sed_cmds"; then
10168 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10169 else
10170 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10171 fi
10172 ac_sed_frag=`expr $ac_sed_frag + 1`
10173 ac_beg=$ac_end
10174 ac_end=`expr $ac_end + $ac_max_sed_lines`
10175 fi
10176 done
10177 if test -z "$ac_sed_cmds"; then
10178 ac_sed_cmds=cat
10179 fi
10180 fi # test -n "$CONFIG_FILES"
10181
10182 _ACEOF
10183 cat >>$CONFIG_STATUS <<\_ACEOF
10184 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10185 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10186 case $ac_file in
10187 - | *:- | *:-:* ) # input from stdin
10188 cat >$tmp/stdin
10189 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10190 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10191 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10192 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10193 * ) ac_file_in=$ac_file.in ;;
10194 esac
10195
10196 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10197 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10198 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10199 X"$ac_file" : 'X\(//\)[^/]' \| \
10200 X"$ac_file" : 'X\(//\)$' \| \
10201 X"$ac_file" : 'X\(/\)' \| \
10202 . : '\(.\)' 2>/dev/null ||
10203 echo X"$ac_file" |
10204 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10205 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10206 /^X\(\/\/\)$/{ s//\1/; q; }
10207 /^X\(\/\).*/{ s//\1/; q; }
10208 s/.*/./; q'`
10209 { if $as_mkdir_p; then
10210 mkdir -p "$ac_dir"
10211 else
10212 as_dir="$ac_dir"
10213 as_dirs=
10214 while test ! -d "$as_dir"; do
10215 as_dirs="$as_dir $as_dirs"
10216 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10217 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10218 X"$as_dir" : 'X\(//\)[^/]' \| \
10219 X"$as_dir" : 'X\(//\)$' \| \
10220 X"$as_dir" : 'X\(/\)' \| \
10221 . : '\(.\)' 2>/dev/null ||
10222 echo X"$as_dir" |
10223 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10224 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10225 /^X\(\/\/\)$/{ s//\1/; q; }
10226 /^X\(\/\).*/{ s//\1/; q; }
10227 s/.*/./; q'`
10228 done
10229 test ! -n "$as_dirs" || mkdir $as_dirs
10230 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10231 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10232 { (exit 1); exit 1; }; }; }
10233
10234 ac_builddir=.
10235
10236 if test "$ac_dir" != .; then
10237 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10238 # A "../" for each directory in $ac_dir_suffix.
10239 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10240 else
10241 ac_dir_suffix= ac_top_builddir=
10242 fi
10243
10244 case $srcdir in
10245 .) # No --srcdir option. We are building in place.
10246 ac_srcdir=.
10247 if test -z "$ac_top_builddir"; then
10248 ac_top_srcdir=.
10249 else
10250 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10251 fi ;;
10252 [\\/]* | ?:[\\/]* ) # Absolute path.
10253 ac_srcdir=$srcdir$ac_dir_suffix;
10254 ac_top_srcdir=$srcdir ;;
10255 *) # Relative path.
10256 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10257 ac_top_srcdir=$ac_top_builddir$srcdir ;;
10258 esac
10259 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10260 # absolute.
10261 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10262 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10263 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10264 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10265
10266
10267 case $INSTALL in
10268 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10269 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10270 esac
10271
10272 if test x"$ac_file" != x-; then
10273 { echo "$as_me:$LINENO: creating $ac_file" >&5
10274 echo "$as_me: creating $ac_file" >&6;}
10275 rm -f "$ac_file"
10276 fi
10277 # Let's still pretend it is `configure' which instantiates (i.e., don't
10278 # use $as_me), people would be surprised to read:
10279 # /* config.h. Generated by config.status. */
10280 if test x"$ac_file" = x-; then
10281 configure_input=
10282 else
10283 configure_input="$ac_file. "
10284 fi
10285 configure_input=$configure_input"Generated from `echo $ac_file_in |
10286 sed 's,.*/,,'` by configure."
10287
10288 # First look for the input files in the build tree, otherwise in the
10289 # src tree.
10290 ac_file_inputs=`IFS=:
10291 for f in $ac_file_in; do
10292 case $f in
10293 -) echo $tmp/stdin ;;
10294 [\\/$]*)
10295 # Absolute (can't be DOS-style, as IFS=:)
10296 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10297 echo "$as_me: error: cannot find input file: $f" >&2;}
10298 { (exit 1); exit 1; }; }
10299 echo $f;;
10300 *) # Relative
10301 if test -f "$f"; then
10302 # Build tree
10303 echo $f
10304 elif test -f "$srcdir/$f"; then
10305 # Source tree
10306 echo $srcdir/$f
10307 else
10308 # /dev/null tree
10309 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10310 echo "$as_me: error: cannot find input file: $f" >&2;}
10311 { (exit 1); exit 1; }; }
10312 fi;;
10313 esac
10314 done` || { (exit 1); exit 1; }
10315 _ACEOF
10316 cat >>$CONFIG_STATUS <<_ACEOF
10317 sed "$ac_vpsub
10318 $extrasub
10319 _ACEOF
10320 cat >>$CONFIG_STATUS <<\_ACEOF
10321 :t
10322 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10323 s,@configure_input@,$configure_input,;t t
10324 s,@srcdir@,$ac_srcdir,;t t
10325 s,@abs_srcdir@,$ac_abs_srcdir,;t t
10326 s,@top_srcdir@,$ac_top_srcdir,;t t
10327 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10328 s,@builddir@,$ac_builddir,;t t
10329 s,@abs_builddir@,$ac_abs_builddir,;t t
10330 s,@top_builddir@,$ac_top_builddir,;t t
10331 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10332 s,@INSTALL@,$ac_INSTALL,;t t
10333 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10334 rm -f $tmp/stdin
10335 if test x"$ac_file" != x-; then
10336 mv $tmp/out $ac_file
10337 else
10338 cat $tmp/out
10339 rm -f $tmp/out
10340 fi
10341
10342 done
10343 _ACEOF
10344 cat >>$CONFIG_STATUS <<\_ACEOF
10345
10346 #
10347 # CONFIG_HEADER section.
10348 #
10349
10350 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10351 # NAME is the cpp macro being defined and VALUE is the value it is being given.
10352 #
10353 # ac_d sets the value in "#define NAME VALUE" lines.
10354 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10355 ac_dB='[ ].*$,\1#\2'
10356 ac_dC=' '
10357 ac_dD=',;t'
10358 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10359 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10360 ac_uB='$,\1#\2define\3'
10361 ac_uC=' '
10362 ac_uD=',;t'
10363
10364 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10365 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10366 case $ac_file in
10367 - | *:- | *:-:* ) # input from stdin
10368 cat >$tmp/stdin
10369 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10370 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10371 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10372 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10373 * ) ac_file_in=$ac_file.in ;;
10374 esac
10375
10376 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10377 echo "$as_me: creating $ac_file" >&6;}
10378
10379 # First look for the input files in the build tree, otherwise in the
10380 # src tree.
10381 ac_file_inputs=`IFS=:
10382 for f in $ac_file_in; do
10383 case $f in
10384 -) echo $tmp/stdin ;;
10385 [\\/$]*)
10386 # Absolute (can't be DOS-style, as IFS=:)
10387 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10388 echo "$as_me: error: cannot find input file: $f" >&2;}
10389 { (exit 1); exit 1; }; }
10390 echo $f;;
10391 *) # Relative
10392 if test -f "$f"; then
10393 # Build tree
10394 echo $f
10395 elif test -f "$srcdir/$f"; then
10396 # Source tree
10397 echo $srcdir/$f
10398 else
10399 # /dev/null tree
10400 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10401 echo "$as_me: error: cannot find input file: $f" >&2;}
10402 { (exit 1); exit 1; }; }
10403 fi;;
10404 esac
10405 done` || { (exit 1); exit 1; }
10406 # Remove the trailing spaces.
10407 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10408
10409 _ACEOF
10410
10411 # Transform confdefs.h into two sed scripts, `conftest.defines' and
10412 # `conftest.undefs', that substitutes the proper values into
10413 # config.h.in to produce config.h. The first handles `#define'
10414 # templates, and the second `#undef' templates.
10415 # And first: Protect against being on the right side of a sed subst in
10416 # config.status. Protect against being in an unquoted here document
10417 # in config.status.
10418 rm -f conftest.defines conftest.undefs
10419 # Using a here document instead of a string reduces the quoting nightmare.
10420 # Putting comments in sed scripts is not portable.
10421 #
10422 # `end' is used to avoid that the second main sed command (meant for
10423 # 0-ary CPP macros) applies to n-ary macro definitions.
10424 # See the Autoconf documentation for `clear'.
10425 cat >confdef2sed.sed <<\_ACEOF
10426 s/[\\&,]/\\&/g
10427 s,[\\$`],\\&,g
10428 t clear
10429 : clear
10430 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10431 t end
10432 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10433 : end
10434 _ACEOF
10435 # If some macros were called several times there might be several times
10436 # the same #defines, which is useless. Nevertheless, we may not want to
10437 # sort them, since we want the *last* AC-DEFINE to be honored.
10438 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10439 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10440 rm -f confdef2sed.sed
10441
10442 # This sed command replaces #undef with comments. This is necessary, for
10443 # example, in the case of _POSIX_SOURCE, which is predefined and required
10444 # on some systems where configure will not decide to define it.
10445 cat >>conftest.undefs <<\_ACEOF
10446 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10447 _ACEOF
10448
10449 # Break up conftest.defines because some shells have a limit on the size
10450 # of here documents, and old seds have small limits too (100 cmds).
10451 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10452 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10453 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10454 echo ' :' >>$CONFIG_STATUS
10455 rm -f conftest.tail
10456 while grep . conftest.defines >/dev/null
10457 do
10458 # Write a limited-size here document to $tmp/defines.sed.
10459 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10460 # Speed up: don't consider the non `#define' lines.
10461 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10462 # Work around the forget-to-reset-the-flag bug.
10463 echo 't clr' >>$CONFIG_STATUS
10464 echo ': clr' >>$CONFIG_STATUS
10465 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10466 echo 'CEOF
10467 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10468 rm -f $tmp/in
10469 mv $tmp/out $tmp/in
10470 ' >>$CONFIG_STATUS
10471 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10472 rm -f conftest.defines
10473 mv conftest.tail conftest.defines
10474 done
10475 rm -f conftest.defines
10476 echo ' fi # grep' >>$CONFIG_STATUS
10477 echo >>$CONFIG_STATUS
10478
10479 # Break up conftest.undefs because some shells have a limit on the size
10480 # of here documents, and old seds have small limits too (100 cmds).
10481 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10482 rm -f conftest.tail
10483 while grep . conftest.undefs >/dev/null
10484 do
10485 # Write a limited-size here document to $tmp/undefs.sed.
10486 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10487 # Speed up: don't consider the non `#undef'
10488 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10489 # Work around the forget-to-reset-the-flag bug.
10490 echo 't clr' >>$CONFIG_STATUS
10491 echo ': clr' >>$CONFIG_STATUS
10492 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10493 echo 'CEOF
10494 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10495 rm -f $tmp/in
10496 mv $tmp/out $tmp/in
10497 ' >>$CONFIG_STATUS
10498 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
10499 rm -f conftest.undefs
10500 mv conftest.tail conftest.undefs
10501 done
10502 rm -f conftest.undefs
10503
10504 cat >>$CONFIG_STATUS <<\_ACEOF
10505 # Let's still pretend it is `configure' which instantiates (i.e., don't
10506 # use $as_me), people would be surprised to read:
10507 # /* config.h. Generated by config.status. */
10508 if test x"$ac_file" = x-; then
10509 echo "/* Generated by configure. */" >$tmp/config.h
10510 else
10511 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10512 fi
10513 cat $tmp/in >>$tmp/config.h
10514 rm -f $tmp/in
10515 if test x"$ac_file" != x-; then
10516 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
10517 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
10518 echo "$as_me: $ac_file is unchanged" >&6;}
10519 else
10520 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10521 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10522 X"$ac_file" : 'X\(//\)[^/]' \| \
10523 X"$ac_file" : 'X\(//\)$' \| \
10524 X"$ac_file" : 'X\(/\)' \| \
10525 . : '\(.\)' 2>/dev/null ||
10526 echo X"$ac_file" |
10527 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10528 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10529 /^X\(\/\/\)$/{ s//\1/; q; }
10530 /^X\(\/\).*/{ s//\1/; q; }
10531 s/.*/./; q'`
10532 { if $as_mkdir_p; then
10533 mkdir -p "$ac_dir"
10534 else
10535 as_dir="$ac_dir"
10536 as_dirs=
10537 while test ! -d "$as_dir"; do
10538 as_dirs="$as_dir $as_dirs"
10539 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10540 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10541 X"$as_dir" : 'X\(//\)[^/]' \| \
10542 X"$as_dir" : 'X\(//\)$' \| \
10543 X"$as_dir" : 'X\(/\)' \| \
10544 . : '\(.\)' 2>/dev/null ||
10545 echo X"$as_dir" |
10546 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10547 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10548 /^X\(\/\/\)$/{ s//\1/; q; }
10549 /^X\(\/\).*/{ s//\1/; q; }
10550 s/.*/./; q'`
10551 done
10552 test ! -n "$as_dirs" || mkdir $as_dirs
10553 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10554 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10555 { (exit 1); exit 1; }; }; }
10556
10557 rm -f $ac_file
10558 mv $tmp/config.h $ac_file
10559 fi
10560 else
10561 cat $tmp/config.h
10562 rm -f $tmp/config.h
10563 fi
10564 # Compute $ac_file's index in $config_headers.
10565 _am_stamp_count=1
10566 for _am_header in $config_headers :; do
10567 case $_am_header in
10568 $ac_file | $ac_file:* )
10569 break ;;
10570 * )
10571 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10572 esac
10573 done
10574 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
10575 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10576 X$ac_file : 'X\(//\)[^/]' \| \
10577 X$ac_file : 'X\(//\)$' \| \
10578 X$ac_file : 'X\(/\)' \| \
10579 . : '\(.\)' 2>/dev/null ||
10580 echo X$ac_file |
10581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10582 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10583 /^X\(\/\/\)$/{ s//\1/; q; }
10584 /^X\(\/\).*/{ s//\1/; q; }
10585 s/.*/./; q'`/stamp-h$_am_stamp_count
10586 done
10587 _ACEOF
10588 cat >>$CONFIG_STATUS <<\_ACEOF
10589
10590 #
10591 # CONFIG_COMMANDS section.
10592 #
10593 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
10594 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
10595 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
10596 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
10597 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10598 X"$ac_dest" : 'X\(//\)[^/]' \| \
10599 X"$ac_dest" : 'X\(//\)$' \| \
10600 X"$ac_dest" : 'X\(/\)' \| \
10601 . : '\(.\)' 2>/dev/null ||
10602 echo X"$ac_dest" |
10603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10604 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10605 /^X\(\/\/\)$/{ s//\1/; q; }
10606 /^X\(\/\).*/{ s//\1/; q; }
10607 s/.*/./; q'`
10608 ac_builddir=.
10609
10610 if test "$ac_dir" != .; then
10611 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10612 # A "../" for each directory in $ac_dir_suffix.
10613 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10614 else
10615 ac_dir_suffix= ac_top_builddir=
10616 fi
10617
10618 case $srcdir in
10619 .) # No --srcdir option. We are building in place.
10620 ac_srcdir=.
10621 if test -z "$ac_top_builddir"; then
10622 ac_top_srcdir=.
10623 else
10624 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10625 fi ;;
10626 [\\/]* | ?:[\\/]* ) # Absolute path.
10627 ac_srcdir=$srcdir$ac_dir_suffix;
10628 ac_top_srcdir=$srcdir ;;
10629 *) # Relative path.
10630 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10631 ac_top_srcdir=$ac_top_builddir$srcdir ;;
10632 esac
10633 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10634 # absolute.
10635 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10636 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10637 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10638 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10639
10640
10641 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
10642 echo "$as_me: executing $ac_dest commands" >&6;}
10643 case $ac_dest in
10644 default-1 )
10645 for ac_file in $CONFIG_FILES; do
10646 # Support "outfile[:infile[:infile...]]"
10647 case "$ac_file" in
10648 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10649 esac
10650 # PO directories have a Makefile.in generated from Makefile.in.in.
10651 case "$ac_file" in */Makefile.in)
10652 # Adjust a relative srcdir.
10653 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
10654 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
10655 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
10656 # In autoconf-2.13 it is called $ac_given_srcdir.
10657 # In autoconf-2.50 it is called $srcdir.
10658 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
10659 case "$ac_given_srcdir" in
10660 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
10661 /*) top_srcdir="$ac_given_srcdir" ;;
10662 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
10663 esac
10664 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
10665 rm -f "$ac_dir/POTFILES"
10666 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
10667 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
10668 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
10669 # on $ac_dir but don't depend on user-specified configuration
10670 # parameters.
10671 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
10672 # The LINGUAS file contains the set of available languages.
10673 if test -n "$ALL_LINGUAS"; then
10674 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
10675 fi
10676 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
10677 # Hide the ALL_LINGUAS assigment from automake.
10678 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
10679 fi
10680 case "$ac_given_srcdir" in
10681 .) srcdirpre= ;;
10682 *) srcdirpre='$(srcdir)/' ;;
10683 esac
10684 POFILES=
10685 GMOFILES=
10686 UPDATEPOFILES=
10687 DUMMYPOFILES=
10688 for lang in $ALL_LINGUAS; do
10689 POFILES="$POFILES $srcdirpre$lang.po"
10690 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
10691 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
10692 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
10693 done
10694 # CATALOGS depends on both $ac_dir and the user's LINGUAS
10695 # environment variable.
10696 INST_LINGUAS=
10697 if test -n "$ALL_LINGUAS"; then
10698 for presentlang in $ALL_LINGUAS; do
10699 useit=no
10700 if test "%UNSET%" != "$LINGUAS"; then
10701 desiredlanguages="$LINGUAS"
10702 else
10703 desiredlanguages="$ALL_LINGUAS"
10704 fi
10705 for desiredlang in $desiredlanguages; do
10706 # Use the presentlang catalog if desiredlang is
10707 # a. equal to presentlang, or
10708 # b. a variant of presentlang (because in this case,
10709 # presentlang can be used as a fallback for messages
10710 # which are not translated in the desiredlang catalog).
10711 case "$desiredlang" in
10712 "$presentlang"*) useit=yes;;
10713 esac
10714 done
10715 if test $useit = yes; then
10716 INST_LINGUAS="$INST_LINGUAS $presentlang"
10717 fi
10718 done
10719 fi
10720 CATALOGS=
10721 if test -n "$INST_LINGUAS"; then
10722 for lang in $INST_LINGUAS; do
10723 CATALOGS="$CATALOGS $lang.gmo"
10724 done
10725 fi
10726 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
10727 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"
10728 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
10729 if test -f "$f"; then
10730 case "$f" in
10731 *.orig | *.bak | *~) ;;
10732 *) cat "$f" >> "$ac_dir/Makefile" ;;
10733 esac
10734 fi
10735 done
10736 fi
10737 ;;
10738 esac
10739 done ;;
10740 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10741 # Strip MF so we end up with the name of the file.
10742 mf=`echo "$mf" | sed -e 's/:.*$//'`
10743 # Check whether this is an Automake generated Makefile or not.
10744 # We used to match only the files named `Makefile.in', but
10745 # some people rename them; so instead we look at the file content.
10746 # Grep'ing the first line is not enough: some people post-process
10747 # each Makefile.in and add a new line on top of each file to say so.
10748 # So let's grep whole file.
10749 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10750 dirpart=`(dirname "$mf") 2>/dev/null ||
10751 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10752 X"$mf" : 'X\(//\)[^/]' \| \
10753 X"$mf" : 'X\(//\)$' \| \
10754 X"$mf" : 'X\(/\)' \| \
10755 . : '\(.\)' 2>/dev/null ||
10756 echo X"$mf" |
10757 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10758 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10759 /^X\(\/\/\)$/{ s//\1/; q; }
10760 /^X\(\/\).*/{ s//\1/; q; }
10761 s/.*/./; q'`
10762 else
10763 continue
10764 fi
10765 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10766 # Extract the definition of DEP_FILES from the Makefile without
10767 # running `make'.
10768 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10769 test -z "$DEPDIR" && continue
10770 # When using ansi2knr, U may be empty or an underscore; expand it
10771 U=`sed -n -e '/^U = / s///p' < "$mf"`
10772 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10773 # We invoke sed twice because it is the simplest approach to
10774 # changing $(DEPDIR) to its actual value in the expansion.
10775 for file in `sed -n -e '
10776 /^DEP_FILES = .*\\\\$/ {
10777 s/^DEP_FILES = //
10778 :loop
10779 s/\\\\$//
10780 p
10781 n
10782 /\\\\$/ b loop
10783 p
10784 }
10785 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10786 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10787 # Make sure the directory exists.
10788 test -f "$dirpart/$file" && continue
10789 fdir=`(dirname "$file") 2>/dev/null ||
10790 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10791 X"$file" : 'X\(//\)[^/]' \| \
10792 X"$file" : 'X\(//\)$' \| \
10793 X"$file" : 'X\(/\)' \| \
10794 . : '\(.\)' 2>/dev/null ||
10795 echo X"$file" |
10796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10797 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10798 /^X\(\/\/\)$/{ s//\1/; q; }
10799 /^X\(\/\).*/{ s//\1/; q; }
10800 s/.*/./; q'`
10801 { if $as_mkdir_p; then
10802 mkdir -p $dirpart/$fdir
10803 else
10804 as_dir=$dirpart/$fdir
10805 as_dirs=
10806 while test ! -d "$as_dir"; do
10807 as_dirs="$as_dir $as_dirs"
10808 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10809 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10810 X"$as_dir" : 'X\(//\)[^/]' \| \
10811 X"$as_dir" : 'X\(//\)$' \| \
10812 X"$as_dir" : 'X\(/\)' \| \
10813 . : '\(.\)' 2>/dev/null ||
10814 echo X"$as_dir" |
10815 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10816 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10817 /^X\(\/\/\)$/{ s//\1/; q; }
10818 /^X\(\/\).*/{ s//\1/; q; }
10819 s/.*/./; q'`
10820 done
10821 test ! -n "$as_dirs" || mkdir $as_dirs
10822 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
10823 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
10824 { (exit 1); exit 1; }; }; }
10825
10826 # echo "creating $dirpart/$file"
10827 echo '# dummy' > "$dirpart/$file"
10828 done
10829 done
10830 ;;
10831 esac
10832 done
10833 _ACEOF
10834
10835 cat >>$CONFIG_STATUS <<\_ACEOF
10836
10837 { (exit 0); exit 0; }
10838 _ACEOF
10839 chmod +x $CONFIG_STATUS
10840 ac_clean_files=$ac_clean_files_save
10841
10842
10843
10844 echo
10845 echo "***"
10846 echo "*** Configuration Summary"
10847 echo "***"
10848 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10849 echo "*** Cipher used: $CIPHER"
10850 echo "*** Digest used: $DIGEST"
10851 echo "*** HMAC length: $HMAC"
10852 echo "*** RAND used: $RAND"
10853 echo "*** Max. MTU: $MTU"
10854 echo "*** Compression: $COMPRESS"
10855 echo "***"
10856
10857 if test "x$DIGEST" = xmd4; then
10858 echo "*** WARNING"
10859 echo "*** The digest you have chosen ($DIGEST) is known to be insecure"
10860 echo "***"
10861 fi
10862
10863 echo
10864
10865
10866
10867 # configure is writing to config.log, and then calls config.status.
10868 # config.status does its own redirection, appending to config.log.
10869 # Unfortunately, on DOS this fails, as config.log is still kept open
10870 # by configure, so config.status won't be able to write to it; its
10871 # output is simply discarded. So we exec the FD to /dev/null,
10872 # effectively closing config.log, so it can be properly (re)opened and
10873 # appended to by config.status. When coming back to configure, we
10874 # need to make the FD available again.
10875 if test "$no_create" != yes; then
10876 ac_cs_success=:
10877 ac_config_status_args=
10878 test "$silent" = yes &&
10879 ac_config_status_args="$ac_config_status_args --quiet"
10880 exec 5>/dev/null
10881 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
10882 exec 5>>config.log
10883 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10884 # would make configure fail if this is the last instruction.
10885 $ac_cs_success || { (exit 1); exit 1; }
10886 fi
10887