ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.16
Committed: Sun Feb 8 07:24:25 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.15: +30 -10 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43 do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97 fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
153 ;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS=" $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="src/vped.C"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 # include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 # include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 # include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
311
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313 ac_subst_files=''
314
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
334
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
352
353 ac_prev=
354 for ac_option
355 do
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
367 case $ac_option in
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
373
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
394
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
403
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
436
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
585
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
598
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
625
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
629 ;;
630
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
641 *)
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 ;;
648
649 esac
650 done
651
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
656 fi
657
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
660 do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667 done
668
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672 do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679 done
680
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
687
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697 fi
698
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702 test "$silent" = yes && exec 6>/dev/null
703
704
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725 else
726 ac_srcdir_defaulted=no
727 fi
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
735 fi
736 fi
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
754 ac_env_CC_value=$CC
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
773 ac_env_CXX_set=${CXX+set}
774 ac_env_CXX_value=$CXX
775 ac_cv_env_CXX_set=${CXX+set}
776 ac_cv_env_CXX_value=$CXX
777 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
778 ac_env_CXXFLAGS_value=$CXXFLAGS
779 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
780 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
781 ac_env_CXXCPP_set=${CXXCPP+set}
782 ac_env_CXXCPP_value=$CXXCPP
783 ac_cv_env_CXXCPP_set=${CXXCPP+set}
784 ac_cv_env_CXXCPP_value=$CXXCPP
785
786 #
787 # Report the --help message.
788 #
789 if test "$ac_init_help" = "long"; then
790 # Omit some internal or obsolete options to make the list less imposing.
791 # This message is too long to be a string in the A/UX 3.1 sh.
792 cat <<_ACEOF
793 \`configure' configures this package to adapt to many kinds of systems.
794
795 Usage: $0 [OPTION]... [VAR=VALUE]...
796
797 To assign environment variables (e.g., CC, CFLAGS...), specify them as
798 VAR=VALUE. See below for descriptions of some of the useful variables.
799
800 Defaults for the options are specified in brackets.
801
802 Configuration:
803 -h, --help display this help and exit
804 --help=short display options specific to this package
805 --help=recursive display the short help of all the included packages
806 -V, --version display version information and exit
807 -q, --quiet, --silent do not print \`checking...' messages
808 --cache-file=FILE cache test results in FILE [disabled]
809 -C, --config-cache alias for \`--cache-file=config.cache'
810 -n, --no-create do not create output files
811 --srcdir=DIR find the sources in DIR [configure dir or \`..']
812
813 _ACEOF
814
815 cat <<_ACEOF
816 Installation directories:
817 --prefix=PREFIX install architecture-independent files in PREFIX
818 [$ac_default_prefix]
819 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820 [PREFIX]
821
822 By default, \`make install' will install all the files in
823 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825 for instance \`--prefix=\$HOME'.
826
827 For better control, use the options below.
828
829 Fine tuning of the installation directories:
830 --bindir=DIR user executables [EPREFIX/bin]
831 --sbindir=DIR system admin executables [EPREFIX/sbin]
832 --libexecdir=DIR program executables [EPREFIX/libexec]
833 --datadir=DIR read-only architecture-independent data [PREFIX/share]
834 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837 --libdir=DIR object code libraries [EPREFIX/lib]
838 --includedir=DIR C header files [PREFIX/include]
839 --oldincludedir=DIR C header files for non-gcc [/usr/include]
840 --infodir=DIR info documentation [PREFIX/info]
841 --mandir=DIR man documentation [PREFIX/man]
842 _ACEOF
843
844 cat <<\_ACEOF
845
846 Program names:
847 --program-prefix=PREFIX prepend PREFIX to installed program names
848 --program-suffix=SUFFIX append SUFFIX to installed program names
849 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
850
851 System types:
852 --build=BUILD configure for building on BUILD [guessed]
853 --host=HOST cross-compile to build programs to run on HOST [BUILD]
854 --target=TARGET configure for building compilers for TARGET [HOST]
855 _ACEOF
856 fi
857
858 if test -n "$ac_init_help"; then
859
860 cat <<\_ACEOF
861
862 Optional Features:
863 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
864 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
865 --enable-maintainer-mode enable make rules and dependencies not useful
866 (and sometimes confusing) to the casual installer
867 --disable-dependency-tracking Speeds up one-time builds
868 --enable-dependency-tracking Do not reject slow dependency extractors
869 --disable-rpath do not hardcode runtime library paths
870 --disable-nls do not use Native Language Support
871 --enable-iftype=TYPE/SUBTYPE
872 Use kernel/net device interface TYPE/SUBTYPE.
873 Working combinations are: "native/linux"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested
876 combinations are: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are:
878 "tincd/cygwin"; The default is to autodetect.
879 --enable-rohc enable robust header compression (rfc3095).
880 --enable-icmp enable icmp protocol support (default disabled).
881 --enable-tcp enable tcp protocol support (default disabled).
882 --enable-http-proxy enable http proxy connect support (default
883 disabled).
884 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 12).
886 Allowed values are 4, 8, 12, 16.
887 --enable-rand-length=BYTES
888 use BYTES bytes of extra randomness (default 8).
889 Allowed values are 0, 4, 8.
890 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
891 Use 9100 for jumbogram support.
892 --disable-compression Disable compression support.
893 --enable-cipher Select the symmetric cipher (default "bf"). Must be
894 one of "bf" (blowfish), "aes-128" (rijndael),
895 "aes-192" or "aes-256".
896 --enable-digest Select the digets algorithm to use (default "sha1").
897 Must be one of "sha1", "ripemd160", "md5" or "md4"
898 (insecure).
899
900 Optional Packages:
901 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
902 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
903 --with-gnu-ld assume the C compiler uses GNU ld default=no
904 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
905 --without-libiconv-prefix don't search for libiconv in includedir and libdir
906 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
907 --without-libintl-prefix don't search for libintl in includedir and libdir
908 --with-kernel=dir give the directory with kernel sources
909 (default: /usr/src/linux)
910 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
911 --with-openssl-lib=DIR OpenSSL library directory
912
913 Some influential environment variables:
914 CC C compiler command
915 CFLAGS C compiler flags
916 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
917 nonstandard directory <lib dir>
918 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
919 headers in a nonstandard directory <include dir>
920 CPP C preprocessor
921 CXX C++ compiler command
922 CXXFLAGS C++ compiler flags
923 CXXCPP C++ preprocessor
924
925 Use these variables to override the choices made by `configure' or to help
926 it to find libraries and programs with nonstandard names/locations.
927
928 _ACEOF
929 fi
930
931 if test "$ac_init_help" = "recursive"; then
932 # If there are subdirs, report their specific --help.
933 ac_popdir=`pwd`
934 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
935 test -d $ac_dir || continue
936 ac_builddir=.
937
938 if test "$ac_dir" != .; then
939 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
940 # A "../" for each directory in $ac_dir_suffix.
941 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
942 else
943 ac_dir_suffix= ac_top_builddir=
944 fi
945
946 case $srcdir in
947 .) # No --srcdir option. We are building in place.
948 ac_srcdir=.
949 if test -z "$ac_top_builddir"; then
950 ac_top_srcdir=.
951 else
952 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
953 fi ;;
954 [\\/]* | ?:[\\/]* ) # Absolute path.
955 ac_srcdir=$srcdir$ac_dir_suffix;
956 ac_top_srcdir=$srcdir ;;
957 *) # Relative path.
958 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
959 ac_top_srcdir=$ac_top_builddir$srcdir ;;
960 esac
961
962 # Do not use `cd foo && pwd` to compute absolute paths, because
963 # the directories may not exist.
964 case `pwd` in
965 .) ac_abs_builddir="$ac_dir";;
966 *)
967 case "$ac_dir" in
968 .) ac_abs_builddir=`pwd`;;
969 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
970 *) ac_abs_builddir=`pwd`/"$ac_dir";;
971 esac;;
972 esac
973 case $ac_abs_builddir in
974 .) ac_abs_top_builddir=${ac_top_builddir}.;;
975 *)
976 case ${ac_top_builddir}. in
977 .) ac_abs_top_builddir=$ac_abs_builddir;;
978 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
979 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
980 esac;;
981 esac
982 case $ac_abs_builddir in
983 .) ac_abs_srcdir=$ac_srcdir;;
984 *)
985 case $ac_srcdir in
986 .) ac_abs_srcdir=$ac_abs_builddir;;
987 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
988 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
989 esac;;
990 esac
991 case $ac_abs_builddir in
992 .) ac_abs_top_srcdir=$ac_top_srcdir;;
993 *)
994 case $ac_top_srcdir in
995 .) ac_abs_top_srcdir=$ac_abs_builddir;;
996 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
997 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
998 esac;;
999 esac
1000
1001 cd $ac_dir
1002 # Check for guested configure; otherwise get Cygnus style configure.
1003 if test -f $ac_srcdir/configure.gnu; then
1004 echo
1005 $SHELL $ac_srcdir/configure.gnu --help=recursive
1006 elif test -f $ac_srcdir/configure; then
1007 echo
1008 $SHELL $ac_srcdir/configure --help=recursive
1009 elif test -f $ac_srcdir/configure.ac ||
1010 test -f $ac_srcdir/configure.in; then
1011 echo
1012 $ac_configure --help
1013 else
1014 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1015 fi
1016 cd "$ac_popdir"
1017 done
1018 fi
1019
1020 test -n "$ac_init_help" && exit 0
1021 if $ac_init_version; then
1022 cat <<\_ACEOF
1023
1024 Copyright (C) 2003 Free Software Foundation, Inc.
1025 This configure script is free software; the Free Software Foundation
1026 gives unlimited permission to copy, distribute and modify it.
1027 _ACEOF
1028 exit 0
1029 fi
1030 exec 5>config.log
1031 cat >&5 <<_ACEOF
1032 This file contains any messages produced by compilers while
1033 running configure, to aid debugging if configure makes a mistake.
1034
1035 It was created by $as_me, which was
1036 generated by GNU Autoconf 2.59. Invocation command line was
1037
1038 $ $0 $@
1039
1040 _ACEOF
1041 {
1042 cat <<_ASUNAME
1043 ## --------- ##
1044 ## Platform. ##
1045 ## --------- ##
1046
1047 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1048 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1049 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1050 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1051 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1052
1053 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1054 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1055
1056 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1057 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1058 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1059 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1060 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1061 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1062 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1063
1064 _ASUNAME
1065
1066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1067 for as_dir in $PATH
1068 do
1069 IFS=$as_save_IFS
1070 test -z "$as_dir" && as_dir=.
1071 echo "PATH: $as_dir"
1072 done
1073
1074 } >&5
1075
1076 cat >&5 <<_ACEOF
1077
1078
1079 ## ----------- ##
1080 ## Core tests. ##
1081 ## ----------- ##
1082
1083 _ACEOF
1084
1085
1086 # Keep a trace of the command line.
1087 # Strip out --no-create and --no-recursion so they do not pile up.
1088 # Strip out --silent because we don't want to record it for future runs.
1089 # Also quote any args containing shell meta-characters.
1090 # Make two passes to allow for proper duplicate-argument suppression.
1091 ac_configure_args=
1092 ac_configure_args0=
1093 ac_configure_args1=
1094 ac_sep=
1095 ac_must_keep_next=false
1096 for ac_pass in 1 2
1097 do
1098 for ac_arg
1099 do
1100 case $ac_arg in
1101 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1102 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1103 | -silent | --silent | --silen | --sile | --sil)
1104 continue ;;
1105 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1106 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1107 esac
1108 case $ac_pass in
1109 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1110 2)
1111 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1112 if test $ac_must_keep_next = true; then
1113 ac_must_keep_next=false # Got value, back to normal.
1114 else
1115 case $ac_arg in
1116 *=* | --config-cache | -C | -disable-* | --disable-* \
1117 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1118 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1119 | -with-* | --with-* | -without-* | --without-* | --x)
1120 case "$ac_configure_args0 " in
1121 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1122 esac
1123 ;;
1124 -* ) ac_must_keep_next=true ;;
1125 esac
1126 fi
1127 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1128 # Get rid of the leading space.
1129 ac_sep=" "
1130 ;;
1131 esac
1132 done
1133 done
1134 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1135 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1136
1137 # When interrupted or exit'd, cleanup temporary files, and complete
1138 # config.log. We remove comments because anyway the quotes in there
1139 # would cause problems or look ugly.
1140 # WARNING: Be sure not to use single quotes in there, as some shells,
1141 # such as our DU 5.0 friend, will then `close' the trap.
1142 trap 'exit_status=$?
1143 # Save into config.log some information that might help in debugging.
1144 {
1145 echo
1146
1147 cat <<\_ASBOX
1148 ## ---------------- ##
1149 ## Cache variables. ##
1150 ## ---------------- ##
1151 _ASBOX
1152 echo
1153 # The following way of writing the cache mishandles newlines in values,
1154 {
1155 (set) 2>&1 |
1156 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1157 *ac_space=\ *)
1158 sed -n \
1159 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1160 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1161 ;;
1162 *)
1163 sed -n \
1164 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1165 ;;
1166 esac;
1167 }
1168 echo
1169
1170 cat <<\_ASBOX
1171 ## ----------------- ##
1172 ## Output variables. ##
1173 ## ----------------- ##
1174 _ASBOX
1175 echo
1176 for ac_var in $ac_subst_vars
1177 do
1178 eval ac_val=$`echo $ac_var`
1179 echo "$ac_var='"'"'$ac_val'"'"'"
1180 done | sort
1181 echo
1182
1183 if test -n "$ac_subst_files"; then
1184 cat <<\_ASBOX
1185 ## ------------- ##
1186 ## Output files. ##
1187 ## ------------- ##
1188 _ASBOX
1189 echo
1190 for ac_var in $ac_subst_files
1191 do
1192 eval ac_val=$`echo $ac_var`
1193 echo "$ac_var='"'"'$ac_val'"'"'"
1194 done | sort
1195 echo
1196 fi
1197
1198 if test -s confdefs.h; then
1199 cat <<\_ASBOX
1200 ## ----------- ##
1201 ## confdefs.h. ##
1202 ## ----------- ##
1203 _ASBOX
1204 echo
1205 sed "/^$/d" confdefs.h | sort
1206 echo
1207 fi
1208 test "$ac_signal" != 0 &&
1209 echo "$as_me: caught signal $ac_signal"
1210 echo "$as_me: exit $exit_status"
1211 } >&5
1212 rm -f core *.core &&
1213 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1214 exit $exit_status
1215 ' 0
1216 for ac_signal in 1 2 13 15; do
1217 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1218 done
1219 ac_signal=0
1220
1221 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1222 rm -rf conftest* confdefs.h
1223 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1224 echo >confdefs.h
1225
1226 # Predefined preprocessor variables.
1227
1228 cat >>confdefs.h <<_ACEOF
1229 #define PACKAGE_NAME "$PACKAGE_NAME"
1230 _ACEOF
1231
1232
1233 cat >>confdefs.h <<_ACEOF
1234 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1235 _ACEOF
1236
1237
1238 cat >>confdefs.h <<_ACEOF
1239 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1240 _ACEOF
1241
1242
1243 cat >>confdefs.h <<_ACEOF
1244 #define PACKAGE_STRING "$PACKAGE_STRING"
1245 _ACEOF
1246
1247
1248 cat >>confdefs.h <<_ACEOF
1249 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1250 _ACEOF
1251
1252
1253 # Let the site file select an alternate cache file if it wants to.
1254 # Prefer explicitly selected file to automatically selected ones.
1255 if test -z "$CONFIG_SITE"; then
1256 if test "x$prefix" != xNONE; then
1257 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1258 else
1259 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1260 fi
1261 fi
1262 for ac_site_file in $CONFIG_SITE; do
1263 if test -r "$ac_site_file"; then
1264 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1265 echo "$as_me: loading site script $ac_site_file" >&6;}
1266 sed 's/^/| /' "$ac_site_file" >&5
1267 . "$ac_site_file"
1268 fi
1269 done
1270
1271 if test -r "$cache_file"; then
1272 # Some versions of bash will fail to source /dev/null (special
1273 # files actually), so we avoid doing that.
1274 if test -f "$cache_file"; then
1275 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1276 echo "$as_me: loading cache $cache_file" >&6;}
1277 case $cache_file in
1278 [\\/]* | ?:[\\/]* ) . $cache_file;;
1279 *) . ./$cache_file;;
1280 esac
1281 fi
1282 else
1283 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1284 echo "$as_me: creating cache $cache_file" >&6;}
1285 >$cache_file
1286 fi
1287
1288 # Check that the precious variables saved in the cache have kept the same
1289 # value.
1290 ac_cache_corrupted=false
1291 for ac_var in `(set) 2>&1 |
1292 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1293 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1294 eval ac_new_set=\$ac_env_${ac_var}_set
1295 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1296 eval ac_new_val="\$ac_env_${ac_var}_value"
1297 case $ac_old_set,$ac_new_set in
1298 set,)
1299 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1300 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1301 ac_cache_corrupted=: ;;
1302 ,set)
1303 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1304 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1305 ac_cache_corrupted=: ;;
1306 ,);;
1307 *)
1308 if test "x$ac_old_val" != "x$ac_new_val"; then
1309 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1310 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1311 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1312 echo "$as_me: former value: $ac_old_val" >&2;}
1313 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1314 echo "$as_me: current value: $ac_new_val" >&2;}
1315 ac_cache_corrupted=:
1316 fi;;
1317 esac
1318 # Pass precious variables to config.status.
1319 if test "$ac_new_set" = set; then
1320 case $ac_new_val in
1321 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1322 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1323 *) ac_arg=$ac_var=$ac_new_val ;;
1324 esac
1325 case " $ac_configure_args " in
1326 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1327 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1328 esac
1329 fi
1330 done
1331 if $ac_cache_corrupted; then
1332 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1333 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1334 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1335 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1336 { (exit 1); exit 1; }; }
1337 fi
1338
1339 ac_ext=c
1340 ac_cpp='$CPP $CPPFLAGS'
1341 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1342 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1343 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363 ac_aux_dir=
1364 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1365 if test -f $ac_dir/install-sh; then
1366 ac_aux_dir=$ac_dir
1367 ac_install_sh="$ac_aux_dir/install-sh -c"
1368 break
1369 elif test -f $ac_dir/install.sh; then
1370 ac_aux_dir=$ac_dir
1371 ac_install_sh="$ac_aux_dir/install.sh -c"
1372 break
1373 elif test -f $ac_dir/shtool; then
1374 ac_aux_dir=$ac_dir
1375 ac_install_sh="$ac_aux_dir/shtool install -c"
1376 break
1377 fi
1378 done
1379 if test -z "$ac_aux_dir"; then
1380 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1381 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1382 { (exit 1); exit 1; }; }
1383 fi
1384 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1385 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1386 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1387
1388 # Make sure we can run config.sub.
1389 $ac_config_sub sun4 >/dev/null 2>&1 ||
1390 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1391 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1392 { (exit 1); exit 1; }; }
1393
1394 echo "$as_me:$LINENO: checking build system type" >&5
1395 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1396 if test "${ac_cv_build+set}" = set; then
1397 echo $ECHO_N "(cached) $ECHO_C" >&6
1398 else
1399 ac_cv_build_alias=$build_alias
1400 test -z "$ac_cv_build_alias" &&
1401 ac_cv_build_alias=`$ac_config_guess`
1402 test -z "$ac_cv_build_alias" &&
1403 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1404 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1405 { (exit 1); exit 1; }; }
1406 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1407 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1408 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1409 { (exit 1); exit 1; }; }
1410
1411 fi
1412 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1413 echo "${ECHO_T}$ac_cv_build" >&6
1414 build=$ac_cv_build
1415 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1416 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1417 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1418
1419
1420 echo "$as_me:$LINENO: checking host system type" >&5
1421 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1422 if test "${ac_cv_host+set}" = set; then
1423 echo $ECHO_N "(cached) $ECHO_C" >&6
1424 else
1425 ac_cv_host_alias=$host_alias
1426 test -z "$ac_cv_host_alias" &&
1427 ac_cv_host_alias=$ac_cv_build_alias
1428 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1429 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1430 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1431 { (exit 1); exit 1; }; }
1432
1433 fi
1434 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1435 echo "${ECHO_T}$ac_cv_host" >&6
1436 host=$ac_cv_host
1437 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1438 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1439 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1440
1441
1442 echo "$as_me:$LINENO: checking target system type" >&5
1443 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1444 if test "${ac_cv_target+set}" = set; then
1445 echo $ECHO_N "(cached) $ECHO_C" >&6
1446 else
1447 ac_cv_target_alias=$target_alias
1448 test "x$ac_cv_target_alias" = "x" &&
1449 ac_cv_target_alias=$ac_cv_host_alias
1450 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1451 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1452 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1453 { (exit 1); exit 1; }; }
1454
1455 fi
1456 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1457 echo "${ECHO_T}$ac_cv_target" >&6
1458 target=$ac_cv_target
1459 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1460 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1461 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1462
1463
1464 # The aliases save the names the user supplied, while $host etc.
1465 # will get canonicalized.
1466 test -n "$target_alias" &&
1467 test "$program_prefix$program_suffix$program_transform_name" = \
1468 NONENONEs,x,x, &&
1469 program_prefix=${target_alias}-
1470 am__api_version="1.7"
1471 # Find a good install program. We prefer a C program (faster),
1472 # so one script is as good as another. But avoid the broken or
1473 # incompatible versions:
1474 # SysV /etc/install, /usr/sbin/install
1475 # SunOS /usr/etc/install
1476 # IRIX /sbin/install
1477 # AIX /bin/install
1478 # AmigaOS /C/install, which installs bootblocks on floppy discs
1479 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1480 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1481 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1482 # OS/2's system install, which has a completely different semantic
1483 # ./install, which can be erroneously created by make from ./install.sh.
1484 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1485 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1486 if test -z "$INSTALL"; then
1487 if test "${ac_cv_path_install+set}" = set; then
1488 echo $ECHO_N "(cached) $ECHO_C" >&6
1489 else
1490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1491 for as_dir in $PATH
1492 do
1493 IFS=$as_save_IFS
1494 test -z "$as_dir" && as_dir=.
1495 # Account for people who put trailing slashes in PATH elements.
1496 case $as_dir/ in
1497 ./ | .// | /cC/* | \
1498 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1499 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1500 /usr/ucb/* ) ;;
1501 *)
1502 # OSF1 and SCO ODT 3.0 have their own names for install.
1503 # Don't use installbsd from OSF since it installs stuff as root
1504 # by default.
1505 for ac_prog in ginstall scoinst install; do
1506 for ac_exec_ext in '' $ac_executable_extensions; do
1507 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1508 if test $ac_prog = install &&
1509 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1510 # AIX install. It has an incompatible calling convention.
1511 :
1512 elif test $ac_prog = install &&
1513 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1514 # program-specific install script used by HP pwplus--don't use.
1515 :
1516 else
1517 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1518 break 3
1519 fi
1520 fi
1521 done
1522 done
1523 ;;
1524 esac
1525 done
1526
1527
1528 fi
1529 if test "${ac_cv_path_install+set}" = set; then
1530 INSTALL=$ac_cv_path_install
1531 else
1532 # As a last resort, use the slow shell script. We don't cache a
1533 # path for INSTALL within a source directory, because that will
1534 # break other packages using the cache if that directory is
1535 # removed, or if the path is relative.
1536 INSTALL=$ac_install_sh
1537 fi
1538 fi
1539 echo "$as_me:$LINENO: result: $INSTALL" >&5
1540 echo "${ECHO_T}$INSTALL" >&6
1541
1542 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1543 # It thinks the first close brace ends the variable substitution.
1544 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1545
1546 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1547
1548 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1549
1550 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1551 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1552 # Just in case
1553 sleep 1
1554 echo timestamp > conftest.file
1555 # Do `set' in a subshell so we don't clobber the current shell's
1556 # arguments. Must try -L first in case configure is actually a
1557 # symlink; some systems play weird games with the mod time of symlinks
1558 # (eg FreeBSD returns the mod time of the symlink's containing
1559 # directory).
1560 if (
1561 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1562 if test "$*" = "X"; then
1563 # -L didn't work.
1564 set X `ls -t $srcdir/configure conftest.file`
1565 fi
1566 rm -f conftest.file
1567 if test "$*" != "X $srcdir/configure conftest.file" \
1568 && test "$*" != "X conftest.file $srcdir/configure"; then
1569
1570 # If neither matched, then we have a broken ls. This can happen
1571 # if, for instance, CONFIG_SHELL is bash and it inherits a
1572 # broken ls alias from the environment. This has actually
1573 # happened. Such a system could not be considered "sane".
1574 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1575 alias in your environment" >&5
1576 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1577 alias in your environment" >&2;}
1578 { (exit 1); exit 1; }; }
1579 fi
1580
1581 test "$2" = conftest.file
1582 )
1583 then
1584 # Ok.
1585 :
1586 else
1587 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1588 Check your system clock" >&5
1589 echo "$as_me: error: newly created file is older than distributed files!
1590 Check your system clock" >&2;}
1591 { (exit 1); exit 1; }; }
1592 fi
1593 echo "$as_me:$LINENO: result: yes" >&5
1594 echo "${ECHO_T}yes" >&6
1595 test "$program_prefix" != NONE &&
1596 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1597 # Use a double $ so make ignores it.
1598 test "$program_suffix" != NONE &&
1599 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1600 # Double any \ or $. echo might interpret backslashes.
1601 # By default was `s,x,x', remove it if useless.
1602 cat <<\_ACEOF >conftest.sed
1603 s/[\\$]/&&/g;s/;s,x,x,$//
1604 _ACEOF
1605 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1606 rm conftest.sed
1607
1608
1609 # expand $ac_aux_dir to an absolute path
1610 am_aux_dir=`cd $ac_aux_dir && pwd`
1611
1612 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1613 # Use eval to expand $SHELL
1614 if eval "$MISSING --run true"; then
1615 am_missing_run="$MISSING --run "
1616 else
1617 am_missing_run=
1618 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1619 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1620 fi
1621
1622 for ac_prog in gawk mawk nawk awk
1623 do
1624 # Extract the first word of "$ac_prog", so it can be a program name with args.
1625 set dummy $ac_prog; ac_word=$2
1626 echo "$as_me:$LINENO: checking for $ac_word" >&5
1627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1628 if test "${ac_cv_prog_AWK+set}" = set; then
1629 echo $ECHO_N "(cached) $ECHO_C" >&6
1630 else
1631 if test -n "$AWK"; then
1632 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1633 else
1634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1635 for as_dir in $PATH
1636 do
1637 IFS=$as_save_IFS
1638 test -z "$as_dir" && as_dir=.
1639 for ac_exec_ext in '' $ac_executable_extensions; do
1640 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1641 ac_cv_prog_AWK="$ac_prog"
1642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1643 break 2
1644 fi
1645 done
1646 done
1647
1648 fi
1649 fi
1650 AWK=$ac_cv_prog_AWK
1651 if test -n "$AWK"; then
1652 echo "$as_me:$LINENO: result: $AWK" >&5
1653 echo "${ECHO_T}$AWK" >&6
1654 else
1655 echo "$as_me:$LINENO: result: no" >&5
1656 echo "${ECHO_T}no" >&6
1657 fi
1658
1659 test -n "$AWK" && break
1660 done
1661
1662 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1663 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1664 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1665 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1666 echo $ECHO_N "(cached) $ECHO_C" >&6
1667 else
1668 cat >conftest.make <<\_ACEOF
1669 all:
1670 @echo 'ac_maketemp="$(MAKE)"'
1671 _ACEOF
1672 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1673 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1674 if test -n "$ac_maketemp"; then
1675 eval ac_cv_prog_make_${ac_make}_set=yes
1676 else
1677 eval ac_cv_prog_make_${ac_make}_set=no
1678 fi
1679 rm -f conftest.make
1680 fi
1681 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1682 echo "$as_me:$LINENO: result: yes" >&5
1683 echo "${ECHO_T}yes" >&6
1684 SET_MAKE=
1685 else
1686 echo "$as_me:$LINENO: result: no" >&5
1687 echo "${ECHO_T}no" >&6
1688 SET_MAKE="MAKE=${MAKE-make}"
1689 fi
1690
1691 rm -rf .tst 2>/dev/null
1692 mkdir .tst 2>/dev/null
1693 if test -d .tst; then
1694 am__leading_dot=.
1695 else
1696 am__leading_dot=_
1697 fi
1698 rmdir .tst 2>/dev/null
1699
1700 # test to see if srcdir already configured
1701 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1702 test -f $srcdir/config.status; then
1703 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1704 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1705 { (exit 1); exit 1; }; }
1706 fi
1707
1708 # test whether we have cygpath
1709 if test -z "$CYGPATH_W"; then
1710 if (cygpath --version) >/dev/null 2>/dev/null; then
1711 CYGPATH_W='cygpath -w'
1712 else
1713 CYGPATH_W=echo
1714 fi
1715 fi
1716
1717
1718 # Define the identity of the package.
1719 PACKAGE=vpe
1720 VERSION=1.5
1721
1722
1723 cat >>confdefs.h <<_ACEOF
1724 #define PACKAGE "$PACKAGE"
1725 _ACEOF
1726
1727
1728 cat >>confdefs.h <<_ACEOF
1729 #define VERSION "$VERSION"
1730 _ACEOF
1731
1732 # Some tools Automake needs.
1733
1734 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1735
1736
1737 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1738
1739
1740 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1741
1742
1743 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1744
1745
1746 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1747
1748
1749 AMTAR=${AMTAR-"${am_missing_run}tar"}
1750
1751 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1752
1753 # Installed binaries are usually stripped using `strip' when the user
1754 # run `make install-strip'. However `strip' might not be the right
1755 # tool to use in cross-compilation environments, therefore Automake
1756 # will honor the `STRIP' environment variable to overrule this program.
1757 if test "$cross_compiling" != no; then
1758 if test -n "$ac_tool_prefix"; then
1759 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1760 set dummy ${ac_tool_prefix}strip; ac_word=$2
1761 echo "$as_me:$LINENO: checking for $ac_word" >&5
1762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1763 if test "${ac_cv_prog_STRIP+set}" = set; then
1764 echo $ECHO_N "(cached) $ECHO_C" >&6
1765 else
1766 if test -n "$STRIP"; then
1767 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1768 else
1769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1770 for as_dir in $PATH
1771 do
1772 IFS=$as_save_IFS
1773 test -z "$as_dir" && as_dir=.
1774 for ac_exec_ext in '' $ac_executable_extensions; do
1775 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1776 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1777 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1778 break 2
1779 fi
1780 done
1781 done
1782
1783 fi
1784 fi
1785 STRIP=$ac_cv_prog_STRIP
1786 if test -n "$STRIP"; then
1787 echo "$as_me:$LINENO: result: $STRIP" >&5
1788 echo "${ECHO_T}$STRIP" >&6
1789 else
1790 echo "$as_me:$LINENO: result: no" >&5
1791 echo "${ECHO_T}no" >&6
1792 fi
1793
1794 fi
1795 if test -z "$ac_cv_prog_STRIP"; then
1796 ac_ct_STRIP=$STRIP
1797 # Extract the first word of "strip", so it can be a program name with args.
1798 set dummy strip; ac_word=$2
1799 echo "$as_me:$LINENO: checking for $ac_word" >&5
1800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1801 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1802 echo $ECHO_N "(cached) $ECHO_C" >&6
1803 else
1804 if test -n "$ac_ct_STRIP"; then
1805 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1806 else
1807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1808 for as_dir in $PATH
1809 do
1810 IFS=$as_save_IFS
1811 test -z "$as_dir" && as_dir=.
1812 for ac_exec_ext in '' $ac_executable_extensions; do
1813 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1814 ac_cv_prog_ac_ct_STRIP="strip"
1815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1816 break 2
1817 fi
1818 done
1819 done
1820
1821 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1822 fi
1823 fi
1824 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1825 if test -n "$ac_ct_STRIP"; then
1826 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1827 echo "${ECHO_T}$ac_ct_STRIP" >&6
1828 else
1829 echo "$as_me:$LINENO: result: no" >&5
1830 echo "${ECHO_T}no" >&6
1831 fi
1832
1833 STRIP=$ac_ct_STRIP
1834 else
1835 STRIP="$ac_cv_prog_STRIP"
1836 fi
1837
1838 fi
1839 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1840
1841 # We need awk for the "check" target. The system "awk" is bad on
1842 # some platforms.
1843
1844
1845
1846 ac_config_headers="$ac_config_headers config.h"
1847
1848 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1849 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1850 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1851 if test "${enable_maintainer_mode+set}" = set; then
1852 enableval="$enable_maintainer_mode"
1853 USE_MAINTAINER_MODE=$enableval
1854 else
1855 USE_MAINTAINER_MODE=no
1856 fi;
1857 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1858 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1859
1860
1861 if test $USE_MAINTAINER_MODE = yes; then
1862 MAINTAINER_MODE_TRUE=
1863 MAINTAINER_MODE_FALSE='#'
1864 else
1865 MAINTAINER_MODE_TRUE='#'
1866 MAINTAINER_MODE_FALSE=
1867 fi
1868
1869 MAINT=$MAINTAINER_MODE_TRUE
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1881
1882 for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1883
1884
1885
1886 MKINSTALLDIRS=
1887 if test -n "$ac_aux_dir"; then
1888 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1889 fi
1890 if test -z "$MKINSTALLDIRS"; then
1891 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1892 fi
1893
1894
1895
1896
1897
1898 # Extract the first word of "msgfmt", so it can be a program name with args.
1899 set dummy msgfmt; ac_word=$2
1900 echo "$as_me:$LINENO: checking for $ac_word" >&5
1901 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1902 if test "${ac_cv_path_MSGFMT+set}" = set; then
1903 echo $ECHO_N "(cached) $ECHO_C" >&6
1904 else
1905 case "$MSGFMT" in
1906 /*)
1907 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1908 ;;
1909 *)
1910 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1911 for ac_dir in $PATH; do
1912 test -z "$ac_dir" && ac_dir=.
1913 if test -f $ac_dir/$ac_word; then
1914 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1915 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1916 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1917 break
1918 fi
1919 fi
1920 done
1921 IFS="$ac_save_ifs"
1922 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1923 ;;
1924 esac
1925 fi
1926 MSGFMT="$ac_cv_path_MSGFMT"
1927 if test "$MSGFMT" != ":"; then
1928 echo "$as_me:$LINENO: result: $MSGFMT" >&5
1929 echo "${ECHO_T}$MSGFMT" >&6
1930 else
1931 echo "$as_me:$LINENO: result: no" >&5
1932 echo "${ECHO_T}no" >&6
1933 fi
1934
1935 # Extract the first word of "gmsgfmt", so it can be a program name with args.
1936 set dummy gmsgfmt; ac_word=$2
1937 echo "$as_me:$LINENO: checking for $ac_word" >&5
1938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1939 if test "${ac_cv_path_GMSGFMT+set}" = set; then
1940 echo $ECHO_N "(cached) $ECHO_C" >&6
1941 else
1942 case $GMSGFMT in
1943 [\\/]* | ?:[\\/]*)
1944 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1945 ;;
1946 *)
1947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948 for as_dir in $PATH
1949 do
1950 IFS=$as_save_IFS
1951 test -z "$as_dir" && as_dir=.
1952 for ac_exec_ext in '' $ac_executable_extensions; do
1953 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1954 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1956 break 2
1957 fi
1958 done
1959 done
1960
1961 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1962 ;;
1963 esac
1964 fi
1965 GMSGFMT=$ac_cv_path_GMSGFMT
1966
1967 if test -n "$GMSGFMT"; then
1968 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1969 echo "${ECHO_T}$GMSGFMT" >&6
1970 else
1971 echo "$as_me:$LINENO: result: no" >&5
1972 echo "${ECHO_T}no" >&6
1973 fi
1974
1975
1976 # Extract the first word of "xgettext", so it can be a program name with args.
1977 set dummy xgettext; ac_word=$2
1978 echo "$as_me:$LINENO: checking for $ac_word" >&5
1979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1980 if test "${ac_cv_path_XGETTEXT+set}" = set; then
1981 echo $ECHO_N "(cached) $ECHO_C" >&6
1982 else
1983 case "$XGETTEXT" in
1984 /*)
1985 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1986 ;;
1987 *)
1988 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1989 for ac_dir in $PATH; do
1990 test -z "$ac_dir" && ac_dir=.
1991 if test -f $ac_dir/$ac_word; then
1992 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1993 (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
1994 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1995 break
1996 fi
1997 fi
1998 done
1999 IFS="$ac_save_ifs"
2000 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2001 ;;
2002 esac
2003 fi
2004 XGETTEXT="$ac_cv_path_XGETTEXT"
2005 if test "$XGETTEXT" != ":"; then
2006 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2007 echo "${ECHO_T}$XGETTEXT" >&6
2008 else
2009 echo "$as_me:$LINENO: result: no" >&5
2010 echo "${ECHO_T}no" >&6
2011 fi
2012
2013 rm -f messages.po
2014
2015 # Extract the first word of "msgmerge", so it can be a program name with args.
2016 set dummy msgmerge; ac_word=$2
2017 echo "$as_me:$LINENO: checking for $ac_word" >&5
2018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2019 if test "${ac_cv_path_MSGMERGE+set}" = set; then
2020 echo $ECHO_N "(cached) $ECHO_C" >&6
2021 else
2022 case "$MSGMERGE" in
2023 /*)
2024 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2025 ;;
2026 *)
2027 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2028 for ac_dir in $PATH; do
2029 test -z "$ac_dir" && ac_dir=.
2030 if test -f $ac_dir/$ac_word; then
2031 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2032 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2033 break
2034 fi
2035 fi
2036 done
2037 IFS="$ac_save_ifs"
2038 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2039 ;;
2040 esac
2041 fi
2042 MSGMERGE="$ac_cv_path_MSGMERGE"
2043 if test "$MSGMERGE" != ":"; then
2044 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2045 echo "${ECHO_T}$MSGMERGE" >&6
2046 else
2047 echo "$as_me:$LINENO: result: no" >&5
2048 echo "${ECHO_T}no" >&6
2049 fi
2050
2051
2052 if test "$GMSGFMT" != ":"; then
2053 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2054 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2055 : ;
2056 else
2057 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2058 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2059 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2060 GMSGFMT=":"
2061 fi
2062 fi
2063
2064 if test "$XGETTEXT" != ":"; then
2065 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2066 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2067 : ;
2068 else
2069 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2070 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2071 XGETTEXT=":"
2072 fi
2073 rm -f messages.po
2074 fi
2075
2076 ac_config_commands="$ac_config_commands default-1"
2077
2078
2079
2080 if test "X$prefix" = "XNONE"; then
2081 acl_final_prefix="$ac_default_prefix"
2082 else
2083 acl_final_prefix="$prefix"
2084 fi
2085 if test "X$exec_prefix" = "XNONE"; then
2086 acl_final_exec_prefix='${prefix}'
2087 else
2088 acl_final_exec_prefix="$exec_prefix"
2089 fi
2090 acl_save_prefix="$prefix"
2091 prefix="$acl_final_prefix"
2092 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2093 prefix="$acl_save_prefix"
2094
2095 DEPDIR="${am__leading_dot}deps"
2096
2097 ac_config_commands="$ac_config_commands depfiles"
2098
2099
2100 am_make=${MAKE-make}
2101 cat > confinc << 'END'
2102 am__doit:
2103 @echo done
2104 .PHONY: am__doit
2105 END
2106 # If we don't find an include directive, just comment out the code.
2107 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2108 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2109 am__include="#"
2110 am__quote=
2111 _am_result=none
2112 # First try GNU make style include.
2113 echo "include confinc" > confmf
2114 # We grep out `Entering directory' and `Leaving directory'
2115 # messages which can occur if `w' ends up in MAKEFLAGS.
2116 # In particular we don't look at `^make:' because GNU make might
2117 # be invoked under some other name (usually "gmake"), in which
2118 # case it prints its new name instead of `make'.
2119 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2120 am__include=include
2121 am__quote=
2122 _am_result=GNU
2123 fi
2124 # Now try BSD make style include.
2125 if test "$am__include" = "#"; then
2126 echo '.include "confinc"' > confmf
2127 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2128 am__include=.include
2129 am__quote="\""
2130 _am_result=BSD
2131 fi
2132 fi
2133
2134
2135 echo "$as_me:$LINENO: result: $_am_result" >&5
2136 echo "${ECHO_T}$_am_result" >&6
2137 rm -f confinc confmf
2138
2139 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2140 if test "${enable_dependency_tracking+set}" = set; then
2141 enableval="$enable_dependency_tracking"
2142
2143 fi;
2144 if test "x$enable_dependency_tracking" != xno; then
2145 am_depcomp="$ac_aux_dir/depcomp"
2146 AMDEPBACKSLASH='\'
2147 fi
2148
2149
2150 if test "x$enable_dependency_tracking" != xno; then
2151 AMDEP_TRUE=
2152 AMDEP_FALSE='#'
2153 else
2154 AMDEP_TRUE='#'
2155 AMDEP_FALSE=
2156 fi
2157
2158
2159
2160 ac_ext=c
2161 ac_cpp='$CPP $CPPFLAGS'
2162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2165 if test -n "$ac_tool_prefix"; then
2166 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2167 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2168 echo "$as_me:$LINENO: checking for $ac_word" >&5
2169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2170 if test "${ac_cv_prog_CC+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 if test -n "$CC"; then
2174 ac_cv_prog_CC="$CC" # Let the user override the test.
2175 else
2176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2177 for as_dir in $PATH
2178 do
2179 IFS=$as_save_IFS
2180 test -z "$as_dir" && as_dir=.
2181 for ac_exec_ext in '' $ac_executable_extensions; do
2182 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2183 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2185 break 2
2186 fi
2187 done
2188 done
2189
2190 fi
2191 fi
2192 CC=$ac_cv_prog_CC
2193 if test -n "$CC"; then
2194 echo "$as_me:$LINENO: result: $CC" >&5
2195 echo "${ECHO_T}$CC" >&6
2196 else
2197 echo "$as_me:$LINENO: result: no" >&5
2198 echo "${ECHO_T}no" >&6
2199 fi
2200
2201 fi
2202 if test -z "$ac_cv_prog_CC"; then
2203 ac_ct_CC=$CC
2204 # Extract the first word of "gcc", so it can be a program name with args.
2205 set dummy gcc; ac_word=$2
2206 echo "$as_me:$LINENO: checking for $ac_word" >&5
2207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2208 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2209 echo $ECHO_N "(cached) $ECHO_C" >&6
2210 else
2211 if test -n "$ac_ct_CC"; then
2212 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2213 else
2214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2215 for as_dir in $PATH
2216 do
2217 IFS=$as_save_IFS
2218 test -z "$as_dir" && as_dir=.
2219 for ac_exec_ext in '' $ac_executable_extensions; do
2220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2221 ac_cv_prog_ac_ct_CC="gcc"
2222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2223 break 2
2224 fi
2225 done
2226 done
2227
2228 fi
2229 fi
2230 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2231 if test -n "$ac_ct_CC"; then
2232 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2233 echo "${ECHO_T}$ac_ct_CC" >&6
2234 else
2235 echo "$as_me:$LINENO: result: no" >&5
2236 echo "${ECHO_T}no" >&6
2237 fi
2238
2239 CC=$ac_ct_CC
2240 else
2241 CC="$ac_cv_prog_CC"
2242 fi
2243
2244 if test -z "$CC"; then
2245 if test -n "$ac_tool_prefix"; then
2246 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2247 set dummy ${ac_tool_prefix}cc; ac_word=$2
2248 echo "$as_me:$LINENO: checking for $ac_word" >&5
2249 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2250 if test "${ac_cv_prog_CC+set}" = set; then
2251 echo $ECHO_N "(cached) $ECHO_C" >&6
2252 else
2253 if test -n "$CC"; then
2254 ac_cv_prog_CC="$CC" # Let the user override the test.
2255 else
2256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2257 for as_dir in $PATH
2258 do
2259 IFS=$as_save_IFS
2260 test -z "$as_dir" && as_dir=.
2261 for ac_exec_ext in '' $ac_executable_extensions; do
2262 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2263 ac_cv_prog_CC="${ac_tool_prefix}cc"
2264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2265 break 2
2266 fi
2267 done
2268 done
2269
2270 fi
2271 fi
2272 CC=$ac_cv_prog_CC
2273 if test -n "$CC"; then
2274 echo "$as_me:$LINENO: result: $CC" >&5
2275 echo "${ECHO_T}$CC" >&6
2276 else
2277 echo "$as_me:$LINENO: result: no" >&5
2278 echo "${ECHO_T}no" >&6
2279 fi
2280
2281 fi
2282 if test -z "$ac_cv_prog_CC"; then
2283 ac_ct_CC=$CC
2284 # Extract the first word of "cc", so it can be a program name with args.
2285 set dummy cc; ac_word=$2
2286 echo "$as_me:$LINENO: checking for $ac_word" >&5
2287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2288 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2289 echo $ECHO_N "(cached) $ECHO_C" >&6
2290 else
2291 if test -n "$ac_ct_CC"; then
2292 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2293 else
2294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2295 for as_dir in $PATH
2296 do
2297 IFS=$as_save_IFS
2298 test -z "$as_dir" && as_dir=.
2299 for ac_exec_ext in '' $ac_executable_extensions; do
2300 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2301 ac_cv_prog_ac_ct_CC="cc"
2302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2303 break 2
2304 fi
2305 done
2306 done
2307
2308 fi
2309 fi
2310 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2311 if test -n "$ac_ct_CC"; then
2312 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2313 echo "${ECHO_T}$ac_ct_CC" >&6
2314 else
2315 echo "$as_me:$LINENO: result: no" >&5
2316 echo "${ECHO_T}no" >&6
2317 fi
2318
2319 CC=$ac_ct_CC
2320 else
2321 CC="$ac_cv_prog_CC"
2322 fi
2323
2324 fi
2325 if test -z "$CC"; then
2326 # Extract the first word of "cc", so it can be a program name with args.
2327 set dummy cc; ac_word=$2
2328 echo "$as_me:$LINENO: checking for $ac_word" >&5
2329 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2330 if test "${ac_cv_prog_CC+set}" = set; then
2331 echo $ECHO_N "(cached) $ECHO_C" >&6
2332 else
2333 if test -n "$CC"; then
2334 ac_cv_prog_CC="$CC" # Let the user override the test.
2335 else
2336 ac_prog_rejected=no
2337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2338 for as_dir in $PATH
2339 do
2340 IFS=$as_save_IFS
2341 test -z "$as_dir" && as_dir=.
2342 for ac_exec_ext in '' $ac_executable_extensions; do
2343 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2344 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2345 ac_prog_rejected=yes
2346 continue
2347 fi
2348 ac_cv_prog_CC="cc"
2349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2350 break 2
2351 fi
2352 done
2353 done
2354
2355 if test $ac_prog_rejected = yes; then
2356 # We found a bogon in the path, so make sure we never use it.
2357 set dummy $ac_cv_prog_CC
2358 shift
2359 if test $# != 0; then
2360 # We chose a different compiler from the bogus one.
2361 # However, it has the same basename, so the bogon will be chosen
2362 # first if we set CC to just the basename; use the full file name.
2363 shift
2364 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2365 fi
2366 fi
2367 fi
2368 fi
2369 CC=$ac_cv_prog_CC
2370 if test -n "$CC"; then
2371 echo "$as_me:$LINENO: result: $CC" >&5
2372 echo "${ECHO_T}$CC" >&6
2373 else
2374 echo "$as_me:$LINENO: result: no" >&5
2375 echo "${ECHO_T}no" >&6
2376 fi
2377
2378 fi
2379 if test -z "$CC"; then
2380 if test -n "$ac_tool_prefix"; then
2381 for ac_prog in cl
2382 do
2383 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2384 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2385 echo "$as_me:$LINENO: checking for $ac_word" >&5
2386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2387 if test "${ac_cv_prog_CC+set}" = set; then
2388 echo $ECHO_N "(cached) $ECHO_C" >&6
2389 else
2390 if test -n "$CC"; then
2391 ac_cv_prog_CC="$CC" # Let the user override the test.
2392 else
2393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2394 for as_dir in $PATH
2395 do
2396 IFS=$as_save_IFS
2397 test -z "$as_dir" && as_dir=.
2398 for ac_exec_ext in '' $ac_executable_extensions; do
2399 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2400 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2402 break 2
2403 fi
2404 done
2405 done
2406
2407 fi
2408 fi
2409 CC=$ac_cv_prog_CC
2410 if test -n "$CC"; then
2411 echo "$as_me:$LINENO: result: $CC" >&5
2412 echo "${ECHO_T}$CC" >&6
2413 else
2414 echo "$as_me:$LINENO: result: no" >&5
2415 echo "${ECHO_T}no" >&6
2416 fi
2417
2418 test -n "$CC" && break
2419 done
2420 fi
2421 if test -z "$CC"; then
2422 ac_ct_CC=$CC
2423 for ac_prog in cl
2424 do
2425 # Extract the first word of "$ac_prog", so it can be a program name with args.
2426 set dummy $ac_prog; ac_word=$2
2427 echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2429 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6
2431 else
2432 if test -n "$ac_ct_CC"; then
2433 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2434 else
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2437 do
2438 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 for ac_exec_ext in '' $ac_executable_extensions; do
2441 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2442 ac_cv_prog_ac_ct_CC="$ac_prog"
2443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2444 break 2
2445 fi
2446 done
2447 done
2448
2449 fi
2450 fi
2451 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2452 if test -n "$ac_ct_CC"; then
2453 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2454 echo "${ECHO_T}$ac_ct_CC" >&6
2455 else
2456 echo "$as_me:$LINENO: result: no" >&5
2457 echo "${ECHO_T}no" >&6
2458 fi
2459
2460 test -n "$ac_ct_CC" && break
2461 done
2462
2463 CC=$ac_ct_CC
2464 fi
2465
2466 fi
2467
2468
2469 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2470 See \`config.log' for more details." >&5
2471 echo "$as_me: error: no acceptable C compiler found in \$PATH
2472 See \`config.log' for more details." >&2;}
2473 { (exit 1); exit 1; }; }
2474
2475 # Provide some information about the compiler.
2476 echo "$as_me:$LINENO:" \
2477 "checking for C compiler version" >&5
2478 ac_compiler=`set X $ac_compile; echo $2`
2479 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2480 (eval $ac_compiler --version </dev/null >&5) 2>&5
2481 ac_status=$?
2482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2483 (exit $ac_status); }
2484 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2485 (eval $ac_compiler -v </dev/null >&5) 2>&5
2486 ac_status=$?
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); }
2489 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2490 (eval $ac_compiler -V </dev/null >&5) 2>&5
2491 ac_status=$?
2492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2493 (exit $ac_status); }
2494
2495 cat >conftest.$ac_ext <<_ACEOF
2496 /* confdefs.h. */
2497 _ACEOF
2498 cat confdefs.h >>conftest.$ac_ext
2499 cat >>conftest.$ac_ext <<_ACEOF
2500 /* end confdefs.h. */
2501
2502 int
2503 main ()
2504 {
2505
2506 ;
2507 return 0;
2508 }
2509 _ACEOF
2510 ac_clean_files_save=$ac_clean_files
2511 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2512 # Try to create an executable without -o first, disregard a.out.
2513 # It will help us diagnose broken compilers, and finding out an intuition
2514 # of exeext.
2515 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2516 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2517 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2518 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2519 (eval $ac_link_default) 2>&5
2520 ac_status=$?
2521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2522 (exit $ac_status); }; then
2523 # Find the output, starting from the most likely. This scheme is
2524 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2525 # resort.
2526
2527 # Be careful to initialize this variable, since it used to be cached.
2528 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2529 ac_cv_exeext=
2530 # b.out is created by i960 compilers.
2531 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2532 do
2533 test -f "$ac_file" || continue
2534 case $ac_file in
2535 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2536 ;;
2537 conftest.$ac_ext )
2538 # This is the source file.
2539 ;;
2540 [ab].out )
2541 # We found the default executable, but exeext='' is most
2542 # certainly right.
2543 break;;
2544 *.* )
2545 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2546 # FIXME: I believe we export ac_cv_exeext for Libtool,
2547 # but it would be cool to find out if it's true. Does anybody
2548 # maintain Libtool? --akim.
2549 export ac_cv_exeext
2550 break;;
2551 * )
2552 break;;
2553 esac
2554 done
2555 else
2556 echo "$as_me: failed program was:" >&5
2557 sed 's/^/| /' conftest.$ac_ext >&5
2558
2559 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2560 See \`config.log' for more details." >&5
2561 echo "$as_me: error: C compiler cannot create executables
2562 See \`config.log' for more details." >&2;}
2563 { (exit 77); exit 77; }; }
2564 fi
2565
2566 ac_exeext=$ac_cv_exeext
2567 echo "$as_me:$LINENO: result: $ac_file" >&5
2568 echo "${ECHO_T}$ac_file" >&6
2569
2570 # Check the compiler produces executables we can run. If not, either
2571 # the compiler is broken, or we cross compile.
2572 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2573 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2574 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2575 # If not cross compiling, check that we can run a simple program.
2576 if test "$cross_compiling" != yes; then
2577 if { ac_try='./$ac_file'
2578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2579 (eval $ac_try) 2>&5
2580 ac_status=$?
2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2582 (exit $ac_status); }; }; then
2583 cross_compiling=no
2584 else
2585 if test "$cross_compiling" = maybe; then
2586 cross_compiling=yes
2587 else
2588 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2589 If you meant to cross compile, use \`--host'.
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: cannot run C compiled programs.
2592 If you meant to cross compile, use \`--host'.
2593 See \`config.log' for more details." >&2;}
2594 { (exit 1); exit 1; }; }
2595 fi
2596 fi
2597 fi
2598 echo "$as_me:$LINENO: result: yes" >&5
2599 echo "${ECHO_T}yes" >&6
2600
2601 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2602 ac_clean_files=$ac_clean_files_save
2603 # Check the compiler produces executables we can run. If not, either
2604 # the compiler is broken, or we cross compile.
2605 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2606 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2607 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2608 echo "${ECHO_T}$cross_compiling" >&6
2609
2610 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2611 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2613 (eval $ac_link) 2>&5
2614 ac_status=$?
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 (exit $ac_status); }; then
2617 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2618 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2619 # work properly (i.e., refer to `conftest.exe'), while it won't with
2620 # `rm'.
2621 for ac_file in conftest.exe conftest conftest.*; do
2622 test -f "$ac_file" || continue
2623 case $ac_file in
2624 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2625 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2626 export ac_cv_exeext
2627 break;;
2628 * ) break;;
2629 esac
2630 done
2631 else
2632 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2633 See \`config.log' for more details." >&5
2634 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2635 See \`config.log' for more details." >&2;}
2636 { (exit 1); exit 1; }; }
2637 fi
2638
2639 rm -f conftest$ac_cv_exeext
2640 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2641 echo "${ECHO_T}$ac_cv_exeext" >&6
2642
2643 rm -f conftest.$ac_ext
2644 EXEEXT=$ac_cv_exeext
2645 ac_exeext=$EXEEXT
2646 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2647 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2648 if test "${ac_cv_objext+set}" = set; then
2649 echo $ECHO_N "(cached) $ECHO_C" >&6
2650 else
2651 cat >conftest.$ac_ext <<_ACEOF
2652 /* confdefs.h. */
2653 _ACEOF
2654 cat confdefs.h >>conftest.$ac_ext
2655 cat >>conftest.$ac_ext <<_ACEOF
2656 /* end confdefs.h. */
2657
2658 int
2659 main ()
2660 {
2661
2662 ;
2663 return 0;
2664 }
2665 _ACEOF
2666 rm -f conftest.o conftest.obj
2667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2668 (eval $ac_compile) 2>&5
2669 ac_status=$?
2670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671 (exit $ac_status); }; then
2672 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2673 case $ac_file in
2674 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2675 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2676 break;;
2677 esac
2678 done
2679 else
2680 echo "$as_me: failed program was:" >&5
2681 sed 's/^/| /' conftest.$ac_ext >&5
2682
2683 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2684 See \`config.log' for more details." >&5
2685 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2686 See \`config.log' for more details." >&2;}
2687 { (exit 1); exit 1; }; }
2688 fi
2689
2690 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2691 fi
2692 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2693 echo "${ECHO_T}$ac_cv_objext" >&6
2694 OBJEXT=$ac_cv_objext
2695 ac_objext=$OBJEXT
2696 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2697 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2698 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2699 echo $ECHO_N "(cached) $ECHO_C" >&6
2700 else
2701 cat >conftest.$ac_ext <<_ACEOF
2702 /* confdefs.h. */
2703 _ACEOF
2704 cat confdefs.h >>conftest.$ac_ext
2705 cat >>conftest.$ac_ext <<_ACEOF
2706 /* end confdefs.h. */
2707
2708 int
2709 main ()
2710 {
2711 #ifndef __GNUC__
2712 choke me
2713 #endif
2714
2715 ;
2716 return 0;
2717 }
2718 _ACEOF
2719 rm -f conftest.$ac_objext
2720 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2721 (eval $ac_compile) 2>conftest.er1
2722 ac_status=$?
2723 grep -v '^ *+' conftest.er1 >conftest.err
2724 rm -f conftest.er1
2725 cat conftest.err >&5
2726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); } &&
2728 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2730 (eval $ac_try) 2>&5
2731 ac_status=$?
2732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2733 (exit $ac_status); }; } &&
2734 { ac_try='test -s conftest.$ac_objext'
2735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2736 (eval $ac_try) 2>&5
2737 ac_status=$?
2738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2739 (exit $ac_status); }; }; then
2740 ac_compiler_gnu=yes
2741 else
2742 echo "$as_me: failed program was:" >&5
2743 sed 's/^/| /' conftest.$ac_ext >&5
2744
2745 ac_compiler_gnu=no
2746 fi
2747 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2748 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2749
2750 fi
2751 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2752 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2753 GCC=`test $ac_compiler_gnu = yes && echo yes`
2754 ac_test_CFLAGS=${CFLAGS+set}
2755 ac_save_CFLAGS=$CFLAGS
2756 CFLAGS="-g"
2757 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2758 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2759 if test "${ac_cv_prog_cc_g+set}" = set; then
2760 echo $ECHO_N "(cached) $ECHO_C" >&6
2761 else
2762 cat >conftest.$ac_ext <<_ACEOF
2763 /* confdefs.h. */
2764 _ACEOF
2765 cat confdefs.h >>conftest.$ac_ext
2766 cat >>conftest.$ac_ext <<_ACEOF
2767 /* end confdefs.h. */
2768
2769 int
2770 main ()
2771 {
2772
2773 ;
2774 return 0;
2775 }
2776 _ACEOF
2777 rm -f conftest.$ac_objext
2778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2779 (eval $ac_compile) 2>conftest.er1
2780 ac_status=$?
2781 grep -v '^ *+' conftest.er1 >conftest.err
2782 rm -f conftest.er1
2783 cat conftest.err >&5
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); } &&
2786 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2788 (eval $ac_try) 2>&5
2789 ac_status=$?
2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2791 (exit $ac_status); }; } &&
2792 { ac_try='test -s conftest.$ac_objext'
2793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2794 (eval $ac_try) 2>&5
2795 ac_status=$?
2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2797 (exit $ac_status); }; }; then
2798 ac_cv_prog_cc_g=yes
2799 else
2800 echo "$as_me: failed program was:" >&5
2801 sed 's/^/| /' conftest.$ac_ext >&5
2802
2803 ac_cv_prog_cc_g=no
2804 fi
2805 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2806 fi
2807 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2808 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2809 if test "$ac_test_CFLAGS" = set; then
2810 CFLAGS=$ac_save_CFLAGS
2811 elif test $ac_cv_prog_cc_g = yes; then
2812 if test "$GCC" = yes; then
2813 CFLAGS="-g -O2"
2814 else
2815 CFLAGS="-g"
2816 fi
2817 else
2818 if test "$GCC" = yes; then
2819 CFLAGS="-O2"
2820 else
2821 CFLAGS=
2822 fi
2823 fi
2824 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2825 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2826 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2827 echo $ECHO_N "(cached) $ECHO_C" >&6
2828 else
2829 ac_cv_prog_cc_stdc=no
2830 ac_save_CC=$CC
2831 cat >conftest.$ac_ext <<_ACEOF
2832 /* confdefs.h. */
2833 _ACEOF
2834 cat confdefs.h >>conftest.$ac_ext
2835 cat >>conftest.$ac_ext <<_ACEOF
2836 /* end confdefs.h. */
2837 #include <stdarg.h>
2838 #include <stdio.h>
2839 #include <sys/types.h>
2840 #include <sys/stat.h>
2841 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2842 struct buf { int x; };
2843 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2844 static char *e (p, i)
2845 char **p;
2846 int i;
2847 {
2848 return p[i];
2849 }
2850 static char *f (char * (*g) (char **, int), char **p, ...)
2851 {
2852 char *s;
2853 va_list v;
2854 va_start (v,p);
2855 s = g (p, va_arg (v,int));
2856 va_end (v);
2857 return s;
2858 }
2859
2860 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2861 function prototypes and stuff, but not '\xHH' hex character constants.
2862 These don't provoke an error unfortunately, instead are silently treated
2863 as 'x'. The following induces an error, until -std1 is added to get
2864 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2865 array size at least. It's necessary to write '\x00'==0 to get something
2866 that's true only with -std1. */
2867 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2868
2869 int test (int i, double x);
2870 struct s1 {int (*f) (int a);};
2871 struct s2 {int (*f) (double a);};
2872 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2873 int argc;
2874 char **argv;
2875 int
2876 main ()
2877 {
2878 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2879 ;
2880 return 0;
2881 }
2882 _ACEOF
2883 # Don't try gcc -ansi; that turns off useful extensions and
2884 # breaks some systems' header files.
2885 # AIX -qlanglvl=ansi
2886 # Ultrix and OSF/1 -std1
2887 # HP-UX 10.20 and later -Ae
2888 # HP-UX older versions -Aa -D_HPUX_SOURCE
2889 # SVR4 -Xc -D__EXTENSIONS__
2890 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2891 do
2892 CC="$ac_save_CC $ac_arg"
2893 rm -f conftest.$ac_objext
2894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2895 (eval $ac_compile) 2>conftest.er1
2896 ac_status=$?
2897 grep -v '^ *+' conftest.er1 >conftest.err
2898 rm -f conftest.er1
2899 cat conftest.err >&5
2900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2901 (exit $ac_status); } &&
2902 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2904 (eval $ac_try) 2>&5
2905 ac_status=$?
2906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2907 (exit $ac_status); }; } &&
2908 { ac_try='test -s conftest.$ac_objext'
2909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2910 (eval $ac_try) 2>&5
2911 ac_status=$?
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); }; }; then
2914 ac_cv_prog_cc_stdc=$ac_arg
2915 break
2916 else
2917 echo "$as_me: failed program was:" >&5
2918 sed 's/^/| /' conftest.$ac_ext >&5
2919
2920 fi
2921 rm -f conftest.err conftest.$ac_objext
2922 done
2923 rm -f conftest.$ac_ext conftest.$ac_objext
2924 CC=$ac_save_CC
2925
2926 fi
2927
2928 case "x$ac_cv_prog_cc_stdc" in
2929 x|xno)
2930 echo "$as_me:$LINENO: result: none needed" >&5
2931 echo "${ECHO_T}none needed" >&6 ;;
2932 *)
2933 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2934 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2935 CC="$CC $ac_cv_prog_cc_stdc" ;;
2936 esac
2937
2938 # Some people use a C++ compiler to compile C. Since we use `exit',
2939 # in C++ we need to declare it. In case someone uses the same compiler
2940 # for both compiling C and C++ we need to have the C++ compiler decide
2941 # the declaration of exit, since it's the most demanding environment.
2942 cat >conftest.$ac_ext <<_ACEOF
2943 #ifndef __cplusplus
2944 choke me
2945 #endif
2946 _ACEOF
2947 rm -f conftest.$ac_objext
2948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2949 (eval $ac_compile) 2>conftest.er1
2950 ac_status=$?
2951 grep -v '^ *+' conftest.er1 >conftest.err
2952 rm -f conftest.er1
2953 cat conftest.err >&5
2954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2955 (exit $ac_status); } &&
2956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2958 (eval $ac_try) 2>&5
2959 ac_status=$?
2960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2961 (exit $ac_status); }; } &&
2962 { ac_try='test -s conftest.$ac_objext'
2963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2964 (eval $ac_try) 2>&5
2965 ac_status=$?
2966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2967 (exit $ac_status); }; }; then
2968 for ac_declaration in \
2969 '' \
2970 'extern "C" void std::exit (int) throw (); using std::exit;' \
2971 'extern "C" void std::exit (int); using std::exit;' \
2972 'extern "C" void exit (int) throw ();' \
2973 'extern "C" void exit (int);' \
2974 'void exit (int);'
2975 do
2976 cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h. */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2982 $ac_declaration
2983 #include <stdlib.h>
2984 int
2985 main ()
2986 {
2987 exit (42);
2988 ;
2989 return 0;
2990 }
2991 _ACEOF
2992 rm -f conftest.$ac_objext
2993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2994 (eval $ac_compile) 2>conftest.er1
2995 ac_status=$?
2996 grep -v '^ *+' conftest.er1 >conftest.err
2997 rm -f conftest.er1
2998 cat conftest.err >&5
2999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3000 (exit $ac_status); } &&
3001 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3003 (eval $ac_try) 2>&5
3004 ac_status=$?
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3006 (exit $ac_status); }; } &&
3007 { ac_try='test -s conftest.$ac_objext'
3008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3009 (eval $ac_try) 2>&5
3010 ac_status=$?
3011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3012 (exit $ac_status); }; }; then
3013 :
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3017
3018 continue
3019 fi
3020 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3027 $ac_declaration
3028 int
3029 main ()
3030 {
3031 exit (42);
3032 ;
3033 return 0;
3034 }
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3038 (eval $ac_compile) 2>conftest.er1
3039 ac_status=$?
3040 grep -v '^ *+' conftest.er1 >conftest.err
3041 rm -f conftest.er1
3042 cat conftest.err >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); } &&
3045 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3047 (eval $ac_try) 2>&5
3048 ac_status=$?
3049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050 (exit $ac_status); }; } &&
3051 { ac_try='test -s conftest.$ac_objext'
3052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3053 (eval $ac_try) 2>&5
3054 ac_status=$?
3055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3056 (exit $ac_status); }; }; then
3057 break
3058 else
3059 echo "$as_me: failed program was:" >&5
3060 sed 's/^/| /' conftest.$ac_ext >&5
3061
3062 fi
3063 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3064 done
3065 rm -f conftest*
3066 if test -n "$ac_declaration"; then
3067 echo '#ifdef __cplusplus' >>confdefs.h
3068 echo $ac_declaration >>confdefs.h
3069 echo '#endif' >>confdefs.h
3070 fi
3071
3072 else
3073 echo "$as_me: failed program was:" >&5
3074 sed 's/^/| /' conftest.$ac_ext >&5
3075
3076 fi
3077 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3078 ac_ext=c
3079 ac_cpp='$CPP $CPPFLAGS'
3080 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3081 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3082 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3083
3084 depcc="$CC" am_compiler_list=
3085
3086 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3087 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3088 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3092 # We make a subdir and do the tests there. Otherwise we can end up
3093 # making bogus files that we don't know about and never remove. For
3094 # instance it was reported that on HP-UX the gcc test will end up
3095 # making a dummy file named `D' -- because `-MD' means `put the output
3096 # in D'.
3097 mkdir conftest.dir
3098 # Copy depcomp to subdir because otherwise we won't find it if we're
3099 # using a relative directory.
3100 cp "$am_depcomp" conftest.dir
3101 cd conftest.dir
3102 # We will build objects and dependencies in a subdirectory because
3103 # it helps to detect inapplicable dependency modes. For instance
3104 # both Tru64's cc and ICC support -MD to output dependencies as a
3105 # side effect of compilation, but ICC will put the dependencies in
3106 # the current directory while Tru64 will put them in the object
3107 # directory.
3108 mkdir sub
3109
3110 am_cv_CC_dependencies_compiler_type=none
3111 if test "$am_compiler_list" = ""; then
3112 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3113 fi
3114 for depmode in $am_compiler_list; do
3115 # Setup a source with many dependencies, because some compilers
3116 # like to wrap large dependency lists on column 80 (with \), and
3117 # we should not choose a depcomp mode which is confused by this.
3118 #
3119 # We need to recreate these files for each test, as the compiler may
3120 # overwrite some of them when testing with obscure command lines.
3121 # This happens at least with the AIX C compiler.
3122 : > sub/conftest.c
3123 for i in 1 2 3 4 5 6; do
3124 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3125 : > sub/conftst$i.h
3126 done
3127 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3128
3129 case $depmode in
3130 nosideeffect)
3131 # after this tag, mechanisms are not by side-effect, so they'll
3132 # only be used when explicitly requested
3133 if test "x$enable_dependency_tracking" = xyes; then
3134 continue
3135 else
3136 break
3137 fi
3138 ;;
3139 none) break ;;
3140 esac
3141 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3142 # mode. It turns out that the SunPro C++ compiler does not properly
3143 # handle `-M -o', and we need to detect this.
3144 if depmode=$depmode \
3145 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3146 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3147 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3148 >/dev/null 2>conftest.err &&
3149 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3150 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3151 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3152 # icc doesn't choke on unknown options, it will just issue warnings
3153 # (even with -Werror). So we grep stderr for any message
3154 # that says an option was ignored.
3155 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3156 am_cv_CC_dependencies_compiler_type=$depmode
3157 break
3158 fi
3159 fi
3160 done
3161
3162 cd ..
3163 rm -rf conftest.dir
3164 else
3165 am_cv_CC_dependencies_compiler_type=none
3166 fi
3167
3168 fi
3169 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3170 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3171 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3172
3173
3174
3175 if
3176 test "x$enable_dependency_tracking" != xno \
3177 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3178 am__fastdepCC_TRUE=
3179 am__fastdepCC_FALSE='#'
3180 else
3181 am__fastdepCC_TRUE='#'
3182 am__fastdepCC_FALSE=
3183 fi
3184
3185
3186
3187 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3188 if test "${with_gnu_ld+set}" = set; then
3189 withval="$with_gnu_ld"
3190 test "$withval" = no || with_gnu_ld=yes
3191 else
3192 with_gnu_ld=no
3193 fi;
3194 ac_prog=ld
3195 if test "$GCC" = yes; then
3196 # Check if gcc -print-prog-name=ld gives a path.
3197 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3198 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3199 case $host in
3200 *-*-mingw*)
3201 # gcc leaves a trailing carriage return which upsets mingw
3202 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3203 *)
3204 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3205 esac
3206 case $ac_prog in
3207 # Accept absolute paths.
3208 [\\/]* | [A-Za-z]:[\\/]*)
3209 re_direlt='/[^/][^/]*/\.\./'
3210 # Canonicalize the path of ld
3211 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3212 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3213 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3214 done
3215 test -z "$LD" && LD="$ac_prog"
3216 ;;
3217 "")
3218 # If it fails, then pretend we aren't using GCC.
3219 ac_prog=ld
3220 ;;
3221 *)
3222 # If it is relative, then search for the first ld in PATH.
3223 with_gnu_ld=unknown
3224 ;;
3225 esac
3226 elif test "$with_gnu_ld" = yes; then
3227 echo "$as_me:$LINENO: checking for GNU ld" >&5
3228 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3229 else
3230 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3231 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3232 fi
3233 if test "${acl_cv_path_LD+set}" = set; then
3234 echo $ECHO_N "(cached) $ECHO_C" >&6
3235 else
3236 if test -z "$LD"; then
3237 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3238 for ac_dir in $PATH; do
3239 test -z "$ac_dir" && ac_dir=.
3240 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3241 acl_cv_path_LD="$ac_dir/$ac_prog"
3242 # Check to see if the program is GNU ld. I'd rather use --version,
3243 # but apparently some GNU ld's only accept -v.
3244 # Break only if it was the GNU/non-GNU ld that we prefer.
3245 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3246 test "$with_gnu_ld" != no && break
3247 else
3248 test "$with_gnu_ld" != yes && break
3249 fi
3250 fi
3251 done
3252 IFS="$ac_save_ifs"
3253 else
3254 acl_cv_path_LD="$LD" # Let the user override the test with a path.
3255 fi
3256 fi
3257
3258 LD="$acl_cv_path_LD"
3259 if test -n "$LD"; then
3260 echo "$as_me:$LINENO: result: $LD" >&5
3261 echo "${ECHO_T}$LD" >&6
3262 else
3263 echo "$as_me:$LINENO: result: no" >&5
3264 echo "${ECHO_T}no" >&6
3265 fi
3266 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3267 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3268 { (exit 1); exit 1; }; }
3269 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3270 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3271 if test "${acl_cv_prog_gnu_ld+set}" = set; then
3272 echo $ECHO_N "(cached) $ECHO_C" >&6
3273 else
3274 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3275 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3276 acl_cv_prog_gnu_ld=yes
3277 else
3278 acl_cv_prog_gnu_ld=no
3279 fi
3280 fi
3281 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3282 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3283 with_gnu_ld=$acl_cv_prog_gnu_ld
3284
3285
3286
3287 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3288 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3289 if test "${acl_cv_rpath+set}" = set; then
3290 echo $ECHO_N "(cached) $ECHO_C" >&6
3291 else
3292
3293 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3294 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3295 . ./conftest.sh
3296 rm -f ./conftest.sh
3297 acl_cv_rpath=done
3298
3299 fi
3300 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3301 echo "${ECHO_T}$acl_cv_rpath" >&6
3302 wl="$acl_cv_wl"
3303 libext="$acl_cv_libext"
3304 shlibext="$acl_cv_shlibext"
3305 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3306 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3307 hardcode_direct="$acl_cv_hardcode_direct"
3308 hardcode_minus_L="$acl_cv_hardcode_minus_L"
3309 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3310 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3311 # Check whether --enable-rpath or --disable-rpath was given.
3312 if test "${enable_rpath+set}" = set; then
3313 enableval="$enable_rpath"
3314 :
3315 else
3316 enable_rpath=yes
3317 fi;
3318
3319
3320
3321
3322
3323
3324
3325 use_additional=yes
3326
3327 acl_save_prefix="$prefix"
3328 prefix="$acl_final_prefix"
3329 acl_save_exec_prefix="$exec_prefix"
3330 exec_prefix="$acl_final_exec_prefix"
3331
3332 eval additional_includedir=\"$includedir\"
3333 eval additional_libdir=\"$libdir\"
3334
3335 exec_prefix="$acl_save_exec_prefix"
3336 prefix="$acl_save_prefix"
3337
3338
3339 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3340 if test "${with_libiconv_prefix+set}" = set; then
3341 withval="$with_libiconv_prefix"
3342
3343 if test "X$withval" = "Xno"; then
3344 use_additional=no
3345 else
3346 if test "X$withval" = "X"; then
3347
3348 acl_save_prefix="$prefix"
3349 prefix="$acl_final_prefix"
3350 acl_save_exec_prefix="$exec_prefix"
3351 exec_prefix="$acl_final_exec_prefix"
3352
3353 eval additional_includedir=\"$includedir\"
3354 eval additional_libdir=\"$libdir\"
3355
3356 exec_prefix="$acl_save_exec_prefix"
3357 prefix="$acl_save_prefix"
3358
3359 else
3360 additional_includedir="$withval/include"
3361 additional_libdir="$withval/lib"
3362 fi
3363 fi
3364
3365 fi;
3366 LIBICONV=
3367 LTLIBICONV=
3368 INCICONV=
3369 rpathdirs=
3370 ltrpathdirs=
3371 names_already_handled=
3372 names_next_round='iconv '
3373 while test -n "$names_next_round"; do
3374 names_this_round="$names_next_round"
3375 names_next_round=
3376 for name in $names_this_round; do
3377 already_handled=
3378 for n in $names_already_handled; do
3379 if test "$n" = "$name"; then
3380 already_handled=yes
3381 break
3382 fi
3383 done
3384 if test -z "$already_handled"; then
3385 names_already_handled="$names_already_handled $name"
3386 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3387 eval value=\"\$HAVE_LIB$uppername\"
3388 if test -n "$value"; then
3389 if test "$value" = yes; then
3390 eval value=\"\$LIB$uppername\"
3391 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3392 eval value=\"\$LTLIB$uppername\"
3393 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3394 else
3395 :
3396 fi
3397 else
3398 found_dir=
3399 found_la=
3400 found_so=
3401 found_a=
3402 if test $use_additional = yes; then
3403 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3404 found_dir="$additional_libdir"
3405 found_so="$additional_libdir/lib$name.$shlibext"
3406 if test -f "$additional_libdir/lib$name.la"; then
3407 found_la="$additional_libdir/lib$name.la"
3408 fi
3409 else
3410 if test -f "$additional_libdir/lib$name.$libext"; then
3411 found_dir="$additional_libdir"
3412 found_a="$additional_libdir/lib$name.$libext"
3413 if test -f "$additional_libdir/lib$name.la"; then
3414 found_la="$additional_libdir/lib$name.la"
3415 fi
3416 fi
3417 fi
3418 fi
3419 if test "X$found_dir" = "X"; then
3420 for x in $LDFLAGS $LTLIBICONV; do
3421
3422 acl_save_prefix="$prefix"
3423 prefix="$acl_final_prefix"
3424 acl_save_exec_prefix="$exec_prefix"
3425 exec_prefix="$acl_final_exec_prefix"
3426 eval x=\"$x\"
3427 exec_prefix="$acl_save_exec_prefix"
3428 prefix="$acl_save_prefix"
3429
3430 case "$x" in
3431 -L*)
3432 dir=`echo "X$x" | sed -e 's/^X-L//'`
3433 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3434 found_dir="$dir"
3435 found_so="$dir/lib$name.$shlibext"
3436 if test -f "$dir/lib$name.la"; then
3437 found_la="$dir/lib$name.la"
3438 fi
3439 else
3440 if test -f "$dir/lib$name.$libext"; then
3441 found_dir="$dir"
3442 found_a="$dir/lib$name.$libext"
3443 if test -f "$dir/lib$name.la"; then
3444 found_la="$dir/lib$name.la"
3445 fi
3446 fi
3447 fi
3448 ;;
3449 esac
3450 if test "X$found_dir" != "X"; then
3451 break
3452 fi
3453 done
3454 fi
3455 if test "X$found_dir" != "X"; then
3456 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3457 if test "X$found_so" != "X"; then
3458 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3459 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3460 else
3461 haveit=
3462 for x in $ltrpathdirs; do
3463 if test "X$x" = "X$found_dir"; then
3464 haveit=yes
3465 break
3466 fi
3467 done
3468 if test -z "$haveit"; then
3469 ltrpathdirs="$ltrpathdirs $found_dir"
3470 fi
3471 if test "$hardcode_direct" = yes; then
3472 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3473 else
3474 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3475 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3476 haveit=
3477 for x in $rpathdirs; do
3478 if test "X$x" = "X$found_dir"; then
3479 haveit=yes
3480 break
3481 fi
3482 done
3483 if test -z "$haveit"; then
3484 rpathdirs="$rpathdirs $found_dir"
3485 fi
3486 else
3487 haveit=
3488 for x in $LDFLAGS $LIBICONV; do
3489
3490 acl_save_prefix="$prefix"
3491 prefix="$acl_final_prefix"
3492 acl_save_exec_prefix="$exec_prefix"
3493 exec_prefix="$acl_final_exec_prefix"
3494 eval x=\"$x\"
3495 exec_prefix="$acl_save_exec_prefix"
3496 prefix="$acl_save_prefix"
3497
3498 if test "X$x" = "X-L$found_dir"; then
3499 haveit=yes
3500 break
3501 fi
3502 done
3503 if test -z "$haveit"; then
3504 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3505 fi
3506 if test "$hardcode_minus_L" != no; then
3507 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3508 else
3509 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3510 fi
3511 fi
3512 fi
3513 fi
3514 else
3515 if test "X$found_a" != "X"; then
3516 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3517 else
3518 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3519 fi
3520 fi
3521 additional_includedir=
3522 case "$found_dir" in
3523 */lib | */lib/)
3524 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3525 additional_includedir="$basedir/include"
3526 ;;
3527 esac
3528 if test "X$additional_includedir" != "X"; then
3529 if test "X$additional_includedir" != "X/usr/include"; then
3530 haveit=
3531 if test "X$additional_includedir" = "X/usr/local/include"; then
3532 if test -n "$GCC"; then
3533 case $host_os in
3534 linux*) haveit=yes;;
3535 esac
3536 fi
3537 fi
3538 if test -z "$haveit"; then
3539 for x in $CPPFLAGS $INCICONV; do
3540
3541 acl_save_prefix="$prefix"
3542 prefix="$acl_final_prefix"
3543 acl_save_exec_prefix="$exec_prefix"
3544 exec_prefix="$acl_final_exec_prefix"
3545 eval x=\"$x\"
3546 exec_prefix="$acl_save_exec_prefix"
3547 prefix="$acl_save_prefix"
3548
3549 if test "X$x" = "X-I$additional_includedir"; then
3550 haveit=yes
3551 break
3552 fi
3553 done
3554 if test -z "$haveit"; then
3555 if test -d "$additional_includedir"; then
3556 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3557 fi
3558 fi
3559 fi
3560 fi
3561 fi
3562 if test -n "$found_la"; then
3563 save_libdir="$libdir"
3564 case "$found_la" in
3565 */* | *\\*) . "$found_la" ;;
3566 *) . "./$found_la" ;;
3567 esac
3568 libdir="$save_libdir"
3569 for dep in $dependency_libs; do
3570 case "$dep" in
3571 -L*)
3572 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3573 if test "X$additional_libdir" != "X/usr/lib"; then
3574 haveit=
3575 if test "X$additional_libdir" = "X/usr/local/lib"; then
3576 if test -n "$GCC"; then
3577 case $host_os in
3578 linux*) haveit=yes;;
3579 esac
3580 fi
3581 fi
3582 if test -z "$haveit"; then
3583 haveit=
3584 for x in $LDFLAGS $LIBICONV; do
3585
3586 acl_save_prefix="$prefix"
3587 prefix="$acl_final_prefix"
3588 acl_save_exec_prefix="$exec_prefix"
3589 exec_prefix="$acl_final_exec_prefix"
3590 eval x=\"$x\"
3591 exec_prefix="$acl_save_exec_prefix"
3592 prefix="$acl_save_prefix"
3593
3594 if test "X$x" = "X-L$additional_libdir"; then
3595 haveit=yes
3596 break
3597 fi
3598 done
3599 if test -z "$haveit"; then
3600 if test -d "$additional_libdir"; then
3601 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3602 fi
3603 fi
3604 haveit=
3605 for x in $LDFLAGS $LTLIBICONV; do
3606
3607 acl_save_prefix="$prefix"
3608 prefix="$acl_final_prefix"
3609 acl_save_exec_prefix="$exec_prefix"
3610 exec_prefix="$acl_final_exec_prefix"
3611 eval x=\"$x\"
3612 exec_prefix="$acl_save_exec_prefix"
3613 prefix="$acl_save_prefix"
3614
3615 if test "X$x" = "X-L$additional_libdir"; then
3616 haveit=yes
3617 break
3618 fi
3619 done
3620 if test -z "$haveit"; then
3621 if test -d "$additional_libdir"; then
3622 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3623 fi
3624 fi
3625 fi
3626 fi
3627 ;;
3628 -R*)
3629 dir=`echo "X$dep" | sed -e 's/^X-R//'`
3630 if test "$enable_rpath" != no; then
3631 haveit=
3632 for x in $rpathdirs; do
3633 if test "X$x" = "X$dir"; then
3634 haveit=yes
3635 break
3636 fi
3637 done
3638 if test -z "$haveit"; then
3639 rpathdirs="$rpathdirs $dir"
3640 fi
3641 haveit=
3642 for x in $ltrpathdirs; do
3643 if test "X$x" = "X$dir"; then
3644 haveit=yes
3645 break
3646 fi
3647 done
3648 if test -z "$haveit"; then
3649 ltrpathdirs="$ltrpathdirs $dir"
3650 fi
3651 fi
3652 ;;
3653 -l*)
3654 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3655 ;;
3656 *.la)
3657 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3658 ;;
3659 *)
3660 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3661 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3662 ;;
3663 esac
3664 done
3665 fi
3666 else
3667 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3668 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3669 fi
3670 fi
3671 fi
3672 done
3673 done
3674 if test "X$rpathdirs" != "X"; then
3675 if test -n "$hardcode_libdir_separator"; then
3676 alldirs=
3677 for found_dir in $rpathdirs; do
3678 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3679 done
3680 acl_save_libdir="$libdir"
3681 libdir="$alldirs"
3682 eval flag=\"$hardcode_libdir_flag_spec\"
3683 libdir="$acl_save_libdir"
3684 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3685 else
3686 for found_dir in $rpathdirs; do
3687 acl_save_libdir="$libdir"
3688 libdir="$found_dir"
3689 eval flag=\"$hardcode_libdir_flag_spec\"
3690 libdir="$acl_save_libdir"
3691 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3692 done
3693 fi
3694 fi
3695 if test "X$ltrpathdirs" != "X"; then
3696 for found_dir in $ltrpathdirs; do
3697 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3698 done
3699 fi
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3719 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3720 # Check whether --enable-nls or --disable-nls was given.
3721 if test "${enable_nls+set}" = set; then
3722 enableval="$enable_nls"
3723 USE_NLS=$enableval
3724 else
3725 USE_NLS=yes
3726 fi;
3727 echo "$as_me:$LINENO: result: $USE_NLS" >&5
3728 echo "${ECHO_T}$USE_NLS" >&6
3729
3730
3731
3732 LIBINTL=
3733 LTLIBINTL=
3734 POSUB=
3735
3736 if test "$USE_NLS" = "yes"; then
3737 gt_use_preinstalled_gnugettext=no
3738
3739
3740
3741
3742
3743
3744 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3745 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3746 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3747 echo $ECHO_N "(cached) $ECHO_C" >&6
3748 else
3749 cat >conftest.$ac_ext <<_ACEOF
3750 /* confdefs.h. */
3751 _ACEOF
3752 cat confdefs.h >>conftest.$ac_ext
3753 cat >>conftest.$ac_ext <<_ACEOF
3754 /* end confdefs.h. */
3755 #include <libintl.h>
3756 extern int _nl_msg_cat_cntr;
3757 extern int *_nl_domain_bindings;
3758 int
3759 main ()
3760 {
3761 bindtextdomain ("", "");
3762 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3763 ;
3764 return 0;
3765 }
3766 _ACEOF
3767 rm -f conftest.$ac_objext conftest$ac_exeext
3768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3769 (eval $ac_link) 2>conftest.er1
3770 ac_status=$?
3771 grep -v '^ *+' conftest.er1 >conftest.err
3772 rm -f conftest.er1
3773 cat conftest.err >&5
3774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3775 (exit $ac_status); } &&
3776 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3778 (eval $ac_try) 2>&5
3779 ac_status=$?
3780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3781 (exit $ac_status); }; } &&
3782 { ac_try='test -s conftest$ac_exeext'
3783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3784 (eval $ac_try) 2>&5
3785 ac_status=$?
3786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3787 (exit $ac_status); }; }; then
3788 gt_cv_func_gnugettext1_libc=yes
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3792
3793 gt_cv_func_gnugettext1_libc=no
3794 fi
3795 rm -f conftest.err conftest.$ac_objext \
3796 conftest$ac_exeext conftest.$ac_ext
3797 fi
3798 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3799 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3800
3801 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3802
3803
3804
3805
3806
3807 am_save_CPPFLAGS="$CPPFLAGS"
3808
3809 for element in $INCICONV; do
3810 haveit=
3811 for x in $CPPFLAGS; do
3812
3813 acl_save_prefix="$prefix"
3814 prefix="$acl_final_prefix"
3815 acl_save_exec_prefix="$exec_prefix"
3816 exec_prefix="$acl_final_exec_prefix"
3817 eval x=\"$x\"
3818 exec_prefix="$acl_save_exec_prefix"
3819 prefix="$acl_save_prefix"
3820
3821 if test "X$x" = "X$element"; then
3822 haveit=yes
3823 break
3824 fi
3825 done
3826 if test -z "$haveit"; then
3827 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3828 fi
3829 done
3830
3831
3832 echo "$as_me:$LINENO: checking for iconv" >&5
3833 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3834 if test "${am_cv_func_iconv+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3836 else
3837
3838 am_cv_func_iconv="no, consider installing GNU libiconv"
3839 am_cv_lib_iconv=no
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3846 #include <stdlib.h>
3847 #include <iconv.h>
3848 int
3849 main ()
3850 {
3851 iconv_t cd = iconv_open("","");
3852 iconv(cd,NULL,NULL,NULL,NULL);
3853 iconv_close(cd);
3854 ;
3855 return 0;
3856 }
3857 _ACEOF
3858 rm -f conftest.$ac_objext conftest$ac_exeext
3859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3860 (eval $ac_link) 2>conftest.er1
3861 ac_status=$?
3862 grep -v '^ *+' conftest.er1 >conftest.err
3863 rm -f conftest.er1
3864 cat conftest.err >&5
3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 (exit $ac_status); } &&
3867 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3869 (eval $ac_try) 2>&5
3870 ac_status=$?
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); }; } &&
3873 { ac_try='test -s conftest$ac_exeext'
3874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3875 (eval $ac_try) 2>&5
3876 ac_status=$?
3877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3878 (exit $ac_status); }; }; then
3879 am_cv_func_iconv=yes
3880 else
3881 echo "$as_me: failed program was:" >&5
3882 sed 's/^/| /' conftest.$ac_ext >&5
3883
3884 fi
3885 rm -f conftest.err conftest.$ac_objext \
3886 conftest$ac_exeext conftest.$ac_ext
3887 if test "$am_cv_func_iconv" != yes; then
3888 am_save_LIBS="$LIBS"
3889 LIBS="$LIBS $LIBICONV"
3890 cat >conftest.$ac_ext <<_ACEOF
3891 /* confdefs.h. */
3892 _ACEOF
3893 cat confdefs.h >>conftest.$ac_ext
3894 cat >>conftest.$ac_ext <<_ACEOF
3895 /* end confdefs.h. */
3896 #include <stdlib.h>
3897 #include <iconv.h>
3898 int
3899 main ()
3900 {
3901 iconv_t cd = iconv_open("","");
3902 iconv(cd,NULL,NULL,NULL,NULL);
3903 iconv_close(cd);
3904 ;
3905 return 0;
3906 }
3907 _ACEOF
3908 rm -f conftest.$ac_objext conftest$ac_exeext
3909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3910 (eval $ac_link) 2>conftest.er1
3911 ac_status=$?
3912 grep -v '^ *+' conftest.er1 >conftest.err
3913 rm -f conftest.er1
3914 cat conftest.err >&5
3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916 (exit $ac_status); } &&
3917 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 (eval $ac_try) 2>&5
3920 ac_status=$?
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; } &&
3923 { ac_try='test -s conftest$ac_exeext'
3924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3925 (eval $ac_try) 2>&5
3926 ac_status=$?
3927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3928 (exit $ac_status); }; }; then
3929 am_cv_lib_iconv=yes
3930 am_cv_func_iconv=yes
3931 else
3932 echo "$as_me: failed program was:" >&5
3933 sed 's/^/| /' conftest.$ac_ext >&5
3934
3935 fi
3936 rm -f conftest.err conftest.$ac_objext \
3937 conftest$ac_exeext conftest.$ac_ext
3938 LIBS="$am_save_LIBS"
3939 fi
3940
3941 fi
3942 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3943 echo "${ECHO_T}$am_cv_func_iconv" >&6
3944 if test "$am_cv_func_iconv" = yes; then
3945
3946 cat >>confdefs.h <<\_ACEOF
3947 #define HAVE_ICONV 1
3948 _ACEOF
3949
3950 fi
3951 if test "$am_cv_lib_iconv" = yes; then
3952 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3953 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3954 echo "$as_me:$LINENO: result: $LIBICONV" >&5
3955 echo "${ECHO_T}$LIBICONV" >&6
3956 else
3957 CPPFLAGS="$am_save_CPPFLAGS"
3958 LIBICONV=
3959 LTLIBICONV=
3960 fi
3961
3962
3963
3964
3965
3966
3967 use_additional=yes
3968
3969 acl_save_prefix="$prefix"
3970 prefix="$acl_final_prefix"
3971 acl_save_exec_prefix="$exec_prefix"
3972 exec_prefix="$acl_final_exec_prefix"
3973
3974 eval additional_includedir=\"$includedir\"
3975 eval additional_libdir=\"$libdir\"
3976
3977 exec_prefix="$acl_save_exec_prefix"
3978 prefix="$acl_save_prefix"
3979
3980
3981 # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3982 if test "${with_libintl_prefix+set}" = set; then
3983 withval="$with_libintl_prefix"
3984
3985 if test "X$withval" = "Xno"; then
3986 use_additional=no
3987 else
3988 if test "X$withval" = "X"; then
3989
3990 acl_save_prefix="$prefix"
3991 prefix="$acl_final_prefix"
3992 acl_save_exec_prefix="$exec_prefix"
3993 exec_prefix="$acl_final_exec_prefix"
3994
3995 eval additional_includedir=\"$includedir\"
3996 eval additional_libdir=\"$libdir\"
3997
3998 exec_prefix="$acl_save_exec_prefix"
3999 prefix="$acl_save_prefix"
4000
4001 else
4002 additional_includedir="$withval/include"
4003 additional_libdir="$withval/lib"
4004 fi
4005 fi
4006
4007 fi;
4008 LIBINTL=
4009 LTLIBINTL=
4010 INCINTL=
4011 rpathdirs=
4012 ltrpathdirs=
4013 names_already_handled=
4014 names_next_round='intl '
4015 while test -n "$names_next_round"; do
4016 names_this_round="$names_next_round"
4017 names_next_round=
4018 for name in $names_this_round; do
4019 already_handled=
4020 for n in $names_already_handled; do
4021 if test "$n" = "$name"; then
4022 already_handled=yes
4023 break
4024 fi
4025 done
4026 if test -z "$already_handled"; then
4027 names_already_handled="$names_already_handled $name"
4028 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4029 eval value=\"\$HAVE_LIB$uppername\"
4030 if test -n "$value"; then
4031 if test "$value" = yes; then
4032 eval value=\"\$LIB$uppername\"
4033 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4034 eval value=\"\$LTLIB$uppername\"
4035 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4036 else
4037 :
4038 fi
4039 else
4040 found_dir=
4041 found_la=
4042 found_so=
4043 found_a=
4044 if test $use_additional = yes; then
4045 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4046 found_dir="$additional_libdir"
4047 found_so="$additional_libdir/lib$name.$shlibext"
4048 if test -f "$additional_libdir/lib$name.la"; then
4049 found_la="$additional_libdir/lib$name.la"
4050 fi
4051 else
4052 if test -f "$additional_libdir/lib$name.$libext"; then
4053 found_dir="$additional_libdir"
4054 found_a="$additional_libdir/lib$name.$libext"
4055 if test -f "$additional_libdir/lib$name.la"; then
4056 found_la="$additional_libdir/lib$name.la"
4057 fi
4058 fi
4059 fi
4060 fi
4061 if test "X$found_dir" = "X"; then
4062 for x in $LDFLAGS $LTLIBINTL; do
4063
4064 acl_save_prefix="$prefix"
4065 prefix="$acl_final_prefix"
4066 acl_save_exec_prefix="$exec_prefix"
4067 exec_prefix="$acl_final_exec_prefix"
4068 eval x=\"$x\"
4069 exec_prefix="$acl_save_exec_prefix"
4070 prefix="$acl_save_prefix"
4071
4072 case "$x" in
4073 -L*)
4074 dir=`echo "X$x" | sed -e 's/^X-L//'`
4075 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4076 found_dir="$dir"
4077 found_so="$dir/lib$name.$shlibext"
4078 if test -f "$dir/lib$name.la"; then
4079 found_la="$dir/lib$name.la"
4080 fi
4081 else
4082 if test -f "$dir/lib$name.$libext"; then
4083 found_dir="$dir"
4084 found_a="$dir/lib$name.$libext"
4085 if test -f "$dir/lib$name.la"; then
4086 found_la="$dir/lib$name.la"
4087 fi
4088 fi
4089 fi
4090 ;;
4091 esac
4092 if test "X$found_dir" != "X"; then
4093 break
4094 fi
4095 done
4096 fi
4097 if test "X$found_dir" != "X"; then
4098 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4099 if test "X$found_so" != "X"; then
4100 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4101 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4102 else
4103 haveit=
4104 for x in $ltrpathdirs; do
4105 if test "X$x" = "X$found_dir"; then
4106 haveit=yes
4107 break
4108 fi
4109 done
4110 if test -z "$haveit"; then
4111 ltrpathdirs="$ltrpathdirs $found_dir"
4112 fi
4113 if test "$hardcode_direct" = yes; then
4114 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4115 else
4116 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4117 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4118 haveit=
4119 for x in $rpathdirs; do
4120 if test "X$x" = "X$found_dir"; then
4121 haveit=yes
4122 break
4123 fi
4124 done
4125 if test -z "$haveit"; then
4126 rpathdirs="$rpathdirs $found_dir"
4127 fi
4128 else
4129 haveit=
4130 for x in $LDFLAGS $LIBINTL; do
4131
4132 acl_save_prefix="$prefix"
4133 prefix="$acl_final_prefix"
4134 acl_save_exec_prefix="$exec_prefix"
4135 exec_prefix="$acl_final_exec_prefix"
4136 eval x=\"$x\"
4137 exec_prefix="$acl_save_exec_prefix"
4138 prefix="$acl_save_prefix"
4139
4140 if test "X$x" = "X-L$found_dir"; then
4141 haveit=yes
4142 break
4143 fi
4144 done
4145 if test -z "$haveit"; then
4146 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4147 fi
4148 if test "$hardcode_minus_L" != no; then
4149 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4150 else
4151 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4152 fi
4153 fi
4154 fi
4155 fi
4156 else
4157 if test "X$found_a" != "X"; then
4158 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4159 else
4160 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4161 fi
4162 fi
4163 additional_includedir=
4164 case "$found_dir" in
4165 */lib | */lib/)
4166 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4167 additional_includedir="$basedir/include"
4168 ;;
4169 esac
4170 if test "X$additional_includedir" != "X"; then
4171 if test "X$additional_includedir" != "X/usr/include"; then
4172 haveit=
4173 if test "X$additional_includedir" = "X/usr/local/include"; then
4174 if test -n "$GCC"; then
4175 case $host_os in
4176 linux*) haveit=yes;;
4177 esac
4178 fi
4179 fi
4180 if test -z "$haveit"; then
4181 for x in $CPPFLAGS $INCINTL; do
4182
4183 acl_save_prefix="$prefix"
4184 prefix="$acl_final_prefix"
4185 acl_save_exec_prefix="$exec_prefix"
4186 exec_prefix="$acl_final_exec_prefix"
4187 eval x=\"$x\"
4188 exec_prefix="$acl_save_exec_prefix"
4189 prefix="$acl_save_prefix"
4190
4191 if test "X$x" = "X-I$additional_includedir"; then
4192 haveit=yes
4193 break
4194 fi
4195 done
4196 if test -z "$haveit"; then
4197 if test -d "$additional_includedir"; then
4198 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4199 fi
4200 fi
4201 fi
4202 fi
4203 fi
4204 if test -n "$found_la"; then
4205 save_libdir="$libdir"
4206 case "$found_la" in
4207 */* | *\\*) . "$found_la" ;;
4208 *) . "./$found_la" ;;
4209 esac
4210 libdir="$save_libdir"
4211 for dep in $dependency_libs; do
4212 case "$dep" in
4213 -L*)
4214 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4215 if test "X$additional_libdir" != "X/usr/lib"; then
4216 haveit=
4217 if test "X$additional_libdir" = "X/usr/local/lib"; then
4218 if test -n "$GCC"; then
4219 case $host_os in
4220 linux*) haveit=yes;;
4221 esac
4222 fi
4223 fi
4224 if test -z "$haveit"; then
4225 haveit=
4226 for x in $LDFLAGS $LIBINTL; do
4227
4228 acl_save_prefix="$prefix"
4229 prefix="$acl_final_prefix"
4230 acl_save_exec_prefix="$exec_prefix"
4231 exec_prefix="$acl_final_exec_prefix"
4232 eval x=\"$x\"
4233 exec_prefix="$acl_save_exec_prefix"
4234 prefix="$acl_save_prefix"
4235
4236 if test "X$x" = "X-L$additional_libdir"; then
4237 haveit=yes
4238 break
4239 fi
4240 done
4241 if test -z "$haveit"; then
4242 if test -d "$additional_libdir"; then
4243 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4244 fi
4245 fi
4246 haveit=
4247 for x in $LDFLAGS $LTLIBINTL; do
4248
4249 acl_save_prefix="$prefix"
4250 prefix="$acl_final_prefix"
4251 acl_save_exec_prefix="$exec_prefix"
4252 exec_prefix="$acl_final_exec_prefix"
4253 eval x=\"$x\"
4254 exec_prefix="$acl_save_exec_prefix"
4255 prefix="$acl_save_prefix"
4256
4257 if test "X$x" = "X-L$additional_libdir"; then
4258 haveit=yes
4259 break
4260 fi
4261 done
4262 if test -z "$haveit"; then
4263 if test -d "$additional_libdir"; then
4264 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4265 fi
4266 fi
4267 fi
4268 fi
4269 ;;
4270 -R*)
4271 dir=`echo "X$dep" | sed -e 's/^X-R//'`
4272 if test "$enable_rpath" != no; then
4273 haveit=
4274 for x in $rpathdirs; do
4275 if test "X$x" = "X$dir"; then
4276 haveit=yes
4277 break
4278 fi
4279 done
4280 if test -z "$haveit"; then
4281 rpathdirs="$rpathdirs $dir"
4282 fi
4283 haveit=
4284 for x in $ltrpathdirs; do
4285 if test "X$x" = "X$dir"; then
4286 haveit=yes
4287 break
4288 fi
4289 done
4290 if test -z "$haveit"; then
4291 ltrpathdirs="$ltrpathdirs $dir"
4292 fi
4293 fi
4294 ;;
4295 -l*)
4296 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4297 ;;
4298 *.la)
4299 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4300 ;;
4301 *)
4302 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4303 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4304 ;;
4305 esac
4306 done
4307 fi
4308 else
4309 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4310 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4311 fi
4312 fi
4313 fi
4314 done
4315 done
4316 if test "X$rpathdirs" != "X"; then
4317 if test -n "$hardcode_libdir_separator"; then
4318 alldirs=
4319 for found_dir in $rpathdirs; do
4320 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4321 done
4322 acl_save_libdir="$libdir"
4323 libdir="$alldirs"
4324 eval flag=\"$hardcode_libdir_flag_spec\"
4325 libdir="$acl_save_libdir"
4326 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4327 else
4328 for found_dir in $rpathdirs; do
4329 acl_save_libdir="$libdir"
4330 libdir="$found_dir"
4331 eval flag=\"$hardcode_libdir_flag_spec\"
4332 libdir="$acl_save_libdir"
4333 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4334 done
4335 fi
4336 fi
4337 if test "X$ltrpathdirs" != "X"; then
4338 for found_dir in $ltrpathdirs; do
4339 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4340 done
4341 fi
4342
4343 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4344 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4345 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4346 echo $ECHO_N "(cached) $ECHO_C" >&6
4347 else
4348 gt_save_CPPFLAGS="$CPPFLAGS"
4349 CPPFLAGS="$CPPFLAGS $INCINTL"
4350 gt_save_LIBS="$LIBS"
4351 LIBS="$LIBS $LIBINTL"
4352 cat >conftest.$ac_ext <<_ACEOF
4353 /* confdefs.h. */
4354 _ACEOF
4355 cat confdefs.h >>conftest.$ac_ext
4356 cat >>conftest.$ac_ext <<_ACEOF
4357 /* end confdefs.h. */
4358 #include <libintl.h>
4359 extern int _nl_msg_cat_cntr;
4360 extern
4361 #ifdef __cplusplus
4362 "C"
4363 #endif
4364 const char *_nl_expand_alias ();
4365 int
4366 main ()
4367 {
4368 bindtextdomain ("", "");
4369 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4370 ;
4371 return 0;
4372 }
4373 _ACEOF
4374 rm -f conftest.$ac_objext conftest$ac_exeext
4375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4376 (eval $ac_link) 2>conftest.er1
4377 ac_status=$?
4378 grep -v '^ *+' conftest.er1 >conftest.err
4379 rm -f conftest.er1
4380 cat conftest.err >&5
4381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382 (exit $ac_status); } &&
4383 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4385 (eval $ac_try) 2>&5
4386 ac_status=$?
4387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4388 (exit $ac_status); }; } &&
4389 { ac_try='test -s conftest$ac_exeext'
4390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4391 (eval $ac_try) 2>&5
4392 ac_status=$?
4393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394 (exit $ac_status); }; }; then
4395 gt_cv_func_gnugettext1_libintl=yes
4396 else
4397 echo "$as_me: failed program was:" >&5
4398 sed 's/^/| /' conftest.$ac_ext >&5
4399
4400 gt_cv_func_gnugettext1_libintl=no
4401 fi
4402 rm -f conftest.err conftest.$ac_objext \
4403 conftest$ac_exeext conftest.$ac_ext
4404 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4405 LIBS="$LIBS $LIBICONV"
4406 cat >conftest.$ac_ext <<_ACEOF
4407 /* confdefs.h. */
4408 _ACEOF
4409 cat confdefs.h >>conftest.$ac_ext
4410 cat >>conftest.$ac_ext <<_ACEOF
4411 /* end confdefs.h. */
4412 #include <libintl.h>
4413 extern int _nl_msg_cat_cntr;
4414 extern
4415 #ifdef __cplusplus
4416 "C"
4417 #endif
4418 const char *_nl_expand_alias ();
4419 int
4420 main ()
4421 {
4422 bindtextdomain ("", "");
4423 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4424 ;
4425 return 0;
4426 }
4427 _ACEOF
4428 rm -f conftest.$ac_objext conftest$ac_exeext
4429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4430 (eval $ac_link) 2>conftest.er1
4431 ac_status=$?
4432 grep -v '^ *+' conftest.er1 >conftest.err
4433 rm -f conftest.er1
4434 cat conftest.err >&5
4435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4436 (exit $ac_status); } &&
4437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4439 (eval $ac_try) 2>&5
4440 ac_status=$?
4441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4442 (exit $ac_status); }; } &&
4443 { ac_try='test -s conftest$ac_exeext'
4444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4445 (eval $ac_try) 2>&5
4446 ac_status=$?
4447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4448 (exit $ac_status); }; }; then
4449 LIBINTL="$LIBINTL $LIBICONV"
4450 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4451 gt_cv_func_gnugettext1_libintl=yes
4452
4453 else
4454 echo "$as_me: failed program was:" >&5
4455 sed 's/^/| /' conftest.$ac_ext >&5
4456
4457 fi
4458 rm -f conftest.err conftest.$ac_objext \
4459 conftest$ac_exeext conftest.$ac_ext
4460 fi
4461 CPPFLAGS="$gt_save_CPPFLAGS"
4462 LIBS="$gt_save_LIBS"
4463 fi
4464 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4465 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4466 fi
4467
4468 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4469 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4470 && test "$PACKAGE" != gettext; }; then
4471 gt_use_preinstalled_gnugettext=yes
4472 else
4473 LIBINTL=
4474 LTLIBINTL=
4475 INCINTL=
4476 fi
4477
4478
4479
4480 if test "$gt_use_preinstalled_gnugettext" = "yes" \
4481 || test "$nls_cv_use_gnu_gettext" = "yes"; then
4482
4483 cat >>confdefs.h <<\_ACEOF
4484 #define ENABLE_NLS 1
4485 _ACEOF
4486
4487 else
4488 USE_NLS=no
4489 fi
4490 fi
4491
4492 if test "$USE_NLS" = "yes"; then
4493
4494 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4495 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4496 echo "$as_me:$LINENO: checking how to link with libintl" >&5
4497 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4498 echo "$as_me:$LINENO: result: $LIBINTL" >&5
4499 echo "${ECHO_T}$LIBINTL" >&6
4500
4501 for element in $INCINTL; do
4502 haveit=
4503 for x in $CPPFLAGS; do
4504
4505 acl_save_prefix="$prefix"
4506 prefix="$acl_final_prefix"
4507 acl_save_exec_prefix="$exec_prefix"
4508 exec_prefix="$acl_final_exec_prefix"
4509 eval x=\"$x\"
4510 exec_prefix="$acl_save_exec_prefix"
4511 prefix="$acl_save_prefix"
4512
4513 if test "X$x" = "X$element"; then
4514 haveit=yes
4515 break
4516 fi
4517 done
4518 if test -z "$haveit"; then
4519 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4520 fi
4521 done
4522
4523 fi
4524
4525
4526 cat >>confdefs.h <<\_ACEOF
4527 #define HAVE_GETTEXT 1
4528 _ACEOF
4529
4530
4531 cat >>confdefs.h <<\_ACEOF
4532 #define HAVE_DCGETTEXT 1
4533 _ACEOF
4534
4535 fi
4536
4537 POSUB=po
4538 fi
4539
4540
4541
4542 INTLLIBS="$LIBINTL"
4543
4544
4545
4546
4547
4548
4549
4550
4551 # Enable GNU extensions.
4552 # Define this here, not in acconfig's @TOP@ section, since definitions
4553 # in the latter don't make it into the configure-time tests.
4554
4555 cat >>confdefs.h <<\_ACEOF
4556 #define _GNU_SOURCE 1
4557 _ACEOF
4558
4559
4560 # do NOT define POSIX_SOURCE, sicne this clashes with many BSDs
4561
4562 ALL_LINGUAS=""
4563
4564 ac_ext=c
4565 ac_cpp='$CPP $CPPFLAGS'
4566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4569 if test -n "$ac_tool_prefix"; then
4570 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4571 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4572 echo "$as_me:$LINENO: checking for $ac_word" >&5
4573 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4574 if test "${ac_cv_prog_CC+set}" = set; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4576 else
4577 if test -n "$CC"; then
4578 ac_cv_prog_CC="$CC" # Let the user override the test.
4579 else
4580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 for as_dir in $PATH
4582 do
4583 IFS=$as_save_IFS
4584 test -z "$as_dir" && as_dir=.
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4587 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4588 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4589 break 2
4590 fi
4591 done
4592 done
4593
4594 fi
4595 fi
4596 CC=$ac_cv_prog_CC
4597 if test -n "$CC"; then
4598 echo "$as_me:$LINENO: result: $CC" >&5
4599 echo "${ECHO_T}$CC" >&6
4600 else
4601 echo "$as_me:$LINENO: result: no" >&5
4602 echo "${ECHO_T}no" >&6
4603 fi
4604
4605 fi
4606 if test -z "$ac_cv_prog_CC"; then
4607 ac_ct_CC=$CC
4608 # Extract the first word of "gcc", so it can be a program name with args.
4609 set dummy gcc; ac_word=$2
4610 echo "$as_me:$LINENO: checking for $ac_word" >&5
4611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4612 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4613 echo $ECHO_N "(cached) $ECHO_C" >&6
4614 else
4615 if test -n "$ac_ct_CC"; then
4616 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4617 else
4618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4619 for as_dir in $PATH
4620 do
4621 IFS=$as_save_IFS
4622 test -z "$as_dir" && as_dir=.
4623 for ac_exec_ext in '' $ac_executable_extensions; do
4624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4625 ac_cv_prog_ac_ct_CC="gcc"
4626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4627 break 2
4628 fi
4629 done
4630 done
4631
4632 fi
4633 fi
4634 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4635 if test -n "$ac_ct_CC"; then
4636 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4637 echo "${ECHO_T}$ac_ct_CC" >&6
4638 else
4639 echo "$as_me:$LINENO: result: no" >&5
4640 echo "${ECHO_T}no" >&6
4641 fi
4642
4643 CC=$ac_ct_CC
4644 else
4645 CC="$ac_cv_prog_CC"
4646 fi
4647
4648 if test -z "$CC"; then
4649 if test -n "$ac_tool_prefix"; then
4650 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4651 set dummy ${ac_tool_prefix}cc; ac_word=$2
4652 echo "$as_me:$LINENO: checking for $ac_word" >&5
4653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4654 if test "${ac_cv_prog_CC+set}" = set; then
4655 echo $ECHO_N "(cached) $ECHO_C" >&6
4656 else
4657 if test -n "$CC"; then
4658 ac_cv_prog_CC="$CC" # Let the user override the test.
4659 else
4660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4661 for as_dir in $PATH
4662 do
4663 IFS=$as_save_IFS
4664 test -z "$as_dir" && as_dir=.
4665 for ac_exec_ext in '' $ac_executable_extensions; do
4666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4667 ac_cv_prog_CC="${ac_tool_prefix}cc"
4668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4669 break 2
4670 fi
4671 done
4672 done
4673
4674 fi
4675 fi
4676 CC=$ac_cv_prog_CC
4677 if test -n "$CC"; then
4678 echo "$as_me:$LINENO: result: $CC" >&5
4679 echo "${ECHO_T}$CC" >&6
4680 else
4681 echo "$as_me:$LINENO: result: no" >&5
4682 echo "${ECHO_T}no" >&6
4683 fi
4684
4685 fi
4686 if test -z "$ac_cv_prog_CC"; then
4687 ac_ct_CC=$CC
4688 # Extract the first word of "cc", so it can be a program name with args.
4689 set dummy cc; ac_word=$2
4690 echo "$as_me:$LINENO: checking for $ac_word" >&5
4691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4692 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4693 echo $ECHO_N "(cached) $ECHO_C" >&6
4694 else
4695 if test -n "$ac_ct_CC"; then
4696 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4697 else
4698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4699 for as_dir in $PATH
4700 do
4701 IFS=$as_save_IFS
4702 test -z "$as_dir" && as_dir=.
4703 for ac_exec_ext in '' $ac_executable_extensions; do
4704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4705 ac_cv_prog_ac_ct_CC="cc"
4706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4707 break 2
4708 fi
4709 done
4710 done
4711
4712 fi
4713 fi
4714 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4715 if test -n "$ac_ct_CC"; then
4716 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4717 echo "${ECHO_T}$ac_ct_CC" >&6
4718 else
4719 echo "$as_me:$LINENO: result: no" >&5
4720 echo "${ECHO_T}no" >&6
4721 fi
4722
4723 CC=$ac_ct_CC
4724 else
4725 CC="$ac_cv_prog_CC"
4726 fi
4727
4728 fi
4729 if test -z "$CC"; then
4730 # Extract the first word of "cc", so it can be a program name with args.
4731 set dummy cc; ac_word=$2
4732 echo "$as_me:$LINENO: checking for $ac_word" >&5
4733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4734 if test "${ac_cv_prog_CC+set}" = set; then
4735 echo $ECHO_N "(cached) $ECHO_C" >&6
4736 else
4737 if test -n "$CC"; then
4738 ac_cv_prog_CC="$CC" # Let the user override the test.
4739 else
4740 ac_prog_rejected=no
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742 for as_dir in $PATH
4743 do
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
4747 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4748 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4749 ac_prog_rejected=yes
4750 continue
4751 fi
4752 ac_cv_prog_CC="cc"
4753 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4754 break 2
4755 fi
4756 done
4757 done
4758
4759 if test $ac_prog_rejected = yes; then
4760 # We found a bogon in the path, so make sure we never use it.
4761 set dummy $ac_cv_prog_CC
4762 shift
4763 if test $# != 0; then
4764 # We chose a different compiler from the bogus one.
4765 # However, it has the same basename, so the bogon will be chosen
4766 # first if we set CC to just the basename; use the full file name.
4767 shift
4768 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4769 fi
4770 fi
4771 fi
4772 fi
4773 CC=$ac_cv_prog_CC
4774 if test -n "$CC"; then
4775 echo "$as_me:$LINENO: result: $CC" >&5
4776 echo "${ECHO_T}$CC" >&6
4777 else
4778 echo "$as_me:$LINENO: result: no" >&5
4779 echo "${ECHO_T}no" >&6
4780 fi
4781
4782 fi
4783 if test -z "$CC"; then
4784 if test -n "$ac_tool_prefix"; then
4785 for ac_prog in cl
4786 do
4787 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4788 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4789 echo "$as_me:$LINENO: checking for $ac_word" >&5
4790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4791 if test "${ac_cv_prog_CC+set}" = set; then
4792 echo $ECHO_N "(cached) $ECHO_C" >&6
4793 else
4794 if test -n "$CC"; then
4795 ac_cv_prog_CC="$CC" # Let the user override the test.
4796 else
4797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4798 for as_dir in $PATH
4799 do
4800 IFS=$as_save_IFS
4801 test -z "$as_dir" && as_dir=.
4802 for ac_exec_ext in '' $ac_executable_extensions; do
4803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4804 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4806 break 2
4807 fi
4808 done
4809 done
4810
4811 fi
4812 fi
4813 CC=$ac_cv_prog_CC
4814 if test -n "$CC"; then
4815 echo "$as_me:$LINENO: result: $CC" >&5
4816 echo "${ECHO_T}$CC" >&6
4817 else
4818 echo "$as_me:$LINENO: result: no" >&5
4819 echo "${ECHO_T}no" >&6
4820 fi
4821
4822 test -n "$CC" && break
4823 done
4824 fi
4825 if test -z "$CC"; then
4826 ac_ct_CC=$CC
4827 for ac_prog in cl
4828 do
4829 # Extract the first word of "$ac_prog", so it can be a program name with args.
4830 set dummy $ac_prog; ac_word=$2
4831 echo "$as_me:$LINENO: checking for $ac_word" >&5
4832 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4833 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4834 echo $ECHO_N "(cached) $ECHO_C" >&6
4835 else
4836 if test -n "$ac_ct_CC"; then
4837 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4838 else
4839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4840 for as_dir in $PATH
4841 do
4842 IFS=$as_save_IFS
4843 test -z "$as_dir" && as_dir=.
4844 for ac_exec_ext in '' $ac_executable_extensions; do
4845 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4846 ac_cv_prog_ac_ct_CC="$ac_prog"
4847 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 break 2
4849 fi
4850 done
4851 done
4852
4853 fi
4854 fi
4855 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4856 if test -n "$ac_ct_CC"; then
4857 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4858 echo "${ECHO_T}$ac_ct_CC" >&6
4859 else
4860 echo "$as_me:$LINENO: result: no" >&5
4861 echo "${ECHO_T}no" >&6
4862 fi
4863
4864 test -n "$ac_ct_CC" && break
4865 done
4866
4867 CC=$ac_ct_CC
4868 fi
4869
4870 fi
4871
4872
4873 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4874 See \`config.log' for more details." >&5
4875 echo "$as_me: error: no acceptable C compiler found in \$PATH
4876 See \`config.log' for more details." >&2;}
4877 { (exit 1); exit 1; }; }
4878
4879 # Provide some information about the compiler.
4880 echo "$as_me:$LINENO:" \
4881 "checking for C compiler version" >&5
4882 ac_compiler=`set X $ac_compile; echo $2`
4883 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4884 (eval $ac_compiler --version </dev/null >&5) 2>&5
4885 ac_status=$?
4886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887 (exit $ac_status); }
4888 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4889 (eval $ac_compiler -v </dev/null >&5) 2>&5
4890 ac_status=$?
4891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4892 (exit $ac_status); }
4893 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4894 (eval $ac_compiler -V </dev/null >&5) 2>&5
4895 ac_status=$?
4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4897 (exit $ac_status); }
4898
4899 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4900 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4901 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4902 echo $ECHO_N "(cached) $ECHO_C" >&6
4903 else
4904 cat >conftest.$ac_ext <<_ACEOF
4905 /* confdefs.h. */
4906 _ACEOF
4907 cat confdefs.h >>conftest.$ac_ext
4908 cat >>conftest.$ac_ext <<_ACEOF
4909 /* end confdefs.h. */
4910
4911 int
4912 main ()
4913 {
4914 #ifndef __GNUC__
4915 choke me
4916 #endif
4917
4918 ;
4919 return 0;
4920 }
4921 _ACEOF
4922 rm -f conftest.$ac_objext
4923 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4924 (eval $ac_compile) 2>conftest.er1
4925 ac_status=$?
4926 grep -v '^ *+' conftest.er1 >conftest.err
4927 rm -f conftest.er1
4928 cat conftest.err >&5
4929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4930 (exit $ac_status); } &&
4931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4933 (eval $ac_try) 2>&5
4934 ac_status=$?
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); }; } &&
4937 { ac_try='test -s conftest.$ac_objext'
4938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4939 (eval $ac_try) 2>&5
4940 ac_status=$?
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); }; }; then
4943 ac_compiler_gnu=yes
4944 else
4945 echo "$as_me: failed program was:" >&5
4946 sed 's/^/| /' conftest.$ac_ext >&5
4947
4948 ac_compiler_gnu=no
4949 fi
4950 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4951 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4952
4953 fi
4954 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4955 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4956 GCC=`test $ac_compiler_gnu = yes && echo yes`
4957 ac_test_CFLAGS=${CFLAGS+set}
4958 ac_save_CFLAGS=$CFLAGS
4959 CFLAGS="-g"
4960 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4961 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4962 if test "${ac_cv_prog_cc_g+set}" = set; then
4963 echo $ECHO_N "(cached) $ECHO_C" >&6
4964 else
4965 cat >conftest.$ac_ext <<_ACEOF
4966 /* confdefs.h. */
4967 _ACEOF
4968 cat confdefs.h >>conftest.$ac_ext
4969 cat >>conftest.$ac_ext <<_ACEOF
4970 /* end confdefs.h. */
4971
4972 int
4973 main ()
4974 {
4975
4976 ;
4977 return 0;
4978 }
4979 _ACEOF
4980 rm -f conftest.$ac_objext
4981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4982 (eval $ac_compile) 2>conftest.er1
4983 ac_status=$?
4984 grep -v '^ *+' conftest.er1 >conftest.err
4985 rm -f conftest.er1
4986 cat conftest.err >&5
4987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4988 (exit $ac_status); } &&
4989 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4991 (eval $ac_try) 2>&5
4992 ac_status=$?
4993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4994 (exit $ac_status); }; } &&
4995 { ac_try='test -s conftest.$ac_objext'
4996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4997 (eval $ac_try) 2>&5
4998 ac_status=$?
4999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5000 (exit $ac_status); }; }; then
5001 ac_cv_prog_cc_g=yes
5002 else
5003 echo "$as_me: failed program was:" >&5
5004 sed 's/^/| /' conftest.$ac_ext >&5
5005
5006 ac_cv_prog_cc_g=no
5007 fi
5008 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5009 fi
5010 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5011 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5012 if test "$ac_test_CFLAGS" = set; then
5013 CFLAGS=$ac_save_CFLAGS
5014 elif test $ac_cv_prog_cc_g = yes; then
5015 if test "$GCC" = yes; then
5016 CFLAGS="-g -O2"
5017 else
5018 CFLAGS="-g"
5019 fi
5020 else
5021 if test "$GCC" = yes; then
5022 CFLAGS="-O2"
5023 else
5024 CFLAGS=
5025 fi
5026 fi
5027 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5028 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5029 if test "${ac_cv_prog_cc_stdc+set}" = set; then
5030 echo $ECHO_N "(cached) $ECHO_C" >&6
5031 else
5032 ac_cv_prog_cc_stdc=no
5033 ac_save_CC=$CC
5034 cat >conftest.$ac_ext <<_ACEOF
5035 /* confdefs.h. */
5036 _ACEOF
5037 cat confdefs.h >>conftest.$ac_ext
5038 cat >>conftest.$ac_ext <<_ACEOF
5039 /* end confdefs.h. */
5040 #include <stdarg.h>
5041 #include <stdio.h>
5042 #include <sys/types.h>
5043 #include <sys/stat.h>
5044 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5045 struct buf { int x; };
5046 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5047 static char *e (p, i)
5048 char **p;
5049 int i;
5050 {
5051 return p[i];
5052 }
5053 static char *f (char * (*g) (char **, int), char **p, ...)
5054 {
5055 char *s;
5056 va_list v;
5057 va_start (v,p);
5058 s = g (p, va_arg (v,int));
5059 va_end (v);
5060 return s;
5061 }
5062
5063 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5064 function prototypes and stuff, but not '\xHH' hex character constants.
5065 These don't provoke an error unfortunately, instead are silently treated
5066 as 'x'. The following induces an error, until -std1 is added to get
5067 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5068 array size at least. It's necessary to write '\x00'==0 to get something
5069 that's true only with -std1. */
5070 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5071
5072 int test (int i, double x);
5073 struct s1 {int (*f) (int a);};
5074 struct s2 {int (*f) (double a);};
5075 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5076 int argc;
5077 char **argv;
5078 int
5079 main ()
5080 {
5081 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5082 ;
5083 return 0;
5084 }
5085 _ACEOF
5086 # Don't try gcc -ansi; that turns off useful extensions and
5087 # breaks some systems' header files.
5088 # AIX -qlanglvl=ansi
5089 # Ultrix and OSF/1 -std1
5090 # HP-UX 10.20 and later -Ae
5091 # HP-UX older versions -Aa -D_HPUX_SOURCE
5092 # SVR4 -Xc -D__EXTENSIONS__
5093 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5094 do
5095 CC="$ac_save_CC $ac_arg"
5096 rm -f conftest.$ac_objext
5097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5098 (eval $ac_compile) 2>conftest.er1
5099 ac_status=$?
5100 grep -v '^ *+' conftest.er1 >conftest.err
5101 rm -f conftest.er1
5102 cat conftest.err >&5
5103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5104 (exit $ac_status); } &&
5105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5107 (eval $ac_try) 2>&5
5108 ac_status=$?
5109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5110 (exit $ac_status); }; } &&
5111 { ac_try='test -s conftest.$ac_objext'
5112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5113 (eval $ac_try) 2>&5
5114 ac_status=$?
5115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5116 (exit $ac_status); }; }; then
5117 ac_cv_prog_cc_stdc=$ac_arg
5118 break
5119 else
5120 echo "$as_me: failed program was:" >&5
5121 sed 's/^/| /' conftest.$ac_ext >&5
5122
5123 fi
5124 rm -f conftest.err conftest.$ac_objext
5125 done
5126 rm -f conftest.$ac_ext conftest.$ac_objext
5127 CC=$ac_save_CC
5128
5129 fi
5130
5131 case "x$ac_cv_prog_cc_stdc" in
5132 x|xno)
5133 echo "$as_me:$LINENO: result: none needed" >&5
5134 echo "${ECHO_T}none needed" >&6 ;;
5135 *)
5136 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5137 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5138 CC="$CC $ac_cv_prog_cc_stdc" ;;
5139 esac
5140
5141 # Some people use a C++ compiler to compile C. Since we use `exit',
5142 # in C++ we need to declare it. In case someone uses the same compiler
5143 # for both compiling C and C++ we need to have the C++ compiler decide
5144 # the declaration of exit, since it's the most demanding environment.
5145 cat >conftest.$ac_ext <<_ACEOF
5146 #ifndef __cplusplus
5147 choke me
5148 #endif
5149 _ACEOF
5150 rm -f conftest.$ac_objext
5151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5152 (eval $ac_compile) 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } &&
5159 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5161 (eval $ac_try) 2>&5
5162 ac_status=$?
5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); }; } &&
5165 { ac_try='test -s conftest.$ac_objext'
5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5167 (eval $ac_try) 2>&5
5168 ac_status=$?
5169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170 (exit $ac_status); }; }; then
5171 for ac_declaration in \
5172 '' \
5173 'extern "C" void std::exit (int) throw (); using std::exit;' \
5174 'extern "C" void std::exit (int); using std::exit;' \
5175 'extern "C" void exit (int) throw ();' \
5176 'extern "C" void exit (int);' \
5177 'void exit (int);'
5178 do
5179 cat >conftest.$ac_ext <<_ACEOF
5180 /* confdefs.h. */
5181 _ACEOF
5182 cat confdefs.h >>conftest.$ac_ext
5183 cat >>conftest.$ac_ext <<_ACEOF
5184 /* end confdefs.h. */
5185 $ac_declaration
5186 #include <stdlib.h>
5187 int
5188 main ()
5189 {
5190 exit (42);
5191 ;
5192 return 0;
5193 }
5194 _ACEOF
5195 rm -f conftest.$ac_objext
5196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5197 (eval $ac_compile) 2>conftest.er1
5198 ac_status=$?
5199 grep -v '^ *+' conftest.er1 >conftest.err
5200 rm -f conftest.er1
5201 cat conftest.err >&5
5202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5203 (exit $ac_status); } &&
5204 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5206 (eval $ac_try) 2>&5
5207 ac_status=$?
5208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5209 (exit $ac_status); }; } &&
5210 { ac_try='test -s conftest.$ac_objext'
5211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5212 (eval $ac_try) 2>&5
5213 ac_status=$?
5214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5215 (exit $ac_status); }; }; then
5216 :
5217 else
5218 echo "$as_me: failed program was:" >&5
5219 sed 's/^/| /' conftest.$ac_ext >&5
5220
5221 continue
5222 fi
5223 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5224 cat >conftest.$ac_ext <<_ACEOF
5225 /* confdefs.h. */
5226 _ACEOF
5227 cat confdefs.h >>conftest.$ac_ext
5228 cat >>conftest.$ac_ext <<_ACEOF
5229 /* end confdefs.h. */
5230 $ac_declaration
5231 int
5232 main ()
5233 {
5234 exit (42);
5235 ;
5236 return 0;
5237 }
5238 _ACEOF
5239 rm -f conftest.$ac_objext
5240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5241 (eval $ac_compile) 2>conftest.er1
5242 ac_status=$?
5243 grep -v '^ *+' conftest.er1 >conftest.err
5244 rm -f conftest.er1
5245 cat conftest.err >&5
5246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5247 (exit $ac_status); } &&
5248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5250 (eval $ac_try) 2>&5
5251 ac_status=$?
5252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5253 (exit $ac_status); }; } &&
5254 { ac_try='test -s conftest.$ac_objext'
5255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5256 (eval $ac_try) 2>&5
5257 ac_status=$?
5258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5259 (exit $ac_status); }; }; then
5260 break
5261 else
5262 echo "$as_me: failed program was:" >&5
5263 sed 's/^/| /' conftest.$ac_ext >&5
5264
5265 fi
5266 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5267 done
5268 rm -f conftest*
5269 if test -n "$ac_declaration"; then
5270 echo '#ifdef __cplusplus' >>confdefs.h
5271 echo $ac_declaration >>confdefs.h
5272 echo '#endif' >>confdefs.h
5273 fi
5274
5275 else
5276 echo "$as_me: failed program was:" >&5
5277 sed 's/^/| /' conftest.$ac_ext >&5
5278
5279 fi
5280 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5281 ac_ext=c
5282 ac_cpp='$CPP $CPPFLAGS'
5283 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5284 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5285 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5286
5287 depcc="$CC" am_compiler_list=
5288
5289 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5290 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5291 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5292 echo $ECHO_N "(cached) $ECHO_C" >&6
5293 else
5294 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5295 # We make a subdir and do the tests there. Otherwise we can end up
5296 # making bogus files that we don't know about and never remove. For
5297 # instance it was reported that on HP-UX the gcc test will end up
5298 # making a dummy file named `D' -- because `-MD' means `put the output
5299 # in D'.
5300 mkdir conftest.dir
5301 # Copy depcomp to subdir because otherwise we won't find it if we're
5302 # using a relative directory.
5303 cp "$am_depcomp" conftest.dir
5304 cd conftest.dir
5305 # We will build objects and dependencies in a subdirectory because
5306 # it helps to detect inapplicable dependency modes. For instance
5307 # both Tru64's cc and ICC support -MD to output dependencies as a
5308 # side effect of compilation, but ICC will put the dependencies in
5309 # the current directory while Tru64 will put them in the object
5310 # directory.
5311 mkdir sub
5312
5313 am_cv_CC_dependencies_compiler_type=none
5314 if test "$am_compiler_list" = ""; then
5315 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5316 fi
5317 for depmode in $am_compiler_list; do
5318 # Setup a source with many dependencies, because some compilers
5319 # like to wrap large dependency lists on column 80 (with \), and
5320 # we should not choose a depcomp mode which is confused by this.
5321 #
5322 # We need to recreate these files for each test, as the compiler may
5323 # overwrite some of them when testing with obscure command lines.
5324 # This happens at least with the AIX C compiler.
5325 : > sub/conftest.c
5326 for i in 1 2 3 4 5 6; do
5327 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5328 : > sub/conftst$i.h
5329 done
5330 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5331
5332 case $depmode in
5333 nosideeffect)
5334 # after this tag, mechanisms are not by side-effect, so they'll
5335 # only be used when explicitly requested
5336 if test "x$enable_dependency_tracking" = xyes; then
5337 continue
5338 else
5339 break
5340 fi
5341 ;;
5342 none) break ;;
5343 esac
5344 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5345 # mode. It turns out that the SunPro C++ compiler does not properly
5346 # handle `-M -o', and we need to detect this.
5347 if depmode=$depmode \
5348 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5349 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5350 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5351 >/dev/null 2>conftest.err &&
5352 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5353 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5354 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5355 # icc doesn't choke on unknown options, it will just issue warnings
5356 # (even with -Werror). So we grep stderr for any message
5357 # that says an option was ignored.
5358 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5359 am_cv_CC_dependencies_compiler_type=$depmode
5360 break
5361 fi
5362 fi
5363 done
5364
5365 cd ..
5366 rm -rf conftest.dir
5367 else
5368 am_cv_CC_dependencies_compiler_type=none
5369 fi
5370
5371 fi
5372 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5373 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5374 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5375
5376
5377
5378 if
5379 test "x$enable_dependency_tracking" != xno \
5380 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5381 am__fastdepCC_TRUE=
5382 am__fastdepCC_FALSE='#'
5383 else
5384 am__fastdepCC_TRUE='#'
5385 am__fastdepCC_FALSE=
5386 fi
5387
5388
5389 ac_ext=c
5390 ac_cpp='$CPP $CPPFLAGS'
5391 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5392 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5393 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5394 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5395 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5396 # On Suns, sometimes $CPP names a directory.
5397 if test -n "$CPP" && test -d "$CPP"; then
5398 CPP=
5399 fi
5400 if test -z "$CPP"; then
5401 if test "${ac_cv_prog_CPP+set}" = set; then
5402 echo $ECHO_N "(cached) $ECHO_C" >&6
5403 else
5404 # Double quotes because CPP needs to be expanded
5405 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5406 do
5407 ac_preproc_ok=false
5408 for ac_c_preproc_warn_flag in '' yes
5409 do
5410 # Use a header file that comes with gcc, so configuring glibc
5411 # with a fresh cross-compiler works.
5412 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5413 # <limits.h> exists even on freestanding compilers.
5414 # On the NeXT, cc -E runs the code through the compiler's parser,
5415 # not just through cpp. "Syntax error" is here to catch this case.
5416 cat >conftest.$ac_ext <<_ACEOF
5417 /* confdefs.h. */
5418 _ACEOF
5419 cat confdefs.h >>conftest.$ac_ext
5420 cat >>conftest.$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5422 #ifdef __STDC__
5423 # include <limits.h>
5424 #else
5425 # include <assert.h>
5426 #endif
5427 Syntax error
5428 _ACEOF
5429 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5430 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5431 ac_status=$?
5432 grep -v '^ *+' conftest.er1 >conftest.err
5433 rm -f conftest.er1
5434 cat conftest.err >&5
5435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5436 (exit $ac_status); } >/dev/null; then
5437 if test -s conftest.err; then
5438 ac_cpp_err=$ac_c_preproc_warn_flag
5439 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5440 else
5441 ac_cpp_err=
5442 fi
5443 else
5444 ac_cpp_err=yes
5445 fi
5446 if test -z "$ac_cpp_err"; then
5447 :
5448 else
5449 echo "$as_me: failed program was:" >&5
5450 sed 's/^/| /' conftest.$ac_ext >&5
5451
5452 # Broken: fails on valid input.
5453 continue
5454 fi
5455 rm -f conftest.err conftest.$ac_ext
5456
5457 # OK, works on sane cases. Now check whether non-existent headers
5458 # can be detected and how.
5459 cat >conftest.$ac_ext <<_ACEOF
5460 /* confdefs.h. */
5461 _ACEOF
5462 cat confdefs.h >>conftest.$ac_ext
5463 cat >>conftest.$ac_ext <<_ACEOF
5464 /* end confdefs.h. */
5465 #include <ac_nonexistent.h>
5466 _ACEOF
5467 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5469 ac_status=$?
5470 grep -v '^ *+' conftest.er1 >conftest.err
5471 rm -f conftest.er1
5472 cat conftest.err >&5
5473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5474 (exit $ac_status); } >/dev/null; then
5475 if test -s conftest.err; then
5476 ac_cpp_err=$ac_c_preproc_warn_flag
5477 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5478 else
5479 ac_cpp_err=
5480 fi
5481 else
5482 ac_cpp_err=yes
5483 fi
5484 if test -z "$ac_cpp_err"; then
5485 # Broken: success on invalid input.
5486 continue
5487 else
5488 echo "$as_me: failed program was:" >&5
5489 sed 's/^/| /' conftest.$ac_ext >&5
5490
5491 # Passes both tests.
5492 ac_preproc_ok=:
5493 break
5494 fi
5495 rm -f conftest.err conftest.$ac_ext
5496
5497 done
5498 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5499 rm -f conftest.err conftest.$ac_ext
5500 if $ac_preproc_ok; then
5501 break
5502 fi
5503
5504 done
5505 ac_cv_prog_CPP=$CPP
5506
5507 fi
5508 CPP=$ac_cv_prog_CPP
5509 else
5510 ac_cv_prog_CPP=$CPP
5511 fi
5512 echo "$as_me:$LINENO: result: $CPP" >&5
5513 echo "${ECHO_T}$CPP" >&6
5514 ac_preproc_ok=false
5515 for ac_c_preproc_warn_flag in '' yes
5516 do
5517 # Use a header file that comes with gcc, so configuring glibc
5518 # with a fresh cross-compiler works.
5519 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5520 # <limits.h> exists even on freestanding compilers.
5521 # On the NeXT, cc -E runs the code through the compiler's parser,
5522 # not just through cpp. "Syntax error" is here to catch this case.
5523 cat >conftest.$ac_ext <<_ACEOF
5524 /* confdefs.h. */
5525 _ACEOF
5526 cat confdefs.h >>conftest.$ac_ext
5527 cat >>conftest.$ac_ext <<_ACEOF
5528 /* end confdefs.h. */
5529 #ifdef __STDC__
5530 # include <limits.h>
5531 #else
5532 # include <assert.h>
5533 #endif
5534 Syntax error
5535 _ACEOF
5536 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5537 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5538 ac_status=$?
5539 grep -v '^ *+' conftest.er1 >conftest.err
5540 rm -f conftest.er1
5541 cat conftest.err >&5
5542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5543 (exit $ac_status); } >/dev/null; then
5544 if test -s conftest.err; then
5545 ac_cpp_err=$ac_c_preproc_warn_flag
5546 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5547 else
5548 ac_cpp_err=
5549 fi
5550 else
5551 ac_cpp_err=yes
5552 fi
5553 if test -z "$ac_cpp_err"; then
5554 :
5555 else
5556 echo "$as_me: failed program was:" >&5
5557 sed 's/^/| /' conftest.$ac_ext >&5
5558
5559 # Broken: fails on valid input.
5560 continue
5561 fi
5562 rm -f conftest.err conftest.$ac_ext
5563
5564 # OK, works on sane cases. Now check whether non-existent headers
5565 # can be detected and how.
5566 cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h. */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h. */
5572 #include <ac_nonexistent.h>
5573 _ACEOF
5574 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5575 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5576 ac_status=$?
5577 grep -v '^ *+' conftest.er1 >conftest.err
5578 rm -f conftest.er1
5579 cat conftest.err >&5
5580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5581 (exit $ac_status); } >/dev/null; then
5582 if test -s conftest.err; then
5583 ac_cpp_err=$ac_c_preproc_warn_flag
5584 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5585 else
5586 ac_cpp_err=
5587 fi
5588 else
5589 ac_cpp_err=yes
5590 fi
5591 if test -z "$ac_cpp_err"; then
5592 # Broken: success on invalid input.
5593 continue
5594 else
5595 echo "$as_me: failed program was:" >&5
5596 sed 's/^/| /' conftest.$ac_ext >&5
5597
5598 # Passes both tests.
5599 ac_preproc_ok=:
5600 break
5601 fi
5602 rm -f conftest.err conftest.$ac_ext
5603
5604 done
5605 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5606 rm -f conftest.err conftest.$ac_ext
5607 if $ac_preproc_ok; then
5608 :
5609 else
5610 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5611 See \`config.log' for more details." >&5
5612 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5613 See \`config.log' for more details." >&2;}
5614 { (exit 1); exit 1; }; }
5615 fi
5616
5617 ac_ext=c
5618 ac_cpp='$CPP $CPPFLAGS'
5619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5622
5623 ac_ext=cc
5624 ac_cpp='$CXXCPP $CPPFLAGS'
5625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5628 if test -n "$ac_tool_prefix"; then
5629 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5630 do
5631 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5632 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5633 echo "$as_me:$LINENO: checking for $ac_word" >&5
5634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5635 if test "${ac_cv_prog_CXX+set}" = set; then
5636 echo $ECHO_N "(cached) $ECHO_C" >&6
5637 else
5638 if test -n "$CXX"; then
5639 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5640 else
5641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5642 for as_dir in $PATH
5643 do
5644 IFS=$as_save_IFS
5645 test -z "$as_dir" && as_dir=.
5646 for ac_exec_ext in '' $ac_executable_extensions; do
5647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5648 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5650 break 2
5651 fi
5652 done
5653 done
5654
5655 fi
5656 fi
5657 CXX=$ac_cv_prog_CXX
5658 if test -n "$CXX"; then
5659 echo "$as_me:$LINENO: result: $CXX" >&5
5660 echo "${ECHO_T}$CXX" >&6
5661 else
5662 echo "$as_me:$LINENO: result: no" >&5
5663 echo "${ECHO_T}no" >&6
5664 fi
5665
5666 test -n "$CXX" && break
5667 done
5668 fi
5669 if test -z "$CXX"; then
5670 ac_ct_CXX=$CXX
5671 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5672 do
5673 # Extract the first word of "$ac_prog", so it can be a program name with args.
5674 set dummy $ac_prog; ac_word=$2
5675 echo "$as_me:$LINENO: checking for $ac_word" >&5
5676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5677 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5678 echo $ECHO_N "(cached) $ECHO_C" >&6
5679 else
5680 if test -n "$ac_ct_CXX"; then
5681 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5682 else
5683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5684 for as_dir in $PATH
5685 do
5686 IFS=$as_save_IFS
5687 test -z "$as_dir" && as_dir=.
5688 for ac_exec_ext in '' $ac_executable_extensions; do
5689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5690 ac_cv_prog_ac_ct_CXX="$ac_prog"
5691 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5692 break 2
5693 fi
5694 done
5695 done
5696
5697 fi
5698 fi
5699 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5700 if test -n "$ac_ct_CXX"; then
5701 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5702 echo "${ECHO_T}$ac_ct_CXX" >&6
5703 else
5704 echo "$as_me:$LINENO: result: no" >&5
5705 echo "${ECHO_T}no" >&6
5706 fi
5707
5708 test -n "$ac_ct_CXX" && break
5709 done
5710 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5711
5712 CXX=$ac_ct_CXX
5713 fi
5714
5715
5716 # Provide some information about the compiler.
5717 echo "$as_me:$LINENO:" \
5718 "checking for C++ compiler version" >&5
5719 ac_compiler=`set X $ac_compile; echo $2`
5720 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5721 (eval $ac_compiler --version </dev/null >&5) 2>&5
5722 ac_status=$?
5723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5724 (exit $ac_status); }
5725 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5726 (eval $ac_compiler -v </dev/null >&5) 2>&5
5727 ac_status=$?
5728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729 (exit $ac_status); }
5730 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5731 (eval $ac_compiler -V </dev/null >&5) 2>&5
5732 ac_status=$?
5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734 (exit $ac_status); }
5735
5736 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5737 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5738 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5739 echo $ECHO_N "(cached) $ECHO_C" >&6
5740 else
5741 cat >conftest.$ac_ext <<_ACEOF
5742 /* confdefs.h. */
5743 _ACEOF
5744 cat confdefs.h >>conftest.$ac_ext
5745 cat >>conftest.$ac_ext <<_ACEOF
5746 /* end confdefs.h. */
5747
5748 int
5749 main ()
5750 {
5751 #ifndef __GNUC__
5752 choke me
5753 #endif
5754
5755 ;
5756 return 0;
5757 }
5758 _ACEOF
5759 rm -f conftest.$ac_objext
5760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5761 (eval $ac_compile) 2>conftest.er1
5762 ac_status=$?
5763 grep -v '^ *+' conftest.er1 >conftest.err
5764 rm -f conftest.er1
5765 cat conftest.err >&5
5766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5767 (exit $ac_status); } &&
5768 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5770 (eval $ac_try) 2>&5
5771 ac_status=$?
5772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5773 (exit $ac_status); }; } &&
5774 { ac_try='test -s conftest.$ac_objext'
5775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5776 (eval $ac_try) 2>&5
5777 ac_status=$?
5778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5779 (exit $ac_status); }; }; then
5780 ac_compiler_gnu=yes
5781 else
5782 echo "$as_me: failed program was:" >&5
5783 sed 's/^/| /' conftest.$ac_ext >&5
5784
5785 ac_compiler_gnu=no
5786 fi
5787 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5788 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5789
5790 fi
5791 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5792 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5793 GXX=`test $ac_compiler_gnu = yes && echo yes`
5794 ac_test_CXXFLAGS=${CXXFLAGS+set}
5795 ac_save_CXXFLAGS=$CXXFLAGS
5796 CXXFLAGS="-g"
5797 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5798 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5799 if test "${ac_cv_prog_cxx_g+set}" = set; then
5800 echo $ECHO_N "(cached) $ECHO_C" >&6
5801 else
5802 cat >conftest.$ac_ext <<_ACEOF
5803 /* confdefs.h. */
5804 _ACEOF
5805 cat confdefs.h >>conftest.$ac_ext
5806 cat >>conftest.$ac_ext <<_ACEOF
5807 /* end confdefs.h. */
5808
5809 int
5810 main ()
5811 {
5812
5813 ;
5814 return 0;
5815 }
5816 _ACEOF
5817 rm -f conftest.$ac_objext
5818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5819 (eval $ac_compile) 2>conftest.er1
5820 ac_status=$?
5821 grep -v '^ *+' conftest.er1 >conftest.err
5822 rm -f conftest.er1
5823 cat conftest.err >&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); } &&
5826 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5828 (eval $ac_try) 2>&5
5829 ac_status=$?
5830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5831 (exit $ac_status); }; } &&
5832 { ac_try='test -s conftest.$ac_objext'
5833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5834 (eval $ac_try) 2>&5
5835 ac_status=$?
5836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5837 (exit $ac_status); }; }; then
5838 ac_cv_prog_cxx_g=yes
5839 else
5840 echo "$as_me: failed program was:" >&5
5841 sed 's/^/| /' conftest.$ac_ext >&5
5842
5843 ac_cv_prog_cxx_g=no
5844 fi
5845 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5846 fi
5847 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5848 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5849 if test "$ac_test_CXXFLAGS" = set; then
5850 CXXFLAGS=$ac_save_CXXFLAGS
5851 elif test $ac_cv_prog_cxx_g = yes; then
5852 if test "$GXX" = yes; then
5853 CXXFLAGS="-g -O2"
5854 else
5855 CXXFLAGS="-g"
5856 fi
5857 else
5858 if test "$GXX" = yes; then
5859 CXXFLAGS="-O2"
5860 else
5861 CXXFLAGS=
5862 fi
5863 fi
5864 for ac_declaration in \
5865 '' \
5866 'extern "C" void std::exit (int) throw (); using std::exit;' \
5867 'extern "C" void std::exit (int); using std::exit;' \
5868 'extern "C" void exit (int) throw ();' \
5869 'extern "C" void exit (int);' \
5870 'void exit (int);'
5871 do
5872 cat >conftest.$ac_ext <<_ACEOF
5873 /* confdefs.h. */
5874 _ACEOF
5875 cat confdefs.h >>conftest.$ac_ext
5876 cat >>conftest.$ac_ext <<_ACEOF
5877 /* end confdefs.h. */
5878 $ac_declaration
5879 #include <stdlib.h>
5880 int
5881 main ()
5882 {
5883 exit (42);
5884 ;
5885 return 0;
5886 }
5887 _ACEOF
5888 rm -f conftest.$ac_objext
5889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5890 (eval $ac_compile) 2>conftest.er1
5891 ac_status=$?
5892 grep -v '^ *+' conftest.er1 >conftest.err
5893 rm -f conftest.er1
5894 cat conftest.err >&5
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); } &&
5897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899 (eval $ac_try) 2>&5
5900 ac_status=$?
5901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5902 (exit $ac_status); }; } &&
5903 { ac_try='test -s conftest.$ac_objext'
5904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5905 (eval $ac_try) 2>&5
5906 ac_status=$?
5907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5908 (exit $ac_status); }; }; then
5909 :
5910 else
5911 echo "$as_me: failed program was:" >&5
5912 sed 's/^/| /' conftest.$ac_ext >&5
5913
5914 continue
5915 fi
5916 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5917 cat >conftest.$ac_ext <<_ACEOF
5918 /* confdefs.h. */
5919 _ACEOF
5920 cat confdefs.h >>conftest.$ac_ext
5921 cat >>conftest.$ac_ext <<_ACEOF
5922 /* end confdefs.h. */
5923 $ac_declaration
5924 int
5925 main ()
5926 {
5927 exit (42);
5928 ;
5929 return 0;
5930 }
5931 _ACEOF
5932 rm -f conftest.$ac_objext
5933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5934 (eval $ac_compile) 2>conftest.er1
5935 ac_status=$?
5936 grep -v '^ *+' conftest.er1 >conftest.err
5937 rm -f conftest.er1
5938 cat conftest.err >&5
5939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5940 (exit $ac_status); } &&
5941 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5943 (eval $ac_try) 2>&5
5944 ac_status=$?
5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946 (exit $ac_status); }; } &&
5947 { ac_try='test -s conftest.$ac_objext'
5948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5949 (eval $ac_try) 2>&5
5950 ac_status=$?
5951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952 (exit $ac_status); }; }; then
5953 break
5954 else
5955 echo "$as_me: failed program was:" >&5
5956 sed 's/^/| /' conftest.$ac_ext >&5
5957
5958 fi
5959 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5960 done
5961 rm -f conftest*
5962 if test -n "$ac_declaration"; then
5963 echo '#ifdef __cplusplus' >>confdefs.h
5964 echo $ac_declaration >>confdefs.h
5965 echo '#endif' >>confdefs.h
5966 fi
5967
5968 ac_ext=c
5969 ac_cpp='$CPP $CPPFLAGS'
5970 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5971 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5972 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5973
5974 depcc="$CXX" am_compiler_list=
5975
5976 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5977 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5978 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5979 echo $ECHO_N "(cached) $ECHO_C" >&6
5980 else
5981 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5982 # We make a subdir and do the tests there. Otherwise we can end up
5983 # making bogus files that we don't know about and never remove. For
5984 # instance it was reported that on HP-UX the gcc test will end up
5985 # making a dummy file named `D' -- because `-MD' means `put the output
5986 # in D'.
5987 mkdir conftest.dir
5988 # Copy depcomp to subdir because otherwise we won't find it if we're
5989 # using a relative directory.
5990 cp "$am_depcomp" conftest.dir
5991 cd conftest.dir
5992 # We will build objects and dependencies in a subdirectory because
5993 # it helps to detect inapplicable dependency modes. For instance
5994 # both Tru64's cc and ICC support -MD to output dependencies as a
5995 # side effect of compilation, but ICC will put the dependencies in
5996 # the current directory while Tru64 will put them in the object
5997 # directory.
5998 mkdir sub
5999
6000 am_cv_CXX_dependencies_compiler_type=none
6001 if test "$am_compiler_list" = ""; then
6002 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6003 fi
6004 for depmode in $am_compiler_list; do
6005 # Setup a source with many dependencies, because some compilers
6006 # like to wrap large dependency lists on column 80 (with \), and
6007 # we should not choose a depcomp mode which is confused by this.
6008 #
6009 # We need to recreate these files for each test, as the compiler may
6010 # overwrite some of them when testing with obscure command lines.
6011 # This happens at least with the AIX C compiler.
6012 : > sub/conftest.c
6013 for i in 1 2 3 4 5 6; do
6014 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6015 : > sub/conftst$i.h
6016 done
6017 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6018
6019 case $depmode in
6020 nosideeffect)
6021 # after this tag, mechanisms are not by side-effect, so they'll
6022 # only be used when explicitly requested
6023 if test "x$enable_dependency_tracking" = xyes; then
6024 continue
6025 else
6026 break
6027 fi
6028 ;;
6029 none) break ;;
6030 esac
6031 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6032 # mode. It turns out that the SunPro C++ compiler does not properly
6033 # handle `-M -o', and we need to detect this.
6034 if depmode=$depmode \
6035 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6036 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6037 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6038 >/dev/null 2>conftest.err &&
6039 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6040 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6041 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6042 # icc doesn't choke on unknown options, it will just issue warnings
6043 # (even with -Werror). So we grep stderr for any message
6044 # that says an option was ignored.
6045 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6046 am_cv_CXX_dependencies_compiler_type=$depmode
6047 break
6048 fi
6049 fi
6050 done
6051
6052 cd ..
6053 rm -rf conftest.dir
6054 else
6055 am_cv_CXX_dependencies_compiler_type=none
6056 fi
6057
6058 fi
6059 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6060 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6061 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6062
6063
6064
6065 if
6066 test "x$enable_dependency_tracking" != xno \
6067 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6068 am__fastdepCXX_TRUE=
6069 am__fastdepCXX_FALSE='#'
6070 else
6071 am__fastdepCXX_TRUE='#'
6072 am__fastdepCXX_FALSE=
6073 fi
6074
6075
6076
6077 echo "$as_me:$LINENO: checking for egrep" >&5
6078 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6079 if test "${ac_cv_prog_egrep+set}" = set; then
6080 echo $ECHO_N "(cached) $ECHO_C" >&6
6081 else
6082 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6083 then ac_cv_prog_egrep='grep -E'
6084 else ac_cv_prog_egrep='egrep'
6085 fi
6086 fi
6087 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6088 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6089 EGREP=$ac_cv_prog_egrep
6090
6091
6092 if test $ac_cv_c_compiler_gnu = yes; then
6093 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6094 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6095 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6096 echo $ECHO_N "(cached) $ECHO_C" >&6
6097 else
6098 ac_pattern="Autoconf.*'x'"
6099 cat >conftest.$ac_ext <<_ACEOF
6100 /* confdefs.h. */
6101 _ACEOF
6102 cat confdefs.h >>conftest.$ac_ext
6103 cat >>conftest.$ac_ext <<_ACEOF
6104 /* end confdefs.h. */
6105 #include <sgtty.h>
6106 Autoconf TIOCGETP
6107 _ACEOF
6108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6109 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6110 ac_cv_prog_gcc_traditional=yes
6111 else
6112 ac_cv_prog_gcc_traditional=no
6113 fi
6114 rm -f conftest*
6115
6116
6117 if test $ac_cv_prog_gcc_traditional = no; then
6118 cat >conftest.$ac_ext <<_ACEOF
6119 /* confdefs.h. */
6120 _ACEOF
6121 cat confdefs.h >>conftest.$ac_ext
6122 cat >>conftest.$ac_ext <<_ACEOF
6123 /* end confdefs.h. */
6124 #include <termio.h>
6125 Autoconf TCGETA
6126 _ACEOF
6127 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6128 $EGREP "$ac_pattern" >/dev/null 2>&1; then
6129 ac_cv_prog_gcc_traditional=yes
6130 fi
6131 rm -f conftest*
6132
6133 fi
6134 fi
6135 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6136 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6137 if test $ac_cv_prog_gcc_traditional = yes; then
6138 CC="$CC -traditional"
6139 fi
6140 fi
6141
6142 for ac_prog in gawk mawk nawk awk
6143 do
6144 # Extract the first word of "$ac_prog", so it can be a program name with args.
6145 set dummy $ac_prog; ac_word=$2
6146 echo "$as_me:$LINENO: checking for $ac_word" >&5
6147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6148 if test "${ac_cv_prog_AWK+set}" = set; then
6149 echo $ECHO_N "(cached) $ECHO_C" >&6
6150 else
6151 if test -n "$AWK"; then
6152 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6153 else
6154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6155 for as_dir in $PATH
6156 do
6157 IFS=$as_save_IFS
6158 test -z "$as_dir" && as_dir=.
6159 for ac_exec_ext in '' $ac_executable_extensions; do
6160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6161 ac_cv_prog_AWK="$ac_prog"
6162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6163 break 2
6164 fi
6165 done
6166 done
6167
6168 fi
6169 fi
6170 AWK=$ac_cv_prog_AWK
6171 if test -n "$AWK"; then
6172 echo "$as_me:$LINENO: result: $AWK" >&5
6173 echo "${ECHO_T}$AWK" >&6
6174 else
6175 echo "$as_me:$LINENO: result: no" >&5
6176 echo "${ECHO_T}no" >&6
6177 fi
6178
6179 test -n "$AWK" && break
6180 done
6181
6182 # Find a good install program. We prefer a C program (faster),
6183 # so one script is as good as another. But avoid the broken or
6184 # incompatible versions:
6185 # SysV /etc/install, /usr/sbin/install
6186 # SunOS /usr/etc/install
6187 # IRIX /sbin/install
6188 # AIX /bin/install
6189 # AmigaOS /C/install, which installs bootblocks on floppy discs
6190 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6191 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6192 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6193 # OS/2's system install, which has a completely different semantic
6194 # ./install, which can be erroneously created by make from ./install.sh.
6195 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6196 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6197 if test -z "$INSTALL"; then
6198 if test "${ac_cv_path_install+set}" = set; then
6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6200 else
6201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6202 for as_dir in $PATH
6203 do
6204 IFS=$as_save_IFS
6205 test -z "$as_dir" && as_dir=.
6206 # Account for people who put trailing slashes in PATH elements.
6207 case $as_dir/ in
6208 ./ | .// | /cC/* | \
6209 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6210 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6211 /usr/ucb/* ) ;;
6212 *)
6213 # OSF1 and SCO ODT 3.0 have their own names for install.
6214 # Don't use installbsd from OSF since it installs stuff as root
6215 # by default.
6216 for ac_prog in ginstall scoinst install; do
6217 for ac_exec_ext in '' $ac_executable_extensions; do
6218 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6219 if test $ac_prog = install &&
6220 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6221 # AIX install. It has an incompatible calling convention.
6222 :
6223 elif test $ac_prog = install &&
6224 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6225 # program-specific install script used by HP pwplus--don't use.
6226 :
6227 else
6228 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6229 break 3
6230 fi
6231 fi
6232 done
6233 done
6234 ;;
6235 esac
6236 done
6237
6238
6239 fi
6240 if test "${ac_cv_path_install+set}" = set; then
6241 INSTALL=$ac_cv_path_install
6242 else
6243 # As a last resort, use the slow shell script. We don't cache a
6244 # path for INSTALL within a source directory, because that will
6245 # break other packages using the cache if that directory is
6246 # removed, or if the path is relative.
6247 INSTALL=$ac_install_sh
6248 fi
6249 fi
6250 echo "$as_me:$LINENO: result: $INSTALL" >&5
6251 echo "${ECHO_T}$INSTALL" >&6
6252
6253 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6254 # It thinks the first close brace ends the variable substitution.
6255 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6256
6257 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6258
6259 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6260
6261 echo "$as_me:$LINENO: checking whether ln -s works" >&5
6262 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6263 LN_S=$as_ln_s
6264 if test "$LN_S" = "ln -s"; then
6265 echo "$as_me:$LINENO: result: yes" >&5
6266 echo "${ECHO_T}yes" >&6
6267 else
6268 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6269 echo "${ECHO_T}no, using $LN_S" >&6
6270 fi
6271
6272 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6273 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6274 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6275 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6276 echo $ECHO_N "(cached) $ECHO_C" >&6
6277 else
6278 cat >conftest.make <<\_ACEOF
6279 all:
6280 @echo 'ac_maketemp="$(MAKE)"'
6281 _ACEOF
6282 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6283 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6284 if test -n "$ac_maketemp"; then
6285 eval ac_cv_prog_make_${ac_make}_set=yes
6286 else
6287 eval ac_cv_prog_make_${ac_make}_set=no
6288 fi
6289 rm -f conftest.make
6290 fi
6291 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6292 echo "$as_me:$LINENO: result: yes" >&5
6293 echo "${ECHO_T}yes" >&6
6294 SET_MAKE=
6295 else
6296 echo "$as_me:$LINENO: result: no" >&5
6297 echo "${ECHO_T}no" >&6
6298 SET_MAKE="MAKE=${MAKE-make}"
6299 fi
6300
6301 if test -n "$ac_tool_prefix"; then
6302 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6303 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6304 echo "$as_me:$LINENO: checking for $ac_word" >&5
6305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6306 if test "${ac_cv_prog_RANLIB+set}" = set; then
6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6308 else
6309 if test -n "$RANLIB"; then
6310 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6311 else
6312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 for as_dir in $PATH
6314 do
6315 IFS=$as_save_IFS
6316 test -z "$as_dir" && as_dir=.
6317 for ac_exec_ext in '' $ac_executable_extensions; do
6318 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6319 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6321 break 2
6322 fi
6323 done
6324 done
6325
6326 fi
6327 fi
6328 RANLIB=$ac_cv_prog_RANLIB
6329 if test -n "$RANLIB"; then
6330 echo "$as_me:$LINENO: result: $RANLIB" >&5
6331 echo "${ECHO_T}$RANLIB" >&6
6332 else
6333 echo "$as_me:$LINENO: result: no" >&5
6334 echo "${ECHO_T}no" >&6
6335 fi
6336
6337 fi
6338 if test -z "$ac_cv_prog_RANLIB"; then
6339 ac_ct_RANLIB=$RANLIB
6340 # Extract the first word of "ranlib", so it can be a program name with args.
6341 set dummy ranlib; ac_word=$2
6342 echo "$as_me:$LINENO: checking for $ac_word" >&5
6343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6344 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6345 echo $ECHO_N "(cached) $ECHO_C" >&6
6346 else
6347 if test -n "$ac_ct_RANLIB"; then
6348 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6352 do
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6357 ac_cv_prog_ac_ct_RANLIB="ranlib"
6358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6360 fi
6361 done
6362 done
6363
6364 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6365 fi
6366 fi
6367 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6368 if test -n "$ac_ct_RANLIB"; then
6369 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6370 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6371 else
6372 echo "$as_me:$LINENO: result: no" >&5
6373 echo "${ECHO_T}no" >&6
6374 fi
6375
6376 RANLIB=$ac_ct_RANLIB
6377 else
6378 RANLIB="$ac_cv_prog_RANLIB"
6379 fi
6380
6381
6382 # Check whether --enable-iftype or --disable-iftype was given.
6383 if test "${enable_iftype+set}" = set; then
6384 enableval="$enable_iftype"
6385
6386 IFTYPE=`echo $enableval | sed s%/.*%%`
6387 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6388
6389
6390 fi;
6391
6392 echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6393 echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6394
6395 if test "x$IFTYPE" = "x"; then
6396 case $target_os in
6397 *linux*)
6398 IFTYPE=native
6399 IFSUBTYPE=linux
6400
6401 cat >>confdefs.h <<\_ACEOF
6402 #define HAVE_LINUX 1
6403 _ACEOF
6404
6405 ;;
6406 *freebsd*)
6407 IFTYPE=tincd
6408 IFSUBTYPE=freebsd
6409
6410 cat >>confdefs.h <<\_ACEOF
6411 #define HAVE_FREEBSD 1
6412 _ACEOF
6413
6414 ;;
6415 *darwin*)
6416 IFTYPE=tincd
6417 IFSUBTYPE=darwin
6418
6419 cat >>confdefs.h <<\_ACEOF
6420 #define HAVE_DARWIN 1
6421 _ACEOF
6422
6423 ;;
6424 *solaris*)
6425 IFTYPE=tincd
6426 IFSUBTYPE=solaris
6427
6428 cat >>confdefs.h <<\_ACEOF
6429 #define HAVE_SOLARIS 1
6430 _ACEOF
6431
6432 ;;
6433 *openbsd*)
6434 IFTYPE=tincd
6435 IFSUBTYPE=openbsd
6436
6437 cat >>confdefs.h <<\_ACEOF
6438 #define HAVE_OPENBSD 1
6439 _ACEOF
6440
6441 ;;
6442 *netbsd*)
6443 IFTYPE=tincd
6444 IFSUBTYPE=netbsd
6445
6446 cat >>confdefs.h <<\_ACEOF
6447 #define HAVE_NETBSD 1
6448 _ACEOF
6449
6450 ;;
6451 *cygwin*)
6452 IFTYPE=native
6453 IFSUBTYPE=cygwin
6454
6455 cat >>confdefs.h <<\_ACEOF
6456 #define HAVE_CYGWIN 1
6457 _ACEOF
6458
6459 ;;
6460 *)
6461 { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6462 echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6463 { (exit 1); exit 1; }; }
6464 ;;
6465 esac
6466 fi
6467 echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6468 echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6469 IFTYPE=$IFTYPE
6470
6471 IFSUBTYPE=$IFSUBTYPE
6472
6473
6474 cat >>confdefs.h <<_ACEOF
6475 #define IFTYPE "$IFTYPE"
6476 _ACEOF
6477
6478
6479 cat >>confdefs.h <<_ACEOF
6480 #define IFSUBTYPE "$IFSUBTYPE"
6481 _ACEOF
6482
6483
6484 cat >confcache <<\_ACEOF
6485 # This file is a shell script that caches the results of configure
6486 # tests run on this system so they can be shared between configure
6487 # scripts and configure runs, see configure's option --config-cache.
6488 # It is not useful on other systems. If it contains results you don't
6489 # want to keep, you may remove or edit it.
6490 #
6491 # config.status only pays attention to the cache file if you give it
6492 # the --recheck option to rerun configure.
6493 #
6494 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6495 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6496 # following values.
6497
6498 _ACEOF
6499
6500 # The following way of writing the cache mishandles newlines in values,
6501 # but we know of no workaround that is simple, portable, and efficient.
6502 # So, don't put newlines in cache variables' values.
6503 # Ultrix sh set writes to stderr and can't be redirected directly,
6504 # and sets the high bit in the cache file unless we assign to the vars.
6505 {
6506 (set) 2>&1 |
6507 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6508 *ac_space=\ *)
6509 # `set' does not quote correctly, so add quotes (double-quote
6510 # substitution turns \\\\ into \\, and sed turns \\ into \).
6511 sed -n \
6512 "s/'/'\\\\''/g;
6513 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6514 ;;
6515 *)
6516 # `set' quotes correctly as required by POSIX, so do not add quotes.
6517 sed -n \
6518 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6519 ;;
6520 esac;
6521 } |
6522 sed '
6523 t clear
6524 : clear
6525 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6526 t end
6527 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6528 : end' >>confcache
6529 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6530 if test -w $cache_file; then
6531 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6532 cat confcache >$cache_file
6533 else
6534 echo "not updating unwritable cache $cache_file"
6535 fi
6536 fi
6537 rm -f confcache
6538
6539
6540 ac_ext=cc
6541 ac_cpp='$CXXCPP $CPPFLAGS'
6542 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6543 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6544 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6545
6546
6547 ac_ext=cc
6548 ac_cpp='$CXXCPP $CPPFLAGS'
6549 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6550 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6551 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6552 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6553 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6554 if test -z "$CXXCPP"; then
6555 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6556 echo $ECHO_N "(cached) $ECHO_C" >&6
6557 else
6558 # Double quotes because CXXCPP needs to be expanded
6559 for CXXCPP in "$CXX -E" "/lib/cpp"
6560 do
6561 ac_preproc_ok=false
6562 for ac_cxx_preproc_warn_flag in '' yes
6563 do
6564 # Use a header file that comes with gcc, so configuring glibc
6565 # with a fresh cross-compiler works.
6566 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6567 # <limits.h> exists even on freestanding compilers.
6568 # On the NeXT, cc -E runs the code through the compiler's parser,
6569 # not just through cpp. "Syntax error" is here to catch this case.
6570 cat >conftest.$ac_ext <<_ACEOF
6571 /* confdefs.h. */
6572 _ACEOF
6573 cat confdefs.h >>conftest.$ac_ext
6574 cat >>conftest.$ac_ext <<_ACEOF
6575 /* end confdefs.h. */
6576 #ifdef __STDC__
6577 # include <limits.h>
6578 #else
6579 # include <assert.h>
6580 #endif
6581 Syntax error
6582 _ACEOF
6583 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6584 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6585 ac_status=$?
6586 grep -v '^ *+' conftest.er1 >conftest.err
6587 rm -f conftest.er1
6588 cat conftest.err >&5
6589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590 (exit $ac_status); } >/dev/null; then
6591 if test -s conftest.err; then
6592 ac_cpp_err=$ac_cxx_preproc_warn_flag
6593 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6594 else
6595 ac_cpp_err=
6596 fi
6597 else
6598 ac_cpp_err=yes
6599 fi
6600 if test -z "$ac_cpp_err"; then
6601 :
6602 else
6603 echo "$as_me: failed program was:" >&5
6604 sed 's/^/| /' conftest.$ac_ext >&5
6605
6606 # Broken: fails on valid input.
6607 continue
6608 fi
6609 rm -f conftest.err conftest.$ac_ext
6610
6611 # OK, works on sane cases. Now check whether non-existent headers
6612 # can be detected and how.
6613 cat >conftest.$ac_ext <<_ACEOF
6614 /* confdefs.h. */
6615 _ACEOF
6616 cat confdefs.h >>conftest.$ac_ext
6617 cat >>conftest.$ac_ext <<_ACEOF
6618 /* end confdefs.h. */
6619 #include <ac_nonexistent.h>
6620 _ACEOF
6621 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6622 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6623 ac_status=$?
6624 grep -v '^ *+' conftest.er1 >conftest.err
6625 rm -f conftest.er1
6626 cat conftest.err >&5
6627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6628 (exit $ac_status); } >/dev/null; then
6629 if test -s conftest.err; then
6630 ac_cpp_err=$ac_cxx_preproc_warn_flag
6631 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6632 else
6633 ac_cpp_err=
6634 fi
6635 else
6636 ac_cpp_err=yes
6637 fi
6638 if test -z "$ac_cpp_err"; then
6639 # Broken: success on invalid input.
6640 continue
6641 else
6642 echo "$as_me: failed program was:" >&5
6643 sed 's/^/| /' conftest.$ac_ext >&5
6644
6645 # Passes both tests.
6646 ac_preproc_ok=:
6647 break
6648 fi
6649 rm -f conftest.err conftest.$ac_ext
6650
6651 done
6652 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6653 rm -f conftest.err conftest.$ac_ext
6654 if $ac_preproc_ok; then
6655 break
6656 fi
6657
6658 done
6659 ac_cv_prog_CXXCPP=$CXXCPP
6660
6661 fi
6662 CXXCPP=$ac_cv_prog_CXXCPP
6663 else
6664 ac_cv_prog_CXXCPP=$CXXCPP
6665 fi
6666 echo "$as_me:$LINENO: result: $CXXCPP" >&5
6667 echo "${ECHO_T}$CXXCPP" >&6
6668 ac_preproc_ok=false
6669 for ac_cxx_preproc_warn_flag in '' yes
6670 do
6671 # Use a header file that comes with gcc, so configuring glibc
6672 # with a fresh cross-compiler works.
6673 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6674 # <limits.h> exists even on freestanding compilers.
6675 # On the NeXT, cc -E runs the code through the compiler's parser,
6676 # not just through cpp. "Syntax error" is here to catch this case.
6677 cat >conftest.$ac_ext <<_ACEOF
6678 /* confdefs.h. */
6679 _ACEOF
6680 cat confdefs.h >>conftest.$ac_ext
6681 cat >>conftest.$ac_ext <<_ACEOF
6682 /* end confdefs.h. */
6683 #ifdef __STDC__
6684 # include <limits.h>
6685 #else
6686 # include <assert.h>
6687 #endif
6688 Syntax error
6689 _ACEOF
6690 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6691 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6692 ac_status=$?
6693 grep -v '^ *+' conftest.er1 >conftest.err
6694 rm -f conftest.er1
6695 cat conftest.err >&5
6696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6697 (exit $ac_status); } >/dev/null; then
6698 if test -s conftest.err; then
6699 ac_cpp_err=$ac_cxx_preproc_warn_flag
6700 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6701 else
6702 ac_cpp_err=
6703 fi
6704 else
6705 ac_cpp_err=yes
6706 fi
6707 if test -z "$ac_cpp_err"; then
6708 :
6709 else
6710 echo "$as_me: failed program was:" >&5
6711 sed 's/^/| /' conftest.$ac_ext >&5
6712
6713 # Broken: fails on valid input.
6714 continue
6715 fi
6716 rm -f conftest.err conftest.$ac_ext
6717
6718 # OK, works on sane cases. Now check whether non-existent headers
6719 # can be detected and how.
6720 cat >conftest.$ac_ext <<_ACEOF
6721 /* confdefs.h. */
6722 _ACEOF
6723 cat confdefs.h >>conftest.$ac_ext
6724 cat >>conftest.$ac_ext <<_ACEOF
6725 /* end confdefs.h. */
6726 #include <ac_nonexistent.h>
6727 _ACEOF
6728 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6729 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6730 ac_status=$?
6731 grep -v '^ *+' conftest.er1 >conftest.err
6732 rm -f conftest.er1
6733 cat conftest.err >&5
6734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6735 (exit $ac_status); } >/dev/null; then
6736 if test -s conftest.err; then
6737 ac_cpp_err=$ac_cxx_preproc_warn_flag
6738 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6739 else
6740 ac_cpp_err=
6741 fi
6742 else
6743 ac_cpp_err=yes
6744 fi
6745 if test -z "$ac_cpp_err"; then
6746 # Broken: success on invalid input.
6747 continue
6748 else
6749 echo "$as_me: failed program was:" >&5
6750 sed 's/^/| /' conftest.$ac_ext >&5
6751
6752 # Passes both tests.
6753 ac_preproc_ok=:
6754 break
6755 fi
6756 rm -f conftest.err conftest.$ac_ext
6757
6758 done
6759 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6760 rm -f conftest.err conftest.$ac_ext
6761 if $ac_preproc_ok; then
6762 :
6763 else
6764 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6765 See \`config.log' for more details." >&5
6766 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6767 See \`config.log' for more details." >&2;}
6768 { (exit 1); exit 1; }; }
6769 fi
6770
6771 ac_ext=cc
6772 ac_cpp='$CXXCPP $CPPFLAGS'
6773 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6774 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6775 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6776
6777
6778 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6779 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6780 if test "${ac_cv_header_stdc+set}" = set; then
6781 echo $ECHO_N "(cached) $ECHO_C" >&6
6782 else
6783 cat >conftest.$ac_ext <<_ACEOF
6784 /* confdefs.h. */
6785 _ACEOF
6786 cat confdefs.h >>conftest.$ac_ext
6787 cat >>conftest.$ac_ext <<_ACEOF
6788 /* end confdefs.h. */
6789 #include <stdlib.h>
6790 #include <stdarg.h>
6791 #include <string.h>
6792 #include <float.h>
6793
6794 int
6795 main ()
6796 {
6797
6798 ;
6799 return 0;
6800 }
6801 _ACEOF
6802 rm -f conftest.$ac_objext
6803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6804 (eval $ac_compile) 2>conftest.er1
6805 ac_status=$?
6806 grep -v '^ *+' conftest.er1 >conftest.err
6807 rm -f conftest.er1
6808 cat conftest.err >&5
6809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810 (exit $ac_status); } &&
6811 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6813 (eval $ac_try) 2>&5
6814 ac_status=$?
6815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6816 (exit $ac_status); }; } &&
6817 { ac_try='test -s conftest.$ac_objext'
6818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6819 (eval $ac_try) 2>&5
6820 ac_status=$?
6821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6822 (exit $ac_status); }; }; then
6823 ac_cv_header_stdc=yes
6824 else
6825 echo "$as_me: failed program was:" >&5
6826 sed 's/^/| /' conftest.$ac_ext >&5
6827
6828 ac_cv_header_stdc=no
6829 fi
6830 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6831
6832 if test $ac_cv_header_stdc = yes; then
6833 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6834 cat >conftest.$ac_ext <<_ACEOF
6835 /* confdefs.h. */
6836 _ACEOF
6837 cat confdefs.h >>conftest.$ac_ext
6838 cat >>conftest.$ac_ext <<_ACEOF
6839 /* end confdefs.h. */
6840 #include <string.h>
6841
6842 _ACEOF
6843 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6844 $EGREP "memchr" >/dev/null 2>&1; then
6845 :
6846 else
6847 ac_cv_header_stdc=no
6848 fi
6849 rm -f conftest*
6850
6851 fi
6852
6853 if test $ac_cv_header_stdc = yes; then
6854 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6855 cat >conftest.$ac_ext <<_ACEOF
6856 /* confdefs.h. */
6857 _ACEOF
6858 cat confdefs.h >>conftest.$ac_ext
6859 cat >>conftest.$ac_ext <<_ACEOF
6860 /* end confdefs.h. */
6861 #include <stdlib.h>
6862
6863 _ACEOF
6864 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6865 $EGREP "free" >/dev/null 2>&1; then
6866 :
6867 else
6868 ac_cv_header_stdc=no
6869 fi
6870 rm -f conftest*
6871
6872 fi
6873
6874 if test $ac_cv_header_stdc = yes; then
6875 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6876 if test "$cross_compiling" = yes; then
6877 :
6878 else
6879 cat >conftest.$ac_ext <<_ACEOF
6880 /* confdefs.h. */
6881 _ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h. */
6885 #include <ctype.h>
6886 #if ((' ' & 0x0FF) == 0x020)
6887 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6888 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6889 #else
6890 # define ISLOWER(c) \
6891 (('a' <= (c) && (c) <= 'i') \
6892 || ('j' <= (c) && (c) <= 'r') \
6893 || ('s' <= (c) && (c) <= 'z'))
6894 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6895 #endif
6896
6897 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6898 int
6899 main ()
6900 {
6901 int i;
6902 for (i = 0; i < 256; i++)
6903 if (XOR (islower (i), ISLOWER (i))
6904 || toupper (i) != TOUPPER (i))
6905 exit(2);
6906 exit (0);
6907 }
6908 _ACEOF
6909 rm -f conftest$ac_exeext
6910 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6911 (eval $ac_link) 2>&5
6912 ac_status=$?
6913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6916 (eval $ac_try) 2>&5
6917 ac_status=$?
6918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6919 (exit $ac_status); }; }; then
6920 :
6921 else
6922 echo "$as_me: program exited with status $ac_status" >&5
6923 echo "$as_me: failed program was:" >&5
6924 sed 's/^/| /' conftest.$ac_ext >&5
6925
6926 ( exit $ac_status )
6927 ac_cv_header_stdc=no
6928 fi
6929 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6930 fi
6931 fi
6932 fi
6933 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6934 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6935 if test $ac_cv_header_stdc = yes; then
6936
6937 cat >>confdefs.h <<\_ACEOF
6938 #define STDC_HEADERS 1
6939 _ACEOF
6940
6941 fi
6942
6943 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6954 inttypes.h stdint.h unistd.h
6955 do
6956 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6957 echo "$as_me:$LINENO: checking for $ac_header" >&5
6958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6959 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6960 echo $ECHO_N "(cached) $ECHO_C" >&6
6961 else
6962 cat >conftest.$ac_ext <<_ACEOF
6963 /* confdefs.h. */
6964 _ACEOF
6965 cat confdefs.h >>conftest.$ac_ext
6966 cat >>conftest.$ac_ext <<_ACEOF
6967 /* end confdefs.h. */
6968 $ac_includes_default
6969
6970 #include <$ac_header>
6971 _ACEOF
6972 rm -f conftest.$ac_objext
6973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6974 (eval $ac_compile) 2>conftest.er1
6975 ac_status=$?
6976 grep -v '^ *+' conftest.er1 >conftest.err
6977 rm -f conftest.er1
6978 cat conftest.err >&5
6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 (exit $ac_status); } &&
6981 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6983 (eval $ac_try) 2>&5
6984 ac_status=$?
6985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6986 (exit $ac_status); }; } &&
6987 { ac_try='test -s conftest.$ac_objext'
6988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6989 (eval $ac_try) 2>&5
6990 ac_status=$?
6991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992 (exit $ac_status); }; }; then
6993 eval "$as_ac_Header=yes"
6994 else
6995 echo "$as_me: failed program was:" >&5
6996 sed 's/^/| /' conftest.$ac_ext >&5
6997
6998 eval "$as_ac_Header=no"
6999 fi
7000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7001 fi
7002 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7003 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7004 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7005 cat >>confdefs.h <<_ACEOF
7006 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7007 _ACEOF
7008
7009 fi
7010
7011 done
7012
7013
7014
7015 for ac_header in ext/hash_map
7016 do
7017 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7018 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7019 echo "$as_me:$LINENO: checking for $ac_header" >&5
7020 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7021 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7022 echo $ECHO_N "(cached) $ECHO_C" >&6
7023 fi
7024 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7025 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7026 else
7027 # Is the header compilable?
7028 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7029 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7030 cat >conftest.$ac_ext <<_ACEOF
7031 /* confdefs.h. */
7032 _ACEOF
7033 cat confdefs.h >>conftest.$ac_ext
7034 cat >>conftest.$ac_ext <<_ACEOF
7035 /* end confdefs.h. */
7036 $ac_includes_default
7037 #include <$ac_header>
7038 _ACEOF
7039 rm -f conftest.$ac_objext
7040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7041 (eval $ac_compile) 2>conftest.er1
7042 ac_status=$?
7043 grep -v '^ *+' conftest.er1 >conftest.err
7044 rm -f conftest.er1
7045 cat conftest.err >&5
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } &&
7048 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7050 (eval $ac_try) 2>&5
7051 ac_status=$?
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); }; } &&
7054 { ac_try='test -s conftest.$ac_objext'
7055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7056 (eval $ac_try) 2>&5
7057 ac_status=$?
7058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059 (exit $ac_status); }; }; then
7060 ac_header_compiler=yes
7061 else
7062 echo "$as_me: failed program was:" >&5
7063 sed 's/^/| /' conftest.$ac_ext >&5
7064
7065 ac_header_compiler=no
7066 fi
7067 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7068 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7069 echo "${ECHO_T}$ac_header_compiler" >&6
7070
7071 # Is the header present?
7072 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7073 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7074 cat >conftest.$ac_ext <<_ACEOF
7075 /* confdefs.h. */
7076 _ACEOF
7077 cat confdefs.h >>conftest.$ac_ext
7078 cat >>conftest.$ac_ext <<_ACEOF
7079 /* end confdefs.h. */
7080 #include <$ac_header>
7081 _ACEOF
7082 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7084 ac_status=$?
7085 grep -v '^ *+' conftest.er1 >conftest.err
7086 rm -f conftest.er1
7087 cat conftest.err >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } >/dev/null; then
7090 if test -s conftest.err; then
7091 ac_cpp_err=$ac_cxx_preproc_warn_flag
7092 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7093 else
7094 ac_cpp_err=
7095 fi
7096 else
7097 ac_cpp_err=yes
7098 fi
7099 if test -z "$ac_cpp_err"; then
7100 ac_header_preproc=yes
7101 else
7102 echo "$as_me: failed program was:" >&5
7103 sed 's/^/| /' conftest.$ac_ext >&5
7104
7105 ac_header_preproc=no
7106 fi
7107 rm -f conftest.err conftest.$ac_ext
7108 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7109 echo "${ECHO_T}$ac_header_preproc" >&6
7110
7111 # So? What about this header?
7112 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7113 yes:no: )
7114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7115 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7117 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7118 ac_header_preproc=yes
7119 ;;
7120 no:yes:* )
7121 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7122 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7123 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7124 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7125 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7126 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7127 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7128 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7130 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7131 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7132 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7133 (
7134 cat <<\_ASBOX
7135 ## ------------------------------------------ ##
7136 ## Report this to the AC_PACKAGE_NAME lists. ##
7137 ## ------------------------------------------ ##
7138 _ASBOX
7139 ) |
7140 sed "s/^/$as_me: WARNING: /" >&2
7141 ;;
7142 esac
7143 echo "$as_me:$LINENO: checking for $ac_header" >&5
7144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7146 echo $ECHO_N "(cached) $ECHO_C" >&6
7147 else
7148 eval "$as_ac_Header=\$ac_header_preproc"
7149 fi
7150 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7151 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7152
7153 fi
7154 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7155 cat >>confdefs.h <<_ACEOF
7156 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7157 _ACEOF
7158
7159 fi
7160
7161 done
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180 for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7181 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h \
7182 sys/mman.h netinet/in.h
7183 do
7184 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7185 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7186 echo "$as_me:$LINENO: checking for $ac_header" >&5
7187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7188 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7189 echo $ECHO_N "(cached) $ECHO_C" >&6
7190 fi
7191 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7192 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7193 else
7194 # Is the header compilable?
7195 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7196 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7197 cat >conftest.$ac_ext <<_ACEOF
7198 /* confdefs.h. */
7199 _ACEOF
7200 cat confdefs.h >>conftest.$ac_ext
7201 cat >>conftest.$ac_ext <<_ACEOF
7202 /* end confdefs.h. */
7203 $ac_includes_default
7204 #include <$ac_header>
7205 _ACEOF
7206 rm -f conftest.$ac_objext
7207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7208 (eval $ac_compile) 2>conftest.er1
7209 ac_status=$?
7210 grep -v '^ *+' conftest.er1 >conftest.err
7211 rm -f conftest.er1
7212 cat conftest.err >&5
7213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7214 (exit $ac_status); } &&
7215 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7217 (eval $ac_try) 2>&5
7218 ac_status=$?
7219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7220 (exit $ac_status); }; } &&
7221 { ac_try='test -s conftest.$ac_objext'
7222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7223 (eval $ac_try) 2>&5
7224 ac_status=$?
7225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7226 (exit $ac_status); }; }; then
7227 ac_header_compiler=yes
7228 else
7229 echo "$as_me: failed program was:" >&5
7230 sed 's/^/| /' conftest.$ac_ext >&5
7231
7232 ac_header_compiler=no
7233 fi
7234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7235 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7236 echo "${ECHO_T}$ac_header_compiler" >&6
7237
7238 # Is the header present?
7239 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7240 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7241 cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h. */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h. */
7247 #include <$ac_header>
7248 _ACEOF
7249 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7250 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7251 ac_status=$?
7252 grep -v '^ *+' conftest.er1 >conftest.err
7253 rm -f conftest.er1
7254 cat conftest.err >&5
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); } >/dev/null; then
7257 if test -s conftest.err; then
7258 ac_cpp_err=$ac_cxx_preproc_warn_flag
7259 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7260 else
7261 ac_cpp_err=
7262 fi
7263 else
7264 ac_cpp_err=yes
7265 fi
7266 if test -z "$ac_cpp_err"; then
7267 ac_header_preproc=yes
7268 else
7269 echo "$as_me: failed program was:" >&5
7270 sed 's/^/| /' conftest.$ac_ext >&5
7271
7272 ac_header_preproc=no
7273 fi
7274 rm -f conftest.err conftest.$ac_ext
7275 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7276 echo "${ECHO_T}$ac_header_preproc" >&6
7277
7278 # So? What about this header?
7279 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7280 yes:no: )
7281 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7282 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7283 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7284 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7285 ac_header_preproc=yes
7286 ;;
7287 no:yes:* )
7288 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7289 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7290 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7291 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7292 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7293 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7294 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7295 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7296 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7297 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7298 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7299 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7300 (
7301 cat <<\_ASBOX
7302 ## ------------------------------------------ ##
7303 ## Report this to the AC_PACKAGE_NAME lists. ##
7304 ## ------------------------------------------ ##
7305 _ASBOX
7306 ) |
7307 sed "s/^/$as_me: WARNING: /" >&2
7308 ;;
7309 esac
7310 echo "$as_me:$LINENO: checking for $ac_header" >&5
7311 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7312 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7313 echo $ECHO_N "(cached) $ECHO_C" >&6
7314 else
7315 eval "$as_ac_Header=\$ac_header_preproc"
7316 fi
7317 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7318 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7319
7320 fi
7321 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7322 cat >>confdefs.h <<_ACEOF
7323 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7324 _ACEOF
7325
7326 fi
7327
7328 done
7329
7330
7331
7332
7333
7334
7335
7336 for ac_header in arpa/inet.h net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7337 do
7338 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7339 echo "$as_me:$LINENO: checking for $ac_header" >&5
7340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7341 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7342 echo $ECHO_N "(cached) $ECHO_C" >&6
7343 else
7344 cat >conftest.$ac_ext <<_ACEOF
7345 /* confdefs.h. */
7346 _ACEOF
7347 cat confdefs.h >>conftest.$ac_ext
7348 cat >>conftest.$ac_ext <<_ACEOF
7349 /* end confdefs.h. */
7350
7351 #include <sys/types.h>
7352 #include <sys/socket.h>
7353 #ifdef HAVE_NETINET_IN_H
7354 # include <netinet/in.h>
7355 #endif
7356 #ifdef HAVE_ARPA_INET_H
7357 # include <arpa/inet.h>
7358 #endif
7359 #ifdef HAVE_NETINET_IN_SYSTM_H
7360 # include <netinet/in_systm.h>
7361 #endif
7362
7363
7364 #include <$ac_header>
7365 _ACEOF
7366 rm -f conftest.$ac_objext
7367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7368 (eval $ac_compile) 2>conftest.er1
7369 ac_status=$?
7370 grep -v '^ *+' conftest.er1 >conftest.err
7371 rm -f conftest.er1
7372 cat conftest.err >&5
7373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7374 (exit $ac_status); } &&
7375 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7377 (eval $ac_try) 2>&5
7378 ac_status=$?
7379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7380 (exit $ac_status); }; } &&
7381 { ac_try='test -s conftest.$ac_objext'
7382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7383 (eval $ac_try) 2>&5
7384 ac_status=$?
7385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386 (exit $ac_status); }; }; then
7387 eval "$as_ac_Header=yes"
7388 else
7389 echo "$as_me: failed program was:" >&5
7390 sed 's/^/| /' conftest.$ac_ext >&5
7391
7392 eval "$as_ac_Header=no"
7393 fi
7394 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7395 fi
7396 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7397 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7398 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7399 cat >>confdefs.h <<_ACEOF
7400 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7401 _ACEOF
7402
7403 fi
7404
7405 done
7406
7407
7408 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7409 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7410 if test "${ac_cv_c_const+set}" = set; then
7411 echo $ECHO_N "(cached) $ECHO_C" >&6
7412 else
7413 cat >conftest.$ac_ext <<_ACEOF
7414 /* confdefs.h. */
7415 _ACEOF
7416 cat confdefs.h >>conftest.$ac_ext
7417 cat >>conftest.$ac_ext <<_ACEOF
7418 /* end confdefs.h. */
7419
7420 int
7421 main ()
7422 {
7423 /* FIXME: Include the comments suggested by Paul. */
7424 #ifndef __cplusplus
7425 /* Ultrix mips cc rejects this. */
7426 typedef int charset[2];
7427 const charset x;
7428 /* SunOS 4.1.1 cc rejects this. */
7429 char const *const *ccp;
7430 char **p;
7431 /* NEC SVR4.0.2 mips cc rejects this. */
7432 struct point {int x, y;};
7433 static struct point const zero = {0,0};
7434 /* AIX XL C 1.02.0.0 rejects this.
7435 It does not let you subtract one const X* pointer from another in
7436 an arm of an if-expression whose if-part is not a constant
7437 expression */
7438 const char *g = "string";
7439 ccp = &g + (g ? g-g : 0);
7440 /* HPUX 7.0 cc rejects these. */
7441 ++ccp;
7442 p = (char**) ccp;
7443 ccp = (char const *const *) p;
7444 { /* SCO 3.2v4 cc rejects this. */
7445 char *t;
7446 char const *s = 0 ? (char *) 0 : (char const *) 0;
7447
7448 *t++ = 0;
7449 }
7450 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7451 int x[] = {25, 17};
7452 const int *foo = &x[0];
7453 ++foo;
7454 }
7455 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7456 typedef const int *iptr;
7457 iptr p = 0;
7458 ++p;
7459 }
7460 { /* AIX XL C 1.02.0.0 rejects this saying
7461 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7462 struct s { int j; const int *ap[3]; };
7463 struct s *b; b->j = 5;
7464 }
7465 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7466 const int foo = 10;
7467 }
7468 #endif
7469
7470 ;
7471 return 0;
7472 }
7473 _ACEOF
7474 rm -f conftest.$ac_objext
7475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7476 (eval $ac_compile) 2>conftest.er1
7477 ac_status=$?
7478 grep -v '^ *+' conftest.er1 >conftest.err
7479 rm -f conftest.er1
7480 cat conftest.err >&5
7481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7482 (exit $ac_status); } &&
7483 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7485 (eval $ac_try) 2>&5
7486 ac_status=$?
7487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7488 (exit $ac_status); }; } &&
7489 { ac_try='test -s conftest.$ac_objext'
7490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7491 (eval $ac_try) 2>&5
7492 ac_status=$?
7493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7494 (exit $ac_status); }; }; then
7495 ac_cv_c_const=yes
7496 else
7497 echo "$as_me: failed program was:" >&5
7498 sed 's/^/| /' conftest.$ac_ext >&5
7499
7500 ac_cv_c_const=no
7501 fi
7502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7503 fi
7504 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7505 echo "${ECHO_T}$ac_cv_c_const" >&6
7506 if test $ac_cv_c_const = no; then
7507
7508 cat >>confdefs.h <<\_ACEOF
7509 #define const
7510 _ACEOF
7511
7512 fi
7513
7514 echo "$as_me:$LINENO: checking for pid_t" >&5
7515 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7516 if test "${ac_cv_type_pid_t+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6
7518 else
7519 cat >conftest.$ac_ext <<_ACEOF
7520 /* confdefs.h. */
7521 _ACEOF
7522 cat confdefs.h >>conftest.$ac_ext
7523 cat >>conftest.$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7525 $ac_includes_default
7526 int
7527 main ()
7528 {
7529 if ((pid_t *) 0)
7530 return 0;
7531 if (sizeof (pid_t))
7532 return 0;
7533 ;
7534 return 0;
7535 }
7536 _ACEOF
7537 rm -f conftest.$ac_objext
7538 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7539 (eval $ac_compile) 2>conftest.er1
7540 ac_status=$?
7541 grep -v '^ *+' conftest.er1 >conftest.err
7542 rm -f conftest.er1
7543 cat conftest.err >&5
7544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7545 (exit $ac_status); } &&
7546 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7548 (eval $ac_try) 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_pid_t=yes
7559 else
7560 echo "$as_me: failed program was:" >&5
7561 sed 's/^/| /' conftest.$ac_ext >&5
7562
7563 ac_cv_type_pid_t=no
7564 fi
7565 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7566 fi
7567 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7568 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7569 if test $ac_cv_type_pid_t = yes; then
7570 :
7571 else
7572
7573 cat >>confdefs.h <<_ACEOF
7574 #define pid_t int
7575 _ACEOF
7576
7577 fi
7578
7579 echo "$as_me:$LINENO: checking for size_t" >&5
7580 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7581 if test "${ac_cv_type_size_t+set}" = set; then
7582 echo $ECHO_N "(cached) $ECHO_C" >&6
7583 else
7584 cat >conftest.$ac_ext <<_ACEOF
7585 /* confdefs.h. */
7586 _ACEOF
7587 cat confdefs.h >>conftest.$ac_ext
7588 cat >>conftest.$ac_ext <<_ACEOF
7589 /* end confdefs.h. */
7590 $ac_includes_default
7591 int
7592 main ()
7593 {
7594 if ((size_t *) 0)
7595 return 0;
7596 if (sizeof (size_t))
7597 return 0;
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>conftest.er1
7605 ac_status=$?
7606 grep -v '^ *+' conftest.er1 >conftest.err
7607 rm -f conftest.er1
7608 cat conftest.err >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); } &&
7611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7613 (eval $ac_try) 2>&5
7614 ac_status=$?
7615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7616 (exit $ac_status); }; } &&
7617 { ac_try='test -s conftest.$ac_objext'
7618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7619 (eval $ac_try) 2>&5
7620 ac_status=$?
7621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7622 (exit $ac_status); }; }; then
7623 ac_cv_type_size_t=yes
7624 else
7625 echo "$as_me: failed program was:" >&5
7626 sed 's/^/| /' conftest.$ac_ext >&5
7627
7628 ac_cv_type_size_t=no
7629 fi
7630 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7631 fi
7632 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7633 echo "${ECHO_T}$ac_cv_type_size_t" >&6
7634 if test $ac_cv_type_size_t = yes; then
7635 :
7636 else
7637
7638 cat >>confdefs.h <<_ACEOF
7639 #define size_t unsigned
7640 _ACEOF
7641
7642 fi
7643
7644 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7645 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7646 if test "${ac_cv_header_time+set}" = set; then
7647 echo $ECHO_N "(cached) $ECHO_C" >&6
7648 else
7649 cat >conftest.$ac_ext <<_ACEOF
7650 /* confdefs.h. */
7651 _ACEOF
7652 cat confdefs.h >>conftest.$ac_ext
7653 cat >>conftest.$ac_ext <<_ACEOF
7654 /* end confdefs.h. */
7655 #include <sys/types.h>
7656 #include <sys/time.h>
7657 #include <time.h>
7658
7659 int
7660 main ()
7661 {
7662 if ((struct tm *) 0)
7663 return 0;
7664 ;
7665 return 0;
7666 }
7667 _ACEOF
7668 rm -f conftest.$ac_objext
7669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7670 (eval $ac_compile) 2>conftest.er1
7671 ac_status=$?
7672 grep -v '^ *+' conftest.er1 >conftest.err
7673 rm -f conftest.er1
7674 cat conftest.err >&5
7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7676 (exit $ac_status); } &&
7677 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7679 (eval $ac_try) 2>&5
7680 ac_status=$?
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); }; } &&
7683 { ac_try='test -s conftest.$ac_objext'
7684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7685 (eval $ac_try) 2>&5
7686 ac_status=$?
7687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7688 (exit $ac_status); }; }; then
7689 ac_cv_header_time=yes
7690 else
7691 echo "$as_me: failed program was:" >&5
7692 sed 's/^/| /' conftest.$ac_ext >&5
7693
7694 ac_cv_header_time=no
7695 fi
7696 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7697 fi
7698 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7699 echo "${ECHO_T}$ac_cv_header_time" >&6
7700 if test $ac_cv_header_time = yes; then
7701
7702 cat >>confdefs.h <<\_ACEOF
7703 #define TIME_WITH_SYS_TIME 1
7704 _ACEOF
7705
7706 fi
7707
7708 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7709 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7710 if test "${ac_cv_struct_tm+set}" = set; then
7711 echo $ECHO_N "(cached) $ECHO_C" >&6
7712 else
7713 cat >conftest.$ac_ext <<_ACEOF
7714 /* confdefs.h. */
7715 _ACEOF
7716 cat confdefs.h >>conftest.$ac_ext
7717 cat >>conftest.$ac_ext <<_ACEOF
7718 /* end confdefs.h. */
7719 #include <sys/types.h>
7720 #include <time.h>
7721
7722 int
7723 main ()
7724 {
7725 struct tm *tp; tp->tm_sec;
7726 ;
7727 return 0;
7728 }
7729 _ACEOF
7730 rm -f conftest.$ac_objext
7731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7732 (eval $ac_compile) 2>conftest.er1
7733 ac_status=$?
7734 grep -v '^ *+' conftest.er1 >conftest.err
7735 rm -f conftest.er1
7736 cat conftest.err >&5
7737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7738 (exit $ac_status); } &&
7739 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7741 (eval $ac_try) 2>&5
7742 ac_status=$?
7743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7744 (exit $ac_status); }; } &&
7745 { ac_try='test -s conftest.$ac_objext'
7746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7747 (eval $ac_try) 2>&5
7748 ac_status=$?
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); }; }; then
7751 ac_cv_struct_tm=time.h
7752 else
7753 echo "$as_me: failed program was:" >&5
7754 sed 's/^/| /' conftest.$ac_ext >&5
7755
7756 ac_cv_struct_tm=sys/time.h
7757 fi
7758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7759 fi
7760 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7761 echo "${ECHO_T}$ac_cv_struct_tm" >&6
7762 if test $ac_cv_struct_tm = sys/time.h; then
7763
7764 cat >>confdefs.h <<\_ACEOF
7765 #define TM_IN_SYS_TIME 1
7766 _ACEOF
7767
7768 fi
7769
7770
7771 echo "$as_me:$LINENO: checking for socklen_t" >&5
7772 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7773 if test "${ac_cv_type_socklen_t+set}" = set; then
7774 echo $ECHO_N "(cached) $ECHO_C" >&6
7775 else
7776
7777 cat >conftest.$ac_ext <<_ACEOF
7778 /* confdefs.h. */
7779 _ACEOF
7780 cat confdefs.h >>conftest.$ac_ext
7781 cat >>conftest.$ac_ext <<_ACEOF
7782 /* end confdefs.h. */
7783 #include <sys/types.h>
7784 #include <sys/socket.h>
7785 int
7786 main ()
7787 {
7788 socklen_t len = 42; return len;
7789 ;
7790 return 0;
7791 }
7792 _ACEOF
7793 rm -f conftest.$ac_objext
7794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7795 (eval $ac_compile) 2>conftest.er1
7796 ac_status=$?
7797 grep -v '^ *+' conftest.er1 >conftest.err
7798 rm -f conftest.er1
7799 cat conftest.err >&5
7800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7801 (exit $ac_status); } &&
7802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7804 (eval $ac_try) 2>&5
7805 ac_status=$?
7806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7807 (exit $ac_status); }; } &&
7808 { ac_try='test -s conftest.$ac_objext'
7809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7810 (eval $ac_try) 2>&5
7811 ac_status=$?
7812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); }; }; then
7814 ac_cv_type_socklen_t=yes
7815 else
7816 echo "$as_me: failed program was:" >&5
7817 sed 's/^/| /' conftest.$ac_ext >&5
7818
7819 ac_cv_type_socklen_t=no
7820 fi
7821 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7822
7823 fi
7824 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7825 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7826 if test $ac_cv_type_socklen_t = yes; then
7827
7828 cat >>confdefs.h <<\_ACEOF
7829 #define HAVE_SOCKLEN_T 1
7830 _ACEOF
7831
7832 fi
7833
7834 echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7835 echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7836 if test "${ac_cv_struct_addrinfo+set}" = set; then
7837 echo $ECHO_N "(cached) $ECHO_C" >&6
7838 else
7839
7840 cat >conftest.$ac_ext <<_ACEOF
7841 /* confdefs.h. */
7842 _ACEOF
7843 cat confdefs.h >>conftest.$ac_ext
7844 cat >>conftest.$ac_ext <<_ACEOF
7845 /* end confdefs.h. */
7846 #include <sys/types.h>
7847 #include <sys/socket.h>
7848 #include <netdb.h>
7849 int
7850 main ()
7851 {
7852 struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7853 ;
7854 return 0;
7855 }
7856 _ACEOF
7857 rm -f conftest.$ac_objext
7858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7859 (eval $ac_compile) 2>conftest.er1
7860 ac_status=$?
7861 grep -v '^ *+' conftest.er1 >conftest.err
7862 rm -f conftest.er1
7863 cat conftest.err >&5
7864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7865 (exit $ac_status); } &&
7866 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7868 (eval $ac_try) 2>&5
7869 ac_status=$?
7870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7871 (exit $ac_status); }; } &&
7872 { ac_try='test -s conftest.$ac_objext'
7873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7874 (eval $ac_try) 2>&5
7875 ac_status=$?
7876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7877 (exit $ac_status); }; }; then
7878 ac_cv_struct_addrinfo=yes
7879 else
7880 echo "$as_me: failed program was:" >&5
7881 sed 's/^/| /' conftest.$ac_ext >&5
7882
7883 ac_cv_struct_addrinfo=no
7884 fi
7885 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7886
7887 fi
7888 echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7889 echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7890 if test $ac_cv_struct_addrinfo = yes; then
7891
7892 cat >>confdefs.h <<\_ACEOF
7893 #define HAVE_STRUCT_ADDRINFO 1
7894 _ACEOF
7895
7896 fi
7897
7898 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7899 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7900 if test "${ac_cv_type_signal+set}" = set; then
7901 echo $ECHO_N "(cached) $ECHO_C" >&6
7902 else
7903 cat >conftest.$ac_ext <<_ACEOF
7904 /* confdefs.h. */
7905 _ACEOF
7906 cat confdefs.h >>conftest.$ac_ext
7907 cat >>conftest.$ac_ext <<_ACEOF
7908 /* end confdefs.h. */
7909 #include <sys/types.h>
7910 #include <signal.h>
7911 #ifdef signal
7912 # undef signal
7913 #endif
7914 #ifdef __cplusplus
7915 extern "C" void (*signal (int, void (*)(int)))(int);
7916 #else
7917 void (*signal ()) ();
7918 #endif
7919
7920 int
7921 main ()
7922 {
7923 int i;
7924 ;
7925 return 0;
7926 }
7927 _ACEOF
7928 rm -f conftest.$ac_objext
7929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7930 (eval $ac_compile) 2>conftest.er1
7931 ac_status=$?
7932 grep -v '^ *+' conftest.er1 >conftest.err
7933 rm -f conftest.er1
7934 cat conftest.err >&5
7935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7936 (exit $ac_status); } &&
7937 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7939 (eval $ac_try) 2>&5
7940 ac_status=$?
7941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7942 (exit $ac_status); }; } &&
7943 { ac_try='test -s conftest.$ac_objext'
7944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7945 (eval $ac_try) 2>&5
7946 ac_status=$?
7947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7948 (exit $ac_status); }; }; then
7949 ac_cv_type_signal=void
7950 else
7951 echo "$as_me: failed program was:" >&5
7952 sed 's/^/| /' conftest.$ac_ext >&5
7953
7954 ac_cv_type_signal=int
7955 fi
7956 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7957 fi
7958 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7959 echo "${ECHO_T}$ac_cv_type_signal" >&6
7960
7961 cat >>confdefs.h <<_ACEOF
7962 #define RETSIGTYPE $ac_cv_type_signal
7963 _ACEOF
7964
7965
7966
7967 ac_ext=c
7968 ac_cpp='$CPP $CPPFLAGS'
7969 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7970 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7971 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7972
7973
7974 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7975 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7976 if test "${ac_cv_header_stdc+set}" = set; then
7977 echo $ECHO_N "(cached) $ECHO_C" >&6
7978 else
7979 cat >conftest.$ac_ext <<_ACEOF
7980 /* confdefs.h. */
7981 _ACEOF
7982 cat confdefs.h >>conftest.$ac_ext
7983 cat >>conftest.$ac_ext <<_ACEOF
7984 /* end confdefs.h. */
7985 #include <stdlib.h>
7986 #include <stdarg.h>
7987 #include <string.h>
7988 #include <float.h>
7989
7990 int
7991 main ()
7992 {
7993
7994 ;
7995 return 0;
7996 }
7997 _ACEOF
7998 rm -f conftest.$ac_objext
7999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8000 (eval $ac_compile) 2>conftest.er1
8001 ac_status=$?
8002 grep -v '^ *+' conftest.er1 >conftest.err
8003 rm -f conftest.er1
8004 cat conftest.err >&5
8005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8006 (exit $ac_status); } &&
8007 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8009 (eval $ac_try) 2>&5
8010 ac_status=$?
8011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); }; } &&
8013 { ac_try='test -s conftest.$ac_objext'
8014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8015 (eval $ac_try) 2>&5
8016 ac_status=$?
8017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8018 (exit $ac_status); }; }; then
8019 ac_cv_header_stdc=yes
8020 else
8021 echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8023
8024 ac_cv_header_stdc=no
8025 fi
8026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8027
8028 if test $ac_cv_header_stdc = yes; then
8029 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8030 cat >conftest.$ac_ext <<_ACEOF
8031 /* confdefs.h. */
8032 _ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8036 #include <string.h>
8037
8038 _ACEOF
8039 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8040 $EGREP "memchr" >/dev/null 2>&1; then
8041 :
8042 else
8043 ac_cv_header_stdc=no
8044 fi
8045 rm -f conftest*
8046
8047 fi
8048
8049 if test $ac_cv_header_stdc = yes; then
8050 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8051 cat >conftest.$ac_ext <<_ACEOF
8052 /* confdefs.h. */
8053 _ACEOF
8054 cat confdefs.h >>conftest.$ac_ext
8055 cat >>conftest.$ac_ext <<_ACEOF
8056 /* end confdefs.h. */
8057 #include <stdlib.h>
8058
8059 _ACEOF
8060 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8061 $EGREP "free" >/dev/null 2>&1; then
8062 :
8063 else
8064 ac_cv_header_stdc=no
8065 fi
8066 rm -f conftest*
8067
8068 fi
8069
8070 if test $ac_cv_header_stdc = yes; then
8071 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8072 if test "$cross_compiling" = yes; then
8073 :
8074 else
8075 cat >conftest.$ac_ext <<_ACEOF
8076 /* confdefs.h. */
8077 _ACEOF
8078 cat confdefs.h >>conftest.$ac_ext
8079 cat >>conftest.$ac_ext <<_ACEOF
8080 /* end confdefs.h. */
8081 #include <ctype.h>
8082 #if ((' ' & 0x0FF) == 0x020)
8083 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8084 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8085 #else
8086 # define ISLOWER(c) \
8087 (('a' <= (c) && (c) <= 'i') \
8088 || ('j' <= (c) && (c) <= 'r') \
8089 || ('s' <= (c) && (c) <= 'z'))
8090 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8091 #endif
8092
8093 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8094 int
8095 main ()
8096 {
8097 int i;
8098 for (i = 0; i < 256; i++)
8099 if (XOR (islower (i), ISLOWER (i))
8100 || toupper (i) != TOUPPER (i))
8101 exit(2);
8102 exit (0);
8103 }
8104 _ACEOF
8105 rm -f conftest$ac_exeext
8106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8107 (eval $ac_link) 2>&5
8108 ac_status=$?
8109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8110 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8112 (eval $ac_try) 2>&5
8113 ac_status=$?
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); }; }; then
8116 :
8117 else
8118 echo "$as_me: program exited with status $ac_status" >&5
8119 echo "$as_me: failed program was:" >&5
8120 sed 's/^/| /' conftest.$ac_ext >&5
8121
8122 ( exit $ac_status )
8123 ac_cv_header_stdc=no
8124 fi
8125 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8126 fi
8127 fi
8128 fi
8129 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8130 echo "${ECHO_T}$ac_cv_header_stdc" >&6
8131 if test $ac_cv_header_stdc = yes; then
8132
8133 cat >>confdefs.h <<\_ACEOF
8134 #define STDC_HEADERS 1
8135 _ACEOF
8136
8137 fi
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8151 do
8152 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8153 echo "$as_me:$LINENO: checking for $ac_func" >&5
8154 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8155 if eval "test \"\${$as_ac_var+set}\" = set"; then
8156 echo $ECHO_N "(cached) $ECHO_C" >&6
8157 else
8158 cat >conftest.$ac_ext <<_ACEOF
8159 /* confdefs.h. */
8160 _ACEOF
8161 cat confdefs.h >>conftest.$ac_ext
8162 cat >>conftest.$ac_ext <<_ACEOF
8163 /* end confdefs.h. */
8164 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8165 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8166 #define $ac_func innocuous_$ac_func
8167
8168 /* System header to define __stub macros and hopefully few prototypes,
8169 which can conflict with char $ac_func (); below.
8170 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8171 <limits.h> exists even on freestanding compilers. */
8172
8173 #ifdef __STDC__
8174 # include <limits.h>
8175 #else
8176 # include <assert.h>
8177 #endif
8178
8179 #undef $ac_func
8180
8181 /* Override any gcc2 internal prototype to avoid an error. */
8182 #ifdef __cplusplus
8183 extern "C"
8184 {
8185 #endif
8186 /* We use char because int might match the return type of a gcc2
8187 builtin and then its argument prototype would still apply. */
8188 char $ac_func ();
8189 /* The GNU C library defines this for functions which it implements
8190 to always fail with ENOSYS. Some functions are actually named
8191 something starting with __ and the normal name is an alias. */
8192 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8193 choke me
8194 #else
8195 char (*f) () = $ac_func;
8196 #endif
8197 #ifdef __cplusplus
8198 }
8199 #endif
8200
8201 int
8202 main ()
8203 {
8204 return f != $ac_func;
8205 ;
8206 return 0;
8207 }
8208 _ACEOF
8209 rm -f conftest.$ac_objext conftest$ac_exeext
8210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8211 (eval $ac_link) 2>conftest.er1
8212 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } &&
8218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8220 (eval $ac_try) 2>&5
8221 ac_status=$?
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); }; } &&
8224 { ac_try='test -s conftest$ac_exeext'
8225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8226 (eval $ac_try) 2>&5
8227 ac_status=$?
8228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229 (exit $ac_status); }; }; then
8230 eval "$as_ac_var=yes"
8231 else
8232 echo "$as_me: failed program was:" >&5
8233 sed 's/^/| /' conftest.$ac_ext >&5
8234
8235 eval "$as_ac_var=no"
8236 fi
8237 rm -f conftest.err conftest.$ac_objext \
8238 conftest$ac_exeext conftest.$ac_ext
8239 fi
8240 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8241 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8242 if test `eval echo '${'$as_ac_var'}'` = yes; then
8243 cat >>confdefs.h <<_ACEOF
8244 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8245 _ACEOF
8246
8247 fi
8248 done
8249
8250
8251 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8252 # for constant arguments. Useless!
8253 echo "$as_me:$LINENO: checking for working alloca.h" >&5
8254 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8255 if test "${ac_cv_working_alloca_h+set}" = set; then
8256 echo $ECHO_N "(cached) $ECHO_C" >&6
8257 else
8258 cat >conftest.$ac_ext <<_ACEOF
8259 /* confdefs.h. */
8260 _ACEOF
8261 cat confdefs.h >>conftest.$ac_ext
8262 cat >>conftest.$ac_ext <<_ACEOF
8263 /* end confdefs.h. */
8264 #include <alloca.h>
8265 int
8266 main ()
8267 {
8268 char *p = (char *) alloca (2 * sizeof (int));
8269 ;
8270 return 0;
8271 }
8272 _ACEOF
8273 rm -f conftest.$ac_objext conftest$ac_exeext
8274 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8275 (eval $ac_link) 2>conftest.er1
8276 ac_status=$?
8277 grep -v '^ *+' conftest.er1 >conftest.err
8278 rm -f conftest.er1
8279 cat conftest.err >&5
8280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8281 (exit $ac_status); } &&
8282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8284 (eval $ac_try) 2>&5
8285 ac_status=$?
8286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 (exit $ac_status); }; } &&
8288 { ac_try='test -s conftest$ac_exeext'
8289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8290 (eval $ac_try) 2>&5
8291 ac_status=$?
8292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8293 (exit $ac_status); }; }; then
8294 ac_cv_working_alloca_h=yes
8295 else
8296 echo "$as_me: failed program was:" >&5
8297 sed 's/^/| /' conftest.$ac_ext >&5
8298
8299 ac_cv_working_alloca_h=no
8300 fi
8301 rm -f conftest.err conftest.$ac_objext \
8302 conftest$ac_exeext conftest.$ac_ext
8303 fi
8304 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8305 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8306 if test $ac_cv_working_alloca_h = yes; then
8307
8308 cat >>confdefs.h <<\_ACEOF
8309 #define HAVE_ALLOCA_H 1
8310 _ACEOF
8311
8312 fi
8313
8314 echo "$as_me:$LINENO: checking for alloca" >&5
8315 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8316 if test "${ac_cv_func_alloca_works+set}" = set; then
8317 echo $ECHO_N "(cached) $ECHO_C" >&6
8318 else
8319 cat >conftest.$ac_ext <<_ACEOF
8320 /* confdefs.h. */
8321 _ACEOF
8322 cat confdefs.h >>conftest.$ac_ext
8323 cat >>conftest.$ac_ext <<_ACEOF
8324 /* end confdefs.h. */
8325 #ifdef __GNUC__
8326 # define alloca __builtin_alloca
8327 #else
8328 # ifdef _MSC_VER
8329 # include <malloc.h>
8330 # define alloca _alloca
8331 # else
8332 # if HAVE_ALLOCA_H
8333 # include <alloca.h>
8334 # else
8335 # ifdef _AIX
8336 #pragma alloca
8337 # else
8338 # ifndef alloca /* predefined by HP cc +Olibcalls */
8339 char *alloca ();
8340 # endif
8341 # endif
8342 # endif
8343 # endif
8344 #endif
8345
8346 int
8347 main ()
8348 {
8349 char *p = (char *) alloca (1);
8350 ;
8351 return 0;
8352 }
8353 _ACEOF
8354 rm -f conftest.$ac_objext conftest$ac_exeext
8355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8356 (eval $ac_link) 2>conftest.er1
8357 ac_status=$?
8358 grep -v '^ *+' conftest.er1 >conftest.err
8359 rm -f conftest.er1
8360 cat conftest.err >&5
8361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8362 (exit $ac_status); } &&
8363 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8365 (eval $ac_try) 2>&5
8366 ac_status=$?
8367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8368 (exit $ac_status); }; } &&
8369 { ac_try='test -s conftest$ac_exeext'
8370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8371 (eval $ac_try) 2>&5
8372 ac_status=$?
8373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374 (exit $ac_status); }; }; then
8375 ac_cv_func_alloca_works=yes
8376 else
8377 echo "$as_me: failed program was:" >&5
8378 sed 's/^/| /' conftest.$ac_ext >&5
8379
8380 ac_cv_func_alloca_works=no
8381 fi
8382 rm -f conftest.err conftest.$ac_objext \
8383 conftest$ac_exeext conftest.$ac_ext
8384 fi
8385 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8386 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8387
8388 if test $ac_cv_func_alloca_works = yes; then
8389
8390 cat >>confdefs.h <<\_ACEOF
8391 #define HAVE_ALLOCA 1
8392 _ACEOF
8393
8394 else
8395 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8396 # that cause trouble. Some versions do not even contain alloca or
8397 # contain a buggy version. If you still want to use their alloca,
8398 # use ar to extract alloca.o from them instead of compiling alloca.c.
8399
8400 ALLOCA=alloca.$ac_objext
8401
8402 cat >>confdefs.h <<\_ACEOF
8403 #define C_ALLOCA 1
8404 _ACEOF
8405
8406
8407 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8408 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8409 if test "${ac_cv_os_cray+set}" = set; then
8410 echo $ECHO_N "(cached) $ECHO_C" >&6
8411 else
8412 cat >conftest.$ac_ext <<_ACEOF
8413 /* confdefs.h. */
8414 _ACEOF
8415 cat confdefs.h >>conftest.$ac_ext
8416 cat >>conftest.$ac_ext <<_ACEOF
8417 /* end confdefs.h. */
8418 #if defined(CRAY) && ! defined(CRAY2)
8419 webecray
8420 #else
8421 wenotbecray
8422 #endif
8423
8424 _ACEOF
8425 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8426 $EGREP "webecray" >/dev/null 2>&1; then
8427 ac_cv_os_cray=yes
8428 else
8429 ac_cv_os_cray=no
8430 fi
8431 rm -f conftest*
8432
8433 fi
8434 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8435 echo "${ECHO_T}$ac_cv_os_cray" >&6
8436 if test $ac_cv_os_cray = yes; then
8437 for ac_func in _getb67 GETB67 getb67; do
8438 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8439 echo "$as_me:$LINENO: checking for $ac_func" >&5
8440 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8441 if eval "test \"\${$as_ac_var+set}\" = set"; then
8442 echo $ECHO_N "(cached) $ECHO_C" >&6
8443 else
8444 cat >conftest.$ac_ext <<_ACEOF
8445 /* confdefs.h. */
8446 _ACEOF
8447 cat confdefs.h >>conftest.$ac_ext
8448 cat >>conftest.$ac_ext <<_ACEOF
8449 /* end confdefs.h. */
8450 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8451 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8452 #define $ac_func innocuous_$ac_func
8453
8454 /* System header to define __stub macros and hopefully few prototypes,
8455 which can conflict with char $ac_func (); below.
8456 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8457 <limits.h> exists even on freestanding compilers. */
8458
8459 #ifdef __STDC__
8460 # include <limits.h>
8461 #else
8462 # include <assert.h>
8463 #endif
8464
8465 #undef $ac_func
8466
8467 /* Override any gcc2 internal prototype to avoid an error. */
8468 #ifdef __cplusplus
8469 extern "C"
8470 {
8471 #endif
8472 /* We use char because int might match the return type of a gcc2
8473 builtin and then its argument prototype would still apply. */
8474 char $ac_func ();
8475 /* The GNU C library defines this for functions which it implements
8476 to always fail with ENOSYS. Some functions are actually named
8477 something starting with __ and the normal name is an alias. */
8478 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8479 choke me
8480 #else
8481 char (*f) () = $ac_func;
8482 #endif
8483 #ifdef __cplusplus
8484 }
8485 #endif
8486
8487 int
8488 main ()
8489 {
8490 return f != $ac_func;
8491 ;
8492 return 0;
8493 }
8494 _ACEOF
8495 rm -f conftest.$ac_objext conftest$ac_exeext
8496 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8497 (eval $ac_link) 2>conftest.er1
8498 ac_status=$?
8499 grep -v '^ *+' conftest.er1 >conftest.err
8500 rm -f conftest.er1
8501 cat conftest.err >&5
8502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 (exit $ac_status); } &&
8504 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506 (eval $ac_try) 2>&5
8507 ac_status=$?
8508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509 (exit $ac_status); }; } &&
8510 { ac_try='test -s conftest$ac_exeext'
8511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8512 (eval $ac_try) 2>&5
8513 ac_status=$?
8514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515 (exit $ac_status); }; }; then
8516 eval "$as_ac_var=yes"
8517 else
8518 echo "$as_me: failed program was:" >&5
8519 sed 's/^/| /' conftest.$ac_ext >&5
8520
8521 eval "$as_ac_var=no"
8522 fi
8523 rm -f conftest.err conftest.$ac_objext \
8524 conftest$ac_exeext conftest.$ac_ext
8525 fi
8526 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8527 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8528 if test `eval echo '${'$as_ac_var'}'` = yes; then
8529
8530 cat >>confdefs.h <<_ACEOF
8531 #define CRAY_STACKSEG_END $ac_func
8532 _ACEOF
8533
8534 break
8535 fi
8536
8537 done
8538 fi
8539
8540 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8541 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8542 if test "${ac_cv_c_stack_direction+set}" = set; then
8543 echo $ECHO_N "(cached) $ECHO_C" >&6
8544 else
8545 if test "$cross_compiling" = yes; then
8546 ac_cv_c_stack_direction=0
8547 else
8548 cat >conftest.$ac_ext <<_ACEOF
8549 /* confdefs.h. */
8550 _ACEOF
8551 cat confdefs.h >>conftest.$ac_ext
8552 cat >>conftest.$ac_ext <<_ACEOF
8553 /* end confdefs.h. */
8554 int
8555 find_stack_direction ()
8556 {
8557 static char *addr = 0;
8558 auto char dummy;
8559 if (addr == 0)
8560 {
8561 addr = &dummy;
8562 return find_stack_direction ();
8563 }
8564 else
8565 return (&dummy > addr) ? 1 : -1;
8566 }
8567
8568 int
8569 main ()
8570 {
8571 exit (find_stack_direction () < 0);
8572 }
8573 _ACEOF
8574 rm -f conftest$ac_exeext
8575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8576 (eval $ac_link) 2>&5
8577 ac_status=$?
8578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8579 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8581 (eval $ac_try) 2>&5
8582 ac_status=$?
8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584 (exit $ac_status); }; }; then
8585 ac_cv_c_stack_direction=1
8586 else
8587 echo "$as_me: program exited with status $ac_status" >&5
8588 echo "$as_me: failed program was:" >&5
8589 sed 's/^/| /' conftest.$ac_ext >&5
8590
8591 ( exit $ac_status )
8592 ac_cv_c_stack_direction=-1
8593 fi
8594 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8595 fi
8596 fi
8597 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8598 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8599
8600 cat >>confdefs.h <<_ACEOF
8601 #define STACK_DIRECTION $ac_cv_c_stack_direction
8602 _ACEOF
8603
8604
8605 fi
8606
8607
8608
8609 echo "$as_me:$LINENO: checking for socket" >&5
8610 echo $ECHO_N "checking for socket... $ECHO_C" >&6
8611 if test "${ac_cv_func_socket+set}" = set; then
8612 echo $ECHO_N "(cached) $ECHO_C" >&6
8613 else
8614 cat >conftest.$ac_ext <<_ACEOF
8615 /* confdefs.h. */
8616 _ACEOF
8617 cat confdefs.h >>conftest.$ac_ext
8618 cat >>conftest.$ac_ext <<_ACEOF
8619 /* end confdefs.h. */
8620 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8621 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8622 #define socket innocuous_socket
8623
8624 /* System header to define __stub macros and hopefully few prototypes,
8625 which can conflict with char socket (); below.
8626 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8627 <limits.h> exists even on freestanding compilers. */
8628
8629 #ifdef __STDC__
8630 # include <limits.h>
8631 #else
8632 # include <assert.h>
8633 #endif
8634
8635 #undef socket
8636
8637 /* Override any gcc2 internal prototype to avoid an error. */
8638 #ifdef __cplusplus
8639 extern "C"
8640 {
8641 #endif
8642 /* We use char because int might match the return type of a gcc2
8643 builtin and then its argument prototype would still apply. */
8644 char socket ();
8645 /* The GNU C library defines this for functions which it implements
8646 to always fail with ENOSYS. Some functions are actually named
8647 something starting with __ and the normal name is an alias. */
8648 #if defined (__stub_socket) || defined (__stub___socket)
8649 choke me
8650 #else
8651 char (*f) () = socket;
8652 #endif
8653 #ifdef __cplusplus
8654 }
8655 #endif
8656
8657 int
8658 main ()
8659 {
8660 return f != socket;
8661 ;
8662 return 0;
8663 }
8664 _ACEOF
8665 rm -f conftest.$ac_objext conftest$ac_exeext
8666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8667 (eval $ac_link) 2>conftest.er1
8668 ac_status=$?
8669 grep -v '^ *+' conftest.er1 >conftest.err
8670 rm -f conftest.er1
8671 cat conftest.err >&5
8672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 (exit $ac_status); } &&
8674 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8676 (eval $ac_try) 2>&5
8677 ac_status=$?
8678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679 (exit $ac_status); }; } &&
8680 { ac_try='test -s conftest$ac_exeext'
8681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8682 (eval $ac_try) 2>&5
8683 ac_status=$?
8684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8685 (exit $ac_status); }; }; then
8686 ac_cv_func_socket=yes
8687 else
8688 echo "$as_me: failed program was:" >&5
8689 sed 's/^/| /' conftest.$ac_ext >&5
8690
8691 ac_cv_func_socket=no
8692 fi
8693 rm -f conftest.err conftest.$ac_objext \
8694 conftest$ac_exeext conftest.$ac_ext
8695 fi
8696 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8697 echo "${ECHO_T}$ac_cv_func_socket" >&6
8698 if test $ac_cv_func_socket = yes; then
8699 :
8700 else
8701
8702
8703 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8704 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8705 if test "${ac_cv_lib_socket_connect+set}" = set; then
8706 echo $ECHO_N "(cached) $ECHO_C" >&6
8707 else
8708 ac_check_lib_save_LIBS=$LIBS
8709 LIBS="-lsocket $LIBS"
8710 cat >conftest.$ac_ext <<_ACEOF
8711 /* confdefs.h. */
8712 _ACEOF
8713 cat confdefs.h >>conftest.$ac_ext
8714 cat >>conftest.$ac_ext <<_ACEOF
8715 /* end confdefs.h. */
8716
8717 /* Override any gcc2 internal prototype to avoid an error. */
8718 #ifdef __cplusplus
8719 extern "C"
8720 #endif
8721 /* We use char because int might match the return type of a gcc2
8722 builtin and then its argument prototype would still apply. */
8723 char connect ();
8724 int
8725 main ()
8726 {
8727 connect ();
8728 ;
8729 return 0;
8730 }
8731 _ACEOF
8732 rm -f conftest.$ac_objext conftest$ac_exeext
8733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8734 (eval $ac_link) 2>conftest.er1
8735 ac_status=$?
8736 grep -v '^ *+' conftest.er1 >conftest.err
8737 rm -f conftest.er1
8738 cat conftest.err >&5
8739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8740 (exit $ac_status); } &&
8741 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8743 (eval $ac_try) 2>&5
8744 ac_status=$?
8745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8746 (exit $ac_status); }; } &&
8747 { ac_try='test -s conftest$ac_exeext'
8748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8749 (eval $ac_try) 2>&5
8750 ac_status=$?
8751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8752 (exit $ac_status); }; }; then
8753 ac_cv_lib_socket_connect=yes
8754 else
8755 echo "$as_me: failed program was:" >&5
8756 sed 's/^/| /' conftest.$ac_ext >&5
8757
8758 ac_cv_lib_socket_connect=no
8759 fi
8760 rm -f conftest.err conftest.$ac_objext \
8761 conftest$ac_exeext conftest.$ac_ext
8762 LIBS=$ac_check_lib_save_LIBS
8763 fi
8764 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8765 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8766 if test $ac_cv_lib_socket_connect = yes; then
8767 cat >>confdefs.h <<_ACEOF
8768 #define HAVE_LIBSOCKET 1
8769 _ACEOF
8770
8771 LIBS="-lsocket $LIBS"
8772
8773 fi
8774
8775
8776 fi
8777
8778 echo "$as_me:$LINENO: checking for gethostbyname" >&5
8779 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8780 if test "${ac_cv_func_gethostbyname+set}" = set; then
8781 echo $ECHO_N "(cached) $ECHO_C" >&6
8782 else
8783 cat >conftest.$ac_ext <<_ACEOF
8784 /* confdefs.h. */
8785 _ACEOF
8786 cat confdefs.h >>conftest.$ac_ext
8787 cat >>conftest.$ac_ext <<_ACEOF
8788 /* end confdefs.h. */
8789 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8791 #define gethostbyname innocuous_gethostbyname
8792
8793 /* System header to define __stub macros and hopefully few prototypes,
8794 which can conflict with char gethostbyname (); below.
8795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8796 <limits.h> exists even on freestanding compilers. */
8797
8798 #ifdef __STDC__
8799 # include <limits.h>
8800 #else
8801 # include <assert.h>
8802 #endif
8803
8804 #undef gethostbyname
8805
8806 /* Override any gcc2 internal prototype to avoid an error. */
8807 #ifdef __cplusplus
8808 extern "C"
8809 {
8810 #endif
8811 /* We use char because int might match the return type of a gcc2
8812 builtin and then its argument prototype would still apply. */
8813 char gethostbyname ();
8814 /* The GNU C library defines this for functions which it implements
8815 to always fail with ENOSYS. Some functions are actually named
8816 something starting with __ and the normal name is an alias. */
8817 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8818 choke me
8819 #else
8820 char (*f) () = gethostbyname;
8821 #endif
8822 #ifdef __cplusplus
8823 }
8824 #endif
8825
8826 int
8827 main ()
8828 {
8829 return f != gethostbyname;
8830 ;
8831 return 0;
8832 }
8833 _ACEOF
8834 rm -f conftest.$ac_objext conftest$ac_exeext
8835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8836 (eval $ac_link) 2>conftest.er1
8837 ac_status=$?
8838 grep -v '^ *+' conftest.er1 >conftest.err
8839 rm -f conftest.er1
8840 cat conftest.err >&5
8841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842 (exit $ac_status); } &&
8843 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8845 (eval $ac_try) 2>&5
8846 ac_status=$?
8847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8848 (exit $ac_status); }; } &&
8849 { ac_try='test -s conftest$ac_exeext'
8850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8851 (eval $ac_try) 2>&5
8852 ac_status=$?
8853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8854 (exit $ac_status); }; }; then
8855 ac_cv_func_gethostbyname=yes
8856 else
8857 echo "$as_me: failed program was:" >&5
8858 sed 's/^/| /' conftest.$ac_ext >&5
8859
8860 ac_cv_func_gethostbyname=no
8861 fi
8862 rm -f conftest.err conftest.$ac_objext \
8863 conftest$ac_exeext conftest.$ac_ext
8864 fi
8865 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8866 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8867 if test $ac_cv_func_gethostbyname = yes; then
8868 :
8869 else
8870
8871
8872 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8873 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8874 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8875 echo $ECHO_N "(cached) $ECHO_C" >&6
8876 else
8877 ac_check_lib_save_LIBS=$LIBS
8878 LIBS="-lnsl $LIBS"
8879 cat >conftest.$ac_ext <<_ACEOF
8880 /* confdefs.h. */
8881 _ACEOF
8882 cat confdefs.h >>conftest.$ac_ext
8883 cat >>conftest.$ac_ext <<_ACEOF
8884 /* end confdefs.h. */
8885
8886 /* Override any gcc2 internal prototype to avoid an error. */
8887 #ifdef __cplusplus
8888 extern "C"
8889 #endif
8890 /* We use char because int might match the return type of a gcc2
8891 builtin and then its argument prototype would still apply. */
8892 char gethostbyname ();
8893 int
8894 main ()
8895 {
8896 gethostbyname ();
8897 ;
8898 return 0;
8899 }
8900 _ACEOF
8901 rm -f conftest.$ac_objext conftest$ac_exeext
8902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8903 (eval $ac_link) 2>conftest.er1
8904 ac_status=$?
8905 grep -v '^ *+' conftest.er1 >conftest.err
8906 rm -f conftest.er1
8907 cat conftest.err >&5
8908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8909 (exit $ac_status); } &&
8910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8912 (eval $ac_try) 2>&5
8913 ac_status=$?
8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915 (exit $ac_status); }; } &&
8916 { ac_try='test -s conftest$ac_exeext'
8917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8918 (eval $ac_try) 2>&5
8919 ac_status=$?
8920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921 (exit $ac_status); }; }; then
8922 ac_cv_lib_nsl_gethostbyname=yes
8923 else
8924 echo "$as_me: failed program was:" >&5
8925 sed 's/^/| /' conftest.$ac_ext >&5
8926
8927 ac_cv_lib_nsl_gethostbyname=no
8928 fi
8929 rm -f conftest.err conftest.$ac_objext \
8930 conftest$ac_exeext conftest.$ac_ext
8931 LIBS=$ac_check_lib_save_LIBS
8932 fi
8933 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8934 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8935 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8936 cat >>confdefs.h <<_ACEOF
8937 #define HAVE_LIBNSL 1
8938 _ACEOF
8939
8940 LIBS="-lnsl $LIBS"
8941
8942 fi
8943
8944
8945 fi
8946
8947
8948 ac_ext=cc
8949 ac_cpp='$CXXCPP $CPPFLAGS'
8950 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8951 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8952 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8953
8954
8955
8956 cat >confcache <<\_ACEOF
8957 # This file is a shell script that caches the results of configure
8958 # tests run on this system so they can be shared between configure
8959 # scripts and configure runs, see configure's option --config-cache.
8960 # It is not useful on other systems. If it contains results you don't
8961 # want to keep, you may remove or edit it.
8962 #
8963 # config.status only pays attention to the cache file if you give it
8964 # the --recheck option to rerun configure.
8965 #
8966 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8967 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8968 # following values.
8969
8970 _ACEOF
8971
8972 # The following way of writing the cache mishandles newlines in values,
8973 # but we know of no workaround that is simple, portable, and efficient.
8974 # So, don't put newlines in cache variables' values.
8975 # Ultrix sh set writes to stderr and can't be redirected directly,
8976 # and sets the high bit in the cache file unless we assign to the vars.
8977 {
8978 (set) 2>&1 |
8979 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8980 *ac_space=\ *)
8981 # `set' does not quote correctly, so add quotes (double-quote
8982 # substitution turns \\\\ into \\, and sed turns \\ into \).
8983 sed -n \
8984 "s/'/'\\\\''/g;
8985 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8986 ;;
8987 *)
8988 # `set' quotes correctly as required by POSIX, so do not add quotes.
8989 sed -n \
8990 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8991 ;;
8992 esac;
8993 } |
8994 sed '
8995 t clear
8996 : clear
8997 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8998 t end
8999 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9000 : end' >>confcache
9001 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9002 if test -w $cache_file; then
9003 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9004 cat confcache >$cache_file
9005 else
9006 echo "not updating unwritable cache $cache_file"
9007 fi
9008 fi
9009 rm -f confcache
9010
9011
9012
9013 # Check whether --with-kernel or --without-kernel was given.
9014 if test "${with_kernel+set}" = set; then
9015 withval="$with_kernel"
9016 kerneldir="$withval"
9017 else
9018 kerneldir="/usr/src/linux"
9019
9020 fi;
9021
9022 echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9023 echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9024 if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9025 echo $ECHO_N "(cached) $ECHO_C" >&6
9026 else
9027
9028 cat >conftest.$ac_ext <<_ACEOF
9029 /* confdefs.h. */
9030 _ACEOF
9031 cat confdefs.h >>conftest.$ac_ext
9032 cat >>conftest.$ac_ext <<_ACEOF
9033 /* end confdefs.h. */
9034 #include "$kerneldir/include/linux/if_tun.h"
9035 int
9036 main ()
9037 {
9038 int a = IFF_TAP;
9039 ;
9040 return 0;
9041 }
9042 _ACEOF
9043 rm -f conftest.$ac_objext
9044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9045 (eval $ac_compile) 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } &&
9052 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9054 (eval $ac_try) 2>&5
9055 ac_status=$?
9056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); }; } &&
9058 { ac_try='test -s conftest.$ac_objext'
9059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9060 (eval $ac_try) 2>&5
9061 ac_status=$?
9062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063 (exit $ac_status); }; }; then
9064 if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9065 else
9066 echo "$as_me: failed program was:" >&5
9067 sed 's/^/| /' conftest.$ac_ext >&5
9068
9069 cat >conftest.$ac_ext <<_ACEOF
9070 /* confdefs.h. */
9071 _ACEOF
9072 cat confdefs.h >>conftest.$ac_ext
9073 cat >>conftest.$ac_ext <<_ACEOF
9074 /* end confdefs.h. */
9075 #include <linux/if_tun.h>
9076 int
9077 main ()
9078 {
9079 int a = IFF_TAP;
9080 ;
9081 return 0;
9082 }
9083 _ACEOF
9084 rm -f conftest.$ac_objext
9085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9086 (eval $ac_compile) 2>conftest.er1
9087 ac_status=$?
9088 grep -v '^ *+' conftest.er1 >conftest.err
9089 rm -f conftest.er1
9090 cat conftest.err >&5
9091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9092 (exit $ac_status); } &&
9093 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9095 (eval $ac_try) 2>&5
9096 ac_status=$?
9097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9098 (exit $ac_status); }; } &&
9099 { ac_try='test -s conftest.$ac_objext'
9100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9101 (eval $ac_try) 2>&5
9102 ac_status=$?
9103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 (exit $ac_status); }; }; then
9105 if_tun_h="default"
9106 else
9107 echo "$as_me: failed program was:" >&5
9108 sed 's/^/| /' conftest.$ac_ext >&5
9109
9110 if_tun_h="no"
9111
9112 fi
9113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9114
9115 fi
9116 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9117
9118 if test $if_tun_h = no; then
9119 tinc_cv_linux_if_tun_h=none
9120 else
9121 tinc_cv_linux_if_tun_h="$if_tun_h"
9122 fi
9123
9124 fi
9125 echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9126 echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9127
9128 if test $tinc_cv_linux_if_tun_h != none; then
9129
9130 cat >>confdefs.h <<\_ACEOF
9131 #define HAVE_TUNTAP 1
9132 _ACEOF
9133
9134 if test $tinc_cv_linux_if_tun_h != default; then
9135
9136 cat >>confdefs.h <<_ACEOF
9137 #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9138 _ACEOF
9139
9140 fi
9141 fi
9142
9143
9144
9145
9146
9147 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9148
9149
9150 # Check whether --with-openssl-include or --without-openssl-include was given.
9151 if test "${with_openssl_include+set}" = set; then
9152 withval="$with_openssl_include"
9153 openssl_include="$withval"
9154 CFLAGS="$CFLAGS -I$withval"
9155 CPPFLAGS="$CPPFLAGS -I$withval"
9156
9157 fi;
9158
9159
9160 # Check whether --with-openssl-lib or --without-openssl-lib was given.
9161 if test "${with_openssl_lib+set}" = set; then
9162 withval="$with_openssl_lib"
9163 openssl_lib="$withval"
9164 LIBS="$LIBS -L$withval"
9165
9166 fi;
9167
9168
9169
9170
9171
9172
9173
9174 for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9175 do
9176 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9177 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9178 echo "$as_me:$LINENO: checking for $ac_header" >&5
9179 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9180 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9181 echo $ECHO_N "(cached) $ECHO_C" >&6
9182 fi
9183 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9184 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9185 else
9186 # Is the header compilable?
9187 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9188 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9189 cat >conftest.$ac_ext <<_ACEOF
9190 /* confdefs.h. */
9191 _ACEOF
9192 cat confdefs.h >>conftest.$ac_ext
9193 cat >>conftest.$ac_ext <<_ACEOF
9194 /* end confdefs.h. */
9195 $ac_includes_default
9196 #include <$ac_header>
9197 _ACEOF
9198 rm -f conftest.$ac_objext
9199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9200 (eval $ac_compile) 2>conftest.er1
9201 ac_status=$?
9202 grep -v '^ *+' conftest.er1 >conftest.err
9203 rm -f conftest.er1
9204 cat conftest.err >&5
9205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); } &&
9207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9209 (eval $ac_try) 2>&5
9210 ac_status=$?
9211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9212 (exit $ac_status); }; } &&
9213 { ac_try='test -s conftest.$ac_objext'
9214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9215 (eval $ac_try) 2>&5
9216 ac_status=$?
9217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9218 (exit $ac_status); }; }; then
9219 ac_header_compiler=yes
9220 else
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9223
9224 ac_header_compiler=no
9225 fi
9226 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9227 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9228 echo "${ECHO_T}$ac_header_compiler" >&6
9229
9230 # Is the header present?
9231 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9232 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9233 cat >conftest.$ac_ext <<_ACEOF
9234 /* confdefs.h. */
9235 _ACEOF
9236 cat confdefs.h >>conftest.$ac_ext
9237 cat >>conftest.$ac_ext <<_ACEOF
9238 /* end confdefs.h. */
9239 #include <$ac_header>
9240 _ACEOF
9241 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9242 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9243 ac_status=$?
9244 grep -v '^ *+' conftest.er1 >conftest.err
9245 rm -f conftest.er1
9246 cat conftest.err >&5
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); } >/dev/null; then
9249 if test -s conftest.err; then
9250 ac_cpp_err=$ac_cxx_preproc_warn_flag
9251 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9252 else
9253 ac_cpp_err=
9254 fi
9255 else
9256 ac_cpp_err=yes
9257 fi
9258 if test -z "$ac_cpp_err"; then
9259 ac_header_preproc=yes
9260 else
9261 echo "$as_me: failed program was:" >&5
9262 sed 's/^/| /' conftest.$ac_ext >&5
9263
9264 ac_header_preproc=no
9265 fi
9266 rm -f conftest.err conftest.$ac_ext
9267 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9268 echo "${ECHO_T}$ac_header_preproc" >&6
9269
9270 # So? What about this header?
9271 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9272 yes:no: )
9273 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9274 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9275 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9276 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9277 ac_header_preproc=yes
9278 ;;
9279 no:yes:* )
9280 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9281 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9282 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9283 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9284 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9285 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9286 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9287 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9288 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9289 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9290 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9291 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9292 (
9293 cat <<\_ASBOX
9294 ## ------------------------------------------ ##
9295 ## Report this to the AC_PACKAGE_NAME lists. ##
9296 ## ------------------------------------------ ##
9297 _ASBOX
9298 ) |
9299 sed "s/^/$as_me: WARNING: /" >&2
9300 ;;
9301 esac
9302 echo "$as_me:$LINENO: checking for $ac_header" >&5
9303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9304 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9305 echo $ECHO_N "(cached) $ECHO_C" >&6
9306 else
9307 eval "$as_ac_Header=\$ac_header_preproc"
9308 fi
9309 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9310 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9311
9312 fi
9313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9314 cat >>confdefs.h <<_ACEOF
9315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9316 _ACEOF
9317
9318 else
9319 { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9320 echo "$as_me: error: OpenSSL header files not found." >&2;}
9321 { (exit 1); exit 1; }; }; break
9322
9323 fi
9324
9325 done
9326
9327
9328 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9329
9330 echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9331 echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9332 if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9333 echo $ECHO_N "(cached) $ECHO_C" >&6
9334 else
9335 ac_check_lib_save_LIBS=$LIBS
9336 LIBS="-lcrypto $LIBS"
9337 cat >conftest.$ac_ext <<_ACEOF
9338 /* confdefs.h. */
9339 _ACEOF
9340 cat confdefs.h >>conftest.$ac_ext
9341 cat >>conftest.$ac_ext <<_ACEOF
9342 /* end confdefs.h. */
9343
9344 /* Override any gcc2 internal prototype to avoid an error. */
9345 #ifdef __cplusplus
9346 extern "C"
9347 #endif
9348 /* We use char because int might match the return type of a gcc2
9349 builtin and then its argument prototype would still apply. */
9350 char SHA1_version ();
9351 int
9352 main ()
9353 {
9354 SHA1_version ();
9355 ;
9356 return 0;
9357 }
9358 _ACEOF
9359 rm -f conftest.$ac_objext conftest$ac_exeext
9360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9361 (eval $ac_link) 2>conftest.er1
9362 ac_status=$?
9363 grep -v '^ *+' conftest.er1 >conftest.err
9364 rm -f conftest.er1
9365 cat conftest.err >&5
9366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9367 (exit $ac_status); } &&
9368 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9370 (eval $ac_try) 2>&5
9371 ac_status=$?
9372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373 (exit $ac_status); }; } &&
9374 { ac_try='test -s conftest$ac_exeext'
9375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9376 (eval $ac_try) 2>&5
9377 ac_status=$?
9378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9379 (exit $ac_status); }; }; then
9380 ac_cv_lib_crypto_SHA1_version=yes
9381 else
9382 echo "$as_me: failed program was:" >&5
9383 sed 's/^/| /' conftest.$ac_ext >&5
9384
9385 ac_cv_lib_crypto_SHA1_version=no
9386 fi
9387 rm -f conftest.err conftest.$ac_objext \
9388 conftest$ac_exeext conftest.$ac_ext
9389 LIBS=$ac_check_lib_save_LIBS
9390 fi
9391 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9392 echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9393 if test $ac_cv_lib_crypto_SHA1_version = yes; then
9394 LIBS="$LIBS -lcrypto"
9395 else
9396 { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9397 echo "$as_me: error: OpenSSL libraries not found." >&2;}
9398 { (exit 1); exit 1; }; }
9399
9400 fi
9401
9402
9403
9404
9405
9406
9407 for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9408 do
9409 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9410 echo "$as_me:$LINENO: checking for $ac_func" >&5
9411 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9412 if eval "test \"\${$as_ac_var+set}\" = set"; then
9413 echo $ECHO_N "(cached) $ECHO_C" >&6
9414 else
9415 cat >conftest.$ac_ext <<_ACEOF
9416 /* confdefs.h. */
9417 _ACEOF
9418 cat confdefs.h >>conftest.$ac_ext
9419 cat >>conftest.$ac_ext <<_ACEOF
9420 /* end confdefs.h. */
9421 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9422 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9423 #define $ac_func innocuous_$ac_func
9424
9425 /* System header to define __stub macros and hopefully few prototypes,
9426 which can conflict with char $ac_func (); below.
9427 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9428 <limits.h> exists even on freestanding compilers. */
9429
9430 #ifdef __STDC__
9431 # include <limits.h>
9432 #else
9433 # include <assert.h>
9434 #endif
9435
9436 #undef $ac_func
9437
9438 /* Override any gcc2 internal prototype to avoid an error. */
9439 #ifdef __cplusplus
9440 extern "C"
9441 {
9442 #endif
9443 /* We use char because int might match the return type of a gcc2
9444 builtin and then its argument prototype would still apply. */
9445 char $ac_func ();
9446 /* The GNU C library defines this for functions which it implements
9447 to always fail with ENOSYS. Some functions are actually named
9448 something starting with __ and the normal name is an alias. */
9449 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9450 choke me
9451 #else
9452 char (*f) () = $ac_func;
9453 #endif
9454 #ifdef __cplusplus
9455 }
9456 #endif
9457
9458 int
9459 main ()
9460 {
9461 return f != $ac_func;
9462 ;
9463 return 0;
9464 }
9465 _ACEOF
9466 rm -f conftest.$ac_objext conftest$ac_exeext
9467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9468 (eval $ac_link) 2>conftest.er1
9469 ac_status=$?
9470 grep -v '^ *+' conftest.er1 >conftest.err
9471 rm -f conftest.er1
9472 cat conftest.err >&5
9473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9474 (exit $ac_status); } &&
9475 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9477 (eval $ac_try) 2>&5
9478 ac_status=$?
9479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480 (exit $ac_status); }; } &&
9481 { ac_try='test -s conftest$ac_exeext'
9482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9483 (eval $ac_try) 2>&5
9484 ac_status=$?
9485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486 (exit $ac_status); }; }; then
9487 eval "$as_ac_var=yes"
9488 else
9489 echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.$ac_ext >&5
9491
9492 eval "$as_ac_var=no"
9493 fi
9494 rm -f conftest.err conftest.$ac_objext \
9495 conftest$ac_exeext conftest.$ac_ext
9496 fi
9497 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9498 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9499 if test `eval echo '${'$as_ac_var'}'` = yes; then
9500 cat >>confdefs.h <<_ACEOF
9501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9502 _ACEOF
9503
9504 fi
9505 done
9506
9507
9508 echo "$as_me:$LINENO: checking for dlopen" >&5
9509 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9510 if test "${ac_cv_func_dlopen+set}" = set; then
9511 echo $ECHO_N "(cached) $ECHO_C" >&6
9512 else
9513 cat >conftest.$ac_ext <<_ACEOF
9514 /* confdefs.h. */
9515 _ACEOF
9516 cat confdefs.h >>conftest.$ac_ext
9517 cat >>conftest.$ac_ext <<_ACEOF
9518 /* end confdefs.h. */
9519 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9521 #define dlopen innocuous_dlopen
9522
9523 /* System header to define __stub macros and hopefully few prototypes,
9524 which can conflict with char dlopen (); below.
9525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9526 <limits.h> exists even on freestanding compilers. */
9527
9528 #ifdef __STDC__
9529 # include <limits.h>
9530 #else
9531 # include <assert.h>
9532 #endif
9533
9534 #undef dlopen
9535
9536 /* Override any gcc2 internal prototype to avoid an error. */
9537 #ifdef __cplusplus
9538 extern "C"
9539 {
9540 #endif
9541 /* We use char because int might match the return type of a gcc2
9542 builtin and then its argument prototype would still apply. */
9543 char dlopen ();
9544 /* The GNU C library defines this for functions which it implements
9545 to always fail with ENOSYS. Some functions are actually named
9546 something starting with __ and the normal name is an alias. */
9547 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9548 choke me
9549 #else
9550 char (*f) () = dlopen;
9551 #endif
9552 #ifdef __cplusplus
9553 }
9554 #endif
9555
9556 int
9557 main ()
9558 {
9559 return f != dlopen;
9560 ;
9561 return 0;
9562 }
9563 _ACEOF
9564 rm -f conftest.$ac_objext conftest$ac_exeext
9565 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9566 (eval $ac_link) 2>conftest.er1
9567 ac_status=$?
9568 grep -v '^ *+' conftest.er1 >conftest.err
9569 rm -f conftest.er1
9570 cat conftest.err >&5
9571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9572 (exit $ac_status); } &&
9573 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9575 (eval $ac_try) 2>&5
9576 ac_status=$?
9577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578 (exit $ac_status); }; } &&
9579 { ac_try='test -s conftest$ac_exeext'
9580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9581 (eval $ac_try) 2>&5
9582 ac_status=$?
9583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9584 (exit $ac_status); }; }; then
9585 ac_cv_func_dlopen=yes
9586 else
9587 echo "$as_me: failed program was:" >&5
9588 sed 's/^/| /' conftest.$ac_ext >&5
9589
9590 ac_cv_func_dlopen=no
9591 fi
9592 rm -f conftest.err conftest.$ac_objext \
9593 conftest$ac_exeext conftest.$ac_ext
9594 fi
9595 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9596 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9597 if test $ac_cv_func_dlopen = yes; then
9598 :
9599 else
9600 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9601 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9602 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9603 echo $ECHO_N "(cached) $ECHO_C" >&6
9604 else
9605 ac_check_lib_save_LIBS=$LIBS
9606 LIBS="-ldl $LIBS"
9607 cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h. */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h. */
9613
9614 /* Override any gcc2 internal prototype to avoid an error. */
9615 #ifdef __cplusplus
9616 extern "C"
9617 #endif
9618 /* We use char because int might match the return type of a gcc2
9619 builtin and then its argument prototype would still apply. */
9620 char dlopen ();
9621 int
9622 main ()
9623 {
9624 dlopen ();
9625 ;
9626 return 0;
9627 }
9628 _ACEOF
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9631 (eval $ac_link) 2>conftest.er1
9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } &&
9638 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9640 (eval $ac_try) 2>&5
9641 ac_status=$?
9642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9643 (exit $ac_status); }; } &&
9644 { ac_try='test -s conftest$ac_exeext'
9645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9646 (eval $ac_try) 2>&5
9647 ac_status=$?
9648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649 (exit $ac_status); }; }; then
9650 ac_cv_lib_dl_dlopen=yes
9651 else
9652 echo "$as_me: failed program was:" >&5
9653 sed 's/^/| /' conftest.$ac_ext >&5
9654
9655 ac_cv_lib_dl_dlopen=no
9656 fi
9657 rm -f conftest.err conftest.$ac_objext \
9658 conftest$ac_exeext conftest.$ac_ext
9659 LIBS=$ac_check_lib_save_LIBS
9660 fi
9661 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9662 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9663 if test $ac_cv_lib_dl_dlopen = yes; then
9664 LIBS="$LIBS -ldl"
9665 else
9666 { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9667 echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9668 { (exit 1); exit 1; }; }
9669
9670 fi
9671
9672
9673 fi
9674
9675
9676 if test "x$openssl_include" != x; then
9677 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9678 fi
9679
9680 # Check whether --enable-rohc or --disable-rohc was given.
9681 if test "${enable_rohc+set}" = set; then
9682 enableval="$enable_rohc"
9683
9684 echo
9685 echo "**********************************************************************"
9686 echo "**********************************************************************"
9687 echo "**** --enable-rohc is highly experimental, do not use ****************"
9688 echo "**********************************************************************"
9689 echo "**********************************************************************"
9690 echo
9691 rohc=true
9692
9693 cat >>confdefs.h <<_ACEOF
9694 #define ENABLE_ROHC 1
9695 _ACEOF
9696
9697
9698
9699 fi;
9700
9701
9702
9703 if test x$rohc = xtrue; then
9704 ROHC_TRUE=
9705 ROHC_FALSE='#'
9706 else
9707 ROHC_TRUE='#'
9708 ROHC_FALSE=
9709 fi
9710
9711
9712 # Check whether --enable-icmp or --disable-icmp was given.
9713 if test "${enable_icmp+set}" = set; then
9714 enableval="$enable_icmp"
9715
9716 cat >>confdefs.h <<_ACEOF
9717 #define ENABLE_ICMP 1
9718 _ACEOF
9719
9720
9721 fi;
9722
9723 # Check whether --enable-tcp or --disable-tcp was given.
9724 if test "${enable_tcp+set}" = set; then
9725 enableval="$enable_tcp"
9726
9727 cat >>confdefs.h <<_ACEOF
9728 #define ENABLE_TCP 1
9729 _ACEOF
9730
9731
9732 fi;
9733
9734 # Check whether --enable-http-proxy or --disable-http-proxy was given.
9735 if test "${enable_http_proxy+set}" = set; then
9736 enableval="$enable_http_proxy"
9737
9738 cat >>confdefs.h <<_ACEOF
9739 #define ENABLE_HTTP_PROXY 1
9740 _ACEOF
9741
9742
9743 fi;
9744
9745 HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9746 if test "${enable_hmac_length+set}" = set; then
9747 enableval="$enable_hmac_length"
9748 HMAC=$enableval
9749
9750 fi;
9751
9752 cat >>confdefs.h <<_ACEOF
9753 #define HMACLENGTH $HMAC
9754 _ACEOF
9755
9756
9757 RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9758 if test "${enable_rand_length+set}" = set; then
9759 enableval="$enable_rand_length"
9760 RAND=$enableval
9761
9762 fi;
9763
9764 cat >>confdefs.h <<_ACEOF
9765 #define RAND_SIZE $RAND
9766 _ACEOF
9767
9768
9769 MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9770 if test "${enable_mtu+set}" = set; then
9771 enableval="$enable_mtu"
9772 MTU=$enableval
9773
9774 fi;
9775
9776 cat >>confdefs.h <<_ACEOF
9777 #define MAX_MTU $MTU + 14
9778 _ACEOF
9779
9780
9781 COMPRESS=1
9782 # Check whether --enable-compression or --disable-compression was given.
9783 if test "${enable_compression+set}" = set; then
9784 enableval="$enable_compression"
9785 if test "x$enableval" = xno; then
9786 COMPRESS=0
9787 fi
9788
9789 fi;
9790
9791 cat >>confdefs.h <<_ACEOF
9792 #define ENABLE_COMPRESSION $COMPRESS
9793 _ACEOF
9794
9795
9796 CIPHER=bf_cbc
9797 # Check whether --enable-cipher or --disable-cipher was given.
9798 if test "${enable_cipher+set}" = set; then
9799 enableval="$enable_cipher"
9800 if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9801 if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9802 if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9803 if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9804
9805 fi;
9806
9807 cat >>confdefs.h <<_ACEOF
9808 #define ENABLE_CIPHER EVP_${CIPHER}
9809 _ACEOF
9810
9811
9812 DIGEST=sha1
9813 # Check whether --enable-digest or --disable-digest was given.
9814 if test "${enable_digest+set}" = set; then
9815 enableval="$enable_digest"
9816 if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9817 if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9818 if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9819 if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9820
9821 fi;
9822
9823 cat >>confdefs.h <<_ACEOF
9824 #define ENABLE_DIGEST EVP_${DIGEST}
9825 _ACEOF
9826
9827
9828 if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9829 CXXFLAGS="$CXXFLAGS -fno-rtti"
9830 fi
9831
9832 if $CXX -v --help 2>&1 | grep -q fexceptions; then
9833 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9834 fi
9835
9836
9837
9838
9839
9840
9841 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9842 cat >confcache <<\_ACEOF
9843 # This file is a shell script that caches the results of configure
9844 # tests run on this system so they can be shared between configure
9845 # scripts and configure runs, see configure's option --config-cache.
9846 # It is not useful on other systems. If it contains results you don't
9847 # want to keep, you may remove or edit it.
9848 #
9849 # config.status only pays attention to the cache file if you give it
9850 # the --recheck option to rerun configure.
9851 #
9852 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9853 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9854 # following values.
9855
9856 _ACEOF
9857
9858 # The following way of writing the cache mishandles newlines in values,
9859 # but we know of no workaround that is simple, portable, and efficient.
9860 # So, don't put newlines in cache variables' values.
9861 # Ultrix sh set writes to stderr and can't be redirected directly,
9862 # and sets the high bit in the cache file unless we assign to the vars.
9863 {
9864 (set) 2>&1 |
9865 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9866 *ac_space=\ *)
9867 # `set' does not quote correctly, so add quotes (double-quote
9868 # substitution turns \\\\ into \\, and sed turns \\ into \).
9869 sed -n \
9870 "s/'/'\\\\''/g;
9871 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9872 ;;
9873 *)
9874 # `set' quotes correctly as required by POSIX, so do not add quotes.
9875 sed -n \
9876 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9877 ;;
9878 esac;
9879 } |
9880 sed '
9881 t clear
9882 : clear
9883 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9884 t end
9885 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9886 : end' >>confcache
9887 if diff $cache_file confcache >/dev/null 2>&1; then :; else
9888 if test -w $cache_file; then
9889 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9890 cat confcache >$cache_file
9891 else
9892 echo "not updating unwritable cache $cache_file"
9893 fi
9894 fi
9895 rm -f confcache
9896
9897 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9898 # Let make expand exec_prefix.
9899 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9900
9901 # VPATH may cause trouble with some makes, so we remove $(srcdir),
9902 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9903 # trailing colons and then remove the whole line if VPATH becomes empty
9904 # (actually we leave an empty line to preserve line numbers).
9905 if test "x$srcdir" = x.; then
9906 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9907 s/:*\$(srcdir):*/:/;
9908 s/:*\${srcdir}:*/:/;
9909 s/:*@srcdir@:*/:/;
9910 s/^\([^=]*=[ ]*\):*/\1/;
9911 s/:*$//;
9912 s/^[^=]*=[ ]*$//;
9913 }'
9914 fi
9915
9916 DEFS=-DHAVE_CONFIG_H
9917
9918 ac_libobjs=
9919 ac_ltlibobjs=
9920 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9921 # 1. Remove the extension, and $U if already installed.
9922 ac_i=`echo "$ac_i" |
9923 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9924 # 2. Add them.
9925 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9926 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9927 done
9928 LIBOBJS=$ac_libobjs
9929
9930 LTLIBOBJS=$ac_ltlibobjs
9931
9932
9933 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9934 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9935 Usually this means the macro was only invoked conditionally." >&5
9936 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9937 Usually this means the macro was only invoked conditionally." >&2;}
9938 { (exit 1); exit 1; }; }
9939 fi
9940 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9941 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9942 Usually this means the macro was only invoked conditionally." >&5
9943 echo "$as_me: error: conditional \"AMDEP\" was never defined.
9944 Usually this means the macro was only invoked conditionally." >&2;}
9945 { (exit 1); exit 1; }; }
9946 fi
9947 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9948 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9949 Usually this means the macro was only invoked conditionally." >&5
9950 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9951 Usually this means the macro was only invoked conditionally." >&2;}
9952 { (exit 1); exit 1; }; }
9953 fi
9954 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9955 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9956 Usually this means the macro was only invoked conditionally." >&5
9957 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9958 Usually this means the macro was only invoked conditionally." >&2;}
9959 { (exit 1); exit 1; }; }
9960 fi
9961 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9962 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9963 Usually this means the macro was only invoked conditionally." >&5
9964 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9965 Usually this means the macro was only invoked conditionally." >&2;}
9966 { (exit 1); exit 1; }; }
9967 fi
9968 if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9969 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9970 Usually this means the macro was only invoked conditionally." >&5
9971 echo "$as_me: error: conditional \"ROHC\" was never defined.
9972 Usually this means the macro was only invoked conditionally." >&2;}
9973 { (exit 1); exit 1; }; }
9974 fi
9975
9976 : ${CONFIG_STATUS=./config.status}
9977 ac_clean_files_save=$ac_clean_files
9978 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9979 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9980 echo "$as_me: creating $CONFIG_STATUS" >&6;}
9981 cat >$CONFIG_STATUS <<_ACEOF
9982 #! $SHELL
9983 # Generated by $as_me.
9984 # Run this file to recreate the current configuration.
9985 # Compiler output produced by configure, useful for debugging
9986 # configure, is in config.log if it exists.
9987
9988 debug=false
9989 ac_cs_recheck=false
9990 ac_cs_silent=false
9991 SHELL=\${CONFIG_SHELL-$SHELL}
9992 _ACEOF
9993
9994 cat >>$CONFIG_STATUS <<\_ACEOF
9995 ## --------------------- ##
9996 ## M4sh Initialization. ##
9997 ## --------------------- ##
9998
9999 # Be Bourne compatible
10000 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10001 emulate sh
10002 NULLCMD=:
10003 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10004 # is contrary to our usage. Disable this feature.
10005 alias -g '${1+"$@"}'='"$@"'
10006 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10007 set -o posix
10008 fi
10009 DUALCASE=1; export DUALCASE # for MKS sh
10010
10011 # Support unset when possible.
10012 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10013 as_unset=unset
10014 else
10015 as_unset=false
10016 fi
10017
10018
10019 # Work around bugs in pre-3.0 UWIN ksh.
10020 $as_unset ENV MAIL MAILPATH
10021 PS1='$ '
10022 PS2='> '
10023 PS4='+ '
10024
10025 # NLS nuisances.
10026 for as_var in \
10027 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10028 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10029 LC_TELEPHONE LC_TIME
10030 do
10031 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10032 eval $as_var=C; export $as_var
10033 else
10034 $as_unset $as_var
10035 fi
10036 done
10037
10038 # Required to use basename.
10039 if expr a : '\(a\)' >/dev/null 2>&1; then
10040 as_expr=expr
10041 else
10042 as_expr=false
10043 fi
10044
10045 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10046 as_basename=basename
10047 else
10048 as_basename=false
10049 fi
10050
10051
10052 # Name of the executable.
10053 as_me=`$as_basename "$0" ||
10054 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10055 X"$0" : 'X\(//\)$' \| \
10056 X"$0" : 'X\(/\)$' \| \
10057 . : '\(.\)' 2>/dev/null ||
10058 echo X/"$0" |
10059 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10060 /^X\/\(\/\/\)$/{ s//\1/; q; }
10061 /^X\/\(\/\).*/{ s//\1/; q; }
10062 s/.*/./; q'`
10063
10064
10065 # PATH needs CR, and LINENO needs CR and PATH.
10066 # Avoid depending upon Character Ranges.
10067 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10068 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10069 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10070 as_cr_digits='0123456789'
10071 as_cr_alnum=$as_cr_Letters$as_cr_digits
10072
10073 # The user is always right.
10074 if test "${PATH_SEPARATOR+set}" != set; then
10075 echo "#! /bin/sh" >conf$$.sh
10076 echo "exit 0" >>conf$$.sh
10077 chmod +x conf$$.sh
10078 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10079 PATH_SEPARATOR=';'
10080 else
10081 PATH_SEPARATOR=:
10082 fi
10083 rm -f conf$$.sh
10084 fi
10085
10086
10087 as_lineno_1=$LINENO
10088 as_lineno_2=$LINENO
10089 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10090 test "x$as_lineno_1" != "x$as_lineno_2" &&
10091 test "x$as_lineno_3" = "x$as_lineno_2" || {
10092 # Find who we are. Look in the path if we contain no path at all
10093 # relative or not.
10094 case $0 in
10095 *[\\/]* ) as_myself=$0 ;;
10096 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10097 for as_dir in $PATH
10098 do
10099 IFS=$as_save_IFS
10100 test -z "$as_dir" && as_dir=.
10101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10102 done
10103
10104 ;;
10105 esac
10106 # We did not find ourselves, most probably we were run as `sh COMMAND'
10107 # in which case we are not to be found in the path.
10108 if test "x$as_myself" = x; then
10109 as_myself=$0
10110 fi
10111 if test ! -f "$as_myself"; then
10112 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10113 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10114 { (exit 1); exit 1; }; }
10115 fi
10116 case $CONFIG_SHELL in
10117 '')
10118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10119 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10120 do
10121 IFS=$as_save_IFS
10122 test -z "$as_dir" && as_dir=.
10123 for as_base in sh bash ksh sh5; do
10124 case $as_dir in
10125 /*)
10126 if ("$as_dir/$as_base" -c '
10127 as_lineno_1=$LINENO
10128 as_lineno_2=$LINENO
10129 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10130 test "x$as_lineno_1" != "x$as_lineno_2" &&
10131 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10132 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10133 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10134 CONFIG_SHELL=$as_dir/$as_base
10135 export CONFIG_SHELL
10136 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10137 fi;;
10138 esac
10139 done
10140 done
10141 ;;
10142 esac
10143
10144 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10145 # uniformly replaced by the line number. The first 'sed' inserts a
10146 # line-number line before each line; the second 'sed' does the real
10147 # work. The second script uses 'N' to pair each line-number line
10148 # with the numbered line, and appends trailing '-' during
10149 # substitution so that $LINENO is not a special case at line end.
10150 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10151 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10152 sed '=' <$as_myself |
10153 sed '
10154 N
10155 s,$,-,
10156 : loop
10157 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10158 t loop
10159 s,-$,,
10160 s,^['$as_cr_digits']*\n,,
10161 ' >$as_me.lineno &&
10162 chmod +x $as_me.lineno ||
10163 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10164 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10165 { (exit 1); exit 1; }; }
10166
10167 # Don't try to exec as it changes $[0], causing all sort of problems
10168 # (the dirname of $[0] is not the place where we might find the
10169 # original and so on. Autoconf is especially sensible to this).
10170 . ./$as_me.lineno
10171 # Exit status is that of the last command.
10172 exit
10173 }
10174
10175
10176 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10177 *c*,-n*) ECHO_N= ECHO_C='
10178 ' ECHO_T=' ' ;;
10179 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10180 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10181 esac
10182
10183 if expr a : '\(a\)' >/dev/null 2>&1; then
10184 as_expr=expr
10185 else
10186 as_expr=false
10187 fi
10188
10189 rm -f conf$$ conf$$.exe conf$$.file
10190 echo >conf$$.file
10191 if ln -s conf$$.file conf$$ 2>/dev/null; then
10192 # We could just check for DJGPP; but this test a) works b) is more generic
10193 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10194 if test -f conf$$.exe; then
10195 # Don't use ln at all; we don't have any links
10196 as_ln_s='cp -p'
10197 else
10198 as_ln_s='ln -s'
10199 fi
10200 elif ln conf$$.file conf$$ 2>/dev/null; then
10201 as_ln_s=ln
10202 else
10203 as_ln_s='cp -p'
10204 fi
10205 rm -f conf$$ conf$$.exe conf$$.file
10206
10207 if mkdir -p . 2>/dev/null; then
10208 as_mkdir_p=:
10209 else
10210 test -d ./-p && rmdir ./-p
10211 as_mkdir_p=false
10212 fi
10213
10214 as_executable_p="test -f"
10215
10216 # Sed expression to map a string onto a valid CPP name.
10217 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10218
10219 # Sed expression to map a string onto a valid variable name.
10220 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10221
10222
10223 # IFS
10224 # We need space, tab and new line, in precisely that order.
10225 as_nl='
10226 '
10227 IFS=" $as_nl"
10228
10229 # CDPATH.
10230 $as_unset CDPATH
10231
10232 exec 6>&1
10233
10234 # Open the log real soon, to keep \$[0] and so on meaningful, and to
10235 # report actual input values of CONFIG_FILES etc. instead of their
10236 # values after options handling. Logging --version etc. is OK.
10237 exec 5>>config.log
10238 {
10239 echo
10240 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10241 ## Running $as_me. ##
10242 _ASBOX
10243 } >&5
10244 cat >&5 <<_CSEOF
10245
10246 This file was extended by $as_me, which was
10247 generated by GNU Autoconf 2.59. Invocation command line was
10248
10249 CONFIG_FILES = $CONFIG_FILES
10250 CONFIG_HEADERS = $CONFIG_HEADERS
10251 CONFIG_LINKS = $CONFIG_LINKS
10252 CONFIG_COMMANDS = $CONFIG_COMMANDS
10253 $ $0 $@
10254
10255 _CSEOF
10256 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10257 echo >&5
10258 _ACEOF
10259
10260 # Files that config.status was made for.
10261 if test -n "$ac_config_files"; then
10262 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10263 fi
10264
10265 if test -n "$ac_config_headers"; then
10266 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10267 fi
10268
10269 if test -n "$ac_config_links"; then
10270 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10271 fi
10272
10273 if test -n "$ac_config_commands"; then
10274 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10275 fi
10276
10277 cat >>$CONFIG_STATUS <<\_ACEOF
10278
10279 ac_cs_usage="\
10280 \`$as_me' instantiates files from templates according to the
10281 current configuration.
10282
10283 Usage: $0 [OPTIONS] [FILE]...
10284
10285 -h, --help print this help, then exit
10286 -V, --version print version number, then exit
10287 -q, --quiet do not print progress messages
10288 -d, --debug don't remove temporary files
10289 --recheck update $as_me by reconfiguring in the same conditions
10290 --file=FILE[:TEMPLATE]
10291 instantiate the configuration file FILE
10292 --header=FILE[:TEMPLATE]
10293 instantiate the configuration header FILE
10294
10295 Configuration files:
10296 $config_files
10297
10298 Configuration headers:
10299 $config_headers
10300
10301 Configuration commands:
10302 $config_commands
10303
10304 Report bugs to <bug-autoconf@gnu.org>."
10305 _ACEOF
10306
10307 cat >>$CONFIG_STATUS <<_ACEOF
10308 ac_cs_version="\\
10309 config.status
10310 configured by $0, generated by GNU Autoconf 2.59,
10311 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10312
10313 Copyright (C) 2003 Free Software Foundation, Inc.
10314 This config.status script is free software; the Free Software Foundation
10315 gives unlimited permission to copy, distribute and modify it."
10316 srcdir=$srcdir
10317 INSTALL="$INSTALL"
10318 _ACEOF
10319
10320 cat >>$CONFIG_STATUS <<\_ACEOF
10321 # If no file are specified by the user, then we need to provide default
10322 # value. By we need to know if files were specified by the user.
10323 ac_need_defaults=:
10324 while test $# != 0
10325 do
10326 case $1 in
10327 --*=*)
10328 ac_option=`expr "x$1" : 'x\([^=]*\)='`
10329 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10330 ac_shift=:
10331 ;;
10332 -*)
10333 ac_option=$1
10334 ac_optarg=$2
10335 ac_shift=shift
10336 ;;
10337 *) # This is not an option, so the user has probably given explicit
10338 # arguments.
10339 ac_option=$1
10340 ac_need_defaults=false;;
10341 esac
10342
10343 case $ac_option in
10344 # Handling of the options.
10345 _ACEOF
10346 cat >>$CONFIG_STATUS <<\_ACEOF
10347 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10348 ac_cs_recheck=: ;;
10349 --version | --vers* | -V )
10350 echo "$ac_cs_version"; exit 0 ;;
10351 --he | --h)
10352 # Conflict between --help and --header
10353 { { echo "$as_me:$LINENO: error: ambiguous option: $1
10354 Try \`$0 --help' for more information." >&5
10355 echo "$as_me: error: ambiguous option: $1
10356 Try \`$0 --help' for more information." >&2;}
10357 { (exit 1); exit 1; }; };;
10358 --help | --hel | -h )
10359 echo "$ac_cs_usage"; exit 0 ;;
10360 --debug | --d* | -d )
10361 debug=: ;;
10362 --file | --fil | --fi | --f )
10363 $ac_shift
10364 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10365 ac_need_defaults=false;;
10366 --header | --heade | --head | --hea )
10367 $ac_shift
10368 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10369 ac_need_defaults=false;;
10370 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10371 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10372 ac_cs_silent=: ;;
10373
10374 # This is an error.
10375 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10376 Try \`$0 --help' for more information." >&5
10377 echo "$as_me: error: unrecognized option: $1
10378 Try \`$0 --help' for more information." >&2;}
10379 { (exit 1); exit 1; }; } ;;
10380
10381 *) ac_config_targets="$ac_config_targets $1" ;;
10382
10383 esac
10384 shift
10385 done
10386
10387 ac_configure_extra_args=
10388
10389 if $ac_cs_silent; then
10390 exec 6>/dev/null
10391 ac_configure_extra_args="$ac_configure_extra_args --silent"
10392 fi
10393
10394 _ACEOF
10395 cat >>$CONFIG_STATUS <<_ACEOF
10396 if \$ac_cs_recheck; then
10397 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10398 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10399 fi
10400
10401 _ACEOF
10402
10403 cat >>$CONFIG_STATUS <<_ACEOF
10404 #
10405 # INIT-COMMANDS section.
10406 #
10407
10408 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10409 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10410 # from automake.
10411 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10412 # Capture the value of LINGUAS because we need it to compute CATALOGS.
10413 LINGUAS="${LINGUAS-%UNSET%}"
10414
10415 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10416
10417 _ACEOF
10418
10419
10420
10421 cat >>$CONFIG_STATUS <<\_ACEOF
10422 for ac_config_target in $ac_config_targets
10423 do
10424 case "$ac_config_target" in
10425 # Handling of arguments.
10426 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10427 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10428 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10429 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10430 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10431 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10432 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10433 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10434 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10435 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10436 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10437 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10438 { (exit 1); exit 1; }; };;
10439 esac
10440 done
10441
10442 # If the user did not use the arguments to specify the items to instantiate,
10443 # then the envvar interface is used. Set only those that are not.
10444 # We use the long form for the default assignment because of an extremely
10445 # bizarre bug on SunOS 4.1.3.
10446 if $ac_need_defaults; then
10447 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10448 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10449 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10450 fi
10451
10452 # Have a temporary directory for convenience. Make it in the build tree
10453 # simply because there is no reason to put it here, and in addition,
10454 # creating and moving files from /tmp can sometimes cause problems.
10455 # Create a temporary directory, and hook for its removal unless debugging.
10456 $debug ||
10457 {
10458 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10459 trap '{ (exit 1); exit 1; }' 1 2 13 15
10460 }
10461
10462 # Create a (secure) tmp directory for tmp files.
10463
10464 {
10465 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10466 test -n "$tmp" && test -d "$tmp"
10467 } ||
10468 {
10469 tmp=./confstat$$-$RANDOM
10470 (umask 077 && mkdir $tmp)
10471 } ||
10472 {
10473 echo "$me: cannot create a temporary directory in ." >&2
10474 { (exit 1); exit 1; }
10475 }
10476
10477 _ACEOF
10478
10479 cat >>$CONFIG_STATUS <<_ACEOF
10480
10481 #
10482 # CONFIG_FILES section.
10483 #
10484
10485 # No need to generate the scripts if there are no CONFIG_FILES.
10486 # This happens for instance when ./config.status config.h
10487 if test -n "\$CONFIG_FILES"; then
10488 # Protect against being on the right side of a sed subst in config.status.
10489 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10490 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10491 s,@SHELL@,$SHELL,;t t
10492 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10493 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10494 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10495 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10496 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10497 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10498 s,@exec_prefix@,$exec_prefix,;t t
10499 s,@prefix@,$prefix,;t t
10500 s,@program_transform_name@,$program_transform_name,;t t
10501 s,@bindir@,$bindir,;t t
10502 s,@sbindir@,$sbindir,;t t
10503 s,@libexecdir@,$libexecdir,;t t
10504 s,@datadir@,$datadir,;t t
10505 s,@sysconfdir@,$sysconfdir,;t t
10506 s,@sharedstatedir@,$sharedstatedir,;t t
10507 s,@localstatedir@,$localstatedir,;t t
10508 s,@libdir@,$libdir,;t t
10509 s,@includedir@,$includedir,;t t
10510 s,@oldincludedir@,$oldincludedir,;t t
10511 s,@infodir@,$infodir,;t t
10512 s,@mandir@,$mandir,;t t
10513 s,@build_alias@,$build_alias,;t t
10514 s,@host_alias@,$host_alias,;t t
10515 s,@target_alias@,$target_alias,;t t
10516 s,@DEFS@,$DEFS,;t t
10517 s,@ECHO_C@,$ECHO_C,;t t
10518 s,@ECHO_N@,$ECHO_N,;t t
10519 s,@ECHO_T@,$ECHO_T,;t t
10520 s,@LIBS@,$LIBS,;t t
10521 s,@build@,$build,;t t
10522 s,@build_cpu@,$build_cpu,;t t
10523 s,@build_vendor@,$build_vendor,;t t
10524 s,@build_os@,$build_os,;t t
10525 s,@host@,$host,;t t
10526 s,@host_cpu@,$host_cpu,;t t
10527 s,@host_vendor@,$host_vendor,;t t
10528 s,@host_os@,$host_os,;t t
10529 s,@target@,$target,;t t
10530 s,@target_cpu@,$target_cpu,;t t
10531 s,@target_vendor@,$target_vendor,;t t
10532 s,@target_os@,$target_os,;t t
10533 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10534 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10535 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10536 s,@CYGPATH_W@,$CYGPATH_W,;t t
10537 s,@PACKAGE@,$PACKAGE,;t t
10538 s,@VERSION@,$VERSION,;t t
10539 s,@ACLOCAL@,$ACLOCAL,;t t
10540 s,@AUTOCONF@,$AUTOCONF,;t t
10541 s,@AUTOMAKE@,$AUTOMAKE,;t t
10542 s,@AUTOHEADER@,$AUTOHEADER,;t t
10543 s,@MAKEINFO@,$MAKEINFO,;t t
10544 s,@AMTAR@,$AMTAR,;t t
10545 s,@install_sh@,$install_sh,;t t
10546 s,@STRIP@,$STRIP,;t t
10547 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10548 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10549 s,@AWK@,$AWK,;t t
10550 s,@SET_MAKE@,$SET_MAKE,;t t
10551 s,@am__leading_dot@,$am__leading_dot,;t t
10552 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10553 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10554 s,@MAINT@,$MAINT,;t t
10555 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10556 s,@MSGFMT@,$MSGFMT,;t t
10557 s,@GMSGFMT@,$GMSGFMT,;t t
10558 s,@XGETTEXT@,$XGETTEXT,;t t
10559 s,@MSGMERGE@,$MSGMERGE,;t t
10560 s,@CC@,$CC,;t t
10561 s,@CFLAGS@,$CFLAGS,;t t
10562 s,@LDFLAGS@,$LDFLAGS,;t t
10563 s,@CPPFLAGS@,$CPPFLAGS,;t t
10564 s,@ac_ct_CC@,$ac_ct_CC,;t t
10565 s,@EXEEXT@,$EXEEXT,;t t
10566 s,@OBJEXT@,$OBJEXT,;t t
10567 s,@DEPDIR@,$DEPDIR,;t t
10568 s,@am__include@,$am__include,;t t
10569 s,@am__quote@,$am__quote,;t t
10570 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10571 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10572 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10573 s,@CCDEPMODE@,$CCDEPMODE,;t t
10574 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10575 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10576 s,@USE_NLS@,$USE_NLS,;t t
10577 s,@LIBICONV@,$LIBICONV,;t t
10578 s,@LTLIBICONV@,$LTLIBICONV,;t t
10579 s,@INTLLIBS@,$INTLLIBS,;t t
10580 s,@LIBINTL@,$LIBINTL,;t t
10581 s,@LTLIBINTL@,$LTLIBINTL,;t t
10582 s,@POSUB@,$POSUB,;t t
10583 s,@CPP@,$CPP,;t t
10584 s,@CXX@,$CXX,;t t
10585 s,@CXXFLAGS@,$CXXFLAGS,;t t
10586 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10587 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10588 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10589 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10590 s,@EGREP@,$EGREP,;t t
10591 s,@LN_S@,$LN_S,;t t
10592 s,@RANLIB@,$RANLIB,;t t
10593 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10594 s,@IFTYPE@,$IFTYPE,;t t
10595 s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10596 s,@CXXCPP@,$CXXCPP,;t t
10597 s,@ALLOCA@,$ALLOCA,;t t
10598 s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10599 s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10600 s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10601 s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10602 s,@INCLUDES@,$INCLUDES,;t t
10603 s,@LIBOBJS@,$LIBOBJS,;t t
10604 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10605 CEOF
10606
10607 _ACEOF
10608
10609 cat >>$CONFIG_STATUS <<\_ACEOF
10610 # Split the substitutions into bite-sized pieces for seds with
10611 # small command number limits, like on Digital OSF/1 and HP-UX.
10612 ac_max_sed_lines=48
10613 ac_sed_frag=1 # Number of current file.
10614 ac_beg=1 # First line for current file.
10615 ac_end=$ac_max_sed_lines # Line after last line for current file.
10616 ac_more_lines=:
10617 ac_sed_cmds=
10618 while $ac_more_lines; do
10619 if test $ac_beg -gt 1; then
10620 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10621 else
10622 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10623 fi
10624 if test ! -s $tmp/subs.frag; then
10625 ac_more_lines=false
10626 else
10627 # The purpose of the label and of the branching condition is to
10628 # speed up the sed processing (if there are no `@' at all, there
10629 # is no need to browse any of the substitutions).
10630 # These are the two extra sed commands mentioned above.
10631 (echo ':t
10632 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10633 if test -z "$ac_sed_cmds"; then
10634 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10635 else
10636 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10637 fi
10638 ac_sed_frag=`expr $ac_sed_frag + 1`
10639 ac_beg=$ac_end
10640 ac_end=`expr $ac_end + $ac_max_sed_lines`
10641 fi
10642 done
10643 if test -z "$ac_sed_cmds"; then
10644 ac_sed_cmds=cat
10645 fi
10646 fi # test -n "$CONFIG_FILES"
10647
10648 _ACEOF
10649 cat >>$CONFIG_STATUS <<\_ACEOF
10650 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10651 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10652 case $ac_file in
10653 - | *:- | *:-:* ) # input from stdin
10654 cat >$tmp/stdin
10655 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10656 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10657 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10658 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10659 * ) ac_file_in=$ac_file.in ;;
10660 esac
10661
10662 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10663 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10664 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10665 X"$ac_file" : 'X\(//\)[^/]' \| \
10666 X"$ac_file" : 'X\(//\)$' \| \
10667 X"$ac_file" : 'X\(/\)' \| \
10668 . : '\(.\)' 2>/dev/null ||
10669 echo X"$ac_file" |
10670 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10671 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10672 /^X\(\/\/\)$/{ s//\1/; q; }
10673 /^X\(\/\).*/{ s//\1/; q; }
10674 s/.*/./; q'`
10675 { if $as_mkdir_p; then
10676 mkdir -p "$ac_dir"
10677 else
10678 as_dir="$ac_dir"
10679 as_dirs=
10680 while test ! -d "$as_dir"; do
10681 as_dirs="$as_dir $as_dirs"
10682 as_dir=`(dirname "$as_dir") 2>/dev/null ||
10683 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10684 X"$as_dir" : 'X\(//\)[^/]' \| \
10685 X"$as_dir" : 'X\(//\)$' \| \
10686 X"$as_dir" : 'X\(/\)' \| \
10687 . : '\(.\)' 2>/dev/null ||
10688 echo X"$as_dir" |
10689 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10690 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10691 /^X\(\/\/\)$/{ s//\1/; q; }
10692 /^X\(\/\).*/{ s//\1/; q; }
10693 s/.*/./; q'`
10694 done
10695 test ! -n "$as_dirs" || mkdir $as_dirs
10696 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10697 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10698 { (exit 1); exit 1; }; }; }
10699
10700 ac_builddir=.
10701
10702 if test "$ac_dir" != .; then
10703 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10704 # A "../" for each directory in $ac_dir_suffix.
10705 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10706 else
10707 ac_dir_suffix= ac_top_builddir=
10708 fi
10709
10710 case $srcdir in
10711 .) # No --srcdir option. We are building in place.
10712 ac_srcdir=.
10713 if test -z "$ac_top_builddir"; then
10714 ac_top_srcdir=.
10715 else
10716 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10717 fi ;;
10718 [\\/]* | ?:[\\/]* ) # Absolute path.
10719 ac_srcdir=$srcdir$ac_dir_suffix;
10720 ac_top_srcdir=$srcdir ;;
10721 *) # Relative path.
10722 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10723 ac_top_srcdir=$ac_top_builddir$srcdir ;;
10724 esac
10725
10726 # Do not use `cd foo && pwd` to compute absolute paths, because
10727 # the directories may not exist.
10728 case `pwd` in
10729 .) ac_abs_builddir="$ac_dir";;
10730 *)
10731 case "$ac_dir" in
10732 .) ac_abs_builddir=`pwd`;;
10733 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10734 *) ac_abs_builddir=`pwd`/"$ac_dir";;
10735 esac;;
10736 esac
10737 case $ac_abs_builddir in
10738 .) ac_abs_top_builddir=${ac_top_builddir}.;;
10739 *)
10740 case ${ac_top_builddir}. in
10741 .) ac_abs_top_builddir=$ac_abs_builddir;;
10742 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10743 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10744 esac;;
10745 esac
10746 case $ac_abs_builddir in
10747 .) ac_abs_srcdir=$ac_srcdir;;
10748 *)
10749 case $ac_srcdir in
10750 .) ac_abs_srcdir=$ac_abs_builddir;;
10751 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10752 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
10753 esac;;
10754 esac
10755 case $ac_abs_builddir in
10756 .) ac_abs_top_srcdir=$ac_top_srcdir;;
10757 *)
10758 case $ac_top_srcdir in
10759 .) ac_abs_top_srcdir=$ac_abs_builddir;;
10760 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
10761 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
10762 esac;;
10763 esac
10764
10765
10766 case $INSTALL in
10767 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10768 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10769 esac
10770
10771 # Let's still pretend it is `configure' which instantiates (i.e., don't
10772 # use $as_me), people would be surprised to read:
10773 # /* config.h. Generated by config.status. */
10774 if test x"$ac_file" = x-; then
10775 configure_input=
10776 else
10777 configure_input="$ac_file. "
10778 fi
10779 configure_input=$configure_input"Generated from `echo $ac_file_in |
10780 sed 's,.*/,,'` by configure."
10781
10782 # First look for the input files in the build tree, otherwise in the
10783 # src tree.
10784 ac_file_inputs=`IFS=:
10785 for f in $ac_file_in; do
10786 case $f in
10787 -) echo $tmp/stdin ;;
10788 [\\/$]*)
10789 # Absolute (can't be DOS-style, as IFS=:)
10790 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10791 echo "$as_me: error: cannot find input file: $f" >&2;}
10792 { (exit 1); exit 1; }; }
10793 echo "$f";;
10794 *) # Relative
10795 if test -f "$f"; then
10796 # Build tree
10797 echo "$f"
10798 elif test -f "$srcdir/$f"; then
10799 # Source tree
10800 echo "$srcdir/$f"
10801 else
10802 # /dev/null tree
10803 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10804 echo "$as_me: error: cannot find input file: $f" >&2;}
10805 { (exit 1); exit 1; }; }
10806 fi;;
10807 esac
10808 done` || { (exit 1); exit 1; }
10809
10810 if test x"$ac_file" != x-; then
10811 { echo "$as_me:$LINENO: creating $ac_file" >&5
10812 echo "$as_me: creating $ac_file" >&6;}
10813 rm -f "$ac_file"
10814 fi
10815 _ACEOF
10816 cat >>$CONFIG_STATUS <<_ACEOF
10817 sed "$ac_vpsub
10818 $extrasub
10819 _ACEOF
10820 cat >>$CONFIG_STATUS <<\_ACEOF
10821 :t
10822 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10823 s,@configure_input@,$configure_input,;t t
10824 s,@srcdir@,$ac_srcdir,;t t
10825 s,@abs_srcdir@,$ac_abs_srcdir,;t t
10826 s,@top_srcdir@,$ac_top_srcdir,;t t
10827 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10828 s,@builddir@,$ac_builddir,;t t
10829 s,@abs_builddir@,$ac_abs_builddir,;t t
10830 s,@top_builddir@,$ac_top_builddir,;t t
10831 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10832 s,@INSTALL@,$ac_INSTALL,;t t
10833 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10834 rm -f $tmp/stdin
10835 if test x"$ac_file" != x-; then
10836 mv $tmp/out $ac_file
10837 else
10838 cat $tmp/out
10839 rm -f $tmp/out
10840 fi
10841
10842 done
10843 _ACEOF
10844 cat >>$CONFIG_STATUS <<\_ACEOF
10845
10846 #
10847 # CONFIG_HEADER section.
10848 #
10849
10850 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10851 # NAME is the cpp macro being defined and VALUE is the value it is being given.
10852 #
10853 # ac_d sets the value in "#define NAME VALUE" lines.
10854 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10855 ac_dB='[ ].*$,\1#\2'
10856 ac_dC=' '
10857 ac_dD=',;t'
10858 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10859 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10860 ac_uB='$,\1#\2define\3'
10861 ac_uC=' '
10862 ac_uD=',;t'
10863
10864 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10865 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10866 case $ac_file in
10867 - | *:- | *:-:* ) # input from stdin
10868 cat >$tmp/stdin
10869 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10870 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10871 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10872 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10873 * ) ac_file_in=$ac_file.in ;;
10874 esac
10875
10876 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10877 echo "$as_me: creating $ac_file" >&6;}
10878
10879 # First look for the input files in the build tree, otherwise in the
10880 # src tree.
10881 ac_file_inputs=`IFS=:
10882 for f in $ac_file_in; do
10883 case $f in
10884 -) echo $tmp/stdin ;;
10885 [\\/$]*)
10886 # Absolute (can't be DOS-style, as IFS=:)
10887 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10888 echo "$as_me: error: cannot find input file: $f" >&2;}
10889 { (exit 1); exit 1; }; }
10890 # Do quote $f, to prevent DOS paths from being IFS'd.
10891 echo "$f";;
10892 *) # Relative
10893 if test -f "$f"; then
10894 # Build tree
10895 echo "$f"
10896 elif test -f "$srcdir/$f"; then
10897 # Source tree
10898 echo "$srcdir/$f"
10899 else
10900 # /dev/null tree
10901 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10902 echo "$as_me: error: cannot find input file: $f" >&2;}
10903 { (exit 1); exit 1; }; }
10904 fi;;
10905 esac
10906 done` || { (exit 1); exit 1; }
10907 # Remove the trailing spaces.
10908 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10909
10910 _ACEOF
10911
10912 # Transform confdefs.h into two sed scripts, `conftest.defines' and
10913 # `conftest.undefs', that substitutes the proper values into
10914 # config.h.in to produce config.h. The first handles `#define'
10915 # templates, and the second `#undef' templates.
10916 # And first: Protect against being on the right side of a sed subst in
10917 # config.status. Protect against being in an unquoted here document
10918 # in config.status.
10919 rm -f conftest.defines conftest.undefs
10920 # Using a here document instead of a string reduces the quoting nightmare.
10921 # Putting comments in sed scripts is not portable.
10922 #
10923 # `end' is used to avoid that the second main sed command (meant for
10924 # 0-ary CPP macros) applies to n-ary macro definitions.
10925 # See the Autoconf documentation for `clear'.
10926 cat >confdef2sed.sed <<\_ACEOF
10927 s/[\\&,]/\\&/g
10928 s,[\\$`],\\&,g
10929 t clear
10930 : clear
10931 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10932 t end
10933 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10934 : end
10935 _ACEOF
10936 # If some macros were called several times there might be several times
10937 # the same #defines, which is useless. Nevertheless, we may not want to
10938 # sort them, since we want the *last* AC-DEFINE to be honored.
10939 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10940 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10941 rm -f confdef2sed.sed
10942
10943 # This sed command replaces #undef with comments. This is necessary, for
10944 # example, in the case of _POSIX_SOURCE, which is predefined and required
10945 # on some systems where configure will not decide to define it.
10946 cat >>conftest.undefs <<\_ACEOF
10947 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10948 _ACEOF
10949
10950 # Break up conftest.defines because some shells have a limit on the size
10951 # of here documents, and old seds have small limits too (100 cmds).
10952 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10953 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10954 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10955 echo ' :' >>$CONFIG_STATUS
10956 rm -f conftest.tail
10957 while grep . conftest.defines >/dev/null
10958 do
10959 # Write a limited-size here document to $tmp/defines.sed.
10960 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10961 # Speed up: don't consider the non `#define' lines.
10962 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10963 # Work around the forget-to-reset-the-flag bug.
10964 echo 't clr' >>$CONFIG_STATUS
10965 echo ': clr' >>$CONFIG_STATUS
10966 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10967 echo 'CEOF
10968 sed -f $tmp/defines.sed $tmp/in >$tmp/out
10969 rm -f $tmp/in
10970 mv $tmp/out $tmp/in
10971 ' >>$CONFIG_STATUS
10972 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10973 rm -f conftest.defines
10974 mv conftest.tail conftest.defines
10975 done
10976 rm -f conftest.defines
10977 echo ' fi # grep' >>$CONFIG_STATUS
10978 echo >>$CONFIG_STATUS
10979
10980 # Break up conftest.undefs because some shells have a limit on the size
10981 # of here documents, and old seds have small limits too (100 cmds).
10982 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10983 rm -f conftest.tail
10984 while grep . conftest.undefs >/dev/null
10985 do
10986 # Write a limited-size here document to $tmp/undefs.sed.
10987 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10988 # Speed up: don't consider the non `#undef'
10989 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10990 # Work around the forget-to-reset-the-flag bug.
10991 echo 't clr' >>$CONFIG_STATUS
10992 echo ': clr' >>$CONFIG_STATUS
10993 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10994 echo 'CEOF
10995 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10996 rm -f $tmp/in
10997 mv $tmp/out $tmp/in
10998 ' >>$CONFIG_STATUS
10999 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11000 rm -f conftest.undefs
11001 mv conftest.tail conftest.undefs
11002 done
11003 rm -f conftest.undefs
11004
11005 cat >>$CONFIG_STATUS <<\_ACEOF
11006 # Let's still pretend it is `configure' which instantiates (i.e., don't
11007 # use $as_me), people would be surprised to read:
11008 # /* config.h. Generated by config.status. */
11009 if test x"$ac_file" = x-; then
11010 echo "/* Generated by configure. */" >$tmp/config.h
11011 else
11012 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11013 fi
11014 cat $tmp/in >>$tmp/config.h
11015 rm -f $tmp/in
11016 if test x"$ac_file" != x-; then
11017 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11018 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11019 echo "$as_me: $ac_file is unchanged" >&6;}
11020 else
11021 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11022 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11023 X"$ac_file" : 'X\(//\)[^/]' \| \
11024 X"$ac_file" : 'X\(//\)$' \| \
11025 X"$ac_file" : 'X\(/\)' \| \
11026 . : '\(.\)' 2>/dev/null ||
11027 echo X"$ac_file" |
11028 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11029 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11030 /^X\(\/\/\)$/{ s//\1/; q; }
11031 /^X\(\/\).*/{ s//\1/; q; }
11032 s/.*/./; q'`
11033 { if $as_mkdir_p; then
11034 mkdir -p "$ac_dir"
11035 else
11036 as_dir="$ac_dir"
11037 as_dirs=
11038 while test ! -d "$as_dir"; do
11039 as_dirs="$as_dir $as_dirs"
11040 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11041 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11042 X"$as_dir" : 'X\(//\)[^/]' \| \
11043 X"$as_dir" : 'X\(//\)$' \| \
11044 X"$as_dir" : 'X\(/\)' \| \
11045 . : '\(.\)' 2>/dev/null ||
11046 echo X"$as_dir" |
11047 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11048 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11049 /^X\(\/\/\)$/{ s//\1/; q; }
11050 /^X\(\/\).*/{ s//\1/; q; }
11051 s/.*/./; q'`
11052 done
11053 test ! -n "$as_dirs" || mkdir $as_dirs
11054 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11055 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11056 { (exit 1); exit 1; }; }; }
11057
11058 rm -f $ac_file
11059 mv $tmp/config.h $ac_file
11060 fi
11061 else
11062 cat $tmp/config.h
11063 rm -f $tmp/config.h
11064 fi
11065 # Compute $ac_file's index in $config_headers.
11066 _am_stamp_count=1
11067 for _am_header in $config_headers :; do
11068 case $_am_header in
11069 $ac_file | $ac_file:* )
11070 break ;;
11071 * )
11072 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11073 esac
11074 done
11075 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11076 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11077 X$ac_file : 'X\(//\)[^/]' \| \
11078 X$ac_file : 'X\(//\)$' \| \
11079 X$ac_file : 'X\(/\)' \| \
11080 . : '\(.\)' 2>/dev/null ||
11081 echo X$ac_file |
11082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11083 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11084 /^X\(\/\/\)$/{ s//\1/; q; }
11085 /^X\(\/\).*/{ s//\1/; q; }
11086 s/.*/./; q'`/stamp-h$_am_stamp_count
11087 done
11088 _ACEOF
11089 cat >>$CONFIG_STATUS <<\_ACEOF
11090
11091 #
11092 # CONFIG_COMMANDS section.
11093 #
11094 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11095 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11096 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11097 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11098 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11099 X"$ac_dest" : 'X\(//\)[^/]' \| \
11100 X"$ac_dest" : 'X\(//\)$' \| \
11101 X"$ac_dest" : 'X\(/\)' \| \
11102 . : '\(.\)' 2>/dev/null ||
11103 echo X"$ac_dest" |
11104 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11105 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11106 /^X\(\/\/\)$/{ s//\1/; q; }
11107 /^X\(\/\).*/{ s//\1/; q; }
11108 s/.*/./; q'`
11109 { if $as_mkdir_p; then
11110 mkdir -p "$ac_dir"
11111 else
11112 as_dir="$ac_dir"
11113 as_dirs=
11114 while test ! -d "$as_dir"; do
11115 as_dirs="$as_dir $as_dirs"
11116 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11117 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11118 X"$as_dir" : 'X\(//\)[^/]' \| \
11119 X"$as_dir" : 'X\(//\)$' \| \
11120 X"$as_dir" : 'X\(/\)' \| \
11121 . : '\(.\)' 2>/dev/null ||
11122 echo X"$as_dir" |
11123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11124 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11125 /^X\(\/\/\)$/{ s//\1/; q; }
11126 /^X\(\/\).*/{ s//\1/; q; }
11127 s/.*/./; q'`
11128 done
11129 test ! -n "$as_dirs" || mkdir $as_dirs
11130 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11131 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11132 { (exit 1); exit 1; }; }; }
11133
11134 ac_builddir=.
11135
11136 if test "$ac_dir" != .; then
11137 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11138 # A "../" for each directory in $ac_dir_suffix.
11139 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11140 else
11141 ac_dir_suffix= ac_top_builddir=
11142 fi
11143
11144 case $srcdir in
11145 .) # No --srcdir option. We are building in place.
11146 ac_srcdir=.
11147 if test -z "$ac_top_builddir"; then
11148 ac_top_srcdir=.
11149 else
11150 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11151 fi ;;
11152 [\\/]* | ?:[\\/]* ) # Absolute path.
11153 ac_srcdir=$srcdir$ac_dir_suffix;
11154 ac_top_srcdir=$srcdir ;;
11155 *) # Relative path.
11156 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11157 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11158 esac
11159
11160 # Do not use `cd foo && pwd` to compute absolute paths, because
11161 # the directories may not exist.
11162 case `pwd` in
11163 .) ac_abs_builddir="$ac_dir";;
11164 *)
11165 case "$ac_dir" in
11166 .) ac_abs_builddir=`pwd`;;
11167 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11168 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11169 esac;;
11170 esac
11171 case $ac_abs_builddir in
11172 .) ac_abs_top_builddir=${ac_top_builddir}.;;
11173 *)
11174 case ${ac_top_builddir}. in
11175 .) ac_abs_top_builddir=$ac_abs_builddir;;
11176 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11177 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11178 esac;;
11179 esac
11180 case $ac_abs_builddir in
11181 .) ac_abs_srcdir=$ac_srcdir;;
11182 *)
11183 case $ac_srcdir in
11184 .) ac_abs_srcdir=$ac_abs_builddir;;
11185 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11186 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11187 esac;;
11188 esac
11189 case $ac_abs_builddir in
11190 .) ac_abs_top_srcdir=$ac_top_srcdir;;
11191 *)
11192 case $ac_top_srcdir in
11193 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11194 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11195 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11196 esac;;
11197 esac
11198
11199
11200 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11201 echo "$as_me: executing $ac_dest commands" >&6;}
11202 case $ac_dest in
11203 default-1 )
11204 for ac_file in $CONFIG_FILES; do
11205 # Support "outfile[:infile[:infile...]]"
11206 case "$ac_file" in
11207 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11208 esac
11209 # PO directories have a Makefile.in generated from Makefile.in.in.
11210 case "$ac_file" in */Makefile.in)
11211 # Adjust a relative srcdir.
11212 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11213 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11214 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11215 # In autoconf-2.13 it is called $ac_given_srcdir.
11216 # In autoconf-2.50 it is called $srcdir.
11217 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11218 case "$ac_given_srcdir" in
11219 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11220 /*) top_srcdir="$ac_given_srcdir" ;;
11221 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11222 esac
11223 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11224 rm -f "$ac_dir/POTFILES"
11225 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11226 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11227 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11228 # on $ac_dir but don't depend on user-specified configuration
11229 # parameters.
11230 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11231 # The LINGUAS file contains the set of available languages.
11232 if test -n "$ALL_LINGUAS"; then
11233 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11234 fi
11235 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11236 # Hide the ALL_LINGUAS assigment from automake.
11237 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11238 fi
11239 case "$ac_given_srcdir" in
11240 .) srcdirpre= ;;
11241 *) srcdirpre='$(srcdir)/' ;;
11242 esac
11243 POFILES=
11244 GMOFILES=
11245 UPDATEPOFILES=
11246 DUMMYPOFILES=
11247 for lang in $ALL_LINGUAS; do
11248 POFILES="$POFILES $srcdirpre$lang.po"
11249 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11250 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11251 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11252 done
11253 # CATALOGS depends on both $ac_dir and the user's LINGUAS
11254 # environment variable.
11255 INST_LINGUAS=
11256 if test -n "$ALL_LINGUAS"; then
11257 for presentlang in $ALL_LINGUAS; do
11258 useit=no
11259 if test "%UNSET%" != "$LINGUAS"; then
11260 desiredlanguages="$LINGUAS"
11261 else
11262 desiredlanguages="$ALL_LINGUAS"
11263 fi
11264 for desiredlang in $desiredlanguages; do
11265 # Use the presentlang catalog if desiredlang is
11266 # a. equal to presentlang, or
11267 # b. a variant of presentlang (because in this case,
11268 # presentlang can be used as a fallback for messages
11269 # which are not translated in the desiredlang catalog).
11270 case "$desiredlang" in
11271 "$presentlang"*) useit=yes;;
11272 esac
11273 done
11274 if test $useit = yes; then
11275 INST_LINGUAS="$INST_LINGUAS $presentlang"
11276 fi
11277 done
11278 fi
11279 CATALOGS=
11280 if test -n "$INST_LINGUAS"; then
11281 for lang in $INST_LINGUAS; do
11282 CATALOGS="$CATALOGS $lang.gmo"
11283 done
11284 fi
11285 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11286 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"
11287 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11288 if test -f "$f"; then
11289 case "$f" in
11290 *.orig | *.bak | *~) ;;
11291 *) cat "$f" >> "$ac_dir/Makefile" ;;
11292 esac
11293 fi
11294 done
11295 fi
11296 ;;
11297 esac
11298 done ;;
11299 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11300 # Strip MF so we end up with the name of the file.
11301 mf=`echo "$mf" | sed -e 's/:.*$//'`
11302 # Check whether this is an Automake generated Makefile or not.
11303 # We used to match only the files named `Makefile.in', but
11304 # some people rename them; so instead we look at the file content.
11305 # Grep'ing the first line is not enough: some people post-process
11306 # each Makefile.in and add a new line on top of each file to say so.
11307 # So let's grep whole file.
11308 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11309 dirpart=`(dirname "$mf") 2>/dev/null ||
11310 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11311 X"$mf" : 'X\(//\)[^/]' \| \
11312 X"$mf" : 'X\(//\)$' \| \
11313 X"$mf" : 'X\(/\)' \| \
11314 . : '\(.\)' 2>/dev/null ||
11315 echo X"$mf" |
11316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11317 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11318 /^X\(\/\/\)$/{ s//\1/; q; }
11319 /^X\(\/\).*/{ s//\1/; q; }
11320 s/.*/./; q'`
11321 else
11322 continue
11323 fi
11324 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11325 # Extract the definition of DEP_FILES from the Makefile without
11326 # running `make'.
11327 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11328 test -z "$DEPDIR" && continue
11329 # When using ansi2knr, U may be empty or an underscore; expand it
11330 U=`sed -n -e '/^U = / s///p' < "$mf"`
11331 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11332 # We invoke sed twice because it is the simplest approach to
11333 # changing $(DEPDIR) to its actual value in the expansion.
11334 for file in `sed -n -e '
11335 /^DEP_FILES = .*\\\\$/ {
11336 s/^DEP_FILES = //
11337 :loop
11338 s/\\\\$//
11339 p
11340 n
11341 /\\\\$/ b loop
11342 p
11343 }
11344 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11345 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11346 # Make sure the directory exists.
11347 test -f "$dirpart/$file" && continue
11348 fdir=`(dirname "$file") 2>/dev/null ||
11349 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11350 X"$file" : 'X\(//\)[^/]' \| \
11351 X"$file" : 'X\(//\)$' \| \
11352 X"$file" : 'X\(/\)' \| \
11353 . : '\(.\)' 2>/dev/null ||
11354 echo X"$file" |
11355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11356 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11357 /^X\(\/\/\)$/{ s//\1/; q; }
11358 /^X\(\/\).*/{ s//\1/; q; }
11359 s/.*/./; q'`
11360 { if $as_mkdir_p; then
11361 mkdir -p $dirpart/$fdir
11362 else
11363 as_dir=$dirpart/$fdir
11364 as_dirs=
11365 while test ! -d "$as_dir"; do
11366 as_dirs="$as_dir $as_dirs"
11367 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11368 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11369 X"$as_dir" : 'X\(//\)[^/]' \| \
11370 X"$as_dir" : 'X\(//\)$' \| \
11371 X"$as_dir" : 'X\(/\)' \| \
11372 . : '\(.\)' 2>/dev/null ||
11373 echo X"$as_dir" |
11374 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11375 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11376 /^X\(\/\/\)$/{ s//\1/; q; }
11377 /^X\(\/\).*/{ s//\1/; q; }
11378 s/.*/./; q'`
11379 done
11380 test ! -n "$as_dirs" || mkdir $as_dirs
11381 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11382 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11383 { (exit 1); exit 1; }; }; }
11384
11385 # echo "creating $dirpart/$file"
11386 echo '# dummy' > "$dirpart/$file"
11387 done
11388 done
11389 ;;
11390 esac
11391 done
11392 _ACEOF
11393
11394 cat >>$CONFIG_STATUS <<\_ACEOF
11395
11396 { (exit 0); exit 0; }
11397 _ACEOF
11398 chmod +x $CONFIG_STATUS
11399 ac_clean_files=$ac_clean_files_save
11400
11401
11402
11403 echo
11404 echo "***"
11405 echo "*** Configuration Summary"
11406 echo "***"
11407 echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11408 echo "*** Cipher used: $CIPHER"
11409 echo "*** Digest used: $DIGEST"
11410 echo "*** HMAC length: $HMAC"
11411 echo "*** RAND used: $RAND"
11412 echo "*** Max. MTU: $MTU"
11413 echo "*** Compression: $COMPRESS"
11414
11415 if test "x$DIGEST" = xmd4; then
11416 echo "***"
11417 echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11418 fi
11419
11420 if test "$HMAC" -lt 12; then
11421 echo "***"
11422 echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure"
11423 fi
11424
11425 if test "$RAND" -lt 8; then
11426 echo "***"
11427 echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure"
11428 fi
11429
11430 echo "***"
11431
11432 echo
11433
11434
11435
11436 # configure is writing to config.log, and then calls config.status.
11437 # config.status does its own redirection, appending to config.log.
11438 # Unfortunately, on DOS this fails, as config.log is still kept open
11439 # by configure, so config.status won't be able to write to it; its
11440 # output is simply discarded. So we exec the FD to /dev/null,
11441 # effectively closing config.log, so it can be properly (re)opened and
11442 # appended to by config.status. When coming back to configure, we
11443 # need to make the FD available again.
11444 if test "$no_create" != yes; then
11445 ac_cs_success=:
11446 ac_config_status_args=
11447 test "$silent" = yes &&
11448 ac_config_status_args="$ac_config_status_args --quiet"
11449 exec 5>/dev/null
11450 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11451 exec 5>>config.log
11452 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11453 # would make configure fail if this is the last instruction.
11454 $ac_cs_success || { (exit 1); exit 1; }
11455 fi
11456