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