ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.1
Committed: Tue Oct 14 19:39:39 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 #! /bin/sh
2     # Guess values for system-dependent variables and create Makefiles.
3     # Generated by GNU Autoconf 2.57.
4     #
5     # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6     # Free Software Foundation, Inc.
7     # This configure script is free software; the Free Software Foundation
8     # gives unlimited permission to copy, distribute and modify it.
9     ## --------------------- ##
10     ## M4sh Initialization. ##
11     ## --------------------- ##
12    
13     # Be Bourne compatible
14     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15     emulate sh
16     NULLCMD=:
17     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18     # is contrary to our usage. Disable this feature.
19     alias -g '${1+"$@"}'='"$@"'
20     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21     set -o posix
22     fi
23    
24     # Support unset when possible.
25     if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26     as_unset=unset
27     else
28     as_unset=false
29     fi
30    
31    
32     # Work around bugs in pre-3.0 UWIN ksh.
33     $as_unset ENV MAIL MAILPATH
34     PS1='$ '
35     PS2='> '
36     PS4='+ '
37    
38     # NLS nuisances.
39     for as_var in \
40     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42     LC_TELEPHONE LC_TIME
43     do
44     if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46     else
47     $as_unset $as_var
48     fi
49     done
50    
51     # Required to use basename.
52     if expr a : '\(a\)' >/dev/null 2>&1; then
53     as_expr=expr
54     else
55     as_expr=false
56     fi
57    
58     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59     as_basename=basename
60     else
61     as_basename=false
62     fi
63    
64    
65     # Name of the executable.
66     as_me=`$as_basename "$0" ||
67     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68     X"$0" : 'X\(//\)$' \| \
69     X"$0" : 'X\(/\)$' \| \
70     . : '\(.\)' 2>/dev/null ||
71     echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73     /^X\/\(\/\/\)$/{ s//\1/; q; }
74     /^X\/\(\/\).*/{ s//\1/; q; }
75     s/.*/./; q'`
76    
77    
78     # PATH needs CR, and LINENO needs CR and PATH.
79     # Avoid depending upon Character Ranges.
80     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83     as_cr_digits='0123456789'
84     as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86     # The user is always right.
87     if test "${PATH_SEPARATOR+set}" != set; then
88     echo "#! /bin/sh" >conf$$.sh
89     echo "exit 0" >>conf$$.sh
90     chmod +x conf$$.sh
91     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93     else
94     PATH_SEPARATOR=:
95     fi
96     rm -f conf$$.sh
97     fi
98    
99    
100     as_lineno_1=$LINENO
101     as_lineno_2=$LINENO
102     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103     test "x$as_lineno_1" != "x$as_lineno_2" &&
104     test "x$as_lineno_3" = "x$as_lineno_2" || {
105     # Find who we are. Look in the path if we contain no path at all
106     # relative or not.
107     case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110     for as_dir in $PATH
111     do
112     IFS=$as_save_IFS
113     test -z "$as_dir" && as_dir=.
114     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115     done
116    
117     ;;
118     esac
119     # We did not find ourselves, most probably we were run as `sh COMMAND'
120     # in which case we are not to be found in the path.
121     if test "x$as_myself" = x; then
122     as_myself=$0
123     fi
124     if test ! -f "$as_myself"; then
125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126     { (exit 1); exit 1; }; }
127     fi
128     case $CONFIG_SHELL in
129     '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132     do
133     IFS=$as_save_IFS
134     test -z "$as_dir" && as_dir=.
135     for as_base in sh bash ksh sh5; do
136     case $as_dir in
137     /*)
138     if ("$as_dir/$as_base" -c '
139     as_lineno_1=$LINENO
140     as_lineno_2=$LINENO
141     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142     test "x$as_lineno_1" != "x$as_lineno_2" &&
143     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146     CONFIG_SHELL=$as_dir/$as_base
147     export CONFIG_SHELL
148     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149     fi;;
150     esac
151     done
152     done
153     ;;
154     esac
155    
156     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157     # uniformly replaced by the line number. The first 'sed' inserts a
158     # line-number line before each line; the second 'sed' does the real
159     # work. The second script uses 'N' to pair each line-number line
160     # with the numbered line, and appends trailing '-' during
161     # substitution so that $LINENO is not a special case at line end.
162     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164     sed '=' <$as_myself |
165     sed '
166     N
167     s,$,-,
168     : loop
169     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170     t loop
171     s,-$,,
172     s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
174     chmod +x $as_me.lineno ||
175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176     { (exit 1); exit 1; }; }
177    
178     # Don't try to exec as it changes $[0], causing all sort of problems
179     # (the dirname of $[0] is not the place where we might find the
180     # original and so on. Autoconf is especially sensible to this).
181     . ./$as_me.lineno
182     # Exit status is that of the last command.
183     exit
184     }
185    
186    
187     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188     *c*,-n*) ECHO_N= ECHO_C='
189     ' ECHO_T=' ' ;;
190     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192     esac
193    
194     if expr a : '\(a\)' >/dev/null 2>&1; then
195     as_expr=expr
196     else
197     as_expr=false
198     fi
199    
200     rm -f conf$$ conf$$.exe conf$$.file
201     echo >conf$$.file
202     if ln -s conf$$.file conf$$ 2>/dev/null; then
203     # We could just check for DJGPP; but this test a) works b) is more generic
204     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205     if test -f conf$$.exe; then
206     # Don't use ln at all; we don't have any links
207     as_ln_s='cp -p'
208     else
209     as_ln_s='ln -s'
210     fi
211     elif ln conf$$.file conf$$ 2>/dev/null; then
212     as_ln_s=ln
213     else
214     as_ln_s='cp -p'
215     fi
216     rm -f conf$$ conf$$.exe conf$$.file
217    
218     if mkdir -p . 2>/dev/null; then
219     as_mkdir_p=:
220     else
221     as_mkdir_p=false
222     fi
223    
224     as_executable_p="test -f"
225    
226     # Sed expression to map a string onto a valid CPP name.
227     as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228    
229     # Sed expression to map a string onto a valid variable name.
230     as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231    
232    
233     # IFS
234     # We need space, tab and new line, in precisely that order.
235     as_nl='
236     '
237     IFS=" $as_nl"
238    
239     # CDPATH.
240     $as_unset CDPATH
241    
242    
243     # Name of the host.
244     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245     # so uname gets run too.
246     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
247    
248     exec 6>&1
249    
250     #
251     # Initializations.
252     #
253     ac_default_prefix=/usr/local
254     ac_config_libobj_dir=.
255     cross_compiling=no
256     subdirs=
257     MFLAGS=
258     MAKEFLAGS=
259     SHELL=${CONFIG_SHELL-/bin/sh}
260    
261     # Maximum number of lines to put in a shell here document.
262     # This variable seems obsolete. It should probably be removed, and
263     # only ac_max_sed_lines should be used.
264     : ${ac_max_here_lines=38}
265    
266     # Identity of this package.
267     PACKAGE_NAME=
268     PACKAGE_TARNAME=
269     PACKAGE_VERSION=
270     PACKAGE_STRING=
271     PACKAGE_BUGREPORT=
272    
273     ac_unique_file="src/vped.C"
274     # Factoring default headers for most tests.
275     ac_includes_default="\
276     #include <stdio.h>
277     #if HAVE_SYS_TYPES_H
278     # include <sys/types.h>
279     #endif
280     #if HAVE_SYS_STAT_H
281     # include <sys/stat.h>
282     #endif
283     #if STDC_HEADERS
284     # include <stdlib.h>
285     # include <stddef.h>
286     #else
287     # if HAVE_STDLIB_H
288     # include <stdlib.h>
289     # endif
290     #endif
291     #if HAVE_STRING_H
292     # if !STDC_HEADERS && HAVE_MEMORY_H
293     # include <memory.h>
294     # endif
295     # include <string.h>
296     #endif
297     #if HAVE_STRINGS_H
298     # include <strings.h>
299     #endif
300     #if HAVE_INTTYPES_H
301     # include <inttypes.h>
302     #else
303     # if HAVE_STDINT_H
304     # include <stdint.h>
305     # endif
306     #endif
307     #if HAVE_UNISTD_H
308     # include <unistd.h>
309     #endif"
310    
311     ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP INCLUDES LIBOBJS LTLIBOBJS'
312     ac_subst_files=''
313    
314     # Initialize some variables set by options.
315     ac_init_help=
316     ac_init_version=false
317     # The variables have the same names as the options, with
318     # dashes changed to underlines.
319     cache_file=/dev/null
320     exec_prefix=NONE
321     no_create=
322     no_recursion=
323     prefix=NONE
324     program_prefix=NONE
325     program_suffix=NONE
326     program_transform_name=s,x,x,
327     silent=
328     site=
329     srcdir=
330     verbose=
331     x_includes=NONE
332     x_libraries=NONE
333    
334     # Installation directory options.
335     # These are left unexpanded so users can "make install exec_prefix=/foo"
336     # and all the variables that are supposed to be based on exec_prefix
337     # by default will actually change.
338     # Use braces instead of parens because sh, perl, etc. also accept them.
339     bindir='${exec_prefix}/bin'
340     sbindir='${exec_prefix}/sbin'
341     libexecdir='${exec_prefix}/libexec'
342     datadir='${prefix}/share'
343     sysconfdir='${prefix}/etc'
344     sharedstatedir='${prefix}/com'
345     localstatedir='${prefix}/var'
346     libdir='${exec_prefix}/lib'
347     includedir='${prefix}/include'
348     oldincludedir='/usr/include'
349     infodir='${prefix}/info'
350     mandir='${prefix}/man'
351    
352     ac_prev=
353     for ac_option
354     do
355     # If the previous option needs an argument, assign it.
356     if test -n "$ac_prev"; then
357     eval "$ac_prev=\$ac_option"
358     ac_prev=
359     continue
360     fi
361    
362     ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
363    
364     # Accept the important Cygnus configure options, so we can diagnose typos.
365    
366     case $ac_option in
367    
368     -bindir | --bindir | --bindi | --bind | --bin | --bi)
369     ac_prev=bindir ;;
370     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
371     bindir=$ac_optarg ;;
372    
373     -build | --build | --buil | --bui | --bu)
374     ac_prev=build_alias ;;
375     -build=* | --build=* | --buil=* | --bui=* | --bu=*)
376     build_alias=$ac_optarg ;;
377    
378     -cache-file | --cache-file | --cache-fil | --cache-fi \
379     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
380     ac_prev=cache_file ;;
381     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
382     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
383     cache_file=$ac_optarg ;;
384    
385     --config-cache | -C)
386     cache_file=config.cache ;;
387    
388     -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
389     ac_prev=datadir ;;
390     -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
391     | --da=*)
392     datadir=$ac_optarg ;;
393    
394     -disable-* | --disable-*)
395     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396     # Reject names that are not valid shell variable names.
397     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
398     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399     { (exit 1); exit 1; }; }
400     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
401     eval "enable_$ac_feature=no" ;;
402    
403     -enable-* | --enable-*)
404     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405     # Reject names that are not valid shell variable names.
406     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
407     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408     { (exit 1); exit 1; }; }
409     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
410     case $ac_option in
411     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
412     *) ac_optarg=yes ;;
413     esac
414     eval "enable_$ac_feature='$ac_optarg'" ;;
415    
416     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
417     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
418     | --exec | --exe | --ex)
419     ac_prev=exec_prefix ;;
420     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
421     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
422     | --exec=* | --exe=* | --ex=*)
423     exec_prefix=$ac_optarg ;;
424    
425     -gas | --gas | --ga | --g)
426     # Obsolete; use --with-gas.
427     with_gas=yes ;;
428    
429     -help | --help | --hel | --he | -h)
430     ac_init_help=long ;;
431     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
432     ac_init_help=recursive ;;
433     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
434     ac_init_help=short ;;
435    
436     -host | --host | --hos | --ho)
437     ac_prev=host_alias ;;
438     -host=* | --host=* | --hos=* | --ho=*)
439     host_alias=$ac_optarg ;;
440    
441     -includedir | --includedir | --includedi | --included | --include \
442     | --includ | --inclu | --incl | --inc)
443     ac_prev=includedir ;;
444     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
445     | --includ=* | --inclu=* | --incl=* | --inc=*)
446     includedir=$ac_optarg ;;
447    
448     -infodir | --infodir | --infodi | --infod | --info | --inf)
449     ac_prev=infodir ;;
450     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
451     infodir=$ac_optarg ;;
452    
453     -libdir | --libdir | --libdi | --libd)
454     ac_prev=libdir ;;
455     -libdir=* | --libdir=* | --libdi=* | --libd=*)
456     libdir=$ac_optarg ;;
457    
458     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
459     | --libexe | --libex | --libe)
460     ac_prev=libexecdir ;;
461     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
462     | --libexe=* | --libex=* | --libe=*)
463     libexecdir=$ac_optarg ;;
464    
465     -localstatedir | --localstatedir | --localstatedi | --localstated \
466     | --localstate | --localstat | --localsta | --localst \
467     | --locals | --local | --loca | --loc | --lo)
468     ac_prev=localstatedir ;;
469     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
470     | --localstate=* | --localstat=* | --localsta=* | --localst=* \
471     | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
472     localstatedir=$ac_optarg ;;
473    
474     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
475     ac_prev=mandir ;;
476     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
477     mandir=$ac_optarg ;;
478    
479     -nfp | --nfp | --nf)
480     # Obsolete; use --without-fp.
481     with_fp=no ;;
482    
483     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
484     | --no-cr | --no-c | -n)
485     no_create=yes ;;
486    
487     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
488     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
489     no_recursion=yes ;;
490    
491     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
492     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
493     | --oldin | --oldi | --old | --ol | --o)
494     ac_prev=oldincludedir ;;
495     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
496     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
497     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
498     oldincludedir=$ac_optarg ;;
499    
500     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
501     ac_prev=prefix ;;
502     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
503     prefix=$ac_optarg ;;
504    
505     -program-prefix | --program-prefix | --program-prefi | --program-pref \
506     | --program-pre | --program-pr | --program-p)
507     ac_prev=program_prefix ;;
508     -program-prefix=* | --program-prefix=* | --program-prefi=* \
509     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
510     program_prefix=$ac_optarg ;;
511    
512     -program-suffix | --program-suffix | --program-suffi | --program-suff \
513     | --program-suf | --program-su | --program-s)
514     ac_prev=program_suffix ;;
515     -program-suffix=* | --program-suffix=* | --program-suffi=* \
516     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
517     program_suffix=$ac_optarg ;;
518    
519     -program-transform-name | --program-transform-name \
520     | --program-transform-nam | --program-transform-na \
521     | --program-transform-n | --program-transform- \
522     | --program-transform | --program-transfor \
523     | --program-transfo | --program-transf \
524     | --program-trans | --program-tran \
525     | --progr-tra | --program-tr | --program-t)
526     ac_prev=program_transform_name ;;
527     -program-transform-name=* | --program-transform-name=* \
528     | --program-transform-nam=* | --program-transform-na=* \
529     | --program-transform-n=* | --program-transform-=* \
530     | --program-transform=* | --program-transfor=* \
531     | --program-transfo=* | --program-transf=* \
532     | --program-trans=* | --program-tran=* \
533     | --progr-tra=* | --program-tr=* | --program-t=*)
534     program_transform_name=$ac_optarg ;;
535    
536     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
537     | -silent | --silent | --silen | --sile | --sil)
538     silent=yes ;;
539    
540     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
541     ac_prev=sbindir ;;
542     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
543     | --sbi=* | --sb=*)
544     sbindir=$ac_optarg ;;
545    
546     -sharedstatedir | --sharedstatedir | --sharedstatedi \
547     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
548     | --sharedst | --shareds | --shared | --share | --shar \
549     | --sha | --sh)
550     ac_prev=sharedstatedir ;;
551     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
552     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
553     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
554     | --sha=* | --sh=*)
555     sharedstatedir=$ac_optarg ;;
556    
557     -site | --site | --sit)
558     ac_prev=site ;;
559     -site=* | --site=* | --sit=*)
560     site=$ac_optarg ;;
561    
562     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
563     ac_prev=srcdir ;;
564     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
565     srcdir=$ac_optarg ;;
566    
567     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
568     | --syscon | --sysco | --sysc | --sys | --sy)
569     ac_prev=sysconfdir ;;
570     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
571     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
572     sysconfdir=$ac_optarg ;;
573    
574     -target | --target | --targe | --targ | --tar | --ta | --t)
575     ac_prev=target_alias ;;
576     -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
577     target_alias=$ac_optarg ;;
578    
579     -v | -verbose | --verbose | --verbos | --verbo | --verb)
580     verbose=yes ;;
581    
582     -version | --version | --versio | --versi | --vers | -V)
583     ac_init_version=: ;;
584    
585     -with-* | --with-*)
586     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587     # Reject names that are not valid shell variable names.
588     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
589     { echo "$as_me: error: invalid package name: $ac_package" >&2
590     { (exit 1); exit 1; }; }
591     ac_package=`echo $ac_package| sed 's/-/_/g'`
592     case $ac_option in
593     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
594     *) ac_optarg=yes ;;
595     esac
596     eval "with_$ac_package='$ac_optarg'" ;;
597    
598     -without-* | --without-*)
599     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600     # Reject names that are not valid shell variable names.
601     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
602     { echo "$as_me: error: invalid package name: $ac_package" >&2
603     { (exit 1); exit 1; }; }
604     ac_package=`echo $ac_package | sed 's/-/_/g'`
605     eval "with_$ac_package=no" ;;
606    
607     --x)
608     # Obsolete; use --with-x.
609     with_x=yes ;;
610    
611     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
612     | --x-incl | --x-inc | --x-in | --x-i)
613     ac_prev=x_includes ;;
614     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
615     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
616     x_includes=$ac_optarg ;;
617    
618     -x-libraries | --x-libraries | --x-librarie | --x-librari \
619     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
620     ac_prev=x_libraries ;;
621     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
622     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
623     x_libraries=$ac_optarg ;;
624    
625     -*) { echo "$as_me: error: unrecognized option: $ac_option
626     Try \`$0 --help' for more information." >&2
627     { (exit 1); exit 1; }; }
628     ;;
629    
630     *=*)
631     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
632     # Reject names that are not valid shell variable names.
633     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
634     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635     { (exit 1); exit 1; }; }
636     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637     eval "$ac_envvar='$ac_optarg'"
638     export $ac_envvar ;;
639    
640     *)
641     # FIXME: should be removed in autoconf 3.0.
642     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
644     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
646     ;;
647    
648     esac
649     done
650    
651     if test -n "$ac_prev"; then
652     ac_option=--`echo $ac_prev | sed 's/_/-/g'`
653     { echo "$as_me: error: missing argument to $ac_option" >&2
654     { (exit 1); exit 1; }; }
655     fi
656    
657     # Be sure to have absolute paths.
658     for ac_var in exec_prefix prefix
659     do
660     eval ac_val=$`echo $ac_var`
661     case $ac_val in
662     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
663     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664     { (exit 1); exit 1; }; };;
665     esac
666     done
667    
668     # Be sure to have absolute paths.
669     for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670     localstatedir libdir includedir oldincludedir infodir mandir
671     do
672     eval ac_val=$`echo $ac_var`
673     case $ac_val in
674     [\\/$]* | ?:[\\/]* ) ;;
675     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676     { (exit 1); exit 1; }; };;
677     esac
678     done
679    
680     # There might be people who depend on the old broken behavior: `$host'
681     # used to hold the argument of --host etc.
682     # FIXME: To remove some day.
683     build=$build_alias
684     host=$host_alias
685     target=$target_alias
686    
687     # FIXME: To remove some day.
688     if test "x$host_alias" != x; then
689     if test "x$build_alias" = x; then
690     cross_compiling=maybe
691     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692     If a cross compiler is detected then cross compile mode will be used." >&2
693     elif test "x$build_alias" != "x$host_alias"; then
694     cross_compiling=yes
695     fi
696     fi
697    
698     ac_tool_prefix=
699     test -n "$host_alias" && ac_tool_prefix=$host_alias-
700    
701     test "$silent" = yes && exec 6>/dev/null
702    
703    
704     # Find the source files, if location was not specified.
705     if test -z "$srcdir"; then
706     ac_srcdir_defaulted=yes
707     # Try the directory containing this script, then its parent.
708     ac_confdir=`(dirname "$0") 2>/dev/null ||
709     $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710     X"$0" : 'X\(//\)[^/]' \| \
711     X"$0" : 'X\(//\)$' \| \
712     X"$0" : 'X\(/\)' \| \
713     . : '\(.\)' 2>/dev/null ||
714     echo X"$0" |
715     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717     /^X\(\/\/\)$/{ s//\1/; q; }
718     /^X\(\/\).*/{ s//\1/; q; }
719     s/.*/./; q'`
720     srcdir=$ac_confdir
721     if test ! -r $srcdir/$ac_unique_file; then
722     srcdir=..
723     fi
724     else
725     ac_srcdir_defaulted=no
726     fi
727     if test ! -r $srcdir/$ac_unique_file; then
728     if test "$ac_srcdir_defaulted" = yes; then
729     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730     { (exit 1); exit 1; }; }
731     else
732     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733     { (exit 1); exit 1; }; }
734     fi
735     fi
736     (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
737     { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738     { (exit 1); exit 1; }; }
739     srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740     ac_env_build_alias_set=${build_alias+set}
741     ac_env_build_alias_value=$build_alias
742     ac_cv_env_build_alias_set=${build_alias+set}
743     ac_cv_env_build_alias_value=$build_alias
744     ac_env_host_alias_set=${host_alias+set}
745     ac_env_host_alias_value=$host_alias
746     ac_cv_env_host_alias_set=${host_alias+set}
747     ac_cv_env_host_alias_value=$host_alias
748     ac_env_target_alias_set=${target_alias+set}
749     ac_env_target_alias_value=$target_alias
750     ac_cv_env_target_alias_set=${target_alias+set}
751     ac_cv_env_target_alias_value=$target_alias
752     ac_env_CC_set=${CC+set}
753     ac_env_CC_value=$CC
754     ac_cv_env_CC_set=${CC+set}
755     ac_cv_env_CC_value=$CC
756     ac_env_CFLAGS_set=${CFLAGS+set}
757     ac_env_CFLAGS_value=$CFLAGS
758     ac_cv_env_CFLAGS_set=${CFLAGS+set}
759     ac_cv_env_CFLAGS_value=$CFLAGS
760     ac_env_LDFLAGS_set=${LDFLAGS+set}
761     ac_env_LDFLAGS_value=$LDFLAGS
762     ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
763     ac_cv_env_LDFLAGS_value=$LDFLAGS
764     ac_env_CPPFLAGS_set=${CPPFLAGS+set}
765     ac_env_CPPFLAGS_value=$CPPFLAGS
766     ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
767     ac_cv_env_CPPFLAGS_value=$CPPFLAGS
768     ac_env_CPP_set=${CPP+set}
769     ac_env_CPP_value=$CPP
770     ac_cv_env_CPP_set=${CPP+set}
771     ac_cv_env_CPP_value=$CPP
772     ac_env_CXX_set=${CXX+set}
773     ac_env_CXX_value=$CXX
774     ac_cv_env_CXX_set=${CXX+set}
775     ac_cv_env_CXX_value=$CXX
776     ac_env_CXXFLAGS_set=${CXXFLAGS+set}
777     ac_env_CXXFLAGS_value=$CXXFLAGS
778     ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
779     ac_cv_env_CXXFLAGS_value=$CXXFLAGS
780     ac_env_CXXCPP_set=${CXXCPP+set}
781     ac_env_CXXCPP_value=$CXXCPP
782     ac_cv_env_CXXCPP_set=${CXXCPP+set}
783     ac_cv_env_CXXCPP_value=$CXXCPP
784    
785     #
786     # Report the --help message.
787     #
788     if test "$ac_init_help" = "long"; then
789     # Omit some internal or obsolete options to make the list less imposing.
790     # This message is too long to be a string in the A/UX 3.1 sh.
791     cat <<_ACEOF
792     \`configure' configures this package to adapt to many kinds of systems.
793    
794     Usage: $0 [OPTION]... [VAR=VALUE]...
795    
796     To assign environment variables (e.g., CC, CFLAGS...), specify them as
797     VAR=VALUE. See below for descriptions of some of the useful variables.
798    
799     Defaults for the options are specified in brackets.
800    
801     Configuration:
802     -h, --help display this help and exit
803     --help=short display options specific to this package
804     --help=recursive display the short help of all the included packages
805     -V, --version display version information and exit
806     -q, --quiet, --silent do not print \`checking...' messages
807     --cache-file=FILE cache test results in FILE [disabled]
808     -C, --config-cache alias for \`--cache-file=config.cache'
809     -n, --no-create do not create output files
810     --srcdir=DIR find the sources in DIR [configure dir or \`..']
811    
812     _ACEOF
813    
814     cat <<_ACEOF
815     Installation directories:
816     --prefix=PREFIX install architecture-independent files in PREFIX
817     [$ac_default_prefix]
818     --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
819     [PREFIX]
820    
821     By default, \`make install' will install all the files in
822     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
823     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
824     for instance \`--prefix=\$HOME'.
825    
826     For better control, use the options below.
827    
828     Fine tuning of the installation directories:
829     --bindir=DIR user executables [EPREFIX/bin]
830     --sbindir=DIR system admin executables [EPREFIX/sbin]
831     --libexecdir=DIR program executables [EPREFIX/libexec]
832     --datadir=DIR read-only architecture-independent data [PREFIX/share]
833     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
834     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
835     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
836     --libdir=DIR object code libraries [EPREFIX/lib]
837     --includedir=DIR C header files [PREFIX/include]
838     --oldincludedir=DIR C header files for non-gcc [/usr/include]
839     --infodir=DIR info documentation [PREFIX/info]
840     --mandir=DIR man documentation [PREFIX/man]
841     _ACEOF
842    
843     cat <<\_ACEOF
844    
845     Program names:
846     --program-prefix=PREFIX prepend PREFIX to installed program names
847     --program-suffix=SUFFIX append SUFFIX to installed program names
848     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
849    
850     System types:
851     --build=BUILD configure for building on BUILD [guessed]
852     --host=HOST cross-compile to build programs to run on HOST [BUILD]
853     --target=TARGET configure for building compilers for TARGET [HOST]
854     _ACEOF
855     fi
856    
857     if test -n "$ac_init_help"; then
858    
859     cat <<\_ACEOF
860    
861     Optional Features:
862     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
863     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
864     --enable-maintainer-mode enable make rules and dependencies not useful
865     (and sometimes confusing) to the casual installer
866     --disable-dependency-tracking Speeds up one-time builds
867     --enable-dependency-tracking Do not reject slow dependency extractors
868     --disable-rpath do not hardcode runtime library paths
869     --disable-nls do not use Native Language Support
870     --enable-iftype=TYPE/SUBTYPE
871     Use kernel/net device interface TYPE/SUBTYPE.
872     Working combinations are: "native/linux"
873     "tincd/linux" "tincd/freebsd"; Untested combinations
874     are: "tincd/netbsd" "tincd/darwin" "tincd/solaris"
875     "tincd/openbsd" "tincd/cygwin"; Broken combinations
876     are: "native/cygwin"; The default is to autodetect.
877     --enable-rohc enable robust header compression (rfc3095).
878     --enable-icmp enable icmp protocol support (default disabled).
879     --enable-tcp enable tcp protocol support (default disabled).
880     --enable-http-proxy enable http proxy connect support (default
881     disabled).
882     --enable-hmac-length=BYTES
883     use a hmac of length BYTES bytes (default 12).
884     Allowed values are 4, 8, 12, 16.
885     --enable-rand-length=BYTES
886     use BYTES bytes of extra randomness (default 8).
887     Allowed values are 0, 4, 8.
888     --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
889     Use 9100 for jumbogram support.
890     --disable-compression Disable compression support.
891     --enable-cipher Select the symmetric cipher (default "bf"). Must be
892     one of "bf" (blowfish), "aes-128" (rijndael),
893     "aes-192" or "aes-256".
894     --enable-digest Select the digets algorithm to use (default "sha1").
895     Must be one of "sha1", "ripemd160", "md5" or "md4"
896     (insecure).
897    
898     Optional Packages:
899     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
900     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
901     --with-gnu-ld assume the C compiler uses GNU ld default=no
902     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
903     --without-libiconv-prefix don't search for libiconv in includedir and libdir
904     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
905     --without-libintl-prefix don't search for libintl in includedir and libdir
906     --with-kernel=dir give the directory with kernel sources
907     (default: /usr/src/linux)
908     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
909     --with-openssl-lib=DIR OpenSSL library directory
910    
911     Some influential environment variables:
912     CC C compiler command
913     CFLAGS C compiler flags
914     LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
915     nonstandard directory <lib dir>
916     CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
917     headers in a nonstandard directory <include dir>
918     CPP C preprocessor
919     CXX C++ compiler command
920     CXXFLAGS C++ compiler flags
921     CXXCPP C++ preprocessor
922    
923     Use these variables to override the choices made by `configure' or to help
924     it to find libraries and programs with nonstandard names/locations.
925    
926     _ACEOF
927     fi
928    
929     if test "$ac_init_help" = "recursive"; then
930     # If there are subdirs, report their specific --help.
931     ac_popdir=`pwd`
932     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
933     test -d $ac_dir || continue
934     ac_builddir=.
935    
936     if test "$ac_dir" != .; then
937     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
938     # A "../" for each directory in $ac_dir_suffix.
939     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
940     else
941     ac_dir_suffix= ac_top_builddir=
942     fi
943    
944     case $srcdir in
945     .) # No --srcdir option. We are building in place.
946     ac_srcdir=.
947     if test -z "$ac_top_builddir"; then
948     ac_top_srcdir=.
949     else
950     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
951     fi ;;
952     [\\/]* | ?:[\\/]* ) # Absolute path.
953     ac_srcdir=$srcdir$ac_dir_suffix;
954     ac_top_srcdir=$srcdir ;;
955     *) # Relative path.
956     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
957     ac_top_srcdir=$ac_top_builddir$srcdir ;;
958     esac
959     # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
960     # absolute.
961     ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
962     ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
963     ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
964     ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
965    
966     cd $ac_dir
967     # Check for guested configure; otherwise get Cygnus style configure.
968     if test -f $ac_srcdir/configure.gnu; then
969     echo
970     $SHELL $ac_srcdir/configure.gnu --help=recursive
971     elif test -f $ac_srcdir/configure; then
972     echo
973     $SHELL $ac_srcdir/configure --help=recursive
974     elif test -f $ac_srcdir/configure.ac ||
975     test -f $ac_srcdir/configure.in; then
976     echo
977     $ac_configure --help
978     else
979     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
980     fi
981     cd "$ac_popdir"
982     done
983     fi
984    
985     test -n "$ac_init_help" && exit 0
986     if $ac_init_version; then
987     cat <<\_ACEOF
988    
989     Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
990     Free Software Foundation, Inc.
991     This configure script is free software; the Free Software Foundation
992     gives unlimited permission to copy, distribute and modify it.
993     _ACEOF
994     exit 0
995     fi
996     exec 5>config.log
997     cat >&5 <<_ACEOF
998     This file contains any messages produced by compilers while
999     running configure, to aid debugging if configure makes a mistake.
1000    
1001     It was created by $as_me, which was
1002     generated by GNU Autoconf 2.57. Invocation command line was
1003    
1004     $ $0 $@
1005    
1006     _ACEOF
1007     {
1008     cat <<_ASUNAME
1009     ## --------- ##
1010     ## Platform. ##
1011     ## --------- ##
1012    
1013     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1014     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1015     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1016     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1017     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1018    
1019     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1020     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1021    
1022     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1023     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1024     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1025     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1026     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1027     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1028     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1029    
1030     _ASUNAME
1031    
1032     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1033     for as_dir in $PATH
1034     do
1035     IFS=$as_save_IFS
1036     test -z "$as_dir" && as_dir=.
1037     echo "PATH: $as_dir"
1038     done
1039    
1040     } >&5
1041    
1042     cat >&5 <<_ACEOF
1043    
1044    
1045     ## ----------- ##
1046     ## Core tests. ##
1047     ## ----------- ##
1048    
1049     _ACEOF
1050    
1051    
1052     # Keep a trace of the command line.
1053     # Strip out --no-create and --no-recursion so they do not pile up.
1054     # Strip out --silent because we don't want to record it for future runs.
1055     # Also quote any args containing shell meta-characters.
1056     # Make two passes to allow for proper duplicate-argument suppression.
1057     ac_configure_args=
1058     ac_configure_args0=
1059     ac_configure_args1=
1060     ac_sep=
1061     ac_must_keep_next=false
1062     for ac_pass in 1 2
1063     do
1064     for ac_arg
1065     do
1066     case $ac_arg in
1067     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1068     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1069     | -silent | --silent | --silen | --sile | --sil)
1070     continue ;;
1071     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1072     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1073     esac
1074     case $ac_pass in
1075     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1076     2)
1077     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1078     if test $ac_must_keep_next = true; then
1079     ac_must_keep_next=false # Got value, back to normal.
1080     else
1081     case $ac_arg in
1082     *=* | --config-cache | -C | -disable-* | --disable-* \
1083     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1084     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1085     | -with-* | --with-* | -without-* | --without-* | --x)
1086     case "$ac_configure_args0 " in
1087     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1088     esac
1089     ;;
1090     -* ) ac_must_keep_next=true ;;
1091     esac
1092     fi
1093     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1094     # Get rid of the leading space.
1095     ac_sep=" "
1096     ;;
1097     esac
1098     done
1099     done
1100     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1101     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1102    
1103     # When interrupted or exit'd, cleanup temporary files, and complete
1104     # config.log. We remove comments because anyway the quotes in there
1105     # would cause problems or look ugly.
1106     # WARNING: Be sure not to use single quotes in there, as some shells,
1107     # such as our DU 5.0 friend, will then `close' the trap.
1108     trap 'exit_status=$?
1109     # Save into config.log some information that might help in debugging.
1110     {
1111     echo
1112    
1113     cat <<\_ASBOX
1114     ## ---------------- ##
1115     ## Cache variables. ##
1116     ## ---------------- ##
1117     _ASBOX
1118     echo
1119     # The following way of writing the cache mishandles newlines in values,
1120     {
1121     (set) 2>&1 |
1122     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1123     *ac_space=\ *)
1124     sed -n \
1125     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1126     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1127     ;;
1128     *)
1129     sed -n \
1130     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1131     ;;
1132     esac;
1133     }
1134     echo
1135    
1136     cat <<\_ASBOX
1137     ## ----------------- ##
1138     ## Output variables. ##
1139     ## ----------------- ##
1140     _ASBOX
1141     echo
1142     for ac_var in $ac_subst_vars
1143     do
1144     eval ac_val=$`echo $ac_var`
1145     echo "$ac_var='"'"'$ac_val'"'"'"
1146     done | sort
1147     echo
1148    
1149     if test -n "$ac_subst_files"; then
1150     cat <<\_ASBOX
1151     ## ------------- ##
1152     ## Output files. ##
1153     ## ------------- ##
1154     _ASBOX
1155     echo
1156     for ac_var in $ac_subst_files
1157     do
1158     eval ac_val=$`echo $ac_var`
1159     echo "$ac_var='"'"'$ac_val'"'"'"
1160     done | sort
1161     echo
1162     fi
1163    
1164     if test -s confdefs.h; then
1165     cat <<\_ASBOX
1166     ## ----------- ##
1167     ## confdefs.h. ##
1168     ## ----------- ##
1169     _ASBOX
1170     echo
1171     sed "/^$/d" confdefs.h | sort
1172     echo
1173     fi
1174     test "$ac_signal" != 0 &&
1175     echo "$as_me: caught signal $ac_signal"
1176     echo "$as_me: exit $exit_status"
1177     } >&5
1178     rm -f core *.core &&
1179     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1180     exit $exit_status
1181     ' 0
1182     for ac_signal in 1 2 13 15; do
1183     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1184     done
1185     ac_signal=0
1186    
1187     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1188     rm -rf conftest* confdefs.h
1189     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1190     echo >confdefs.h
1191    
1192     # Predefined preprocessor variables.
1193    
1194     cat >>confdefs.h <<_ACEOF
1195     #define PACKAGE_NAME "$PACKAGE_NAME"
1196     _ACEOF
1197    
1198    
1199     cat >>confdefs.h <<_ACEOF
1200     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1201     _ACEOF
1202    
1203    
1204     cat >>confdefs.h <<_ACEOF
1205     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1206     _ACEOF
1207    
1208    
1209     cat >>confdefs.h <<_ACEOF
1210     #define PACKAGE_STRING "$PACKAGE_STRING"
1211     _ACEOF
1212    
1213    
1214     cat >>confdefs.h <<_ACEOF
1215     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1216     _ACEOF
1217    
1218    
1219     # Let the site file select an alternate cache file if it wants to.
1220     # Prefer explicitly selected file to automatically selected ones.
1221     if test -z "$CONFIG_SITE"; then
1222     if test "x$prefix" != xNONE; then
1223     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1224     else
1225     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1226     fi
1227     fi
1228     for ac_site_file in $CONFIG_SITE; do
1229     if test -r "$ac_site_file"; then
1230     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1231     echo "$as_me: loading site script $ac_site_file" >&6;}
1232     sed 's/^/| /' "$ac_site_file" >&5
1233     . "$ac_site_file"
1234     fi
1235     done
1236    
1237     if test -r "$cache_file"; then
1238     # Some versions of bash will fail to source /dev/null (special
1239     # files actually), so we avoid doing that.
1240     if test -f "$cache_file"; then
1241     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1242     echo "$as_me: loading cache $cache_file" >&6;}
1243     case $cache_file in
1244     [\\/]* | ?:[\\/]* ) . $cache_file;;
1245     *) . ./$cache_file;;
1246     esac
1247     fi
1248     else
1249     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1250     echo "$as_me: creating cache $cache_file" >&6;}
1251     >$cache_file
1252     fi
1253    
1254     # Check that the precious variables saved in the cache have kept the same
1255     # value.
1256     ac_cache_corrupted=false
1257     for ac_var in `(set) 2>&1 |
1258     sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1259     eval ac_old_set=\$ac_cv_env_${ac_var}_set
1260     eval ac_new_set=\$ac_env_${ac_var}_set
1261     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1262     eval ac_new_val="\$ac_env_${ac_var}_value"
1263     case $ac_old_set,$ac_new_set in
1264     set,)
1265     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1266     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1267     ac_cache_corrupted=: ;;
1268     ,set)
1269     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1270     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1271     ac_cache_corrupted=: ;;
1272     ,);;
1273     *)
1274     if test "x$ac_old_val" != "x$ac_new_val"; then
1275     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1276     echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1277     { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1278     echo "$as_me: former value: $ac_old_val" >&2;}
1279     { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1280     echo "$as_me: current value: $ac_new_val" >&2;}
1281     ac_cache_corrupted=:
1282     fi;;
1283     esac
1284     # Pass precious variables to config.status.
1285     if test "$ac_new_set" = set; then
1286     case $ac_new_val in
1287     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1288     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1289     *) ac_arg=$ac_var=$ac_new_val ;;
1290     esac
1291     case " $ac_configure_args " in
1292     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1293     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1294     esac
1295     fi
1296     done
1297     if $ac_cache_corrupted; then
1298     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1299     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1300     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1301     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1302     { (exit 1); exit 1; }; }
1303     fi
1304    
1305     ac_ext=c
1306     ac_cpp='$CPP $CPPFLAGS'
1307     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1308     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1309     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1310    
1311    
1312    
1313    
1314    
1315    
1316    
1317    
1318    
1319    
1320    
1321    
1322    
1323    
1324    
1325    
1326    
1327    
1328    
1329     ac_aux_dir=
1330     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1331     if test -f $ac_dir/install-sh; then
1332     ac_aux_dir=$ac_dir
1333     ac_install_sh="$ac_aux_dir/install-sh -c"
1334     break
1335     elif test -f $ac_dir/install.sh; then
1336     ac_aux_dir=$ac_dir
1337     ac_install_sh="$ac_aux_dir/install.sh -c"
1338     break
1339     elif test -f $ac_dir/shtool; then
1340     ac_aux_dir=$ac_dir
1341     ac_install_sh="$ac_aux_dir/shtool install -c"
1342     break
1343     fi
1344     done
1345     if test -z "$ac_aux_dir"; then
1346     { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1347     echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1348     { (exit 1); exit 1; }; }
1349     fi
1350     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1351     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1352     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1353    
1354     # Make sure we can run config.sub.
1355     $ac_config_sub sun4 >/dev/null 2>&1 ||
1356     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1357     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1358     { (exit 1); exit 1; }; }
1359    
1360     echo "$as_me:$LINENO: checking build system type" >&5
1361     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1362     if test "${ac_cv_build+set}" = set; then
1363     echo $ECHO_N "(cached) $ECHO_C" >&6
1364     else
1365     ac_cv_build_alias=$build_alias
1366     test -z "$ac_cv_build_alias" &&
1367     ac_cv_build_alias=`$ac_config_guess`
1368     test -z "$ac_cv_build_alias" &&
1369     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1370     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1371     { (exit 1); exit 1; }; }
1372     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1373     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1374     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1375     { (exit 1); exit 1; }; }
1376    
1377     fi
1378     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1379     echo "${ECHO_T}$ac_cv_build" >&6
1380     build=$ac_cv_build
1381     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1382     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1383     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1384    
1385    
1386     echo "$as_me:$LINENO: checking host system type" >&5
1387     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1388     if test "${ac_cv_host+set}" = set; then
1389     echo $ECHO_N "(cached) $ECHO_C" >&6
1390     else
1391     ac_cv_host_alias=$host_alias
1392     test -z "$ac_cv_host_alias" &&
1393     ac_cv_host_alias=$ac_cv_build_alias
1394     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1395     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1396     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1397     { (exit 1); exit 1; }; }
1398    
1399     fi
1400     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1401     echo "${ECHO_T}$ac_cv_host" >&6
1402     host=$ac_cv_host
1403     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1404     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1405     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1406    
1407    
1408     echo "$as_me:$LINENO: checking target system type" >&5
1409     echo $ECHO_N "checking target system type... $ECHO_C" >&6
1410     if test "${ac_cv_target+set}" = set; then
1411     echo $ECHO_N "(cached) $ECHO_C" >&6
1412     else
1413     ac_cv_target_alias=$target_alias
1414     test "x$ac_cv_target_alias" = "x" &&
1415     ac_cv_target_alias=$ac_cv_host_alias
1416     ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1417     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1418     echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1419     { (exit 1); exit 1; }; }
1420    
1421     fi
1422     echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1423     echo "${ECHO_T}$ac_cv_target" >&6
1424     target=$ac_cv_target
1425     target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1426     target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1427     target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1428    
1429    
1430     # The aliases save the names the user supplied, while $host etc.
1431     # will get canonicalized.
1432     test -n "$target_alias" &&
1433     test "$program_prefix$program_suffix$program_transform_name" = \
1434     NONENONEs,x,x, &&
1435     program_prefix=${target_alias}-
1436     am__api_version="1.7"
1437     # Find a good install program. We prefer a C program (faster),
1438     # so one script is as good as another. But avoid the broken or
1439     # incompatible versions:
1440     # SysV /etc/install, /usr/sbin/install
1441     # SunOS /usr/etc/install
1442     # IRIX /sbin/install
1443     # AIX /bin/install
1444     # AmigaOS /C/install, which installs bootblocks on floppy discs
1445     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1446     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1447     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1448     # ./install, which can be erroneously created by make from ./install.sh.
1449     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1450     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1451     if test -z "$INSTALL"; then
1452     if test "${ac_cv_path_install+set}" = set; then
1453     echo $ECHO_N "(cached) $ECHO_C" >&6
1454     else
1455     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1456     for as_dir in $PATH
1457     do
1458     IFS=$as_save_IFS
1459     test -z "$as_dir" && as_dir=.
1460     # Account for people who put trailing slashes in PATH elements.
1461     case $as_dir/ in
1462     ./ | .// | /cC/* | \
1463     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1464     /usr/ucb/* ) ;;
1465     *)
1466     # OSF1 and SCO ODT 3.0 have their own names for install.
1467     # Don't use installbsd from OSF since it installs stuff as root
1468     # by default.
1469     for ac_prog in ginstall scoinst install; do
1470     for ac_exec_ext in '' $ac_executable_extensions; do
1471     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1472     if test $ac_prog = install &&
1473     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1474     # AIX install. It has an incompatible calling convention.
1475     :
1476     elif test $ac_prog = install &&
1477     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1478     # program-specific install script used by HP pwplus--don't use.
1479     :
1480     else
1481     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1482     break 3
1483     fi
1484     fi
1485     done
1486     done
1487     ;;
1488     esac
1489     done
1490    
1491    
1492     fi
1493     if test "${ac_cv_path_install+set}" = set; then
1494     INSTALL=$ac_cv_path_install
1495     else
1496     # As a last resort, use the slow shell script. We don't cache a
1497     # path for INSTALL within a source directory, because that will
1498     # break other packages using the cache if that directory is
1499     # removed, or if the path is relative.
1500     INSTALL=$ac_install_sh
1501     fi
1502     fi
1503     echo "$as_me:$LINENO: result: $INSTALL" >&5
1504     echo "${ECHO_T}$INSTALL" >&6
1505    
1506     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1507     # It thinks the first close brace ends the variable substitution.
1508     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1509    
1510     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1511    
1512     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1513    
1514     echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1515     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1516     # Just in case
1517     sleep 1
1518     echo timestamp > conftest.file
1519     # Do `set' in a subshell so we don't clobber the current shell's
1520     # arguments. Must try -L first in case configure is actually a
1521     # symlink; some systems play weird games with the mod time of symlinks
1522     # (eg FreeBSD returns the mod time of the symlink's containing
1523     # directory).
1524     if (
1525     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1526     if test "$*" = "X"; then
1527     # -L didn't work.
1528     set X `ls -t $srcdir/configure conftest.file`
1529     fi
1530     rm -f conftest.file
1531     if test "$*" != "X $srcdir/configure conftest.file" \
1532     && test "$*" != "X conftest.file $srcdir/configure"; then
1533    
1534     # If neither matched, then we have a broken ls. This can happen
1535     # if, for instance, CONFIG_SHELL is bash and it inherits a
1536     # broken ls alias from the environment. This has actually
1537     # happened. Such a system could not be considered "sane".
1538     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1539     alias in your environment" >&5
1540     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1541     alias in your environment" >&2;}
1542     { (exit 1); exit 1; }; }
1543     fi
1544    
1545     test "$2" = conftest.file
1546     )
1547     then
1548     # Ok.
1549     :
1550     else
1551     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1552     Check your system clock" >&5
1553     echo "$as_me: error: newly created file is older than distributed files!
1554     Check your system clock" >&2;}
1555     { (exit 1); exit 1; }; }
1556     fi
1557     echo "$as_me:$LINENO: result: yes" >&5
1558     echo "${ECHO_T}yes" >&6
1559     test "$program_prefix" != NONE &&
1560     program_transform_name="s,^,$program_prefix,;$program_transform_name"
1561     # Use a double $ so make ignores it.
1562     test "$program_suffix" != NONE &&
1563     program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1564     # Double any \ or $. echo might interpret backslashes.
1565     # By default was `s,x,x', remove it if useless.
1566     cat <<\_ACEOF >conftest.sed
1567     s/[\\$]/&&/g;s/;s,x,x,$//
1568     _ACEOF
1569     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1570     rm conftest.sed
1571    
1572    
1573     # expand $ac_aux_dir to an absolute path
1574     am_aux_dir=`cd $ac_aux_dir && pwd`
1575    
1576     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1577     # Use eval to expand $SHELL
1578     if eval "$MISSING --run true"; then
1579     am_missing_run="$MISSING --run "
1580     else
1581     am_missing_run=
1582     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1583     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1584     fi
1585    
1586     for ac_prog in gawk mawk nawk awk
1587     do
1588     # Extract the first word of "$ac_prog", so it can be a program name with args.
1589     set dummy $ac_prog; ac_word=$2
1590     echo "$as_me:$LINENO: checking for $ac_word" >&5
1591     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1592     if test "${ac_cv_prog_AWK+set}" = set; then
1593     echo $ECHO_N "(cached) $ECHO_C" >&6
1594     else
1595     if test -n "$AWK"; then
1596     ac_cv_prog_AWK="$AWK" # Let the user override the test.
1597     else
1598     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1599     for as_dir in $PATH
1600     do
1601     IFS=$as_save_IFS
1602     test -z "$as_dir" && as_dir=.
1603     for ac_exec_ext in '' $ac_executable_extensions; do
1604     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1605     ac_cv_prog_AWK="$ac_prog"
1606     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1607     break 2
1608     fi
1609     done
1610     done
1611    
1612     fi
1613     fi
1614     AWK=$ac_cv_prog_AWK
1615     if test -n "$AWK"; then
1616     echo "$as_me:$LINENO: result: $AWK" >&5
1617     echo "${ECHO_T}$AWK" >&6
1618     else
1619     echo "$as_me:$LINENO: result: no" >&5
1620     echo "${ECHO_T}no" >&6
1621     fi
1622    
1623     test -n "$AWK" && break
1624     done
1625    
1626     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1627     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1628     set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1629     if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1630     echo $ECHO_N "(cached) $ECHO_C" >&6
1631     else
1632     cat >conftest.make <<\_ACEOF
1633     all:
1634     @echo 'ac_maketemp="$(MAKE)"'
1635     _ACEOF
1636     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1637     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1638     if test -n "$ac_maketemp"; then
1639     eval ac_cv_prog_make_${ac_make}_set=yes
1640     else
1641     eval ac_cv_prog_make_${ac_make}_set=no
1642     fi
1643     rm -f conftest.make
1644     fi
1645     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1646     echo "$as_me:$LINENO: result: yes" >&5
1647     echo "${ECHO_T}yes" >&6
1648     SET_MAKE=
1649     else
1650     echo "$as_me:$LINENO: result: no" >&5
1651     echo "${ECHO_T}no" >&6
1652     SET_MAKE="MAKE=${MAKE-make}"
1653     fi
1654    
1655     rm -rf .tst 2>/dev/null
1656     mkdir .tst 2>/dev/null
1657     if test -d .tst; then
1658     am__leading_dot=.
1659     else
1660     am__leading_dot=_
1661     fi
1662     rmdir .tst 2>/dev/null
1663    
1664     # test to see if srcdir already configured
1665     if test "`cd $srcdir && pwd`" != "`pwd`" &&
1666     test -f $srcdir/config.status; then
1667     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1668     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1669     { (exit 1); exit 1; }; }
1670     fi
1671    
1672     # test whether we have cygpath
1673     if test -z "$CYGPATH_W"; then
1674     if (cygpath --version) >/dev/null 2>/dev/null; then
1675     CYGPATH_W='cygpath -w'
1676     else
1677     CYGPATH_W=echo
1678     fi
1679     fi
1680    
1681    
1682     # Define the identity of the package.
1683     PACKAGE=vpe
1684     VERSION=1.2
1685    
1686    
1687     cat >>confdefs.h <<_ACEOF
1688     #define PACKAGE "$PACKAGE"
1689     _ACEOF
1690    
1691    
1692     cat >>confdefs.h <<_ACEOF
1693     #define VERSION "$VERSION"
1694     _ACEOF
1695    
1696     # Some tools Automake needs.
1697    
1698     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1699    
1700    
1701     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1702    
1703    
1704     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1705    
1706    
1707     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1708    
1709    
1710     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1711    
1712    
1713     AMTAR=${AMTAR-"${am_missing_run}tar"}
1714    
1715     install_sh=${install_sh-"$am_aux_dir/install-sh"}
1716    
1717     # Installed binaries are usually stripped using `strip' when the user
1718     # run `make install-strip'. However `strip' might not be the right
1719     # tool to use in cross-compilation environments, therefore Automake
1720     # will honor the `STRIP' environment variable to overrule this program.
1721     if test "$cross_compiling" != no; then
1722     if test -n "$ac_tool_prefix"; then
1723     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1724     set dummy ${ac_tool_prefix}strip; ac_word=$2
1725     echo "$as_me:$LINENO: checking for $ac_word" >&5
1726     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1727     if test "${ac_cv_prog_STRIP+set}" = set; then
1728     echo $ECHO_N "(cached) $ECHO_C" >&6
1729     else
1730     if test -n "$STRIP"; then
1731     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1732     else
1733     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1734     for as_dir in $PATH
1735     do
1736     IFS=$as_save_IFS
1737     test -z "$as_dir" && as_dir=.
1738     for ac_exec_ext in '' $ac_executable_extensions; do
1739     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1740     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1741     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1742     break 2
1743     fi
1744     done
1745     done
1746    
1747     fi
1748     fi
1749     STRIP=$ac_cv_prog_STRIP
1750     if test -n "$STRIP"; then
1751     echo "$as_me:$LINENO: result: $STRIP" >&5
1752     echo "${ECHO_T}$STRIP" >&6
1753     else
1754     echo "$as_me:$LINENO: result: no" >&5
1755     echo "${ECHO_T}no" >&6
1756     fi
1757    
1758     fi
1759     if test -z "$ac_cv_prog_STRIP"; then
1760     ac_ct_STRIP=$STRIP
1761     # Extract the first word of "strip", so it can be a program name with args.
1762     set dummy strip; ac_word=$2
1763     echo "$as_me:$LINENO: checking for $ac_word" >&5
1764     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1765     if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1766     echo $ECHO_N "(cached) $ECHO_C" >&6
1767     else
1768     if test -n "$ac_ct_STRIP"; then
1769     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1770     else
1771     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1772     for as_dir in $PATH
1773     do
1774     IFS=$as_save_IFS
1775     test -z "$as_dir" && as_dir=.
1776     for ac_exec_ext in '' $ac_executable_extensions; do
1777     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1778     ac_cv_prog_ac_ct_STRIP="strip"
1779     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1780     break 2
1781     fi
1782     done
1783     done
1784    
1785     test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1786     fi
1787     fi
1788     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1789     if test -n "$ac_ct_STRIP"; then
1790     echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1791     echo "${ECHO_T}$ac_ct_STRIP" >&6
1792     else
1793     echo "$as_me:$LINENO: result: no" >&5
1794     echo "${ECHO_T}no" >&6
1795     fi
1796    
1797     STRIP=$ac_ct_STRIP
1798     else
1799     STRIP="$ac_cv_prog_STRIP"
1800     fi
1801    
1802     fi
1803     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1804    
1805     # We need awk for the "check" target. The system "awk" is bad on
1806     # some platforms.
1807    
1808    
1809    
1810     ac_config_headers="$ac_config_headers config.h"
1811    
1812     echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1813     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1814     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1815     if test "${enable_maintainer_mode+set}" = set; then
1816     enableval="$enable_maintainer_mode"
1817     USE_MAINTAINER_MODE=$enableval
1818     else
1819     USE_MAINTAINER_MODE=no
1820     fi;
1821     echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1822     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1823    
1824    
1825     if test $USE_MAINTAINER_MODE = yes; then
1826     MAINTAINER_MODE_TRUE=
1827     MAINTAINER_MODE_FALSE='#'
1828     else
1829     MAINTAINER_MODE_TRUE='#'
1830     MAINTAINER_MODE_FALSE=
1831     fi
1832    
1833     MAINT=$MAINTAINER_MODE_TRUE
1834    
1835    
1836    
1837    
1838    
1839    
1840    
1841    
1842    
1843    
1844     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1845    
1846     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1847    
1848    
1849    
1850     MKINSTALLDIRS=
1851     if test -n "$ac_aux_dir"; then
1852     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1853     fi
1854     if test -z "$MKINSTALLDIRS"; then
1855     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1856     fi
1857    
1858    
1859    
1860    
1861    
1862     # Extract the first word of "msgfmt", so it can be a program name with args.
1863     set dummy msgfmt; ac_word=$2
1864     echo "$as_me:$LINENO: checking for $ac_word" >&5
1865     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1866     if test "${ac_cv_path_MSGFMT+set}" = set; then
1867     echo $ECHO_N "(cached) $ECHO_C" >&6
1868     else
1869     case "$MSGFMT" in
1870     /*)
1871     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1872     ;;
1873     *)
1874     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1875     for ac_dir in $PATH; do
1876     test -z "$ac_dir" && ac_dir=.
1877     if test -f $ac_dir/$ac_word; then
1878     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1879     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1880     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1881     break
1882     fi
1883     fi
1884     done
1885     IFS="$ac_save_ifs"
1886     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1887     ;;
1888     esac
1889     fi
1890     MSGFMT="$ac_cv_path_MSGFMT"
1891     if test "$MSGFMT" != ":"; then
1892     echo "$as_me:$LINENO: result: $MSGFMT" >&5
1893     echo "${ECHO_T}$MSGFMT" >&6
1894     else
1895     echo "$as_me:$LINENO: result: no" >&5
1896     echo "${ECHO_T}no" >&6
1897     fi
1898    
1899     # Extract the first word of "gmsgfmt", so it can be a program name with args.
1900     set dummy gmsgfmt; ac_word=$2
1901     echo "$as_me:$LINENO: checking for $ac_word" >&5
1902     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1903     if test "${ac_cv_path_GMSGFMT+set}" = set; then
1904     echo $ECHO_N "(cached) $ECHO_C" >&6
1905     else
1906     case $GMSGFMT in
1907     [\\/]* | ?:[\\/]*)
1908     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1909     ;;
1910     *)
1911     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1912     for as_dir in $PATH
1913     do
1914     IFS=$as_save_IFS
1915     test -z "$as_dir" && as_dir=.
1916     for ac_exec_ext in '' $ac_executable_extensions; do
1917     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1918     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1919     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1920     break 2
1921     fi
1922     done
1923     done
1924    
1925     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1926     ;;
1927     esac
1928     fi
1929     GMSGFMT=$ac_cv_path_GMSGFMT
1930    
1931     if test -n "$GMSGFMT"; then
1932     echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1933     echo "${ECHO_T}$GMSGFMT" >&6
1934     else
1935     echo "$as_me:$LINENO: result: no" >&5
1936     echo "${ECHO_T}no" >&6
1937     fi
1938    
1939    
1940     # Extract the first word of "xgettext", so it can be a program name with args.
1941     set dummy xgettext; ac_word=$2
1942     echo "$as_me:$LINENO: checking for $ac_word" >&5
1943     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1944     if test "${ac_cv_path_XGETTEXT+set}" = set; then
1945     echo $ECHO_N "(cached) $ECHO_C" >&6
1946     else
1947     case "$XGETTEXT" in
1948     /*)
1949     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1950     ;;
1951     *)
1952     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1953     for ac_dir in $PATH; do
1954     test -z "$ac_dir" && ac_dir=.
1955     if test -f $ac_dir/$ac_word; then
1956     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
1957     (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1958     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
1959     break
1960     fi
1961     fi
1962     done
1963     IFS="$ac_save_ifs"
1964     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
1965     ;;
1966     esac
1967     fi
1968     XGETTEXT="$ac_cv_path_XGETTEXT"
1969     if test "$XGETTEXT" != ":"; then
1970     echo "$as_me:$LINENO: result: $XGETTEXT" >&5
1971     echo "${ECHO_T}$XGETTEXT" >&6
1972     else
1973     echo "$as_me:$LINENO: result: no" >&5
1974     echo "${ECHO_T}no" >&6
1975     fi
1976    
1977     rm -f messages.po
1978    
1979     # Extract the first word of "msgmerge", so it can be a program name with args.
1980     set dummy msgmerge; ac_word=$2
1981     echo "$as_me:$LINENO: checking for $ac_word" >&5
1982     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1983     if test "${ac_cv_path_MSGMERGE+set}" = set; then
1984     echo $ECHO_N "(cached) $ECHO_C" >&6
1985     else
1986     case "$MSGMERGE" in
1987     /*)
1988     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
1989     ;;
1990     *)
1991     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1992     for ac_dir in $PATH; do
1993     test -z "$ac_dir" && ac_dir=.
1994     if test -f $ac_dir/$ac_word; then
1995     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
1996     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
1997     break
1998     fi
1999     fi
2000     done
2001     IFS="$ac_save_ifs"
2002     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2003     ;;
2004     esac
2005     fi
2006     MSGMERGE="$ac_cv_path_MSGMERGE"
2007     if test "$MSGMERGE" != ":"; then
2008     echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2009     echo "${ECHO_T}$MSGMERGE" >&6
2010     else
2011     echo "$as_me:$LINENO: result: no" >&5
2012     echo "${ECHO_T}no" >&6
2013     fi
2014    
2015    
2016     if test "$GMSGFMT" != ":"; then
2017     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2018     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2019     : ;
2020     else
2021     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2022     echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2023     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2024     GMSGFMT=":"
2025     fi
2026     fi
2027    
2028     if test "$XGETTEXT" != ":"; then
2029     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2030     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2031     : ;
2032     else
2033     echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2034     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2035     XGETTEXT=":"
2036     fi
2037     rm -f messages.po
2038     fi
2039    
2040     ac_config_commands="$ac_config_commands default-1"
2041    
2042    
2043    
2044     if test "X$prefix" = "XNONE"; then
2045     acl_final_prefix="$ac_default_prefix"
2046     else
2047     acl_final_prefix="$prefix"
2048     fi
2049     if test "X$exec_prefix" = "XNONE"; then
2050     acl_final_exec_prefix='${prefix}'
2051     else
2052     acl_final_exec_prefix="$exec_prefix"
2053     fi
2054     acl_save_prefix="$prefix"
2055     prefix="$acl_final_prefix"
2056     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2057     prefix="$acl_save_prefix"
2058    
2059     DEPDIR="${am__leading_dot}deps"
2060    
2061     ac_config_commands="$ac_config_commands depfiles"
2062    
2063    
2064     am_make=${MAKE-make}
2065     cat > confinc << 'END'
2066     am__doit:
2067     @echo done
2068     .PHONY: am__doit
2069     END
2070     # If we don't find an include directive, just comment out the code.
2071     echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2072     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2073     am__include="#"
2074     am__quote=
2075     _am_result=none
2076     # First try GNU make style include.
2077     echo "include confinc" > confmf
2078     # We grep out `Entering directory' and `Leaving directory'
2079     # messages which can occur if `w' ends up in MAKEFLAGS.
2080     # In particular we don't look at `^make:' because GNU make might
2081     # be invoked under some other name (usually "gmake"), in which
2082     # case it prints its new name instead of `make'.
2083     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2084     am__include=include
2085     am__quote=
2086     _am_result=GNU
2087     fi
2088     # Now try BSD make style include.
2089     if test "$am__include" = "#"; then
2090     echo '.include "confinc"' > confmf
2091     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2092     am__include=.include
2093     am__quote="\""
2094     _am_result=BSD
2095     fi
2096     fi
2097    
2098    
2099     echo "$as_me:$LINENO: result: $_am_result" >&5
2100     echo "${ECHO_T}$_am_result" >&6
2101     rm -f confinc confmf
2102    
2103     # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2104     if test "${enable_dependency_tracking+set}" = set; then
2105     enableval="$enable_dependency_tracking"
2106    
2107     fi;
2108     if test "x$enable_dependency_tracking" != xno; then
2109     am_depcomp="$ac_aux_dir/depcomp"
2110     AMDEPBACKSLASH='\'
2111     fi
2112    
2113    
2114     if test "x$enable_dependency_tracking" != xno; then
2115     AMDEP_TRUE=
2116     AMDEP_FALSE='#'
2117     else
2118     AMDEP_TRUE='#'
2119     AMDEP_FALSE=
2120     fi
2121    
2122    
2123    
2124     ac_ext=c
2125     ac_cpp='$CPP $CPPFLAGS'
2126     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2127     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2128     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2129     if test -n "$ac_tool_prefix"; then
2130     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2131     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2132     echo "$as_me:$LINENO: checking for $ac_word" >&5
2133     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2134     if test "${ac_cv_prog_CC+set}" = set; then
2135     echo $ECHO_N "(cached) $ECHO_C" >&6
2136     else
2137     if test -n "$CC"; then
2138     ac_cv_prog_CC="$CC" # Let the user override the test.
2139     else
2140     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141     for as_dir in $PATH
2142     do
2143     IFS=$as_save_IFS
2144     test -z "$as_dir" && as_dir=.
2145     for ac_exec_ext in '' $ac_executable_extensions; do
2146     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2147     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2148     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2149     break 2
2150     fi
2151     done
2152     done
2153    
2154     fi
2155     fi
2156     CC=$ac_cv_prog_CC
2157     if test -n "$CC"; then
2158     echo "$as_me:$LINENO: result: $CC" >&5
2159     echo "${ECHO_T}$CC" >&6
2160     else
2161     echo "$as_me:$LINENO: result: no" >&5
2162     echo "${ECHO_T}no" >&6
2163     fi
2164    
2165     fi
2166     if test -z "$ac_cv_prog_CC"; then
2167     ac_ct_CC=$CC
2168     # Extract the first word of "gcc", so it can be a program name with args.
2169     set dummy gcc; ac_word=$2
2170     echo "$as_me:$LINENO: checking for $ac_word" >&5
2171     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2172     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2173     echo $ECHO_N "(cached) $ECHO_C" >&6
2174     else
2175     if test -n "$ac_ct_CC"; then
2176     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2177     else
2178     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2179     for as_dir in $PATH
2180     do
2181     IFS=$as_save_IFS
2182     test -z "$as_dir" && as_dir=.
2183     for ac_exec_ext in '' $ac_executable_extensions; do
2184     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2185     ac_cv_prog_ac_ct_CC="gcc"
2186     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2187     break 2
2188     fi
2189     done
2190     done
2191    
2192     fi
2193     fi
2194     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2195     if test -n "$ac_ct_CC"; then
2196     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2197     echo "${ECHO_T}$ac_ct_CC" >&6
2198     else
2199     echo "$as_me:$LINENO: result: no" >&5
2200     echo "${ECHO_T}no" >&6
2201     fi
2202    
2203     CC=$ac_ct_CC
2204     else
2205     CC="$ac_cv_prog_CC"
2206     fi
2207    
2208     if test -z "$CC"; then
2209     if test -n "$ac_tool_prefix"; then
2210     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2211     set dummy ${ac_tool_prefix}cc; ac_word=$2
2212     echo "$as_me:$LINENO: checking for $ac_word" >&5
2213     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2214     if test "${ac_cv_prog_CC+set}" = set; then
2215     echo $ECHO_N "(cached) $ECHO_C" >&6
2216     else
2217     if test -n "$CC"; then
2218     ac_cv_prog_CC="$CC" # Let the user override the test.
2219     else
2220     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2221     for as_dir in $PATH
2222     do
2223     IFS=$as_save_IFS
2224     test -z "$as_dir" && as_dir=.
2225     for ac_exec_ext in '' $ac_executable_extensions; do
2226     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2227     ac_cv_prog_CC="${ac_tool_prefix}cc"
2228     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2229     break 2
2230     fi
2231     done
2232     done
2233    
2234     fi
2235     fi
2236     CC=$ac_cv_prog_CC
2237     if test -n "$CC"; then
2238     echo "$as_me:$LINENO: result: $CC" >&5
2239     echo "${ECHO_T}$CC" >&6
2240     else
2241     echo "$as_me:$LINENO: result: no" >&5
2242     echo "${ECHO_T}no" >&6
2243     fi
2244    
2245     fi
2246     if test -z "$ac_cv_prog_CC"; then
2247     ac_ct_CC=$CC
2248     # Extract the first word of "cc", so it can be a program name with args.
2249     set dummy cc; ac_word=$2
2250     echo "$as_me:$LINENO: checking for $ac_word" >&5
2251     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2252     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2253     echo $ECHO_N "(cached) $ECHO_C" >&6
2254     else
2255     if test -n "$ac_ct_CC"; then
2256     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2257     else
2258     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2259     for as_dir in $PATH
2260     do
2261     IFS=$as_save_IFS
2262     test -z "$as_dir" && as_dir=.
2263     for ac_exec_ext in '' $ac_executable_extensions; do
2264     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2265     ac_cv_prog_ac_ct_CC="cc"
2266     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2267     break 2
2268     fi
2269     done
2270     done
2271    
2272     fi
2273     fi
2274     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2275     if test -n "$ac_ct_CC"; then
2276     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2277     echo "${ECHO_T}$ac_ct_CC" >&6
2278     else
2279     echo "$as_me:$LINENO: result: no" >&5
2280     echo "${ECHO_T}no" >&6
2281     fi
2282    
2283     CC=$ac_ct_CC
2284     else
2285     CC="$ac_cv_prog_CC"
2286     fi
2287    
2288     fi
2289     if test -z "$CC"; then
2290     # Extract the first word of "cc", so it can be a program name with args.
2291     set dummy cc; ac_word=$2
2292     echo "$as_me:$LINENO: checking for $ac_word" >&5
2293     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2294     if test "${ac_cv_prog_CC+set}" = set; then
2295     echo $ECHO_N "(cached) $ECHO_C" >&6
2296     else
2297     if test -n "$CC"; then
2298     ac_cv_prog_CC="$CC" # Let the user override the test.
2299     else
2300     ac_prog_rejected=no
2301     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2302     for as_dir in $PATH
2303     do
2304     IFS=$as_save_IFS
2305     test -z "$as_dir" && as_dir=.
2306     for ac_exec_ext in '' $ac_executable_extensions; do
2307     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2308     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2309     ac_prog_rejected=yes
2310     continue
2311     fi
2312     ac_cv_prog_CC="cc"
2313     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314     break 2
2315     fi
2316     done
2317     done
2318    
2319     if test $ac_prog_rejected = yes; then
2320     # We found a bogon in the path, so make sure we never use it.
2321     set dummy $ac_cv_prog_CC
2322     shift
2323     if test $# != 0; then
2324     # We chose a different compiler from the bogus one.
2325     # However, it has the same basename, so the bogon will be chosen
2326     # first if we set CC to just the basename; use the full file name.
2327     shift
2328     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2329     fi
2330     fi
2331     fi
2332     fi
2333     CC=$ac_cv_prog_CC
2334     if test -n "$CC"; then
2335     echo "$as_me:$LINENO: result: $CC" >&5
2336     echo "${ECHO_T}$CC" >&6
2337     else
2338     echo "$as_me:$LINENO: result: no" >&5
2339     echo "${ECHO_T}no" >&6
2340     fi
2341    
2342     fi
2343     if test -z "$CC"; then
2344     if test -n "$ac_tool_prefix"; then
2345     for ac_prog in cl
2346     do
2347     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2348     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2349     echo "$as_me:$LINENO: checking for $ac_word" >&5
2350     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2351     if test "${ac_cv_prog_CC+set}" = set; then
2352     echo $ECHO_N "(cached) $ECHO_C" >&6
2353     else
2354     if test -n "$CC"; then
2355     ac_cv_prog_CC="$CC" # Let the user override the test.
2356     else
2357     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2358     for as_dir in $PATH
2359     do
2360     IFS=$as_save_IFS
2361     test -z "$as_dir" && as_dir=.
2362     for ac_exec_ext in '' $ac_executable_extensions; do
2363     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2364     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2365     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2366     break 2
2367     fi
2368     done
2369     done
2370    
2371     fi
2372     fi
2373     CC=$ac_cv_prog_CC
2374     if test -n "$CC"; then
2375     echo "$as_me:$LINENO: result: $CC" >&5
2376     echo "${ECHO_T}$CC" >&6
2377     else
2378     echo "$as_me:$LINENO: result: no" >&5
2379     echo "${ECHO_T}no" >&6
2380     fi
2381    
2382     test -n "$CC" && break
2383     done
2384     fi
2385     if test -z "$CC"; then
2386     ac_ct_CC=$CC
2387     for ac_prog in cl
2388     do
2389     # Extract the first word of "$ac_prog", so it can be a program name with args.
2390     set dummy $ac_prog; ac_word=$2
2391     echo "$as_me:$LINENO: checking for $ac_word" >&5
2392     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2393     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2394     echo $ECHO_N "(cached) $ECHO_C" >&6
2395     else
2396     if test -n "$ac_ct_CC"; then
2397     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2398     else
2399     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2400     for as_dir in $PATH
2401     do
2402     IFS=$as_save_IFS
2403     test -z "$as_dir" && as_dir=.
2404     for ac_exec_ext in '' $ac_executable_extensions; do
2405     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2406     ac_cv_prog_ac_ct_CC="$ac_prog"
2407     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2408     break 2
2409     fi
2410     done
2411     done
2412    
2413     fi
2414     fi
2415     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2416     if test -n "$ac_ct_CC"; then
2417     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2418     echo "${ECHO_T}$ac_ct_CC" >&6
2419     else
2420     echo "$as_me:$LINENO: result: no" >&5
2421     echo "${ECHO_T}no" >&6
2422     fi
2423    
2424     test -n "$ac_ct_CC" && break
2425     done
2426    
2427     CC=$ac_ct_CC
2428     fi
2429    
2430     fi
2431    
2432    
2433     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2434     See \`config.log' for more details." >&5
2435     echo "$as_me: error: no acceptable C compiler found in \$PATH
2436     See \`config.log' for more details." >&2;}
2437     { (exit 1); exit 1; }; }
2438    
2439     # Provide some information about the compiler.
2440     echo "$as_me:$LINENO:" \
2441     "checking for C compiler version" >&5
2442     ac_compiler=`set X $ac_compile; echo $2`
2443     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2444     (eval $ac_compiler --version </dev/null >&5) 2>&5
2445     ac_status=$?
2446     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2447     (exit $ac_status); }
2448     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2449     (eval $ac_compiler -v </dev/null >&5) 2>&5
2450     ac_status=$?
2451     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452     (exit $ac_status); }
2453     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2454     (eval $ac_compiler -V </dev/null >&5) 2>&5
2455     ac_status=$?
2456     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2457     (exit $ac_status); }
2458    
2459     cat >conftest.$ac_ext <<_ACEOF
2460     #line $LINENO "configure"
2461     /* confdefs.h. */
2462     _ACEOF
2463     cat confdefs.h >>conftest.$ac_ext
2464     cat >>conftest.$ac_ext <<_ACEOF
2465     /* end confdefs.h. */
2466    
2467     int
2468     main ()
2469     {
2470    
2471     ;
2472     return 0;
2473     }
2474     _ACEOF
2475     ac_clean_files_save=$ac_clean_files
2476     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2477     # Try to create an executable without -o first, disregard a.out.
2478     # It will help us diagnose broken compilers, and finding out an intuition
2479     # of exeext.
2480     echo "$as_me:$LINENO: checking for C compiler default output" >&5
2481     echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2482     ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2483     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2484     (eval $ac_link_default) 2>&5
2485     ac_status=$?
2486     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2487     (exit $ac_status); }; then
2488     # Find the output, starting from the most likely. This scheme is
2489     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2490     # resort.
2491    
2492     # Be careful to initialize this variable, since it used to be cached.
2493     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2494     ac_cv_exeext=
2495     # b.out is created by i960 compilers.
2496     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2497     do
2498     test -f "$ac_file" || continue
2499     case $ac_file in
2500     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2501     ;;
2502     conftest.$ac_ext )
2503     # This is the source file.
2504     ;;
2505     [ab].out )
2506     # We found the default executable, but exeext='' is most
2507     # certainly right.
2508     break;;
2509     *.* )
2510     ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2511     # FIXME: I believe we export ac_cv_exeext for Libtool,
2512     # but it would be cool to find out if it's true. Does anybody
2513     # maintain Libtool? --akim.
2514     export ac_cv_exeext
2515     break;;
2516     * )
2517     break;;
2518     esac
2519     done
2520     else
2521     echo "$as_me: failed program was:" >&5
2522     sed 's/^/| /' conftest.$ac_ext >&5
2523    
2524     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2525     See \`config.log' for more details." >&5
2526     echo "$as_me: error: C compiler cannot create executables
2527     See \`config.log' for more details." >&2;}
2528     { (exit 77); exit 77; }; }
2529     fi
2530    
2531     ac_exeext=$ac_cv_exeext
2532     echo "$as_me:$LINENO: result: $ac_file" >&5
2533     echo "${ECHO_T}$ac_file" >&6
2534    
2535     # Check the compiler produces executables we can run. If not, either
2536     # the compiler is broken, or we cross compile.
2537     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2538     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2539     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2540     # If not cross compiling, check that we can run a simple program.
2541     if test "$cross_compiling" != yes; then
2542     if { ac_try='./$ac_file'
2543     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2544     (eval $ac_try) 2>&5
2545     ac_status=$?
2546     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2547     (exit $ac_status); }; }; then
2548     cross_compiling=no
2549     else
2550     if test "$cross_compiling" = maybe; then
2551     cross_compiling=yes
2552     else
2553     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2554     If you meant to cross compile, use \`--host'.
2555     See \`config.log' for more details." >&5
2556     echo "$as_me: error: cannot run C compiled programs.
2557     If you meant to cross compile, use \`--host'.
2558     See \`config.log' for more details." >&2;}
2559     { (exit 1); exit 1; }; }
2560     fi
2561     fi
2562     fi
2563     echo "$as_me:$LINENO: result: yes" >&5
2564     echo "${ECHO_T}yes" >&6
2565    
2566     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2567     ac_clean_files=$ac_clean_files_save
2568     # Check the compiler produces executables we can run. If not, either
2569     # the compiler is broken, or we cross compile.
2570     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2571     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2572     echo "$as_me:$LINENO: result: $cross_compiling" >&5
2573     echo "${ECHO_T}$cross_compiling" >&6
2574    
2575     echo "$as_me:$LINENO: checking for suffix of executables" >&5
2576     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2577     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2578     (eval $ac_link) 2>&5
2579     ac_status=$?
2580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581     (exit $ac_status); }; then
2582     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2583     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2584     # work properly (i.e., refer to `conftest.exe'), while it won't with
2585     # `rm'.
2586     for ac_file in conftest.exe conftest conftest.*; do
2587     test -f "$ac_file" || continue
2588     case $ac_file in
2589     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2590     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2591     export ac_cv_exeext
2592     break;;
2593     * ) break;;
2594     esac
2595     done
2596     else
2597     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2598     See \`config.log' for more details." >&5
2599     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2600     See \`config.log' for more details." >&2;}
2601     { (exit 1); exit 1; }; }
2602     fi
2603    
2604     rm -f conftest$ac_cv_exeext
2605     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2606     echo "${ECHO_T}$ac_cv_exeext" >&6
2607    
2608     rm -f conftest.$ac_ext
2609     EXEEXT=$ac_cv_exeext
2610     ac_exeext=$EXEEXT
2611     echo "$as_me:$LINENO: checking for suffix of object files" >&5
2612     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2613     if test "${ac_cv_objext+set}" = set; then
2614     echo $ECHO_N "(cached) $ECHO_C" >&6
2615     else
2616     cat >conftest.$ac_ext <<_ACEOF
2617     #line $LINENO "configure"
2618     /* confdefs.h. */
2619     _ACEOF
2620     cat confdefs.h >>conftest.$ac_ext
2621     cat >>conftest.$ac_ext <<_ACEOF
2622     /* end confdefs.h. */
2623    
2624     int
2625     main ()
2626     {
2627    
2628     ;
2629     return 0;
2630     }
2631     _ACEOF
2632     rm -f conftest.o conftest.obj
2633     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2634     (eval $ac_compile) 2>&5
2635     ac_status=$?
2636     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2637     (exit $ac_status); }; then
2638     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2639     case $ac_file in
2640     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2641     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2642     break;;
2643     esac
2644     done
2645     else
2646     echo "$as_me: failed program was:" >&5
2647     sed 's/^/| /' conftest.$ac_ext >&5
2648    
2649     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2650     See \`config.log' for more details." >&5
2651     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2652     See \`config.log' for more details." >&2;}
2653     { (exit 1); exit 1; }; }
2654     fi
2655    
2656     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2657     fi
2658     echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2659     echo "${ECHO_T}$ac_cv_objext" >&6
2660     OBJEXT=$ac_cv_objext
2661     ac_objext=$OBJEXT
2662     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2663     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2664     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2665     echo $ECHO_N "(cached) $ECHO_C" >&6
2666     else
2667     cat >conftest.$ac_ext <<_ACEOF
2668     #line $LINENO "configure"
2669     /* confdefs.h. */
2670     _ACEOF
2671     cat confdefs.h >>conftest.$ac_ext
2672     cat >>conftest.$ac_ext <<_ACEOF
2673     /* end confdefs.h. */
2674    
2675     int
2676     main ()
2677     {
2678     #ifndef __GNUC__
2679     choke me
2680     #endif
2681    
2682     ;
2683     return 0;
2684     }
2685     _ACEOF
2686     rm -f conftest.$ac_objext
2687     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2688     (eval $ac_compile) 2>&5
2689     ac_status=$?
2690     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2691     (exit $ac_status); } &&
2692     { ac_try='test -s conftest.$ac_objext'
2693     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2694     (eval $ac_try) 2>&5
2695     ac_status=$?
2696     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2697     (exit $ac_status); }; }; then
2698     ac_compiler_gnu=yes
2699     else
2700     echo "$as_me: failed program was:" >&5
2701     sed 's/^/| /' conftest.$ac_ext >&5
2702    
2703     ac_compiler_gnu=no
2704     fi
2705     rm -f conftest.$ac_objext conftest.$ac_ext
2706     ac_cv_c_compiler_gnu=$ac_compiler_gnu
2707    
2708     fi
2709     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2710     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2711     GCC=`test $ac_compiler_gnu = yes && echo yes`
2712     ac_test_CFLAGS=${CFLAGS+set}
2713     ac_save_CFLAGS=$CFLAGS
2714     CFLAGS="-g"
2715     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2716     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2717     if test "${ac_cv_prog_cc_g+set}" = set; then
2718     echo $ECHO_N "(cached) $ECHO_C" >&6
2719     else
2720     cat >conftest.$ac_ext <<_ACEOF
2721     #line $LINENO "configure"
2722     /* confdefs.h. */
2723     _ACEOF
2724     cat confdefs.h >>conftest.$ac_ext
2725     cat >>conftest.$ac_ext <<_ACEOF
2726     /* end confdefs.h. */
2727    
2728     int
2729     main ()
2730     {
2731    
2732     ;
2733     return 0;
2734     }
2735     _ACEOF
2736     rm -f conftest.$ac_objext
2737     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2738     (eval $ac_compile) 2>&5
2739     ac_status=$?
2740     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741     (exit $ac_status); } &&
2742     { ac_try='test -s conftest.$ac_objext'
2743     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2744     (eval $ac_try) 2>&5
2745     ac_status=$?
2746     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747     (exit $ac_status); }; }; then
2748     ac_cv_prog_cc_g=yes
2749     else
2750     echo "$as_me: failed program was:" >&5
2751     sed 's/^/| /' conftest.$ac_ext >&5
2752    
2753     ac_cv_prog_cc_g=no
2754     fi
2755     rm -f conftest.$ac_objext conftest.$ac_ext
2756     fi
2757     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2758     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2759     if test "$ac_test_CFLAGS" = set; then
2760     CFLAGS=$ac_save_CFLAGS
2761     elif test $ac_cv_prog_cc_g = yes; then
2762     if test "$GCC" = yes; then
2763     CFLAGS="-g -O2"
2764     else
2765     CFLAGS="-g"
2766     fi
2767     else
2768     if test "$GCC" = yes; then
2769     CFLAGS="-O2"
2770     else
2771     CFLAGS=
2772     fi
2773     fi
2774     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2775     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2776     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2777     echo $ECHO_N "(cached) $ECHO_C" >&6
2778     else
2779     ac_cv_prog_cc_stdc=no
2780     ac_save_CC=$CC
2781     cat >conftest.$ac_ext <<_ACEOF
2782     #line $LINENO "configure"
2783     /* confdefs.h. */
2784     _ACEOF
2785     cat confdefs.h >>conftest.$ac_ext
2786     cat >>conftest.$ac_ext <<_ACEOF
2787     /* end confdefs.h. */
2788     #include <stdarg.h>
2789     #include <stdio.h>
2790     #include <sys/types.h>
2791     #include <sys/stat.h>
2792     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2793     struct buf { int x; };
2794     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2795     static char *e (p, i)
2796     char **p;
2797     int i;
2798     {
2799     return p[i];
2800     }
2801     static char *f (char * (*g) (char **, int), char **p, ...)
2802     {
2803     char *s;
2804     va_list v;
2805     va_start (v,p);
2806     s = g (p, va_arg (v,int));
2807     va_end (v);
2808     return s;
2809     }
2810     int test (int i, double x);
2811     struct s1 {int (*f) (int a);};
2812     struct s2 {int (*f) (double a);};
2813     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2814     int argc;
2815     char **argv;
2816     int
2817     main ()
2818     {
2819     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2820     ;
2821     return 0;
2822     }
2823     _ACEOF
2824     # Don't try gcc -ansi; that turns off useful extensions and
2825     # breaks some systems' header files.
2826     # AIX -qlanglvl=ansi
2827     # Ultrix and OSF/1 -std1
2828     # HP-UX 10.20 and later -Ae
2829     # HP-UX older versions -Aa -D_HPUX_SOURCE
2830     # SVR4 -Xc -D__EXTENSIONS__
2831     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2832     do
2833     CC="$ac_save_CC $ac_arg"
2834     rm -f conftest.$ac_objext
2835     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2836     (eval $ac_compile) 2>&5
2837     ac_status=$?
2838     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2839     (exit $ac_status); } &&
2840     { ac_try='test -s conftest.$ac_objext'
2841     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2842     (eval $ac_try) 2>&5
2843     ac_status=$?
2844     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2845     (exit $ac_status); }; }; then
2846     ac_cv_prog_cc_stdc=$ac_arg
2847     break
2848     else
2849     echo "$as_me: failed program was:" >&5
2850     sed 's/^/| /' conftest.$ac_ext >&5
2851    
2852     fi
2853     rm -f conftest.$ac_objext
2854     done
2855     rm -f conftest.$ac_ext conftest.$ac_objext
2856     CC=$ac_save_CC
2857    
2858     fi
2859    
2860     case "x$ac_cv_prog_cc_stdc" in
2861     x|xno)
2862     echo "$as_me:$LINENO: result: none needed" >&5
2863     echo "${ECHO_T}none needed" >&6 ;;
2864     *)
2865     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2866     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2867     CC="$CC $ac_cv_prog_cc_stdc" ;;
2868     esac
2869    
2870     # Some people use a C++ compiler to compile C. Since we use `exit',
2871     # in C++ we need to declare it. In case someone uses the same compiler
2872     # for both compiling C and C++ we need to have the C++ compiler decide
2873     # the declaration of exit, since it's the most demanding environment.
2874     cat >conftest.$ac_ext <<_ACEOF
2875     #ifndef __cplusplus
2876     choke me
2877     #endif
2878     _ACEOF
2879     rm -f conftest.$ac_objext
2880     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2881     (eval $ac_compile) 2>&5
2882     ac_status=$?
2883     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2884     (exit $ac_status); } &&
2885     { ac_try='test -s conftest.$ac_objext'
2886     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2887     (eval $ac_try) 2>&5
2888     ac_status=$?
2889     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2890     (exit $ac_status); }; }; then
2891     for ac_declaration in \
2892     '' \
2893     'extern "C" void std::exit (int) throw (); using std::exit;' \
2894     'extern "C" void std::exit (int); using std::exit;' \
2895     'extern "C" void exit (int) throw ();' \
2896     'extern "C" void exit (int);' \
2897     'void exit (int);'
2898     do
2899     cat >conftest.$ac_ext <<_ACEOF
2900     #line $LINENO "configure"
2901     /* confdefs.h. */
2902     _ACEOF
2903     cat confdefs.h >>conftest.$ac_ext
2904     cat >>conftest.$ac_ext <<_ACEOF
2905     /* end confdefs.h. */
2906     $ac_declaration
2907     #include <stdlib.h>
2908     int
2909     main ()
2910     {
2911     exit (42);
2912     ;
2913     return 0;
2914     }
2915     _ACEOF
2916     rm -f conftest.$ac_objext
2917     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2918     (eval $ac_compile) 2>&5
2919     ac_status=$?
2920     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2921     (exit $ac_status); } &&
2922     { ac_try='test -s conftest.$ac_objext'
2923     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2924     (eval $ac_try) 2>&5
2925     ac_status=$?
2926     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2927     (exit $ac_status); }; }; then
2928     :
2929     else
2930     echo "$as_me: failed program was:" >&5
2931     sed 's/^/| /' conftest.$ac_ext >&5
2932    
2933     continue
2934     fi
2935     rm -f conftest.$ac_objext conftest.$ac_ext
2936     cat >conftest.$ac_ext <<_ACEOF
2937     #line $LINENO "configure"
2938     /* confdefs.h. */
2939     _ACEOF
2940     cat confdefs.h >>conftest.$ac_ext
2941     cat >>conftest.$ac_ext <<_ACEOF
2942     /* end confdefs.h. */
2943     $ac_declaration
2944     int
2945     main ()
2946     {
2947     exit (42);
2948     ;
2949     return 0;
2950     }
2951     _ACEOF
2952     rm -f conftest.$ac_objext
2953     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2954     (eval $ac_compile) 2>&5
2955     ac_status=$?
2956     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2957     (exit $ac_status); } &&
2958     { ac_try='test -s conftest.$ac_objext'
2959     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2960     (eval $ac_try) 2>&5
2961     ac_status=$?
2962     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2963     (exit $ac_status); }; }; then
2964     break
2965     else
2966     echo "$as_me: failed program was:" >&5
2967     sed 's/^/| /' conftest.$ac_ext >&5
2968    
2969     fi
2970     rm -f conftest.$ac_objext conftest.$ac_ext
2971     done
2972     rm -f conftest*
2973     if test -n "$ac_declaration"; then
2974     echo '#ifdef __cplusplus' >>confdefs.h
2975     echo $ac_declaration >>confdefs.h
2976     echo '#endif' >>confdefs.h
2977     fi
2978    
2979     else
2980     echo "$as_me: failed program was:" >&5
2981     sed 's/^/| /' conftest.$ac_ext >&5
2982    
2983     fi
2984     rm -f conftest.$ac_objext conftest.$ac_ext
2985     ac_ext=c
2986     ac_cpp='$CPP $CPPFLAGS'
2987     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2988     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2989     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2990    
2991     depcc="$CC" am_compiler_list=
2992    
2993     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2994     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2995     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2996     echo $ECHO_N "(cached) $ECHO_C" >&6
2997     else
2998     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2999     # We make a subdir and do the tests there. Otherwise we can end up
3000     # making bogus files that we don't know about and never remove. For
3001     # instance it was reported that on HP-UX the gcc test will end up
3002     # making a dummy file named `D' -- because `-MD' means `put the output
3003     # in D'.
3004     mkdir conftest.dir
3005     # Copy depcomp to subdir because otherwise we won't find it if we're
3006     # using a relative directory.
3007     cp "$am_depcomp" conftest.dir
3008     cd conftest.dir
3009     # We will build objects and dependencies in a subdirectory because
3010     # it helps to detect inapplicable dependency modes. For instance
3011     # both Tru64's cc and ICC support -MD to output dependencies as a
3012     # side effect of compilation, but ICC will put the dependencies in
3013     # the current directory while Tru64 will put them in the object
3014     # directory.
3015     mkdir sub
3016    
3017     am_cv_CC_dependencies_compiler_type=none
3018     if test "$am_compiler_list" = ""; then
3019     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3020     fi
3021     for depmode in $am_compiler_list; do
3022     # Setup a source with many dependencies, because some compilers
3023     # like to wrap large dependency lists on column 80 (with \), and
3024     # we should not choose a depcomp mode which is confused by this.
3025     #
3026     # We need to recreate these files for each test, as the compiler may
3027     # overwrite some of them when testing with obscure command lines.
3028     # This happens at least with the AIX C compiler.
3029     : > sub/conftest.c
3030     for i in 1 2 3 4 5 6; do
3031     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3032     : > sub/conftst$i.h
3033     done
3034     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3035    
3036     case $depmode in
3037     nosideeffect)
3038     # after this tag, mechanisms are not by side-effect, so they'll
3039     # only be used when explicitly requested
3040     if test "x$enable_dependency_tracking" = xyes; then
3041     continue
3042     else
3043     break
3044     fi
3045     ;;
3046     none) break ;;
3047     esac
3048     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3049     # mode. It turns out that the SunPro C++ compiler does not properly
3050     # handle `-M -o', and we need to detect this.
3051     if depmode=$depmode \
3052     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3053     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3054     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3055     >/dev/null 2>conftest.err &&
3056     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3057     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3058     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3059     # icc doesn't choke on unknown options, it will just issue warnings
3060     # (even with -Werror). So we grep stderr for any message
3061     # that says an option was ignored.
3062     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3063     am_cv_CC_dependencies_compiler_type=$depmode
3064     break
3065     fi
3066     fi
3067     done
3068    
3069     cd ..
3070     rm -rf conftest.dir
3071     else
3072     am_cv_CC_dependencies_compiler_type=none
3073     fi
3074    
3075     fi
3076     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3077     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3078     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3079    
3080    
3081    
3082     if
3083     test "x$enable_dependency_tracking" != xno \
3084     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3085     am__fastdepCC_TRUE=
3086     am__fastdepCC_FALSE='#'
3087     else
3088     am__fastdepCC_TRUE='#'
3089     am__fastdepCC_FALSE=
3090     fi
3091    
3092    
3093    
3094     # Check whether --with-gnu-ld or --without-gnu-ld was given.
3095     if test "${with_gnu_ld+set}" = set; then
3096     withval="$with_gnu_ld"
3097     test "$withval" = no || with_gnu_ld=yes
3098     else
3099     with_gnu_ld=no
3100     fi;
3101     ac_prog=ld
3102     if test "$GCC" = yes; then
3103     # Check if gcc -print-prog-name=ld gives a path.
3104     echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3105     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3106     case $host in
3107     *-*-mingw*)
3108     # gcc leaves a trailing carriage return which upsets mingw
3109     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3110     *)
3111     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3112     esac
3113     case $ac_prog in
3114     # Accept absolute paths.
3115     [\\/]* | [A-Za-z]:[\\/]*)
3116     re_direlt='/[^/][^/]*/\.\./'
3117     # Canonicalize the path of ld
3118     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3119     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3120     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3121     done
3122     test -z "$LD" && LD="$ac_prog"
3123     ;;
3124     "")
3125     # If it fails, then pretend we aren't using GCC.
3126     ac_prog=ld
3127     ;;
3128     *)
3129     # If it is relative, then search for the first ld in PATH.
3130     with_gnu_ld=unknown
3131     ;;
3132     esac
3133     elif test "$with_gnu_ld" = yes; then
3134     echo "$as_me:$LINENO: checking for GNU ld" >&5
3135     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3136     else
3137     echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3138     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3139     fi
3140     if test "${acl_cv_path_LD+set}" = set; then
3141     echo $ECHO_N "(cached) $ECHO_C" >&6
3142     else
3143     if test -z "$LD"; then
3144     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3145     for ac_dir in $PATH; do
3146     test -z "$ac_dir" && ac_dir=.
3147     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3148     acl_cv_path_LD="$ac_dir/$ac_prog"
3149     # Check to see if the program is GNU ld. I'd rather use --version,
3150     # but apparently some GNU ld's only accept -v.
3151     # Break only if it was the GNU/non-GNU ld that we prefer.
3152     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3153     test "$with_gnu_ld" != no && break
3154     else
3155     test "$with_gnu_ld" != yes && break
3156     fi
3157     fi
3158     done
3159     IFS="$ac_save_ifs"
3160     else
3161     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3162     fi
3163     fi
3164    
3165     LD="$acl_cv_path_LD"
3166     if test -n "$LD"; then
3167     echo "$as_me:$LINENO: result: $LD" >&5
3168     echo "${ECHO_T}$LD" >&6
3169     else
3170     echo "$as_me:$LINENO: result: no" >&5
3171     echo "${ECHO_T}no" >&6
3172     fi
3173     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3174     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3175     { (exit 1); exit 1; }; }
3176     echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3177     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3178     if test "${acl_cv_prog_gnu_ld+set}" = set; then
3179     echo $ECHO_N "(cached) $ECHO_C" >&6
3180     else
3181     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3182     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3183     acl_cv_prog_gnu_ld=yes
3184     else
3185     acl_cv_prog_gnu_ld=no
3186     fi
3187     fi
3188     echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3189     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3190     with_gnu_ld=$acl_cv_prog_gnu_ld
3191    
3192    
3193    
3194     echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3195     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3196     if test "${acl_cv_rpath+set}" = set; then
3197     echo $ECHO_N "(cached) $ECHO_C" >&6
3198     else
3199    
3200     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3201     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3202     . ./conftest.sh
3203     rm -f ./conftest.sh
3204     acl_cv_rpath=done
3205    
3206     fi
3207     echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3208     echo "${ECHO_T}$acl_cv_rpath" >&6
3209     wl="$acl_cv_wl"
3210     libext="$acl_cv_libext"
3211     shlibext="$acl_cv_shlibext"
3212     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3213     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3214     hardcode_direct="$acl_cv_hardcode_direct"
3215     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3216     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3217     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3218     # Check whether --enable-rpath or --disable-rpath was given.
3219     if test "${enable_rpath+set}" = set; then
3220     enableval="$enable_rpath"
3221     :
3222     else
3223     enable_rpath=yes
3224     fi;
3225    
3226    
3227    
3228    
3229    
3230    
3231    
3232     use_additional=yes
3233    
3234     acl_save_prefix="$prefix"
3235     prefix="$acl_final_prefix"
3236     acl_save_exec_prefix="$exec_prefix"
3237     exec_prefix="$acl_final_exec_prefix"
3238    
3239     eval additional_includedir=\"$includedir\"
3240     eval additional_libdir=\"$libdir\"
3241    
3242     exec_prefix="$acl_save_exec_prefix"
3243     prefix="$acl_save_prefix"
3244    
3245    
3246     # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3247     if test "${with_libiconv_prefix+set}" = set; then
3248     withval="$with_libiconv_prefix"
3249    
3250     if test "X$withval" = "Xno"; then
3251     use_additional=no
3252     else
3253     if test "X$withval" = "X"; then
3254    
3255     acl_save_prefix="$prefix"
3256     prefix="$acl_final_prefix"
3257     acl_save_exec_prefix="$exec_prefix"
3258     exec_prefix="$acl_final_exec_prefix"
3259    
3260     eval additional_includedir=\"$includedir\"
3261     eval additional_libdir=\"$libdir\"
3262    
3263     exec_prefix="$acl_save_exec_prefix"
3264     prefix="$acl_save_prefix"
3265    
3266     else
3267     additional_includedir="$withval/include"
3268     additional_libdir="$withval/lib"
3269     fi
3270     fi
3271    
3272     fi;
3273     LIBICONV=
3274     LTLIBICONV=
3275     INCICONV=
3276     rpathdirs=
3277     ltrpathdirs=
3278     names_already_handled=
3279     names_next_round='iconv '
3280     while test -n "$names_next_round"; do
3281     names_this_round="$names_next_round"
3282     names_next_round=
3283     for name in $names_this_round; do
3284     already_handled=
3285     for n in $names_already_handled; do
3286     if test "$n" = "$name"; then
3287     already_handled=yes
3288     break
3289     fi
3290     done
3291     if test -z "$already_handled"; then
3292     names_already_handled="$names_already_handled $name"
3293     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3294     eval value=\"\$HAVE_LIB$uppername\"
3295     if test -n "$value"; then
3296     if test "$value" = yes; then
3297     eval value=\"\$LIB$uppername\"
3298     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3299     eval value=\"\$LTLIB$uppername\"
3300     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3301     else
3302     :
3303     fi
3304     else
3305     found_dir=
3306     found_la=
3307     found_so=
3308     found_a=
3309     if test $use_additional = yes; then
3310     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3311     found_dir="$additional_libdir"
3312     found_so="$additional_libdir/lib$name.$shlibext"
3313     if test -f "$additional_libdir/lib$name.la"; then
3314     found_la="$additional_libdir/lib$name.la"
3315     fi
3316     else
3317     if test -f "$additional_libdir/lib$name.$libext"; then
3318     found_dir="$additional_libdir"
3319     found_a="$additional_libdir/lib$name.$libext"
3320     if test -f "$additional_libdir/lib$name.la"; then
3321     found_la="$additional_libdir/lib$name.la"
3322     fi
3323     fi
3324     fi
3325     fi
3326     if test "X$found_dir" = "X"; then
3327     for x in $LDFLAGS $LTLIBICONV; do
3328    
3329     acl_save_prefix="$prefix"
3330     prefix="$acl_final_prefix"
3331     acl_save_exec_prefix="$exec_prefix"
3332     exec_prefix="$acl_final_exec_prefix"
3333     eval x=\"$x\"
3334     exec_prefix="$acl_save_exec_prefix"
3335     prefix="$acl_save_prefix"
3336    
3337     case "$x" in
3338     -L*)
3339     dir=`echo "X$x" | sed -e 's/^X-L//'`
3340     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3341     found_dir="$dir"
3342     found_so="$dir/lib$name.$shlibext"
3343     if test -f "$dir/lib$name.la"; then
3344     found_la="$dir/lib$name.la"
3345     fi
3346     else
3347     if test -f "$dir/lib$name.$libext"; then
3348     found_dir="$dir"
3349     found_a="$dir/lib$name.$libext"
3350     if test -f "$dir/lib$name.la"; then
3351     found_la="$dir/lib$name.la"
3352     fi
3353     fi
3354     fi
3355     ;;
3356     esac
3357     if test "X$found_dir" != "X"; then
3358     break
3359     fi
3360     done
3361     fi
3362     if test "X$found_dir" != "X"; then
3363     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3364     if test "X$found_so" != "X"; then
3365     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3366     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3367     else
3368     haveit=
3369     for x in $ltrpathdirs; do
3370     if test "X$x" = "X$found_dir"; then
3371     haveit=yes
3372     break
3373     fi
3374     done
3375     if test -z "$haveit"; then
3376     ltrpathdirs="$ltrpathdirs $found_dir"
3377     fi
3378     if test "$hardcode_direct" = yes; then
3379     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3380     else
3381     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3382     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3383     haveit=
3384     for x in $rpathdirs; do
3385     if test "X$x" = "X$found_dir"; then
3386     haveit=yes
3387     break
3388     fi
3389     done
3390     if test -z "$haveit"; then
3391     rpathdirs="$rpathdirs $found_dir"
3392     fi
3393     else
3394     haveit=
3395     for x in $LDFLAGS $LIBICONV; do
3396    
3397     acl_save_prefix="$prefix"
3398     prefix="$acl_final_prefix"
3399     acl_save_exec_prefix="$exec_prefix"
3400     exec_prefix="$acl_final_exec_prefix"
3401     eval x=\"$x\"
3402     exec_prefix="$acl_save_exec_prefix"
3403     prefix="$acl_save_prefix"
3404    
3405     if test "X$x" = "X-L$found_dir"; then
3406     haveit=yes
3407     break
3408     fi
3409     done
3410     if test -z "$haveit"; then
3411     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3412     fi
3413     if test "$hardcode_minus_L" != no; then
3414     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3415     else
3416     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3417     fi
3418     fi
3419     fi
3420     fi
3421     else
3422     if test "X$found_a" != "X"; then
3423     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3424     else
3425     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3426     fi
3427     fi
3428     additional_includedir=
3429     case "$found_dir" in
3430     */lib | */lib/)
3431     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3432     additional_includedir="$basedir/include"
3433     ;;
3434     esac
3435     if test "X$additional_includedir" != "X"; then
3436     if test "X$additional_includedir" != "X/usr/include"; then
3437     haveit=
3438     if test "X$additional_includedir" = "X/usr/local/include"; then
3439     if test -n "$GCC"; then
3440     case $host_os in
3441     linux*) haveit=yes;;
3442     esac
3443     fi
3444     fi
3445     if test -z "$haveit"; then
3446     for x in $CPPFLAGS $INCICONV; do
3447    
3448     acl_save_prefix="$prefix"
3449     prefix="$acl_final_prefix"
3450     acl_save_exec_prefix="$exec_prefix"
3451     exec_prefix="$acl_final_exec_prefix"
3452     eval x=\"$x\"
3453     exec_prefix="$acl_save_exec_prefix"
3454     prefix="$acl_save_prefix"
3455    
3456     if test "X$x" = "X-I$additional_includedir"; then
3457     haveit=yes
3458     break
3459     fi
3460     done
3461     if test -z "$haveit"; then
3462     if test -d "$additional_includedir"; then
3463     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3464     fi
3465     fi
3466     fi
3467     fi
3468     fi
3469     if test -n "$found_la"; then
3470     save_libdir="$libdir"
3471     case "$found_la" in
3472     */* | *\\*) . "$found_la" ;;
3473     *) . "./$found_la" ;;
3474     esac
3475     libdir="$save_libdir"
3476     for dep in $dependency_libs; do
3477     case "$dep" in
3478     -L*)
3479     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3480     if test "X$additional_libdir" != "X/usr/lib"; then
3481     haveit=
3482     if test "X$additional_libdir" = "X/usr/local/lib"; then
3483     if test -n "$GCC"; then
3484     case $host_os in
3485     linux*) haveit=yes;;
3486     esac
3487     fi
3488     fi
3489     if test -z "$haveit"; then
3490     haveit=
3491     for x in $LDFLAGS $LIBICONV; do
3492    
3493     acl_save_prefix="$prefix"
3494     prefix="$acl_final_prefix"
3495     acl_save_exec_prefix="$exec_prefix"
3496     exec_prefix="$acl_final_exec_prefix"
3497     eval x=\"$x\"
3498     exec_prefix="$acl_save_exec_prefix"
3499     prefix="$acl_save_prefix"
3500    
3501     if test "X$x" = "X-L$additional_libdir"; then
3502     haveit=yes
3503     break
3504     fi
3505     done
3506     if test -z "$haveit"; then
3507     if test -d "$additional_libdir"; then
3508     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3509     fi
3510     fi
3511     haveit=
3512     for x in $LDFLAGS $LTLIBICONV; do
3513    
3514     acl_save_prefix="$prefix"
3515     prefix="$acl_final_prefix"
3516     acl_save_exec_prefix="$exec_prefix"
3517     exec_prefix="$acl_final_exec_prefix"
3518     eval x=\"$x\"
3519     exec_prefix="$acl_save_exec_prefix"
3520     prefix="$acl_save_prefix"
3521    
3522     if test "X$x" = "X-L$additional_libdir"; then
3523     haveit=yes
3524     break
3525     fi
3526     done
3527     if test -z "$haveit"; then
3528     if test -d "$additional_libdir"; then
3529     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3530     fi
3531     fi
3532     fi
3533     fi
3534     ;;
3535     -R*)
3536     dir=`echo "X$dep" | sed -e 's/^X-R//'`
3537     if test "$enable_rpath" != no; then
3538     haveit=
3539     for x in $rpathdirs; do
3540     if test "X$x" = "X$dir"; then
3541     haveit=yes
3542     break
3543     fi
3544     done
3545     if test -z "$haveit"; then
3546     rpathdirs="$rpathdirs $dir"
3547     fi
3548     haveit=
3549     for x in $ltrpathdirs; do
3550     if test "X$x" = "X$dir"; then
3551     haveit=yes
3552     break
3553     fi
3554     done
3555     if test -z "$haveit"; then
3556     ltrpathdirs="$ltrpathdirs $dir"
3557     fi
3558     fi
3559     ;;
3560     -l*)
3561     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3562     ;;
3563     *.la)
3564     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3565     ;;
3566     *)
3567     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3568     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3569     ;;
3570     esac
3571     done
3572     fi
3573     else
3574     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3575     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3576     fi
3577     fi
3578     fi
3579     done
3580     done
3581     if test "X$rpathdirs" != "X"; then
3582     if test -n "$hardcode_libdir_separator"; then
3583     alldirs=
3584     for found_dir in $rpathdirs; do
3585     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3586     done
3587     acl_save_libdir="$libdir"
3588     libdir="$alldirs"
3589     eval flag=\"$hardcode_libdir_flag_spec\"
3590     libdir="$acl_save_libdir"
3591     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3592     else
3593     for found_dir in $rpathdirs; do
3594     acl_save_libdir="$libdir"
3595     libdir="$found_dir"
3596     eval flag=\"$hardcode_libdir_flag_spec\"
3597     libdir="$acl_save_libdir"
3598     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3599     done
3600     fi
3601     fi
3602     if test "X$ltrpathdirs" != "X"; then
3603     for found_dir in $ltrpathdirs; do
3604     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3605     done
3606     fi
3607    
3608    
3609    
3610    
3611    
3612    
3613    
3614    
3615    
3616    
3617    
3618    
3619    
3620    
3621    
3622    
3623    
3624    
3625     echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3626     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3627     # Check whether --enable-nls or --disable-nls was given.
3628     if test "${enable_nls+set}" = set; then
3629     enableval="$enable_nls"
3630     USE_NLS=$enableval
3631     else
3632     USE_NLS=yes
3633     fi;
3634     echo "$as_me:$LINENO: result: $USE_NLS" >&5
3635     echo "${ECHO_T}$USE_NLS" >&6
3636    
3637    
3638    
3639     LIBINTL=
3640     LTLIBINTL=
3641     POSUB=
3642    
3643     if test "$USE_NLS" = "yes"; then
3644     gt_use_preinstalled_gnugettext=no
3645    
3646    
3647    
3648    
3649    
3650    
3651     echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3652     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3653     if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3654     echo $ECHO_N "(cached) $ECHO_C" >&6
3655     else
3656     cat >conftest.$ac_ext <<_ACEOF
3657     #line $LINENO "configure"
3658     /* confdefs.h. */
3659     _ACEOF
3660     cat confdefs.h >>conftest.$ac_ext
3661     cat >>conftest.$ac_ext <<_ACEOF
3662     /* end confdefs.h. */
3663     #include <libintl.h>
3664     extern int _nl_msg_cat_cntr;
3665     extern int *_nl_domain_bindings;
3666     int
3667     main ()
3668     {
3669     bindtextdomain ("", "");
3670     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3671     ;
3672     return 0;
3673     }
3674     _ACEOF
3675     rm -f conftest.$ac_objext conftest$ac_exeext
3676     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3677     (eval $ac_link) 2>&5
3678     ac_status=$?
3679     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3680     (exit $ac_status); } &&
3681     { ac_try='test -s conftest$ac_exeext'
3682     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3683     (eval $ac_try) 2>&5
3684     ac_status=$?
3685     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3686     (exit $ac_status); }; }; then
3687     gt_cv_func_gnugettext1_libc=yes
3688     else
3689     echo "$as_me: failed program was:" >&5
3690     sed 's/^/| /' conftest.$ac_ext >&5
3691    
3692     gt_cv_func_gnugettext1_libc=no
3693     fi
3694     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3695     fi
3696     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3697     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3698    
3699     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3700    
3701    
3702    
3703    
3704    
3705     am_save_CPPFLAGS="$CPPFLAGS"
3706    
3707     for element in $INCICONV; do
3708     haveit=
3709     for x in $CPPFLAGS; do
3710    
3711     acl_save_prefix="$prefix"
3712     prefix="$acl_final_prefix"
3713     acl_save_exec_prefix="$exec_prefix"
3714     exec_prefix="$acl_final_exec_prefix"
3715     eval x=\"$x\"
3716     exec_prefix="$acl_save_exec_prefix"
3717     prefix="$acl_save_prefix"
3718    
3719     if test "X$x" = "X$element"; then
3720     haveit=yes
3721     break
3722     fi
3723     done
3724     if test -z "$haveit"; then
3725     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3726     fi
3727     done
3728    
3729    
3730     echo "$as_me:$LINENO: checking for iconv" >&5
3731     echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3732     if test "${am_cv_func_iconv+set}" = set; then
3733     echo $ECHO_N "(cached) $ECHO_C" >&6
3734     else
3735    
3736     am_cv_func_iconv="no, consider installing GNU libiconv"
3737     am_cv_lib_iconv=no
3738     cat >conftest.$ac_ext <<_ACEOF
3739     #line $LINENO "configure"
3740     /* confdefs.h. */
3741     _ACEOF
3742     cat confdefs.h >>conftest.$ac_ext
3743     cat >>conftest.$ac_ext <<_ACEOF
3744     /* end confdefs.h. */
3745     #include <stdlib.h>
3746     #include <iconv.h>
3747     int
3748     main ()
3749     {
3750     iconv_t cd = iconv_open("","");
3751     iconv(cd,NULL,NULL,NULL,NULL);
3752     iconv_close(cd);
3753     ;
3754     return 0;
3755     }
3756     _ACEOF
3757     rm -f conftest.$ac_objext conftest$ac_exeext
3758     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3759     (eval $ac_link) 2>&5
3760     ac_status=$?
3761     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3762     (exit $ac_status); } &&
3763     { ac_try='test -s conftest$ac_exeext'
3764     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3765     (eval $ac_try) 2>&5
3766     ac_status=$?
3767     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768     (exit $ac_status); }; }; then
3769     am_cv_func_iconv=yes
3770     else
3771     echo "$as_me: failed program was:" >&5
3772     sed 's/^/| /' conftest.$ac_ext >&5
3773    
3774     fi
3775     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3776     if test "$am_cv_func_iconv" != yes; then
3777     am_save_LIBS="$LIBS"
3778     LIBS="$LIBS $LIBICONV"
3779     cat >conftest.$ac_ext <<_ACEOF
3780     #line $LINENO "configure"
3781     /* confdefs.h. */
3782     _ACEOF
3783     cat confdefs.h >>conftest.$ac_ext
3784     cat >>conftest.$ac_ext <<_ACEOF
3785     /* end confdefs.h. */
3786     #include <stdlib.h>
3787     #include <iconv.h>
3788     int
3789     main ()
3790     {
3791     iconv_t cd = iconv_open("","");
3792     iconv(cd,NULL,NULL,NULL,NULL);
3793     iconv_close(cd);
3794     ;
3795     return 0;
3796     }
3797     _ACEOF
3798     rm -f conftest.$ac_objext conftest$ac_exeext
3799     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3800     (eval $ac_link) 2>&5
3801     ac_status=$?
3802     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803     (exit $ac_status); } &&
3804     { ac_try='test -s conftest$ac_exeext'
3805     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3806     (eval $ac_try) 2>&5
3807     ac_status=$?
3808     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809     (exit $ac_status); }; }; then
3810     am_cv_lib_iconv=yes
3811     am_cv_func_iconv=yes
3812     else
3813     echo "$as_me: failed program was:" >&5
3814     sed 's/^/| /' conftest.$ac_ext >&5
3815    
3816     fi
3817     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3818     LIBS="$am_save_LIBS"
3819     fi
3820    
3821     fi
3822     echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3823     echo "${ECHO_T}$am_cv_func_iconv" >&6
3824     if test "$am_cv_func_iconv" = yes; then
3825    
3826     cat >>confdefs.h <<\_ACEOF
3827     #define HAVE_ICONV 1
3828     _ACEOF
3829    
3830     fi
3831     if test "$am_cv_lib_iconv" = yes; then
3832     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3833     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3834     echo "$as_me:$LINENO: result: $LIBICONV" >&5
3835     echo "${ECHO_T}$LIBICONV" >&6
3836     else
3837     CPPFLAGS="$am_save_CPPFLAGS"
3838     LIBICONV=
3839     LTLIBICONV=
3840     fi
3841    
3842    
3843    
3844    
3845    
3846    
3847     use_additional=yes
3848    
3849     acl_save_prefix="$prefix"
3850     prefix="$acl_final_prefix"
3851     acl_save_exec_prefix="$exec_prefix"
3852     exec_prefix="$acl_final_exec_prefix"
3853    
3854     eval additional_includedir=\"$includedir\"
3855     eval additional_libdir=\"$libdir\"
3856    
3857     exec_prefix="$acl_save_exec_prefix"
3858     prefix="$acl_save_prefix"
3859    
3860    
3861     # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3862     if test "${with_libintl_prefix+set}" = set; then
3863     withval="$with_libintl_prefix"
3864    
3865     if test "X$withval" = "Xno"; then
3866     use_additional=no
3867     else
3868     if test "X$withval" = "X"; then
3869    
3870     acl_save_prefix="$prefix"
3871     prefix="$acl_final_prefix"
3872     acl_save_exec_prefix="$exec_prefix"
3873     exec_prefix="$acl_final_exec_prefix"
3874    
3875     eval additional_includedir=\"$includedir\"
3876     eval additional_libdir=\"$libdir\"
3877    
3878     exec_prefix="$acl_save_exec_prefix"
3879     prefix="$acl_save_prefix"
3880    
3881     else
3882     additional_includedir="$withval/include"
3883     additional_libdir="$withval/lib"
3884     fi
3885     fi
3886    
3887     fi;
3888     LIBINTL=
3889     LTLIBINTL=
3890     INCINTL=
3891     rpathdirs=
3892     ltrpathdirs=
3893     names_already_handled=
3894     names_next_round='intl '
3895     while test -n "$names_next_round"; do
3896     names_this_round="$names_next_round"
3897     names_next_round=
3898     for name in $names_this_round; do
3899     already_handled=
3900     for n in $names_already_handled; do
3901     if test "$n" = "$name"; then
3902     already_handled=yes
3903     break
3904     fi
3905     done
3906     if test -z "$already_handled"; then
3907     names_already_handled="$names_already_handled $name"
3908     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3909     eval value=\"\$HAVE_LIB$uppername\"
3910     if test -n "$value"; then
3911     if test "$value" = yes; then
3912     eval value=\"\$LIB$uppername\"
3913     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
3914     eval value=\"\$LTLIB$uppername\"
3915     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
3916     else
3917     :
3918     fi
3919     else
3920     found_dir=
3921     found_la=
3922     found_so=
3923     found_a=
3924     if test $use_additional = yes; then
3925     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3926     found_dir="$additional_libdir"
3927     found_so="$additional_libdir/lib$name.$shlibext"
3928     if test -f "$additional_libdir/lib$name.la"; then
3929     found_la="$additional_libdir/lib$name.la"
3930     fi
3931     else
3932     if test -f "$additional_libdir/lib$name.$libext"; then
3933     found_dir="$additional_libdir"
3934     found_a="$additional_libdir/lib$name.$libext"
3935     if test -f "$additional_libdir/lib$name.la"; then
3936     found_la="$additional_libdir/lib$name.la"
3937     fi
3938     fi
3939     fi
3940     fi
3941     if test "X$found_dir" = "X"; then
3942     for x in $LDFLAGS $LTLIBINTL; do
3943    
3944     acl_save_prefix="$prefix"
3945     prefix="$acl_final_prefix"
3946     acl_save_exec_prefix="$exec_prefix"
3947     exec_prefix="$acl_final_exec_prefix"
3948     eval x=\"$x\"
3949     exec_prefix="$acl_save_exec_prefix"
3950     prefix="$acl_save_prefix"
3951    
3952     case "$x" in
3953     -L*)
3954     dir=`echo "X$x" | sed -e 's/^X-L//'`
3955     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3956     found_dir="$dir"
3957     found_so="$dir/lib$name.$shlibext"
3958     if test -f "$dir/lib$name.la"; then
3959     found_la="$dir/lib$name.la"
3960     fi
3961     else
3962     if test -f "$dir/lib$name.$libext"; then
3963     found_dir="$dir"
3964     found_a="$dir/lib$name.$libext"
3965     if test -f "$dir/lib$name.la"; then
3966     found_la="$dir/lib$name.la"
3967     fi
3968     fi
3969     fi
3970     ;;
3971     esac
3972     if test "X$found_dir" != "X"; then
3973     break
3974     fi
3975     done
3976     fi
3977     if test "X$found_dir" != "X"; then
3978     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
3979     if test "X$found_so" != "X"; then
3980     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3981     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3982     else
3983     haveit=
3984     for x in $ltrpathdirs; do
3985     if test "X$x" = "X$found_dir"; then
3986     haveit=yes
3987     break
3988     fi
3989     done
3990     if test -z "$haveit"; then
3991     ltrpathdirs="$ltrpathdirs $found_dir"
3992     fi
3993     if test "$hardcode_direct" = yes; then
3994     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3995     else
3996     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3997     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
3998     haveit=
3999     for x in $rpathdirs; do
4000     if test "X$x" = "X$found_dir"; then
4001     haveit=yes
4002     break
4003     fi
4004     done
4005     if test -z "$haveit"; then
4006     rpathdirs="$rpathdirs $found_dir"
4007     fi
4008     else
4009     haveit=
4010     for x in $LDFLAGS $LIBINTL; do
4011    
4012     acl_save_prefix="$prefix"
4013     prefix="$acl_final_prefix"
4014     acl_save_exec_prefix="$exec_prefix"
4015     exec_prefix="$acl_final_exec_prefix"
4016     eval x=\"$x\"
4017     exec_prefix="$acl_save_exec_prefix"
4018     prefix="$acl_save_prefix"
4019    
4020     if test "X$x" = "X-L$found_dir"; then
4021     haveit=yes
4022     break
4023     fi
4024     done
4025     if test -z "$haveit"; then
4026     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4027     fi
4028     if test "$hardcode_minus_L" != no; then
4029     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4030     else
4031     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4032     fi
4033     fi
4034     fi
4035     fi
4036     else
4037     if test "X$found_a" != "X"; then
4038     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4039     else
4040     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4041     fi
4042     fi
4043     additional_includedir=
4044     case "$found_dir" in
4045     */lib | */lib/)
4046     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4047     additional_includedir="$basedir/include"
4048     ;;
4049     esac
4050     if test "X$additional_includedir" != "X"; then
4051     if test "X$additional_includedir" != "X/usr/include"; then
4052     haveit=
4053     if test "X$additional_includedir" = "X/usr/local/include"; then
4054     if test -n "$GCC"; then
4055     case $host_os in
4056     linux*) haveit=yes;;
4057     esac
4058     fi
4059     fi
4060     if test -z "$haveit"; then
4061     for x in $CPPFLAGS $INCINTL; do
4062    
4063     acl_save_prefix="$prefix"
4064     prefix="$acl_final_prefix"
4065     acl_save_exec_prefix="$exec_prefix"
4066     exec_prefix="$acl_final_exec_prefix"
4067     eval x=\"$x\"
4068     exec_prefix="$acl_save_exec_prefix"
4069     prefix="$acl_save_prefix"
4070    
4071     if test "X$x" = "X-I$additional_includedir"; then
4072     haveit=yes
4073     break
4074     fi
4075     done
4076     if test -z "$haveit"; then
4077     if test -d "$additional_includedir"; then
4078     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4079     fi
4080     fi
4081     fi
4082     fi
4083     fi
4084     if test -n "$found_la"; then
4085     save_libdir="$libdir"
4086     case "$found_la" in
4087     */* | *\\*) . "$found_la" ;;
4088     *) . "./$found_la" ;;
4089     esac
4090     libdir="$save_libdir"
4091     for dep in $dependency_libs; do
4092     case "$dep" in
4093     -L*)
4094     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4095     if test "X$additional_libdir" != "X/usr/lib"; then
4096     haveit=
4097     if test "X$additional_libdir" = "X/usr/local/lib"; then
4098     if test -n "$GCC"; then
4099     case $host_os in
4100     linux*) haveit=yes;;
4101     esac
4102     fi
4103     fi
4104     if test -z "$haveit"; then
4105     haveit=
4106     for x in $LDFLAGS $LIBINTL; do
4107    
4108     acl_save_prefix="$prefix"
4109     prefix="$acl_final_prefix"
4110     acl_save_exec_prefix="$exec_prefix"
4111     exec_prefix="$acl_final_exec_prefix"
4112     eval x=\"$x\"
4113     exec_prefix="$acl_save_exec_prefix"
4114     prefix="$acl_save_prefix"
4115    
4116     if test "X$x" = "X-L$additional_libdir"; then
4117     haveit=yes
4118     break
4119     fi
4120     done
4121     if test -z "$haveit"; then
4122     if test -d "$additional_libdir"; then
4123     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4124     fi
4125     fi
4126     haveit=
4127     for x in $LDFLAGS $LTLIBINTL; do
4128    
4129     acl_save_prefix="$prefix"
4130     prefix="$acl_final_prefix"
4131     acl_save_exec_prefix="$exec_prefix"
4132     exec_prefix="$acl_final_exec_prefix"
4133     eval x=\"$x\"
4134     exec_prefix="$acl_save_exec_prefix"
4135     prefix="$acl_save_prefix"
4136    
4137     if test "X$x" = "X-L$additional_libdir"; then
4138     haveit=yes
4139     break
4140     fi
4141     done
4142     if test -z "$haveit"; then
4143     if test -d "$additional_libdir"; then
4144     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4145     fi
4146     fi
4147     fi
4148     fi
4149     ;;
4150     -R*)
4151     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4152     if test "$enable_rpath" != no; then
4153     haveit=
4154     for x in $rpathdirs; do
4155     if test "X$x" = "X$dir"; then
4156     haveit=yes
4157     break
4158     fi
4159     done
4160     if test -z "$haveit"; then
4161     rpathdirs="$rpathdirs $dir"
4162     fi
4163     haveit=
4164     for x in $ltrpathdirs; do
4165     if test "X$x" = "X$dir"; then
4166     haveit=yes
4167     break
4168     fi
4169     done
4170     if test -z "$haveit"; then
4171     ltrpathdirs="$ltrpathdirs $dir"
4172     fi
4173     fi
4174     ;;
4175     -l*)
4176     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4177     ;;
4178     *.la)
4179     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4180     ;;
4181     *)
4182     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4183     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4184     ;;
4185     esac
4186     done
4187     fi
4188     else
4189     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4190     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4191     fi
4192     fi
4193     fi
4194     done
4195     done
4196     if test "X$rpathdirs" != "X"; then
4197     if test -n "$hardcode_libdir_separator"; then
4198     alldirs=
4199     for found_dir in $rpathdirs; do
4200     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4201     done
4202     acl_save_libdir="$libdir"
4203     libdir="$alldirs"
4204     eval flag=\"$hardcode_libdir_flag_spec\"
4205     libdir="$acl_save_libdir"
4206     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4207     else
4208     for found_dir in $rpathdirs; do
4209     acl_save_libdir="$libdir"
4210     libdir="$found_dir"
4211     eval flag=\"$hardcode_libdir_flag_spec\"
4212     libdir="$acl_save_libdir"
4213     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4214     done
4215     fi
4216     fi
4217     if test "X$ltrpathdirs" != "X"; then
4218     for found_dir in $ltrpathdirs; do
4219     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4220     done
4221     fi
4222    
4223     echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4224     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4225     if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4226     echo $ECHO_N "(cached) $ECHO_C" >&6
4227     else
4228     gt_save_CPPFLAGS="$CPPFLAGS"
4229     CPPFLAGS="$CPPFLAGS $INCINTL"
4230     gt_save_LIBS="$LIBS"
4231     LIBS="$LIBS $LIBINTL"
4232     cat >conftest.$ac_ext <<_ACEOF
4233     #line $LINENO "configure"
4234     /* confdefs.h. */
4235     _ACEOF
4236     cat confdefs.h >>conftest.$ac_ext
4237     cat >>conftest.$ac_ext <<_ACEOF
4238     /* end confdefs.h. */
4239     #include <libintl.h>
4240     extern int _nl_msg_cat_cntr;
4241     extern
4242     #ifdef __cplusplus
4243     "C"
4244     #endif
4245     const char *_nl_expand_alias ();
4246     int
4247     main ()
4248     {
4249     bindtextdomain ("", "");
4250     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4251     ;
4252     return 0;
4253     }
4254     _ACEOF
4255     rm -f conftest.$ac_objext conftest$ac_exeext
4256     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4257     (eval $ac_link) 2>&5
4258     ac_status=$?
4259     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4260     (exit $ac_status); } &&
4261     { ac_try='test -s conftest$ac_exeext'
4262     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4263     (eval $ac_try) 2>&5
4264     ac_status=$?
4265     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4266     (exit $ac_status); }; }; then
4267     gt_cv_func_gnugettext1_libintl=yes
4268     else
4269     echo "$as_me: failed program was:" >&5
4270     sed 's/^/| /' conftest.$ac_ext >&5
4271    
4272     gt_cv_func_gnugettext1_libintl=no
4273     fi
4274     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4275     if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4276     LIBS="$LIBS $LIBICONV"
4277     cat >conftest.$ac_ext <<_ACEOF
4278     #line $LINENO "configure"
4279     /* confdefs.h. */
4280     _ACEOF
4281     cat confdefs.h >>conftest.$ac_ext
4282     cat >>conftest.$ac_ext <<_ACEOF
4283     /* end confdefs.h. */
4284     #include <libintl.h>
4285     extern int _nl_msg_cat_cntr;
4286     extern
4287     #ifdef __cplusplus
4288     "C"
4289     #endif
4290     const char *_nl_expand_alias ();
4291     int
4292     main ()
4293     {
4294     bindtextdomain ("", "");
4295     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4296     ;
4297     return 0;
4298     }
4299     _ACEOF
4300     rm -f conftest.$ac_objext conftest$ac_exeext
4301     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4302     (eval $ac_link) 2>&5
4303     ac_status=$?
4304     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4305     (exit $ac_status); } &&
4306     { ac_try='test -s conftest$ac_exeext'
4307     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4308     (eval $ac_try) 2>&5
4309     ac_status=$?
4310     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4311     (exit $ac_status); }; }; then
4312     LIBINTL="$LIBINTL $LIBICONV"
4313     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4314     gt_cv_func_gnugettext1_libintl=yes
4315    
4316     else
4317     echo "$as_me: failed program was:" >&5
4318     sed 's/^/| /' conftest.$ac_ext >&5
4319    
4320     fi
4321     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4322     fi
4323     CPPFLAGS="$gt_save_CPPFLAGS"
4324     LIBS="$gt_save_LIBS"
4325     fi
4326     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4327     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4328     fi
4329    
4330     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4331     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4332     && test "$PACKAGE" != gettext; }; then
4333     gt_use_preinstalled_gnugettext=yes
4334     else
4335     LIBINTL=
4336     LTLIBINTL=
4337     INCINTL=
4338     fi
4339    
4340    
4341    
4342     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4343     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4344    
4345     cat >>confdefs.h <<\_ACEOF
4346     #define ENABLE_NLS 1
4347     _ACEOF
4348    
4349     else
4350     USE_NLS=no
4351     fi
4352     fi
4353    
4354     if test "$USE_NLS" = "yes"; then
4355    
4356     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4357     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4358     echo "$as_me:$LINENO: checking how to link with libintl" >&5
4359     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4360     echo "$as_me:$LINENO: result: $LIBINTL" >&5
4361     echo "${ECHO_T}$LIBINTL" >&6
4362    
4363     for element in $INCINTL; do
4364     haveit=
4365     for x in $CPPFLAGS; do
4366    
4367     acl_save_prefix="$prefix"
4368     prefix="$acl_final_prefix"
4369     acl_save_exec_prefix="$exec_prefix"
4370     exec_prefix="$acl_final_exec_prefix"
4371     eval x=\"$x\"
4372     exec_prefix="$acl_save_exec_prefix"
4373     prefix="$acl_save_prefix"
4374    
4375     if test "X$x" = "X$element"; then
4376     haveit=yes
4377     break
4378     fi
4379     done
4380     if test -z "$haveit"; then
4381     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4382     fi
4383     done
4384    
4385     fi
4386    
4387    
4388     cat >>confdefs.h <<\_ACEOF
4389     #define HAVE_GETTEXT 1
4390     _ACEOF
4391    
4392    
4393     cat >>confdefs.h <<\_ACEOF
4394     #define HAVE_DCGETTEXT 1
4395     _ACEOF
4396    
4397     fi
4398    
4399     POSUB=po
4400     fi
4401    
4402    
4403    
4404     INTLLIBS="$LIBINTL"
4405    
4406    
4407    
4408    
4409    
4410    
4411    
4412    
4413     # Enable GNU extensions.
4414     # Define this here, not in acconfig's @TOP@ section, since definitions
4415     # in the latter don't make it into the configure-time tests.
4416    
4417     cat >>confdefs.h <<\_ACEOF
4418     #define _GNU_SOURCE 1
4419     _ACEOF
4420    
4421    
4422     cat >>confdefs.h <<\_ACEOF
4423     #define __USE_BSD 1
4424     _ACEOF
4425    
4426    
4427     ALL_LINGUAS=""
4428    
4429     ac_ext=c
4430     ac_cpp='$CPP $CPPFLAGS'
4431     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4432     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4433     ac_compiler_gnu=$ac_cv_c_compiler_gnu
4434     if test -n "$ac_tool_prefix"; then
4435     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4436     set dummy ${ac_tool_prefix}gcc; ac_word=$2
4437     echo "$as_me:$LINENO: checking for $ac_word" >&5
4438     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4439     if test "${ac_cv_prog_CC+set}" = set; then
4440     echo $ECHO_N "(cached) $ECHO_C" >&6
4441     else
4442     if test -n "$CC"; then
4443     ac_cv_prog_CC="$CC" # Let the user override the test.
4444     else
4445     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446     for as_dir in $PATH
4447     do
4448     IFS=$as_save_IFS
4449     test -z "$as_dir" && as_dir=.
4450     for ac_exec_ext in '' $ac_executable_extensions; do
4451     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4452     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4453     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4454     break 2
4455     fi
4456     done
4457     done
4458    
4459     fi
4460     fi
4461     CC=$ac_cv_prog_CC
4462     if test -n "$CC"; then
4463     echo "$as_me:$LINENO: result: $CC" >&5
4464     echo "${ECHO_T}$CC" >&6
4465     else
4466     echo "$as_me:$LINENO: result: no" >&5
4467     echo "${ECHO_T}no" >&6
4468     fi
4469    
4470     fi
4471     if test -z "$ac_cv_prog_CC"; then
4472     ac_ct_CC=$CC
4473     # Extract the first word of "gcc", so it can be a program name with args.
4474     set dummy gcc; ac_word=$2
4475     echo "$as_me:$LINENO: checking for $ac_word" >&5
4476     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4477     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4478     echo $ECHO_N "(cached) $ECHO_C" >&6
4479     else
4480     if test -n "$ac_ct_CC"; then
4481     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4482     else
4483     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484     for as_dir in $PATH
4485     do
4486     IFS=$as_save_IFS
4487     test -z "$as_dir" && as_dir=.
4488     for ac_exec_ext in '' $ac_executable_extensions; do
4489     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4490     ac_cv_prog_ac_ct_CC="gcc"
4491     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492     break 2
4493     fi
4494     done
4495     done
4496    
4497     fi
4498     fi
4499     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4500     if test -n "$ac_ct_CC"; then
4501     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4502     echo "${ECHO_T}$ac_ct_CC" >&6
4503     else
4504     echo "$as_me:$LINENO: result: no" >&5
4505     echo "${ECHO_T}no" >&6
4506     fi
4507    
4508     CC=$ac_ct_CC
4509     else
4510     CC="$ac_cv_prog_CC"
4511     fi
4512    
4513     if test -z "$CC"; then
4514     if test -n "$ac_tool_prefix"; then
4515     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4516     set dummy ${ac_tool_prefix}cc; ac_word=$2
4517     echo "$as_me:$LINENO: checking for $ac_word" >&5
4518     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4519     if test "${ac_cv_prog_CC+set}" = set; then
4520     echo $ECHO_N "(cached) $ECHO_C" >&6
4521     else
4522     if test -n "$CC"; then
4523     ac_cv_prog_CC="$CC" # Let the user override the test.
4524     else
4525     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4526     for as_dir in $PATH
4527     do
4528     IFS=$as_save_IFS
4529     test -z "$as_dir" && as_dir=.
4530     for ac_exec_ext in '' $ac_executable_extensions; do
4531     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4532     ac_cv_prog_CC="${ac_tool_prefix}cc"
4533     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4534     break 2
4535     fi
4536     done
4537     done
4538    
4539     fi
4540     fi
4541     CC=$ac_cv_prog_CC
4542     if test -n "$CC"; then
4543     echo "$as_me:$LINENO: result: $CC" >&5
4544     echo "${ECHO_T}$CC" >&6
4545     else
4546     echo "$as_me:$LINENO: result: no" >&5
4547     echo "${ECHO_T}no" >&6
4548     fi
4549    
4550     fi
4551     if test -z "$ac_cv_prog_CC"; then
4552     ac_ct_CC=$CC
4553     # Extract the first word of "cc", so it can be a program name with args.
4554     set dummy cc; ac_word=$2
4555     echo "$as_me:$LINENO: checking for $ac_word" >&5
4556     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4557     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4558     echo $ECHO_N "(cached) $ECHO_C" >&6
4559     else
4560     if test -n "$ac_ct_CC"; then
4561     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4562     else
4563     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4564     for as_dir in $PATH
4565     do
4566     IFS=$as_save_IFS
4567     test -z "$as_dir" && as_dir=.
4568     for ac_exec_ext in '' $ac_executable_extensions; do
4569     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4570     ac_cv_prog_ac_ct_CC="cc"
4571     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4572     break 2
4573     fi
4574     done
4575     done
4576    
4577     fi
4578     fi
4579     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4580     if test -n "$ac_ct_CC"; then
4581     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4582     echo "${ECHO_T}$ac_ct_CC" >&6
4583     else
4584     echo "$as_me:$LINENO: result: no" >&5
4585     echo "${ECHO_T}no" >&6
4586     fi
4587    
4588     CC=$ac_ct_CC
4589     else
4590     CC="$ac_cv_prog_CC"
4591     fi
4592    
4593     fi
4594     if test -z "$CC"; then
4595     # Extract the first word of "cc", so it can be a program name with args.
4596     set dummy cc; ac_word=$2
4597     echo "$as_me:$LINENO: checking for $ac_word" >&5
4598     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4599     if test "${ac_cv_prog_CC+set}" = set; then
4600     echo $ECHO_N "(cached) $ECHO_C" >&6
4601     else
4602     if test -n "$CC"; then
4603     ac_cv_prog_CC="$CC" # Let the user override the test.
4604     else
4605     ac_prog_rejected=no
4606     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4607     for as_dir in $PATH
4608     do
4609     IFS=$as_save_IFS
4610     test -z "$as_dir" && as_dir=.
4611     for ac_exec_ext in '' $ac_executable_extensions; do
4612     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4613     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4614     ac_prog_rejected=yes
4615     continue
4616     fi
4617     ac_cv_prog_CC="cc"
4618     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4619     break 2
4620     fi
4621     done
4622     done
4623    
4624     if test $ac_prog_rejected = yes; then
4625     # We found a bogon in the path, so make sure we never use it.
4626     set dummy $ac_cv_prog_CC
4627     shift
4628     if test $# != 0; then
4629     # We chose a different compiler from the bogus one.
4630     # However, it has the same basename, so the bogon will be chosen
4631     # first if we set CC to just the basename; use the full file name.
4632     shift
4633     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4634     fi
4635     fi
4636     fi
4637     fi
4638     CC=$ac_cv_prog_CC
4639     if test -n "$CC"; then
4640     echo "$as_me:$LINENO: result: $CC" >&5
4641     echo "${ECHO_T}$CC" >&6
4642     else
4643     echo "$as_me:$LINENO: result: no" >&5
4644     echo "${ECHO_T}no" >&6
4645     fi
4646    
4647     fi
4648     if test -z "$CC"; then
4649     if test -n "$ac_tool_prefix"; then
4650     for ac_prog in cl
4651     do
4652     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4653     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4654     echo "$as_me:$LINENO: checking for $ac_word" >&5
4655     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4656     if test "${ac_cv_prog_CC+set}" = set; then
4657     echo $ECHO_N "(cached) $ECHO_C" >&6
4658     else
4659     if test -n "$CC"; then
4660     ac_cv_prog_CC="$CC" # Let the user override the test.
4661     else
4662     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663     for as_dir in $PATH
4664     do
4665     IFS=$as_save_IFS
4666     test -z "$as_dir" && as_dir=.
4667     for ac_exec_ext in '' $ac_executable_extensions; do
4668     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4669     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4670     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4671     break 2
4672     fi
4673     done
4674     done
4675    
4676     fi
4677     fi
4678     CC=$ac_cv_prog_CC
4679     if test -n "$CC"; then
4680     echo "$as_me:$LINENO: result: $CC" >&5
4681     echo "${ECHO_T}$CC" >&6
4682     else
4683     echo "$as_me:$LINENO: result: no" >&5
4684     echo "${ECHO_T}no" >&6
4685     fi
4686    
4687     test -n "$CC" && break
4688     done
4689     fi
4690     if test -z "$CC"; then
4691     ac_ct_CC=$CC
4692     for ac_prog in cl
4693     do
4694     # Extract the first word of "$ac_prog", so it can be a program name with args.
4695     set dummy $ac_prog; ac_word=$2
4696     echo "$as_me:$LINENO: checking for $ac_word" >&5
4697     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4698     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4699     echo $ECHO_N "(cached) $ECHO_C" >&6
4700     else
4701     if test -n "$ac_ct_CC"; then
4702     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4703     else
4704     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705     for as_dir in $PATH
4706     do
4707     IFS=$as_save_IFS
4708     test -z "$as_dir" && as_dir=.
4709     for ac_exec_ext in '' $ac_executable_extensions; do
4710     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4711     ac_cv_prog_ac_ct_CC="$ac_prog"
4712     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4713     break 2
4714     fi
4715     done
4716     done
4717    
4718     fi
4719     fi
4720     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4721     if test -n "$ac_ct_CC"; then
4722     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4723     echo "${ECHO_T}$ac_ct_CC" >&6
4724     else
4725     echo "$as_me:$LINENO: result: no" >&5
4726     echo "${ECHO_T}no" >&6
4727     fi
4728    
4729     test -n "$ac_ct_CC" && break
4730     done
4731    
4732     CC=$ac_ct_CC
4733     fi
4734    
4735     fi
4736    
4737    
4738     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4739     See \`config.log' for more details." >&5
4740     echo "$as_me: error: no acceptable C compiler found in \$PATH
4741     See \`config.log' for more details." >&2;}
4742     { (exit 1); exit 1; }; }
4743    
4744     # Provide some information about the compiler.
4745     echo "$as_me:$LINENO:" \
4746     "checking for C compiler version" >&5
4747     ac_compiler=`set X $ac_compile; echo $2`
4748     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4749     (eval $ac_compiler --version </dev/null >&5) 2>&5
4750     ac_status=$?
4751     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752     (exit $ac_status); }
4753     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4754     (eval $ac_compiler -v </dev/null >&5) 2>&5
4755     ac_status=$?
4756     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4757     (exit $ac_status); }
4758     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4759     (eval $ac_compiler -V </dev/null >&5) 2>&5
4760     ac_status=$?
4761     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762     (exit $ac_status); }
4763    
4764     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4765     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4766     if test "${ac_cv_c_compiler_gnu+set}" = set; then
4767     echo $ECHO_N "(cached) $ECHO_C" >&6
4768     else
4769     cat >conftest.$ac_ext <<_ACEOF
4770     #line $LINENO "configure"
4771     /* confdefs.h. */
4772     _ACEOF
4773     cat confdefs.h >>conftest.$ac_ext
4774     cat >>conftest.$ac_ext <<_ACEOF
4775     /* end confdefs.h. */
4776    
4777     int
4778     main ()
4779     {
4780     #ifndef __GNUC__
4781     choke me
4782     #endif
4783    
4784     ;
4785     return 0;
4786     }
4787     _ACEOF
4788     rm -f conftest.$ac_objext
4789     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4790     (eval $ac_compile) 2>&5
4791     ac_status=$?
4792     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793     (exit $ac_status); } &&
4794     { ac_try='test -s conftest.$ac_objext'
4795     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4796     (eval $ac_try) 2>&5
4797     ac_status=$?
4798     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4799     (exit $ac_status); }; }; then
4800     ac_compiler_gnu=yes
4801     else
4802     echo "$as_me: failed program was:" >&5
4803     sed 's/^/| /' conftest.$ac_ext >&5
4804    
4805     ac_compiler_gnu=no
4806     fi
4807     rm -f conftest.$ac_objext conftest.$ac_ext
4808     ac_cv_c_compiler_gnu=$ac_compiler_gnu
4809    
4810     fi
4811     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4812     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4813     GCC=`test $ac_compiler_gnu = yes && echo yes`
4814     ac_test_CFLAGS=${CFLAGS+set}
4815     ac_save_CFLAGS=$CFLAGS
4816     CFLAGS="-g"
4817     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4818     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4819     if test "${ac_cv_prog_cc_g+set}" = set; then
4820     echo $ECHO_N "(cached) $ECHO_C" >&6
4821     else
4822     cat >conftest.$ac_ext <<_ACEOF
4823     #line $LINENO "configure"
4824     /* confdefs.h. */
4825     _ACEOF
4826     cat confdefs.h >>conftest.$ac_ext
4827     cat >>conftest.$ac_ext <<_ACEOF
4828     /* end confdefs.h. */
4829    
4830     int
4831     main ()
4832     {
4833    
4834     ;
4835     return 0;
4836     }
4837     _ACEOF
4838     rm -f conftest.$ac_objext
4839     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4840     (eval $ac_compile) 2>&5
4841     ac_status=$?
4842     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4843     (exit $ac_status); } &&
4844     { ac_try='test -s conftest.$ac_objext'
4845     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4846     (eval $ac_try) 2>&5
4847     ac_status=$?
4848     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849     (exit $ac_status); }; }; then
4850     ac_cv_prog_cc_g=yes
4851     else
4852     echo "$as_me: failed program was:" >&5
4853     sed 's/^/| /' conftest.$ac_ext >&5
4854    
4855     ac_cv_prog_cc_g=no
4856     fi
4857     rm -f conftest.$ac_objext conftest.$ac_ext
4858     fi
4859     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4860     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4861     if test "$ac_test_CFLAGS" = set; then
4862     CFLAGS=$ac_save_CFLAGS
4863     elif test $ac_cv_prog_cc_g = yes; then
4864     if test "$GCC" = yes; then
4865     CFLAGS="-g -O2"
4866     else
4867     CFLAGS="-g"
4868     fi
4869     else
4870     if test "$GCC" = yes; then
4871     CFLAGS="-O2"
4872     else
4873     CFLAGS=
4874     fi
4875     fi
4876     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4877     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4878     if test "${ac_cv_prog_cc_stdc+set}" = set; then
4879     echo $ECHO_N "(cached) $ECHO_C" >&6
4880     else
4881     ac_cv_prog_cc_stdc=no
4882     ac_save_CC=$CC
4883     cat >conftest.$ac_ext <<_ACEOF
4884     #line $LINENO "configure"
4885     /* confdefs.h. */
4886     _ACEOF
4887     cat confdefs.h >>conftest.$ac_ext
4888     cat >>conftest.$ac_ext <<_ACEOF
4889     /* end confdefs.h. */
4890     #include <stdarg.h>
4891     #include <stdio.h>
4892     #include <sys/types.h>
4893     #include <sys/stat.h>
4894     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4895     struct buf { int x; };
4896     FILE * (*rcsopen) (struct buf *, struct stat *, int);
4897     static char *e (p, i)
4898     char **p;
4899     int i;
4900     {
4901     return p[i];
4902     }
4903     static char *f (char * (*g) (char **, int), char **p, ...)
4904     {
4905     char *s;
4906     va_list v;
4907     va_start (v,p);
4908     s = g (p, va_arg (v,int));
4909     va_end (v);
4910     return s;
4911     }
4912     int test (int i, double x);
4913     struct s1 {int (*f) (int a);};
4914     struct s2 {int (*f) (double a);};
4915     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4916     int argc;
4917     char **argv;
4918     int
4919     main ()
4920     {
4921     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4922     ;
4923     return 0;
4924     }
4925     _ACEOF
4926     # Don't try gcc -ansi; that turns off useful extensions and
4927     # breaks some systems' header files.
4928     # AIX -qlanglvl=ansi
4929     # Ultrix and OSF/1 -std1
4930     # HP-UX 10.20 and later -Ae
4931     # HP-UX older versions -Aa -D_HPUX_SOURCE
4932     # SVR4 -Xc -D__EXTENSIONS__
4933     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4934     do
4935     CC="$ac_save_CC $ac_arg"
4936     rm -f conftest.$ac_objext
4937     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4938     (eval $ac_compile) 2>&5
4939     ac_status=$?
4940     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941     (exit $ac_status); } &&
4942     { ac_try='test -s conftest.$ac_objext'
4943     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944     (eval $ac_try) 2>&5
4945     ac_status=$?
4946     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4947     (exit $ac_status); }; }; then
4948     ac_cv_prog_cc_stdc=$ac_arg
4949     break
4950     else
4951     echo "$as_me: failed program was:" >&5
4952     sed 's/^/| /' conftest.$ac_ext >&5
4953    
4954     fi
4955     rm -f conftest.$ac_objext
4956     done
4957     rm -f conftest.$ac_ext conftest.$ac_objext
4958     CC=$ac_save_CC
4959    
4960     fi
4961    
4962     case "x$ac_cv_prog_cc_stdc" in
4963     x|xno)
4964     echo "$as_me:$LINENO: result: none needed" >&5
4965     echo "${ECHO_T}none needed" >&6 ;;
4966     *)
4967     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4968     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4969     CC="$CC $ac_cv_prog_cc_stdc" ;;
4970     esac
4971    
4972     # Some people use a C++ compiler to compile C. Since we use `exit',
4973     # in C++ we need to declare it. In case someone uses the same compiler
4974     # for both compiling C and C++ we need to have the C++ compiler decide
4975     # the declaration of exit, since it's the most demanding environment.
4976     cat >conftest.$ac_ext <<_ACEOF
4977     #ifndef __cplusplus
4978     choke me
4979     #endif
4980     _ACEOF
4981     rm -f conftest.$ac_objext
4982     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4983     (eval $ac_compile) 2>&5
4984     ac_status=$?
4985     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4986     (exit $ac_status); } &&
4987     { ac_try='test -s conftest.$ac_objext'
4988     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4989     (eval $ac_try) 2>&5
4990     ac_status=$?
4991     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4992     (exit $ac_status); }; }; then
4993     for ac_declaration in \
4994     '' \
4995     'extern "C" void std::exit (int) throw (); using std::exit;' \
4996     'extern "C" void std::exit (int); using std::exit;' \
4997     'extern "C" void exit (int) throw ();' \
4998     'extern "C" void exit (int);' \
4999     'void exit (int);'
5000     do
5001     cat >conftest.$ac_ext <<_ACEOF
5002     #line $LINENO "configure"
5003     /* confdefs.h. */
5004     _ACEOF
5005     cat confdefs.h >>conftest.$ac_ext
5006     cat >>conftest.$ac_ext <<_ACEOF
5007     /* end confdefs.h. */
5008     $ac_declaration
5009     #include <stdlib.h>
5010     int
5011     main ()
5012     {
5013     exit (42);
5014     ;
5015     return 0;
5016     }
5017     _ACEOF
5018     rm -f conftest.$ac_objext
5019     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5020     (eval $ac_compile) 2>&5
5021     ac_status=$?
5022     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023     (exit $ac_status); } &&
5024     { ac_try='test -s conftest.$ac_objext'
5025     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5026     (eval $ac_try) 2>&5
5027     ac_status=$?
5028     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5029     (exit $ac_status); }; }; then
5030     :
5031     else
5032     echo "$as_me: failed program was:" >&5
5033     sed 's/^/| /' conftest.$ac_ext >&5
5034    
5035     continue
5036     fi
5037     rm -f conftest.$ac_objext conftest.$ac_ext
5038     cat >conftest.$ac_ext <<_ACEOF
5039     #line $LINENO "configure"
5040     /* confdefs.h. */
5041     _ACEOF
5042     cat confdefs.h >>conftest.$ac_ext
5043     cat >>conftest.$ac_ext <<_ACEOF
5044     /* end confdefs.h. */
5045     $ac_declaration
5046     int
5047     main ()
5048     {
5049     exit (42);
5050     ;
5051     return 0;
5052     }
5053     _ACEOF
5054     rm -f conftest.$ac_objext
5055     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5056     (eval $ac_compile) 2>&5
5057     ac_status=$?
5058     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5059     (exit $ac_status); } &&
5060     { ac_try='test -s conftest.$ac_objext'
5061     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5062     (eval $ac_try) 2>&5
5063     ac_status=$?
5064     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065     (exit $ac_status); }; }; then
5066     break
5067     else
5068     echo "$as_me: failed program was:" >&5
5069     sed 's/^/| /' conftest.$ac_ext >&5
5070    
5071     fi
5072     rm -f conftest.$ac_objext conftest.$ac_ext
5073     done
5074     rm -f conftest*
5075     if test -n "$ac_declaration"; then
5076     echo '#ifdef __cplusplus' >>confdefs.h
5077     echo $ac_declaration >>confdefs.h
5078     echo '#endif' >>confdefs.h
5079     fi
5080    
5081     else
5082     echo "$as_me: failed program was:" >&5
5083     sed 's/^/| /' conftest.$ac_ext >&5
5084    
5085     fi
5086     rm -f conftest.$ac_objext conftest.$ac_ext
5087     ac_ext=c
5088     ac_cpp='$CPP $CPPFLAGS'
5089     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5090     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5091     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5092    
5093     depcc="$CC" am_compiler_list=
5094    
5095     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5096     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5097     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5098     echo $ECHO_N "(cached) $ECHO_C" >&6
5099     else
5100     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5101     # We make a subdir and do the tests there. Otherwise we can end up
5102     # making bogus files that we don't know about and never remove. For
5103     # instance it was reported that on HP-UX the gcc test will end up
5104     # making a dummy file named `D' -- because `-MD' means `put the output
5105     # in D'.
5106     mkdir conftest.dir
5107     # Copy depcomp to subdir because otherwise we won't find it if we're
5108     # using a relative directory.
5109     cp "$am_depcomp" conftest.dir
5110     cd conftest.dir
5111     # We will build objects and dependencies in a subdirectory because
5112     # it helps to detect inapplicable dependency modes. For instance
5113     # both Tru64's cc and ICC support -MD to output dependencies as a
5114     # side effect of compilation, but ICC will put the dependencies in
5115     # the current directory while Tru64 will put them in the object
5116     # directory.
5117     mkdir sub
5118    
5119     am_cv_CC_dependencies_compiler_type=none
5120     if test "$am_compiler_list" = ""; then
5121     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5122     fi
5123     for depmode in $am_compiler_list; do
5124     # Setup a source with many dependencies, because some compilers
5125     # like to wrap large dependency lists on column 80 (with \), and
5126     # we should not choose a depcomp mode which is confused by this.
5127     #
5128     # We need to recreate these files for each test, as the compiler may
5129     # overwrite some of them when testing with obscure command lines.
5130     # This happens at least with the AIX C compiler.
5131     : > sub/conftest.c
5132     for i in 1 2 3 4 5 6; do
5133     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5134     : > sub/conftst$i.h
5135     done
5136     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5137    
5138     case $depmode in
5139     nosideeffect)
5140     # after this tag, mechanisms are not by side-effect, so they'll
5141     # only be used when explicitly requested
5142     if test "x$enable_dependency_tracking" = xyes; then
5143     continue
5144     else
5145     break
5146     fi
5147     ;;
5148     none) break ;;
5149     esac
5150     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5151     # mode. It turns out that the SunPro C++ compiler does not properly
5152     # handle `-M -o', and we need to detect this.
5153     if depmode=$depmode \
5154     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5155     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5156     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5157     >/dev/null 2>conftest.err &&
5158     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5159     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5160     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5161     # icc doesn't choke on unknown options, it will just issue warnings
5162     # (even with -Werror). So we grep stderr for any message
5163     # that says an option was ignored.
5164     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5165     am_cv_CC_dependencies_compiler_type=$depmode
5166     break
5167     fi
5168     fi
5169     done
5170    
5171     cd ..
5172     rm -rf conftest.dir
5173     else
5174     am_cv_CC_dependencies_compiler_type=none
5175     fi
5176    
5177     fi
5178     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5179     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5180     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5181    
5182    
5183    
5184     if
5185     test "x$enable_dependency_tracking" != xno \
5186     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5187     am__fastdepCC_TRUE=
5188     am__fastdepCC_FALSE='#'
5189     else
5190     am__fastdepCC_TRUE='#'
5191     am__fastdepCC_FALSE=
5192     fi
5193    
5194    
5195     ac_ext=c
5196     ac_cpp='$CPP $CPPFLAGS'
5197     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5198     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5199     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5200     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5201     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5202     # On Suns, sometimes $CPP names a directory.
5203     if test -n "$CPP" && test -d "$CPP"; then
5204     CPP=
5205     fi
5206     if test -z "$CPP"; then
5207     if test "${ac_cv_prog_CPP+set}" = set; then
5208     echo $ECHO_N "(cached) $ECHO_C" >&6
5209     else
5210     # Double quotes because CPP needs to be expanded
5211     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5212     do
5213     ac_preproc_ok=false
5214     for ac_c_preproc_warn_flag in '' yes
5215     do
5216     # Use a header file that comes with gcc, so configuring glibc
5217     # with a fresh cross-compiler works.
5218     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5219     # <limits.h> exists even on freestanding compilers.
5220     # On the NeXT, cc -E runs the code through the compiler's parser,
5221     # not just through cpp. "Syntax error" is here to catch this case.
5222     cat >conftest.$ac_ext <<_ACEOF
5223     #line $LINENO "configure"
5224     /* confdefs.h. */
5225     _ACEOF
5226     cat confdefs.h >>conftest.$ac_ext
5227     cat >>conftest.$ac_ext <<_ACEOF
5228     /* end confdefs.h. */
5229     #ifdef __STDC__
5230     # include <limits.h>
5231     #else
5232     # include <assert.h>
5233     #endif
5234     Syntax error
5235     _ACEOF
5236     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5237     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5238     ac_status=$?
5239     grep -v '^ *+' conftest.er1 >conftest.err
5240     rm -f conftest.er1
5241     cat conftest.err >&5
5242     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5243     (exit $ac_status); } >/dev/null; then
5244     if test -s conftest.err; then
5245     ac_cpp_err=$ac_c_preproc_warn_flag
5246     else
5247     ac_cpp_err=
5248     fi
5249     else
5250     ac_cpp_err=yes
5251     fi
5252     if test -z "$ac_cpp_err"; then
5253     :
5254     else
5255     echo "$as_me: failed program was:" >&5
5256     sed 's/^/| /' conftest.$ac_ext >&5
5257    
5258     # Broken: fails on valid input.
5259     continue
5260     fi
5261     rm -f conftest.err conftest.$ac_ext
5262    
5263     # OK, works on sane cases. Now check whether non-existent headers
5264     # can be detected and how.
5265     cat >conftest.$ac_ext <<_ACEOF
5266     #line $LINENO "configure"
5267     /* confdefs.h. */
5268     _ACEOF
5269     cat confdefs.h >>conftest.$ac_ext
5270     cat >>conftest.$ac_ext <<_ACEOF
5271     /* end confdefs.h. */
5272     #include <ac_nonexistent.h>
5273     _ACEOF
5274     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5275     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5276     ac_status=$?
5277     grep -v '^ *+' conftest.er1 >conftest.err
5278     rm -f conftest.er1
5279     cat conftest.err >&5
5280     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281     (exit $ac_status); } >/dev/null; then
5282     if test -s conftest.err; then
5283     ac_cpp_err=$ac_c_preproc_warn_flag
5284     else
5285     ac_cpp_err=
5286     fi
5287     else
5288     ac_cpp_err=yes
5289     fi
5290     if test -z "$ac_cpp_err"; then
5291     # Broken: success on invalid input.
5292     continue
5293     else
5294     echo "$as_me: failed program was:" >&5
5295     sed 's/^/| /' conftest.$ac_ext >&5
5296    
5297     # Passes both tests.
5298     ac_preproc_ok=:
5299     break
5300     fi
5301     rm -f conftest.err conftest.$ac_ext
5302    
5303     done
5304     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5305     rm -f conftest.err conftest.$ac_ext
5306     if $ac_preproc_ok; then
5307     break
5308     fi
5309    
5310     done
5311     ac_cv_prog_CPP=$CPP
5312    
5313     fi
5314     CPP=$ac_cv_prog_CPP
5315     else
5316     ac_cv_prog_CPP=$CPP
5317     fi
5318     echo "$as_me:$LINENO: result: $CPP" >&5
5319     echo "${ECHO_T}$CPP" >&6
5320     ac_preproc_ok=false
5321     for ac_c_preproc_warn_flag in '' yes
5322     do
5323     # Use a header file that comes with gcc, so configuring glibc
5324     # with a fresh cross-compiler works.
5325     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5326     # <limits.h> exists even on freestanding compilers.
5327     # On the NeXT, cc -E runs the code through the compiler's parser,
5328     # not just through cpp. "Syntax error" is here to catch this case.
5329     cat >conftest.$ac_ext <<_ACEOF
5330     #line $LINENO "configure"
5331     /* confdefs.h. */
5332     _ACEOF
5333     cat confdefs.h >>conftest.$ac_ext
5334     cat >>conftest.$ac_ext <<_ACEOF
5335     /* end confdefs.h. */
5336     #ifdef __STDC__
5337     # include <limits.h>
5338     #else
5339     # include <assert.h>
5340     #endif
5341     Syntax error
5342     _ACEOF
5343     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5344     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5345     ac_status=$?
5346     grep -v '^ *+' conftest.er1 >conftest.err
5347     rm -f conftest.er1
5348     cat conftest.err >&5
5349     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350     (exit $ac_status); } >/dev/null; then
5351     if test -s conftest.err; then
5352     ac_cpp_err=$ac_c_preproc_warn_flag
5353     else
5354     ac_cpp_err=
5355     fi
5356     else
5357     ac_cpp_err=yes
5358     fi
5359     if test -z "$ac_cpp_err"; then
5360     :
5361     else
5362     echo "$as_me: failed program was:" >&5
5363     sed 's/^/| /' conftest.$ac_ext >&5
5364    
5365     # Broken: fails on valid input.
5366     continue
5367     fi
5368     rm -f conftest.err conftest.$ac_ext
5369    
5370     # OK, works on sane cases. Now check whether non-existent headers
5371     # can be detected and how.
5372     cat >conftest.$ac_ext <<_ACEOF
5373     #line $LINENO "configure"
5374     /* confdefs.h. */
5375     _ACEOF
5376     cat confdefs.h >>conftest.$ac_ext
5377     cat >>conftest.$ac_ext <<_ACEOF
5378     /* end confdefs.h. */
5379     #include <ac_nonexistent.h>
5380     _ACEOF
5381     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5382     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5383     ac_status=$?
5384     grep -v '^ *+' conftest.er1 >conftest.err
5385     rm -f conftest.er1
5386     cat conftest.err >&5
5387     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5388     (exit $ac_status); } >/dev/null; then
5389     if test -s conftest.err; then
5390     ac_cpp_err=$ac_c_preproc_warn_flag
5391     else
5392     ac_cpp_err=
5393     fi
5394     else
5395     ac_cpp_err=yes
5396     fi
5397     if test -z "$ac_cpp_err"; then
5398     # Broken: success on invalid input.
5399     continue
5400     else
5401     echo "$as_me: failed program was:" >&5
5402     sed 's/^/| /' conftest.$ac_ext >&5
5403    
5404     # Passes both tests.
5405     ac_preproc_ok=:
5406     break
5407     fi
5408     rm -f conftest.err conftest.$ac_ext
5409    
5410     done
5411     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5412     rm -f conftest.err conftest.$ac_ext
5413     if $ac_preproc_ok; then
5414     :
5415     else
5416     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5417     See \`config.log' for more details." >&5
5418     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5419     See \`config.log' for more details." >&2;}
5420     { (exit 1); exit 1; }; }
5421     fi
5422    
5423     ac_ext=c
5424     ac_cpp='$CPP $CPPFLAGS'
5425     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5426     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5427     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5428    
5429     ac_ext=cc
5430     ac_cpp='$CXXCPP $CPPFLAGS'
5431     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5432     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5433     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5434     if test -n "$ac_tool_prefix"; then
5435     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5436     do
5437     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5438     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5439     echo "$as_me:$LINENO: checking for $ac_word" >&5
5440     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5441     if test "${ac_cv_prog_CXX+set}" = set; then
5442     echo $ECHO_N "(cached) $ECHO_C" >&6
5443     else
5444     if test -n "$CXX"; then
5445     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5446     else
5447     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5448     for as_dir in $PATH
5449     do
5450     IFS=$as_save_IFS
5451     test -z "$as_dir" && as_dir=.
5452     for ac_exec_ext in '' $ac_executable_extensions; do
5453     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5454     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5455     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5456     break 2
5457     fi
5458     done
5459     done
5460    
5461     fi
5462     fi
5463     CXX=$ac_cv_prog_CXX
5464     if test -n "$CXX"; then
5465     echo "$as_me:$LINENO: result: $CXX" >&5
5466     echo "${ECHO_T}$CXX" >&6
5467     else
5468     echo "$as_me:$LINENO: result: no" >&5
5469     echo "${ECHO_T}no" >&6
5470     fi
5471    
5472     test -n "$CXX" && break
5473     done
5474     fi
5475     if test -z "$CXX"; then
5476     ac_ct_CXX=$CXX
5477     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5478     do
5479     # Extract the first word of "$ac_prog", so it can be a program name with args.
5480     set dummy $ac_prog; ac_word=$2
5481     echo "$as_me:$LINENO: checking for $ac_word" >&5
5482     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5483     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5484     echo $ECHO_N "(cached) $ECHO_C" >&6
5485     else
5486     if test -n "$ac_ct_CXX"; then
5487     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5488     else
5489     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490     for as_dir in $PATH
5491     do
5492     IFS=$as_save_IFS
5493     test -z "$as_dir" && as_dir=.
5494     for ac_exec_ext in '' $ac_executable_extensions; do
5495     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5496     ac_cv_prog_ac_ct_CXX="$ac_prog"
5497     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5498     break 2
5499     fi
5500     done
5501     done
5502    
5503     fi
5504     fi
5505     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5506     if test -n "$ac_ct_CXX"; then
5507     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5508     echo "${ECHO_T}$ac_ct_CXX" >&6
5509     else
5510     echo "$as_me:$LINENO: result: no" >&5
5511     echo "${ECHO_T}no" >&6
5512     fi
5513    
5514     test -n "$ac_ct_CXX" && break
5515     done
5516     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5517    
5518     CXX=$ac_ct_CXX
5519     fi
5520    
5521    
5522     # Provide some information about the compiler.
5523     echo "$as_me:$LINENO:" \
5524     "checking for C++ compiler version" >&5
5525     ac_compiler=`set X $ac_compile; echo $2`
5526     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5527     (eval $ac_compiler --version </dev/null >&5) 2>&5
5528     ac_status=$?
5529     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530     (exit $ac_status); }
5531     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5532     (eval $ac_compiler -v </dev/null >&5) 2>&5
5533     ac_status=$?
5534     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5535     (exit $ac_status); }
5536     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5537     (eval $ac_compiler -V </dev/null >&5) 2>&5
5538     ac_status=$?
5539     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5540     (exit $ac_status); }
5541    
5542     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5543     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5544     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5545     echo $ECHO_N "(cached) $ECHO_C" >&6
5546     else
5547     cat >conftest.$ac_ext <<_ACEOF
5548     #line $LINENO "configure"
5549     /* confdefs.h. */
5550     _ACEOF
5551     cat confdefs.h >>conftest.$ac_ext
5552     cat >>conftest.$ac_ext <<_ACEOF
5553     /* end confdefs.h. */
5554    
5555     int
5556     main ()
5557     {
5558     #ifndef __GNUC__
5559     choke me
5560     #endif
5561    
5562     ;
5563     return 0;
5564     }
5565     _ACEOF
5566     rm -f conftest.$ac_objext
5567     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5568     (eval $ac_compile) 2>&5
5569     ac_status=$?
5570     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5571     (exit $ac_status); } &&
5572     { ac_try='test -s conftest.$ac_objext'
5573     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5574     (eval $ac_try) 2>&5
5575     ac_status=$?
5576     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5577     (exit $ac_status); }; }; then
5578     ac_compiler_gnu=yes
5579     else
5580     echo "$as_me: failed program was:" >&5
5581     sed 's/^/| /' conftest.$ac_ext >&5
5582    
5583     ac_compiler_gnu=no
5584     fi
5585     rm -f conftest.$ac_objext conftest.$ac_ext
5586     ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5587    
5588     fi
5589     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5590     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5591     GXX=`test $ac_compiler_gnu = yes && echo yes`
5592     ac_test_CXXFLAGS=${CXXFLAGS+set}
5593     ac_save_CXXFLAGS=$CXXFLAGS
5594     CXXFLAGS="-g"
5595     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5596     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5597     if test "${ac_cv_prog_cxx_g+set}" = set; then
5598     echo $ECHO_N "(cached) $ECHO_C" >&6
5599     else
5600     cat >conftest.$ac_ext <<_ACEOF
5601     #line $LINENO "configure"
5602     /* confdefs.h. */
5603     _ACEOF
5604     cat confdefs.h >>conftest.$ac_ext
5605     cat >>conftest.$ac_ext <<_ACEOF
5606     /* end confdefs.h. */
5607    
5608     int
5609     main ()
5610     {
5611    
5612     ;
5613     return 0;
5614     }
5615     _ACEOF
5616     rm -f conftest.$ac_objext
5617     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5618     (eval $ac_compile) 2>&5
5619     ac_status=$?
5620     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5621     (exit $ac_status); } &&
5622     { ac_try='test -s conftest.$ac_objext'
5623     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5624     (eval $ac_try) 2>&5
5625     ac_status=$?
5626     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5627     (exit $ac_status); }; }; then
5628     ac_cv_prog_cxx_g=yes
5629     else
5630     echo "$as_me: failed program was:" >&5
5631     sed 's/^/| /' conftest.$ac_ext >&5
5632    
5633     ac_cv_prog_cxx_g=no
5634     fi
5635     rm -f conftest.$ac_objext conftest.$ac_ext
5636     fi
5637     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5638     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5639     if test "$ac_test_CXXFLAGS" = set; then
5640     CXXFLAGS=$ac_save_CXXFLAGS
5641     elif test $ac_cv_prog_cxx_g = yes; then
5642     if test "$GXX" = yes; then
5643     CXXFLAGS="-g -O2"
5644     else
5645     CXXFLAGS="-g"
5646     fi
5647     else
5648     if test "$GXX" = yes; then
5649     CXXFLAGS="-O2"
5650     else
5651     CXXFLAGS=
5652     fi
5653     fi
5654     for ac_declaration in \
5655     '' \
5656     'extern "C" void std::exit (int) throw (); using std::exit;' \
5657     'extern "C" void std::exit (int); using std::exit;' \
5658     'extern "C" void exit (int) throw ();' \
5659     'extern "C" void exit (int);' \
5660     'void exit (int);'
5661     do
5662     cat >conftest.$ac_ext <<_ACEOF
5663     #line $LINENO "configure"
5664     /* confdefs.h. */
5665     _ACEOF
5666     cat confdefs.h >>conftest.$ac_ext
5667     cat >>conftest.$ac_ext <<_ACEOF
5668     /* end confdefs.h. */
5669     $ac_declaration
5670     #include <stdlib.h>
5671     int
5672     main ()
5673     {
5674     exit (42);
5675     ;
5676     return 0;
5677     }
5678     _ACEOF
5679     rm -f conftest.$ac_objext
5680     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5681     (eval $ac_compile) 2>&5
5682     ac_status=$?
5683     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5684     (exit $ac_status); } &&
5685     { ac_try='test -s conftest.$ac_objext'
5686     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5687     (eval $ac_try) 2>&5
5688     ac_status=$?
5689     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5690     (exit $ac_status); }; }; then
5691     :
5692     else
5693     echo "$as_me: failed program was:" >&5
5694     sed 's/^/| /' conftest.$ac_ext >&5
5695    
5696     continue
5697     fi
5698     rm -f conftest.$ac_objext conftest.$ac_ext
5699     cat >conftest.$ac_ext <<_ACEOF
5700     #line $LINENO "configure"
5701     /* confdefs.h. */
5702     _ACEOF
5703     cat confdefs.h >>conftest.$ac_ext
5704     cat >>conftest.$ac_ext <<_ACEOF
5705     /* end confdefs.h. */
5706     $ac_declaration
5707     int
5708     main ()
5709     {
5710     exit (42);
5711     ;
5712     return 0;
5713     }
5714     _ACEOF
5715     rm -f conftest.$ac_objext
5716     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5717     (eval $ac_compile) 2>&5
5718     ac_status=$?
5719     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5720     (exit $ac_status); } &&
5721     { ac_try='test -s conftest.$ac_objext'
5722     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5723     (eval $ac_try) 2>&5
5724     ac_status=$?
5725     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5726     (exit $ac_status); }; }; then
5727     break
5728     else
5729     echo "$as_me: failed program was:" >&5
5730     sed 's/^/| /' conftest.$ac_ext >&5
5731    
5732     fi
5733     rm -f conftest.$ac_objext conftest.$ac_ext
5734     done
5735     rm -f conftest*
5736     if test -n "$ac_declaration"; then
5737     echo '#ifdef __cplusplus' >>confdefs.h
5738     echo $ac_declaration >>confdefs.h
5739     echo '#endif' >>confdefs.h
5740     fi
5741    
5742     ac_ext=c
5743     ac_cpp='$CPP $CPPFLAGS'
5744     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5745     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5746     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5747    
5748     depcc="$CXX" am_compiler_list=
5749    
5750     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5751     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5752     if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5753     echo $ECHO_N "(cached) $ECHO_C" >&6
5754     else
5755     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5756     # We make a subdir and do the tests there. Otherwise we can end up
5757     # making bogus files that we don't know about and never remove. For
5758     # instance it was reported that on HP-UX the gcc test will end up
5759     # making a dummy file named `D' -- because `-MD' means `put the output
5760     # in D'.
5761     mkdir conftest.dir
5762     # Copy depcomp to subdir because otherwise we won't find it if we're
5763     # using a relative directory.
5764     cp "$am_depcomp" conftest.dir
5765     cd conftest.dir
5766     # We will build objects and dependencies in a subdirectory because
5767     # it helps to detect inapplicable dependency modes. For instance
5768     # both Tru64's cc and ICC support -MD to output dependencies as a
5769     # side effect of compilation, but ICC will put the dependencies in
5770     # the current directory while Tru64 will put them in the object
5771     # directory.
5772     mkdir sub
5773    
5774     am_cv_CXX_dependencies_compiler_type=none
5775     if test "$am_compiler_list" = ""; then
5776     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5777     fi
5778     for depmode in $am_compiler_list; do
5779     # Setup a source with many dependencies, because some compilers
5780     # like to wrap large dependency lists on column 80 (with \), and
5781     # we should not choose a depcomp mode which is confused by this.
5782     #
5783     # We need to recreate these files for each test, as the compiler may
5784     # overwrite some of them when testing with obscure command lines.
5785     # This happens at least with the AIX C compiler.
5786     : > sub/conftest.c
5787     for i in 1 2 3 4 5 6; do
5788     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5789     : > sub/conftst$i.h
5790     done
5791     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5792    
5793     case $depmode in
5794     nosideeffect)
5795     # after this tag, mechanisms are not by side-effect, so they'll
5796     # only be used when explicitly requested
5797     if test "x$enable_dependency_tracking" = xyes; then
5798     continue
5799     else
5800     break
5801     fi
5802     ;;
5803     none) break ;;
5804     esac
5805     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5806     # mode. It turns out that the SunPro C++ compiler does not properly
5807     # handle `-M -o', and we need to detect this.
5808     if depmode=$depmode \
5809     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5810     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5811     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5812     >/dev/null 2>conftest.err &&
5813     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5814     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5815     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5816     # icc doesn't choke on unknown options, it will just issue warnings
5817     # (even with -Werror). So we grep stderr for any message
5818     # that says an option was ignored.
5819     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5820     am_cv_CXX_dependencies_compiler_type=$depmode
5821     break
5822     fi
5823     fi
5824     done
5825    
5826     cd ..
5827     rm -rf conftest.dir
5828     else
5829     am_cv_CXX_dependencies_compiler_type=none
5830     fi
5831    
5832     fi
5833     echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5834     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
5835     CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5836    
5837    
5838    
5839     if
5840     test "x$enable_dependency_tracking" != xno \
5841     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
5842     am__fastdepCXX_TRUE=
5843     am__fastdepCXX_FALSE='#'
5844     else
5845     am__fastdepCXX_TRUE='#'
5846     am__fastdepCXX_FALSE=
5847     fi
5848    
5849    
5850    
5851     echo "$as_me:$LINENO: checking for egrep" >&5
5852     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5853     if test "${ac_cv_prog_egrep+set}" = set; then
5854     echo $ECHO_N "(cached) $ECHO_C" >&6
5855     else
5856     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5857     then ac_cv_prog_egrep='grep -E'
5858     else ac_cv_prog_egrep='egrep'
5859     fi
5860     fi
5861     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5862     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5863     EGREP=$ac_cv_prog_egrep
5864    
5865    
5866     if test $ac_cv_c_compiler_gnu = yes; then
5867     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
5868     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
5869     if test "${ac_cv_prog_gcc_traditional+set}" = set; then
5870     echo $ECHO_N "(cached) $ECHO_C" >&6
5871     else
5872     ac_pattern="Autoconf.*'x'"
5873     cat >conftest.$ac_ext <<_ACEOF
5874     #line $LINENO "configure"
5875     /* confdefs.h. */
5876     _ACEOF
5877     cat confdefs.h >>conftest.$ac_ext
5878     cat >>conftest.$ac_ext <<_ACEOF
5879     /* end confdefs.h. */
5880     #include <sgtty.h>
5881     Autoconf TIOCGETP
5882     _ACEOF
5883     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5884     $EGREP "$ac_pattern" >/dev/null 2>&1; then
5885     ac_cv_prog_gcc_traditional=yes
5886     else
5887     ac_cv_prog_gcc_traditional=no
5888     fi
5889     rm -f conftest*
5890    
5891    
5892     if test $ac_cv_prog_gcc_traditional = no; then
5893     cat >conftest.$ac_ext <<_ACEOF
5894     #line $LINENO "configure"
5895     /* confdefs.h. */
5896     _ACEOF
5897     cat confdefs.h >>conftest.$ac_ext
5898     cat >>conftest.$ac_ext <<_ACEOF
5899     /* end confdefs.h. */
5900     #include <termio.h>
5901     Autoconf TCGETA
5902     _ACEOF
5903     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5904     $EGREP "$ac_pattern" >/dev/null 2>&1; then
5905     ac_cv_prog_gcc_traditional=yes
5906     fi
5907     rm -f conftest*
5908    
5909     fi
5910     fi
5911     echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
5912     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
5913     if test $ac_cv_prog_gcc_traditional = yes; then
5914     CC="$CC -traditional"
5915     fi
5916     fi
5917    
5918     for ac_prog in gawk mawk nawk awk
5919     do
5920     # Extract the first word of "$ac_prog", so it can be a program name with args.
5921     set dummy $ac_prog; ac_word=$2
5922     echo "$as_me:$LINENO: checking for $ac_word" >&5
5923     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5924     if test "${ac_cv_prog_AWK+set}" = set; then
5925     echo $ECHO_N "(cached) $ECHO_C" >&6
5926     else
5927     if test -n "$AWK"; then
5928     ac_cv_prog_AWK="$AWK" # Let the user override the test.
5929     else
5930     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931     for as_dir in $PATH
5932     do
5933     IFS=$as_save_IFS
5934     test -z "$as_dir" && as_dir=.
5935     for ac_exec_ext in '' $ac_executable_extensions; do
5936     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5937     ac_cv_prog_AWK="$ac_prog"
5938     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5939     break 2
5940     fi
5941     done
5942     done
5943    
5944     fi
5945     fi
5946     AWK=$ac_cv_prog_AWK
5947     if test -n "$AWK"; then
5948     echo "$as_me:$LINENO: result: $AWK" >&5
5949     echo "${ECHO_T}$AWK" >&6
5950     else
5951     echo "$as_me:$LINENO: result: no" >&5
5952     echo "${ECHO_T}no" >&6
5953     fi
5954    
5955     test -n "$AWK" && break
5956     done
5957    
5958     # Find a good install program. We prefer a C program (faster),
5959     # so one script is as good as another. But avoid the broken or
5960     # incompatible versions:
5961     # SysV /etc/install, /usr/sbin/install
5962     # SunOS /usr/etc/install
5963     # IRIX /sbin/install
5964     # AIX /bin/install
5965     # AmigaOS /C/install, which installs bootblocks on floppy discs
5966     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5967     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5968     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5969     # ./install, which can be erroneously created by make from ./install.sh.
5970     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5971     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5972     if test -z "$INSTALL"; then
5973     if test "${ac_cv_path_install+set}" = set; then
5974     echo $ECHO_N "(cached) $ECHO_C" >&6
5975     else
5976     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977     for as_dir in $PATH
5978     do
5979     IFS=$as_save_IFS
5980     test -z "$as_dir" && as_dir=.
5981     # Account for people who put trailing slashes in PATH elements.
5982     case $as_dir/ in
5983     ./ | .// | /cC/* | \
5984     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5985     /usr/ucb/* ) ;;
5986     *)
5987     # OSF1 and SCO ODT 3.0 have their own names for install.
5988     # Don't use installbsd from OSF since it installs stuff as root
5989     # by default.
5990     for ac_prog in ginstall scoinst install; do
5991     for ac_exec_ext in '' $ac_executable_extensions; do
5992     if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5993     if test $ac_prog = install &&
5994     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5995     # AIX install. It has an incompatible calling convention.
5996     :
5997     elif test $ac_prog = install &&
5998     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5999     # program-specific install script used by HP pwplus--don't use.
6000     :
6001     else
6002     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6003     break 3
6004     fi
6005     fi
6006     done
6007     done
6008     ;;
6009     esac
6010     done
6011    
6012    
6013     fi
6014     if test "${ac_cv_path_install+set}" = set; then
6015     INSTALL=$ac_cv_path_install
6016     else
6017     # As a last resort, use the slow shell script. We don't cache a
6018     # path for INSTALL within a source directory, because that will
6019     # break other packages using the cache if that directory is
6020     # removed, or if the path is relative.
6021     INSTALL=$ac_install_sh
6022     fi
6023     fi
6024     echo "$as_me:$LINENO: result: $INSTALL" >&5
6025     echo "${ECHO_T}$INSTALL" >&6
6026    
6027     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6028     # It thinks the first close brace ends the variable substitution.
6029     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6030    
6031     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6032    
6033     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6034    
6035     echo "$as_me:$LINENO: checking whether ln -s works" >&5
6036     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6037     LN_S=$as_ln_s
6038     if test "$LN_S" = "ln -s"; then
6039     echo "$as_me:$LINENO: result: yes" >&5
6040     echo "${ECHO_T}yes" >&6
6041     else
6042     echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6043     echo "${ECHO_T}no, using $LN_S" >&6
6044     fi
6045    
6046     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6047     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6048     set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
6049     if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6050     echo $ECHO_N "(cached) $ECHO_C" >&6
6051     else
6052     cat >conftest.make <<\_ACEOF
6053     all:
6054     @echo 'ac_maketemp="$(MAKE)"'
6055     _ACEOF
6056     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6057     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6058     if test -n "$ac_maketemp"; then
6059     eval ac_cv_prog_make_${ac_make}_set=yes
6060     else
6061     eval ac_cv_prog_make_${ac_make}_set=no
6062     fi
6063     rm -f conftest.make
6064     fi
6065     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6066     echo "$as_me:$LINENO: result: yes" >&5
6067     echo "${ECHO_T}yes" >&6
6068     SET_MAKE=
6069     else
6070     echo "$as_me:$LINENO: result: no" >&5
6071     echo "${ECHO_T}no" >&6
6072     SET_MAKE="MAKE=${MAKE-make}"
6073     fi
6074    
6075     if test -n "$ac_tool_prefix"; then
6076     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6077     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6078     echo "$as_me:$LINENO: checking for $ac_word" >&5
6079     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6080     if test "${ac_cv_prog_RANLIB+set}" = set; then
6081     echo $ECHO_N "(cached) $ECHO_C" >&6
6082     else
6083     if test -n "$RANLIB"; then
6084     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6085     else
6086     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6087     for as_dir in $PATH
6088     do
6089     IFS=$as_save_IFS
6090     test -z "$as_dir" && as_dir=.
6091     for ac_exec_ext in '' $ac_executable_extensions; do
6092     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6093     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6094     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6095     break 2
6096     fi
6097     done
6098     done
6099    
6100     fi
6101     fi
6102     RANLIB=$ac_cv_prog_RANLIB
6103     if test -n "$RANLIB"; then
6104     echo "$as_me:$LINENO: result: $RANLIB" >&5
6105     echo "${ECHO_T}$RANLIB" >&6
6106     else
6107     echo "$as_me:$LINENO: result: no" >&5
6108     echo "${ECHO_T}no" >&6
6109     fi
6110    
6111     fi
6112     if test -z "$ac_cv_prog_RANLIB"; then
6113     ac_ct_RANLIB=$RANLIB
6114     # Extract the first word of "ranlib", so it can be a program name with args.
6115     set dummy ranlib; ac_word=$2
6116     echo "$as_me:$LINENO: checking for $ac_word" >&5
6117     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6118     if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6119     echo $ECHO_N "(cached) $ECHO_C" >&6
6120     else
6121     if test -n "$ac_ct_RANLIB"; then
6122     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6123     else
6124     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125     for as_dir in $PATH
6126     do
6127     IFS=$as_save_IFS
6128     test -z "$as_dir" && as_dir=.
6129     for ac_exec_ext in '' $ac_executable_extensions; do
6130     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6131     ac_cv_prog_ac_ct_RANLIB="ranlib"
6132     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6133     break 2
6134     fi
6135     done
6136     done
6137    
6138     test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6139     fi
6140     fi
6141     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6142     if test -n "$ac_ct_RANLIB"; then
6143     echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6144     echo "${ECHO_T}$ac_ct_RANLIB" >&6
6145     else
6146     echo "$as_me:$LINENO: result: no" >&5
6147     echo "${ECHO_T}no" >&6
6148     fi
6149    
6150     RANLIB=$ac_ct_RANLIB
6151     else
6152     RANLIB="$ac_cv_prog_RANLIB"
6153     fi
6154    
6155    
6156    
6157     echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
6158     echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
6159     if test "${ac_cv_lib_cposix_strerror+set}" = set; then
6160     echo $ECHO_N "(cached) $ECHO_C" >&6
6161     else
6162     ac_check_lib_save_LIBS=$LIBS
6163     LIBS="-lcposix $LIBS"
6164     cat >conftest.$ac_ext <<_ACEOF
6165     #line $LINENO "configure"
6166     /* confdefs.h. */
6167     _ACEOF
6168     cat confdefs.h >>conftest.$ac_ext
6169     cat >>conftest.$ac_ext <<_ACEOF
6170     /* end confdefs.h. */
6171    
6172     /* Override any gcc2 internal prototype to avoid an error. */
6173     #ifdef __cplusplus
6174     extern "C"
6175     #endif
6176     /* We use char because int might match the return type of a gcc2
6177     builtin and then its argument prototype would still apply. */
6178     char strerror ();
6179     int
6180     main ()
6181     {
6182     strerror ();
6183     ;
6184     return 0;
6185     }
6186     _ACEOF
6187     rm -f conftest.$ac_objext conftest$ac_exeext
6188     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6189     (eval $ac_link) 2>&5
6190     ac_status=$?
6191     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6192     (exit $ac_status); } &&
6193     { ac_try='test -s conftest$ac_exeext'
6194     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6195     (eval $ac_try) 2>&5
6196     ac_status=$?
6197     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6198     (exit $ac_status); }; }; then
6199     ac_cv_lib_cposix_strerror=yes
6200     else
6201     echo "$as_me: failed program was:" >&5
6202     sed 's/^/| /' conftest.$ac_ext >&5
6203    
6204     ac_cv_lib_cposix_strerror=no
6205     fi
6206     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6207     LIBS=$ac_check_lib_save_LIBS
6208     fi
6209     echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
6210     echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
6211     if test $ac_cv_lib_cposix_strerror = yes; then
6212     LIBS="$LIBS -lcposix"
6213     fi
6214    
6215    
6216    
6217    
6218     # Check whether --enable-iftype or --disable-iftype was given.
6219     if test "${enable_iftype+set}" = set; then
6220     enableval="$enable_iftype"
6221    
6222     IFTYPE=`echo $enableval | sed s%/.*%%`
6223     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6224    
6225    
6226     fi;
6227    
6228     echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6229     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6230    
6231     if test "x$IFTYPE" = "x"; then
6232     case $target_os in
6233     *linux*)
6234     IFTYPE=native
6235     IFSUBTYPE=linux
6236    
6237     cat >>confdefs.h <<\_ACEOF
6238     #define HAVE_LINUX 1
6239     _ACEOF
6240    
6241     ;;
6242     *freebsd*)
6243     IFTYPE=tincd
6244     IFSUBTYPE=freebsd
6245    
6246     cat >>confdefs.h <<\_ACEOF
6247     #define HAVE_FREEBSD 1
6248     _ACEOF
6249    
6250     ;;
6251     *darwin*)
6252     IFTYPE=tincd
6253     IFSUBTYPE=darwin
6254    
6255     cat >>confdefs.h <<\_ACEOF
6256     #define HAVE_DARWIN 1
6257     _ACEOF
6258    
6259     ;;
6260     *solaris*)
6261     IFTYPE=tincd
6262     IFSUBTYPE=solaris
6263    
6264     cat >>confdefs.h <<\_ACEOF
6265     #define HAVE_SOLARIS 1
6266     _ACEOF
6267    
6268     ;;
6269     *openbsd*)
6270     IFTYPE=tincd
6271     IFSUBTYPE=openbsd
6272    
6273     cat >>confdefs.h <<\_ACEOF
6274     #define HAVE_OPENBSD 1
6275     _ACEOF
6276    
6277     ;;
6278     *netbsd*)
6279     IFTYPE=tincd
6280     IFSUBTYPE=netbsd
6281    
6282     cat >>confdefs.h <<\_ACEOF
6283     #define HAVE_NETBSD 1
6284     _ACEOF
6285    
6286     ;;
6287     *cygwin*)
6288     IFTYPE=tincd
6289     IFSUBTYPE=cygwin
6290    
6291     cat >>confdefs.h <<\_ACEOF
6292     #define HAVE_CYGWIN 1
6293     _ACEOF
6294    
6295     ;;
6296     *)
6297     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6298     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6299     { (exit 1); exit 1; }; }
6300     ;;
6301     esac
6302     fi
6303     echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6304     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6305     IFTYPE=$IFTYPE
6306    
6307     IFSUBTYPE=$IFSUBTYPE
6308    
6309    
6310     cat >confcache <<\_ACEOF
6311     # This file is a shell script that caches the results of configure
6312     # tests run on this system so they can be shared between configure
6313     # scripts and configure runs, see configure's option --config-cache.
6314     # It is not useful on other systems. If it contains results you don't
6315     # want to keep, you may remove or edit it.
6316     #
6317     # config.status only pays attention to the cache file if you give it
6318     # the --recheck option to rerun configure.
6319     #
6320     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6321     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6322     # following values.
6323    
6324     _ACEOF
6325    
6326     # The following way of writing the cache mishandles newlines in values,
6327     # but we know of no workaround that is simple, portable, and efficient.
6328     # So, don't put newlines in cache variables' values.
6329     # Ultrix sh set writes to stderr and can't be redirected directly,
6330     # and sets the high bit in the cache file unless we assign to the vars.
6331     {
6332     (set) 2>&1 |
6333     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6334     *ac_space=\ *)
6335     # `set' does not quote correctly, so add quotes (double-quote
6336     # substitution turns \\\\ into \\, and sed turns \\ into \).
6337     sed -n \
6338     "s/'/'\\\\''/g;
6339     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6340     ;;
6341     *)
6342     # `set' quotes correctly as required by POSIX, so do not add quotes.
6343     sed -n \
6344     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6345     ;;
6346     esac;
6347     } |
6348     sed '
6349     t clear
6350     : clear
6351     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6352     t end
6353     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6354     : end' >>confcache
6355     if diff $cache_file confcache >/dev/null 2>&1; then :; else
6356     if test -w $cache_file; then
6357     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6358     cat confcache >$cache_file
6359     else
6360     echo "not updating unwritable cache $cache_file"
6361     fi
6362     fi
6363     rm -f confcache
6364    
6365    
6366     ac_ext=cc
6367     ac_cpp='$CXXCPP $CPPFLAGS'
6368     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6369     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6370     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6371    
6372    
6373     ac_ext=cc
6374     ac_cpp='$CXXCPP $CPPFLAGS'
6375     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6376     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6377     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6378     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6379     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6380     if test -z "$CXXCPP"; then
6381     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6382     echo $ECHO_N "(cached) $ECHO_C" >&6
6383     else
6384     # Double quotes because CXXCPP needs to be expanded
6385     for CXXCPP in "$CXX -E" "/lib/cpp"
6386     do
6387     ac_preproc_ok=false
6388     for ac_cxx_preproc_warn_flag in '' yes
6389     do
6390     # Use a header file that comes with gcc, so configuring glibc
6391     # with a fresh cross-compiler works.
6392     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6393     # <limits.h> exists even on freestanding compilers.
6394     # On the NeXT, cc -E runs the code through the compiler's parser,
6395     # not just through cpp. "Syntax error" is here to catch this case.
6396     cat >conftest.$ac_ext <<_ACEOF
6397     #line $LINENO "configure"
6398     /* confdefs.h. */
6399     _ACEOF
6400     cat confdefs.h >>conftest.$ac_ext
6401     cat >>conftest.$ac_ext <<_ACEOF
6402     /* end confdefs.h. */
6403     #ifdef __STDC__
6404     # include <limits.h>
6405     #else
6406     # include <assert.h>
6407     #endif
6408     Syntax error
6409     _ACEOF
6410     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6411     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6412     ac_status=$?
6413     grep -v '^ *+' conftest.er1 >conftest.err
6414     rm -f conftest.er1
6415     cat conftest.err >&5
6416     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6417     (exit $ac_status); } >/dev/null; then
6418     if test -s conftest.err; then
6419     ac_cpp_err=$ac_cxx_preproc_warn_flag
6420     else
6421     ac_cpp_err=
6422     fi
6423     else
6424     ac_cpp_err=yes
6425     fi
6426     if test -z "$ac_cpp_err"; then
6427     :
6428     else
6429     echo "$as_me: failed program was:" >&5
6430     sed 's/^/| /' conftest.$ac_ext >&5
6431    
6432     # Broken: fails on valid input.
6433     continue
6434     fi
6435     rm -f conftest.err conftest.$ac_ext
6436    
6437     # OK, works on sane cases. Now check whether non-existent headers
6438     # can be detected and how.
6439     cat >conftest.$ac_ext <<_ACEOF
6440     #line $LINENO "configure"
6441     /* confdefs.h. */
6442     _ACEOF
6443     cat confdefs.h >>conftest.$ac_ext
6444     cat >>conftest.$ac_ext <<_ACEOF
6445     /* end confdefs.h. */
6446     #include <ac_nonexistent.h>
6447     _ACEOF
6448     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6449     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6450     ac_status=$?
6451     grep -v '^ *+' conftest.er1 >conftest.err
6452     rm -f conftest.er1
6453     cat conftest.err >&5
6454     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455     (exit $ac_status); } >/dev/null; then
6456     if test -s conftest.err; then
6457     ac_cpp_err=$ac_cxx_preproc_warn_flag
6458     else
6459     ac_cpp_err=
6460     fi
6461     else
6462     ac_cpp_err=yes
6463     fi
6464     if test -z "$ac_cpp_err"; then
6465     # Broken: success on invalid input.
6466     continue
6467     else
6468     echo "$as_me: failed program was:" >&5
6469     sed 's/^/| /' conftest.$ac_ext >&5
6470    
6471     # Passes both tests.
6472     ac_preproc_ok=:
6473     break
6474     fi
6475     rm -f conftest.err conftest.$ac_ext
6476    
6477     done
6478     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6479     rm -f conftest.err conftest.$ac_ext
6480     if $ac_preproc_ok; then
6481     break
6482     fi
6483    
6484     done
6485     ac_cv_prog_CXXCPP=$CXXCPP
6486    
6487     fi
6488     CXXCPP=$ac_cv_prog_CXXCPP
6489     else
6490     ac_cv_prog_CXXCPP=$CXXCPP
6491     fi
6492     echo "$as_me:$LINENO: result: $CXXCPP" >&5
6493     echo "${ECHO_T}$CXXCPP" >&6
6494     ac_preproc_ok=false
6495     for ac_cxx_preproc_warn_flag in '' yes
6496     do
6497     # Use a header file that comes with gcc, so configuring glibc
6498     # with a fresh cross-compiler works.
6499     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6500     # <limits.h> exists even on freestanding compilers.
6501     # On the NeXT, cc -E runs the code through the compiler's parser,
6502     # not just through cpp. "Syntax error" is here to catch this case.
6503     cat >conftest.$ac_ext <<_ACEOF
6504     #line $LINENO "configure"
6505     /* confdefs.h. */
6506     _ACEOF
6507     cat confdefs.h >>conftest.$ac_ext
6508     cat >>conftest.$ac_ext <<_ACEOF
6509     /* end confdefs.h. */
6510     #ifdef __STDC__
6511     # include <limits.h>
6512     #else
6513     # include <assert.h>
6514     #endif
6515     Syntax error
6516     _ACEOF
6517     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6518     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6519     ac_status=$?
6520     grep -v '^ *+' conftest.er1 >conftest.err
6521     rm -f conftest.er1
6522     cat conftest.err >&5
6523     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6524     (exit $ac_status); } >/dev/null; then
6525     if test -s conftest.err; then
6526     ac_cpp_err=$ac_cxx_preproc_warn_flag
6527     else
6528     ac_cpp_err=
6529     fi
6530     else
6531     ac_cpp_err=yes
6532     fi
6533     if test -z "$ac_cpp_err"; then
6534     :
6535     else
6536     echo "$as_me: failed program was:" >&5
6537     sed 's/^/| /' conftest.$ac_ext >&5
6538    
6539     # Broken: fails on valid input.
6540     continue
6541     fi
6542     rm -f conftest.err conftest.$ac_ext
6543    
6544     # OK, works on sane cases. Now check whether non-existent headers
6545     # can be detected and how.
6546     cat >conftest.$ac_ext <<_ACEOF
6547     #line $LINENO "configure"
6548     /* confdefs.h. */
6549     _ACEOF
6550     cat confdefs.h >>conftest.$ac_ext
6551     cat >>conftest.$ac_ext <<_ACEOF
6552     /* end confdefs.h. */
6553     #include <ac_nonexistent.h>
6554     _ACEOF
6555     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6556     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6557     ac_status=$?
6558     grep -v '^ *+' conftest.er1 >conftest.err
6559     rm -f conftest.er1
6560     cat conftest.err >&5
6561     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6562     (exit $ac_status); } >/dev/null; then
6563     if test -s conftest.err; then
6564     ac_cpp_err=$ac_cxx_preproc_warn_flag
6565     else
6566     ac_cpp_err=
6567     fi
6568     else
6569     ac_cpp_err=yes
6570     fi
6571     if test -z "$ac_cpp_err"; then
6572     # Broken: success on invalid input.
6573     continue
6574     else
6575     echo "$as_me: failed program was:" >&5
6576     sed 's/^/| /' conftest.$ac_ext >&5
6577    
6578     # Passes both tests.
6579     ac_preproc_ok=:
6580     break
6581     fi
6582     rm -f conftest.err conftest.$ac_ext
6583    
6584     done
6585     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6586     rm -f conftest.err conftest.$ac_ext
6587     if $ac_preproc_ok; then
6588     :
6589     else
6590     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6591     See \`config.log' for more details." >&5
6592     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6593     See \`config.log' for more details." >&2;}
6594     { (exit 1); exit 1; }; }
6595     fi
6596    
6597     ac_ext=cc
6598     ac_cpp='$CXXCPP $CPPFLAGS'
6599     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6600     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6601     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6602    
6603    
6604     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6605     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6606     if test "${ac_cv_header_stdc+set}" = set; then
6607     echo $ECHO_N "(cached) $ECHO_C" >&6
6608     else
6609     cat >conftest.$ac_ext <<_ACEOF
6610     #line $LINENO "configure"
6611     /* confdefs.h. */
6612     _ACEOF
6613     cat confdefs.h >>conftest.$ac_ext
6614     cat >>conftest.$ac_ext <<_ACEOF
6615     /* end confdefs.h. */
6616     #include <stdlib.h>
6617     #include <stdarg.h>
6618     #include <string.h>
6619     #include <float.h>
6620    
6621     int
6622     main ()
6623     {
6624    
6625     ;
6626     return 0;
6627     }
6628     _ACEOF
6629     rm -f conftest.$ac_objext
6630     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6631     (eval $ac_compile) 2>&5
6632     ac_status=$?
6633     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6634     (exit $ac_status); } &&
6635     { ac_try='test -s conftest.$ac_objext'
6636     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6637     (eval $ac_try) 2>&5
6638     ac_status=$?
6639     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6640     (exit $ac_status); }; }; then
6641     ac_cv_header_stdc=yes
6642     else
6643     echo "$as_me: failed program was:" >&5
6644     sed 's/^/| /' conftest.$ac_ext >&5
6645    
6646     ac_cv_header_stdc=no
6647     fi
6648     rm -f conftest.$ac_objext conftest.$ac_ext
6649    
6650     if test $ac_cv_header_stdc = yes; then
6651     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6652     cat >conftest.$ac_ext <<_ACEOF
6653     #line $LINENO "configure"
6654     /* confdefs.h. */
6655     _ACEOF
6656     cat confdefs.h >>conftest.$ac_ext
6657     cat >>conftest.$ac_ext <<_ACEOF
6658     /* end confdefs.h. */
6659     #include <string.h>
6660    
6661     _ACEOF
6662     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6663     $EGREP "memchr" >/dev/null 2>&1; then
6664     :
6665     else
6666     ac_cv_header_stdc=no
6667     fi
6668     rm -f conftest*
6669    
6670     fi
6671    
6672     if test $ac_cv_header_stdc = yes; then
6673     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6674     cat >conftest.$ac_ext <<_ACEOF
6675     #line $LINENO "configure"
6676     /* confdefs.h. */
6677     _ACEOF
6678     cat confdefs.h >>conftest.$ac_ext
6679     cat >>conftest.$ac_ext <<_ACEOF
6680     /* end confdefs.h. */
6681     #include <stdlib.h>
6682    
6683     _ACEOF
6684     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6685     $EGREP "free" >/dev/null 2>&1; then
6686     :
6687     else
6688     ac_cv_header_stdc=no
6689     fi
6690     rm -f conftest*
6691    
6692     fi
6693    
6694     if test $ac_cv_header_stdc = yes; then
6695     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6696     if test "$cross_compiling" = yes; then
6697     :
6698     else
6699     cat >conftest.$ac_ext <<_ACEOF
6700     #line $LINENO "configure"
6701     /* confdefs.h. */
6702     _ACEOF
6703     cat confdefs.h >>conftest.$ac_ext
6704     cat >>conftest.$ac_ext <<_ACEOF
6705     /* end confdefs.h. */
6706     #include <ctype.h>
6707     #if ((' ' & 0x0FF) == 0x020)
6708     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6709     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6710     #else
6711     # define ISLOWER(c) \
6712     (('a' <= (c) && (c) <= 'i') \
6713     || ('j' <= (c) && (c) <= 'r') \
6714     || ('s' <= (c) && (c) <= 'z'))
6715     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6716     #endif
6717    
6718     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6719     int
6720     main ()
6721     {
6722     int i;
6723     for (i = 0; i < 256; i++)
6724     if (XOR (islower (i), ISLOWER (i))
6725     || toupper (i) != TOUPPER (i))
6726     exit(2);
6727     exit (0);
6728     }
6729     _ACEOF
6730     rm -f conftest$ac_exeext
6731     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6732     (eval $ac_link) 2>&5
6733     ac_status=$?
6734     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6735     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6736     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6737     (eval $ac_try) 2>&5
6738     ac_status=$?
6739     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6740     (exit $ac_status); }; }; then
6741     :
6742     else
6743     echo "$as_me: program exited with status $ac_status" >&5
6744     echo "$as_me: failed program was:" >&5
6745     sed 's/^/| /' conftest.$ac_ext >&5
6746    
6747     ( exit $ac_status )
6748     ac_cv_header_stdc=no
6749     fi
6750     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6751     fi
6752     fi
6753     fi
6754     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6755     echo "${ECHO_T}$ac_cv_header_stdc" >&6
6756     if test $ac_cv_header_stdc = yes; then
6757    
6758     cat >>confdefs.h <<\_ACEOF
6759     #define STDC_HEADERS 1
6760     _ACEOF
6761    
6762     fi
6763    
6764     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6765    
6766    
6767    
6768    
6769    
6770    
6771    
6772    
6773    
6774     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6775     inttypes.h stdint.h unistd.h
6776     do
6777     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6778     echo "$as_me:$LINENO: checking for $ac_header" >&5
6779     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6780     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6781     echo $ECHO_N "(cached) $ECHO_C" >&6
6782     else
6783     cat >conftest.$ac_ext <<_ACEOF
6784     #line $LINENO "configure"
6785     /* confdefs.h. */
6786     _ACEOF
6787     cat confdefs.h >>conftest.$ac_ext
6788     cat >>conftest.$ac_ext <<_ACEOF
6789     /* end confdefs.h. */
6790     $ac_includes_default
6791    
6792     #include <$ac_header>
6793     _ACEOF
6794     rm -f conftest.$ac_objext
6795     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6796     (eval $ac_compile) 2>&5
6797     ac_status=$?
6798     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6799     (exit $ac_status); } &&
6800     { ac_try='test -s conftest.$ac_objext'
6801     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6802     (eval $ac_try) 2>&5
6803     ac_status=$?
6804     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805     (exit $ac_status); }; }; then
6806     eval "$as_ac_Header=yes"
6807     else
6808     echo "$as_me: failed program was:" >&5
6809     sed 's/^/| /' conftest.$ac_ext >&5
6810    
6811     eval "$as_ac_Header=no"
6812     fi
6813     rm -f conftest.$ac_objext conftest.$ac_ext
6814     fi
6815     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6816     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6817     if test `eval echo '${'$as_ac_Header'}'` = yes; then
6818     cat >>confdefs.h <<_ACEOF
6819     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6820     _ACEOF
6821    
6822     fi
6823    
6824     done
6825    
6826    
6827    
6828     for ac_header in ext/hash_map
6829     do
6830     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6832     echo "$as_me:$LINENO: checking for $ac_header" >&5
6833     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6834     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6835     echo $ECHO_N "(cached) $ECHO_C" >&6
6836     fi
6837     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6838     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6839     else
6840     # Is the header compilable?
6841     echo "$as_me:$LINENO: checking $ac_header usability" >&5
6842     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6843     cat >conftest.$ac_ext <<_ACEOF
6844     #line $LINENO "configure"
6845     /* confdefs.h. */
6846     _ACEOF
6847     cat confdefs.h >>conftest.$ac_ext
6848     cat >>conftest.$ac_ext <<_ACEOF
6849     /* end confdefs.h. */
6850     $ac_includes_default
6851     #include <$ac_header>
6852     _ACEOF
6853     rm -f conftest.$ac_objext
6854     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6855     (eval $ac_compile) 2>&5
6856     ac_status=$?
6857     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6858     (exit $ac_status); } &&
6859     { ac_try='test -s conftest.$ac_objext'
6860     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6861     (eval $ac_try) 2>&5
6862     ac_status=$?
6863     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6864     (exit $ac_status); }; }; then
6865     ac_header_compiler=yes
6866     else
6867     echo "$as_me: failed program was:" >&5
6868     sed 's/^/| /' conftest.$ac_ext >&5
6869    
6870     ac_header_compiler=no
6871     fi
6872     rm -f conftest.$ac_objext conftest.$ac_ext
6873     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6874     echo "${ECHO_T}$ac_header_compiler" >&6
6875    
6876     # Is the header present?
6877     echo "$as_me:$LINENO: checking $ac_header presence" >&5
6878     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6879     cat >conftest.$ac_ext <<_ACEOF
6880     #line $LINENO "configure"
6881     /* confdefs.h. */
6882     _ACEOF
6883     cat confdefs.h >>conftest.$ac_ext
6884     cat >>conftest.$ac_ext <<_ACEOF
6885     /* end confdefs.h. */
6886     #include <$ac_header>
6887     _ACEOF
6888     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6889     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6890     ac_status=$?
6891     grep -v '^ *+' conftest.er1 >conftest.err
6892     rm -f conftest.er1
6893     cat conftest.err >&5
6894     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895     (exit $ac_status); } >/dev/null; then
6896     if test -s conftest.err; then
6897     ac_cpp_err=$ac_cxx_preproc_warn_flag
6898     else
6899     ac_cpp_err=
6900     fi
6901     else
6902     ac_cpp_err=yes
6903     fi
6904     if test -z "$ac_cpp_err"; then
6905     ac_header_preproc=yes
6906     else
6907     echo "$as_me: failed program was:" >&5
6908     sed 's/^/| /' conftest.$ac_ext >&5
6909    
6910     ac_header_preproc=no
6911     fi
6912     rm -f conftest.err conftest.$ac_ext
6913     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6914     echo "${ECHO_T}$ac_header_preproc" >&6
6915    
6916     # So? What about this header?
6917     case $ac_header_compiler:$ac_header_preproc in
6918     yes:no )
6919     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6920     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6921     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6922     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6923     (
6924     cat <<\_ASBOX
6925     ## ------------------------------------ ##
6926     ## Report this to bug-autoconf@gnu.org. ##
6927     ## ------------------------------------ ##
6928     _ASBOX
6929     ) |
6930     sed "s/^/$as_me: WARNING: /" >&2
6931     ;;
6932     no:yes )
6933     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6934     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6935     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6936     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6937     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6938     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6939     (
6940     cat <<\_ASBOX
6941     ## ------------------------------------ ##
6942     ## Report this to bug-autoconf@gnu.org. ##
6943     ## ------------------------------------ ##
6944     _ASBOX
6945     ) |
6946     sed "s/^/$as_me: WARNING: /" >&2
6947     ;;
6948     esac
6949     echo "$as_me:$LINENO: checking for $ac_header" >&5
6950     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6951     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6952     echo $ECHO_N "(cached) $ECHO_C" >&6
6953     else
6954     eval "$as_ac_Header=$ac_header_preproc"
6955     fi
6956     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6957     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6958    
6959     fi
6960     if test `eval echo '${'$as_ac_Header'}'` = yes; then
6961     cat >>confdefs.h <<_ACEOF
6962     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6963     _ACEOF
6964    
6965     fi
6966    
6967     done
6968    
6969    
6970    
6971    
6972    
6973    
6974    
6975    
6976    
6977    
6978    
6979    
6980    
6981    
6982    
6983    
6984    
6985    
6986    
6987    
6988     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
6989     sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h cygwin.h arpa/inet.h \
6990     sys/poll.h sys/mman.h netinet/in.h
6991     do
6992     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6993     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6994     echo "$as_me:$LINENO: checking for $ac_header" >&5
6995     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6996     if eval "test \"\${$as_ac_Header+set}\" = set"; then
6997     echo $ECHO_N "(cached) $ECHO_C" >&6
6998     fi
6999     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7000     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7001     else
7002     # Is the header compilable?
7003     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7004     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7005     cat >conftest.$ac_ext <<_ACEOF
7006     #line $LINENO "configure"
7007     /* confdefs.h. */
7008     _ACEOF
7009     cat confdefs.h >>conftest.$ac_ext
7010     cat >>conftest.$ac_ext <<_ACEOF
7011     /* end confdefs.h. */
7012     $ac_includes_default
7013     #include <$ac_header>
7014     _ACEOF
7015     rm -f conftest.$ac_objext
7016     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7017     (eval $ac_compile) 2>&5
7018     ac_status=$?
7019     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020     (exit $ac_status); } &&
7021     { ac_try='test -s conftest.$ac_objext'
7022     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023     (eval $ac_try) 2>&5
7024     ac_status=$?
7025     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7026     (exit $ac_status); }; }; then
7027     ac_header_compiler=yes
7028     else
7029     echo "$as_me: failed program was:" >&5
7030     sed 's/^/| /' conftest.$ac_ext >&5
7031    
7032     ac_header_compiler=no
7033     fi
7034     rm -f conftest.$ac_objext conftest.$ac_ext
7035     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7036     echo "${ECHO_T}$ac_header_compiler" >&6
7037    
7038     # Is the header present?
7039     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7040     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7041     cat >conftest.$ac_ext <<_ACEOF
7042     #line $LINENO "configure"
7043     /* confdefs.h. */
7044     _ACEOF
7045     cat confdefs.h >>conftest.$ac_ext
7046     cat >>conftest.$ac_ext <<_ACEOF
7047     /* end confdefs.h. */
7048     #include <$ac_header>
7049     _ACEOF
7050     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7051     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7052     ac_status=$?
7053     grep -v '^ *+' conftest.er1 >conftest.err
7054     rm -f conftest.er1
7055     cat conftest.err >&5
7056     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7057     (exit $ac_status); } >/dev/null; then
7058     if test -s conftest.err; then
7059     ac_cpp_err=$ac_cxx_preproc_warn_flag
7060     else
7061     ac_cpp_err=
7062     fi
7063     else
7064     ac_cpp_err=yes
7065     fi
7066     if test -z "$ac_cpp_err"; then
7067     ac_header_preproc=yes
7068     else
7069     echo "$as_me: failed program was:" >&5
7070     sed 's/^/| /' conftest.$ac_ext >&5
7071    
7072     ac_header_preproc=no
7073     fi
7074     rm -f conftest.err conftest.$ac_ext
7075     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7076     echo "${ECHO_T}$ac_header_preproc" >&6
7077    
7078     # So? What about this header?
7079     case $ac_header_compiler:$ac_header_preproc in
7080     yes:no )
7081     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7082     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7083     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7084     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7085     (
7086     cat <<\_ASBOX
7087     ## ------------------------------------ ##
7088     ## Report this to bug-autoconf@gnu.org. ##
7089     ## ------------------------------------ ##
7090     _ASBOX
7091     ) |
7092     sed "s/^/$as_me: WARNING: /" >&2
7093     ;;
7094     no:yes )
7095     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7096     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7097     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7098     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7099     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7100     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7101     (
7102     cat <<\_ASBOX
7103     ## ------------------------------------ ##
7104     ## Report this to bug-autoconf@gnu.org. ##
7105     ## ------------------------------------ ##
7106     _ASBOX
7107     ) |
7108     sed "s/^/$as_me: WARNING: /" >&2
7109     ;;
7110     esac
7111     echo "$as_me:$LINENO: checking for $ac_header" >&5
7112     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7113     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7114     echo $ECHO_N "(cached) $ECHO_C" >&6
7115     else
7116     eval "$as_ac_Header=$ac_header_preproc"
7117     fi
7118     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7119     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7120    
7121     fi
7122     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7123     cat >>confdefs.h <<_ACEOF
7124     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7125     _ACEOF
7126    
7127     fi
7128    
7129     done
7130    
7131    
7132    
7133    
7134    
7135    
7136     for ac_header in net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7137     do
7138     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7139     echo "$as_me:$LINENO: checking for $ac_header" >&5
7140     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7141     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7142     echo $ECHO_N "(cached) $ECHO_C" >&6
7143     else
7144     cat >conftest.$ac_ext <<_ACEOF
7145     #line $LINENO "configure"
7146     /* confdefs.h. */
7147     _ACEOF
7148     cat confdefs.h >>conftest.$ac_ext
7149     cat >>conftest.$ac_ext <<_ACEOF
7150     /* end confdefs.h. */
7151    
7152     #include <sys/types.h>
7153     #include <sys/socket.h>
7154     #ifdef HAVE_NETINET_IN_H
7155     # include <netinet/in.h>
7156     #endif
7157     #ifdef HAVE_ARPA_INET_H
7158     # include <arpa/inet.h>
7159     #endif
7160     #ifdef HAVE_NETINET_IN_SYSTM_H
7161     # include <netinet/in_systm.h>
7162     #endif
7163    
7164    
7165     #include <$ac_header>
7166     _ACEOF
7167     rm -f conftest.$ac_objext
7168     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7169     (eval $ac_compile) 2>&5
7170     ac_status=$?
7171     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7172     (exit $ac_status); } &&
7173     { ac_try='test -s conftest.$ac_objext'
7174     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7175     (eval $ac_try) 2>&5
7176     ac_status=$?
7177     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7178     (exit $ac_status); }; }; then
7179     eval "$as_ac_Header=yes"
7180     else
7181     echo "$as_me: failed program was:" >&5
7182     sed 's/^/| /' conftest.$ac_ext >&5
7183    
7184     eval "$as_ac_Header=no"
7185     fi
7186     rm -f conftest.$ac_objext conftest.$ac_ext
7187     fi
7188     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7189     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7190     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7191     cat >>confdefs.h <<_ACEOF
7192     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7193     _ACEOF
7194    
7195     fi
7196    
7197     done
7198    
7199    
7200     echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7201     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7202     if test "${ac_cv_c_const+set}" = set; then
7203     echo $ECHO_N "(cached) $ECHO_C" >&6
7204     else
7205     cat >conftest.$ac_ext <<_ACEOF
7206     #line $LINENO "configure"
7207     /* confdefs.h. */
7208     _ACEOF
7209     cat confdefs.h >>conftest.$ac_ext
7210     cat >>conftest.$ac_ext <<_ACEOF
7211     /* end confdefs.h. */
7212    
7213     int
7214     main ()
7215     {
7216     /* FIXME: Include the comments suggested by Paul. */
7217     #ifndef __cplusplus
7218     /* Ultrix mips cc rejects this. */
7219     typedef int charset[2];
7220     const charset x;
7221     /* SunOS 4.1.1 cc rejects this. */
7222     char const *const *ccp;
7223     char **p;
7224     /* NEC SVR4.0.2 mips cc rejects this. */
7225     struct point {int x, y;};
7226     static struct point const zero = {0,0};
7227     /* AIX XL C 1.02.0.0 rejects this.
7228     It does not let you subtract one const X* pointer from another in
7229     an arm of an if-expression whose if-part is not a constant
7230     expression */
7231     const char *g = "string";
7232     ccp = &g + (g ? g-g : 0);
7233     /* HPUX 7.0 cc rejects these. */
7234     ++ccp;
7235     p = (char**) ccp;
7236     ccp = (char const *const *) p;
7237     { /* SCO 3.2v4 cc rejects this. */
7238     char *t;
7239     char const *s = 0 ? (char *) 0 : (char const *) 0;
7240    
7241     *t++ = 0;
7242     }
7243     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7244     int x[] = {25, 17};
7245     const int *foo = &x[0];
7246     ++foo;
7247     }
7248     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7249     typedef const int *iptr;
7250     iptr p = 0;
7251     ++p;
7252     }
7253     { /* AIX XL C 1.02.0.0 rejects this saying
7254     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7255     struct s { int j; const int *ap[3]; };
7256     struct s *b; b->j = 5;
7257     }
7258     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7259     const int foo = 10;
7260     }
7261     #endif
7262    
7263     ;
7264     return 0;
7265     }
7266     _ACEOF
7267     rm -f conftest.$ac_objext
7268     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7269     (eval $ac_compile) 2>&5
7270     ac_status=$?
7271     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7272     (exit $ac_status); } &&
7273     { ac_try='test -s conftest.$ac_objext'
7274     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7275     (eval $ac_try) 2>&5
7276     ac_status=$?
7277     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278     (exit $ac_status); }; }; then
7279     ac_cv_c_const=yes
7280     else
7281     echo "$as_me: failed program was:" >&5
7282     sed 's/^/| /' conftest.$ac_ext >&5
7283    
7284     ac_cv_c_const=no
7285     fi
7286     rm -f conftest.$ac_objext conftest.$ac_ext
7287     fi
7288     echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7289     echo "${ECHO_T}$ac_cv_c_const" >&6
7290     if test $ac_cv_c_const = no; then
7291    
7292     cat >>confdefs.h <<\_ACEOF
7293     #define const
7294     _ACEOF
7295    
7296     fi
7297    
7298     echo "$as_me:$LINENO: checking for pid_t" >&5
7299     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7300     if test "${ac_cv_type_pid_t+set}" = set; then
7301     echo $ECHO_N "(cached) $ECHO_C" >&6
7302     else
7303     cat >conftest.$ac_ext <<_ACEOF
7304     #line $LINENO "configure"
7305     /* confdefs.h. */
7306     _ACEOF
7307     cat confdefs.h >>conftest.$ac_ext
7308     cat >>conftest.$ac_ext <<_ACEOF
7309     /* end confdefs.h. */
7310     $ac_includes_default
7311     int
7312     main ()
7313     {
7314     if ((pid_t *) 0)
7315     return 0;
7316     if (sizeof (pid_t))
7317     return 0;
7318     ;
7319     return 0;
7320     }
7321     _ACEOF
7322     rm -f conftest.$ac_objext
7323     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7324     (eval $ac_compile) 2>&5
7325     ac_status=$?
7326     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7327     (exit $ac_status); } &&
7328     { ac_try='test -s conftest.$ac_objext'
7329     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7330     (eval $ac_try) 2>&5
7331     ac_status=$?
7332     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7333     (exit $ac_status); }; }; then
7334     ac_cv_type_pid_t=yes
7335     else
7336     echo "$as_me: failed program was:" >&5
7337     sed 's/^/| /' conftest.$ac_ext >&5
7338    
7339     ac_cv_type_pid_t=no
7340     fi
7341     rm -f conftest.$ac_objext conftest.$ac_ext
7342     fi
7343     echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7344     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7345     if test $ac_cv_type_pid_t = yes; then
7346     :
7347     else
7348    
7349     cat >>confdefs.h <<_ACEOF
7350     #define pid_t int
7351     _ACEOF
7352    
7353     fi
7354    
7355     echo "$as_me:$LINENO: checking for size_t" >&5
7356     echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7357     if test "${ac_cv_type_size_t+set}" = set; then
7358     echo $ECHO_N "(cached) $ECHO_C" >&6
7359     else
7360     cat >conftest.$ac_ext <<_ACEOF
7361     #line $LINENO "configure"
7362     /* confdefs.h. */
7363     _ACEOF
7364     cat confdefs.h >>conftest.$ac_ext
7365     cat >>conftest.$ac_ext <<_ACEOF
7366     /* end confdefs.h. */
7367     $ac_includes_default
7368     int
7369     main ()
7370     {
7371     if ((size_t *) 0)
7372     return 0;
7373     if (sizeof (size_t))
7374     return 0;
7375     ;
7376     return 0;
7377     }
7378     _ACEOF
7379     rm -f conftest.$ac_objext
7380     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7381     (eval $ac_compile) 2>&5
7382     ac_status=$?
7383     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7384     (exit $ac_status); } &&
7385     { ac_try='test -s conftest.$ac_objext'
7386     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7387     (eval $ac_try) 2>&5
7388     ac_status=$?
7389     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7390     (exit $ac_status); }; }; then
7391     ac_cv_type_size_t=yes
7392     else
7393     echo "$as_me: failed program was:" >&5
7394     sed 's/^/| /' conftest.$ac_ext >&5
7395    
7396     ac_cv_type_size_t=no
7397     fi
7398     rm -f conftest.$ac_objext conftest.$ac_ext
7399     fi
7400     echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7401     echo "${ECHO_T}$ac_cv_type_size_t" >&6
7402     if test $ac_cv_type_size_t = yes; then
7403     :
7404     else
7405    
7406     cat >>confdefs.h <<_ACEOF
7407     #define size_t unsigned
7408     _ACEOF
7409    
7410     fi
7411    
7412     echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7413     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7414     if test "${ac_cv_header_time+set}" = set; then
7415     echo $ECHO_N "(cached) $ECHO_C" >&6
7416     else
7417     cat >conftest.$ac_ext <<_ACEOF
7418     #line $LINENO "configure"
7419     /* confdefs.h. */
7420     _ACEOF
7421     cat confdefs.h >>conftest.$ac_ext
7422     cat >>conftest.$ac_ext <<_ACEOF
7423     /* end confdefs.h. */
7424     #include <sys/types.h>
7425     #include <sys/time.h>
7426     #include <time.h>
7427    
7428     int
7429     main ()
7430     {
7431     if ((struct tm *) 0)
7432     return 0;
7433     ;
7434     return 0;
7435     }
7436     _ACEOF
7437     rm -f conftest.$ac_objext
7438     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7439     (eval $ac_compile) 2>&5
7440     ac_status=$?
7441     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7442     (exit $ac_status); } &&
7443     { ac_try='test -s conftest.$ac_objext'
7444     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7445     (eval $ac_try) 2>&5
7446     ac_status=$?
7447     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7448     (exit $ac_status); }; }; then
7449     ac_cv_header_time=yes
7450     else
7451     echo "$as_me: failed program was:" >&5
7452     sed 's/^/| /' conftest.$ac_ext >&5
7453    
7454     ac_cv_header_time=no
7455     fi
7456     rm -f conftest.$ac_objext conftest.$ac_ext
7457     fi
7458     echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7459     echo "${ECHO_T}$ac_cv_header_time" >&6
7460     if test $ac_cv_header_time = yes; then
7461    
7462     cat >>confdefs.h <<\_ACEOF
7463     #define TIME_WITH_SYS_TIME 1
7464     _ACEOF
7465    
7466     fi
7467    
7468     echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7469     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7470     if test "${ac_cv_struct_tm+set}" = set; then
7471     echo $ECHO_N "(cached) $ECHO_C" >&6
7472     else
7473     cat >conftest.$ac_ext <<_ACEOF
7474     #line $LINENO "configure"
7475     /* confdefs.h. */
7476     _ACEOF
7477     cat confdefs.h >>conftest.$ac_ext
7478     cat >>conftest.$ac_ext <<_ACEOF
7479     /* end confdefs.h. */
7480     #include <sys/types.h>
7481     #include <time.h>
7482    
7483     int
7484     main ()
7485     {
7486     struct tm *tp; tp->tm_sec;
7487     ;
7488     return 0;
7489     }
7490     _ACEOF
7491     rm -f conftest.$ac_objext
7492     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7493     (eval $ac_compile) 2>&5
7494     ac_status=$?
7495     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496     (exit $ac_status); } &&
7497     { ac_try='test -s conftest.$ac_objext'
7498     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7499     (eval $ac_try) 2>&5
7500     ac_status=$?
7501     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7502     (exit $ac_status); }; }; then
7503     ac_cv_struct_tm=time.h
7504     else
7505     echo "$as_me: failed program was:" >&5
7506     sed 's/^/| /' conftest.$ac_ext >&5
7507    
7508     ac_cv_struct_tm=sys/time.h
7509     fi
7510     rm -f conftest.$ac_objext conftest.$ac_ext
7511     fi
7512     echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7513     echo "${ECHO_T}$ac_cv_struct_tm" >&6
7514     if test $ac_cv_struct_tm = sys/time.h; then
7515    
7516     cat >>confdefs.h <<\_ACEOF
7517     #define TM_IN_SYS_TIME 1
7518     _ACEOF
7519    
7520     fi
7521    
7522    
7523    
7524     for ac_func in poll
7525     do
7526     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7527     echo "$as_me:$LINENO: checking for $ac_func" >&5
7528     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7529     if eval "test \"\${$as_ac_var+set}\" = set"; then
7530     echo $ECHO_N "(cached) $ECHO_C" >&6
7531     else
7532     cat >conftest.$ac_ext <<_ACEOF
7533     #line $LINENO "configure"
7534     /* confdefs.h. */
7535     _ACEOF
7536     cat confdefs.h >>conftest.$ac_ext
7537     cat >>conftest.$ac_ext <<_ACEOF
7538     /* end confdefs.h. */
7539     /* System header to define __stub macros and hopefully few prototypes,
7540     which can conflict with char $ac_func (); below.
7541     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7542     <limits.h> exists even on freestanding compilers. */
7543     #ifdef __STDC__
7544     # include <limits.h>
7545     #else
7546     # include <assert.h>
7547     #endif
7548     /* Override any gcc2 internal prototype to avoid an error. */
7549     #ifdef __cplusplus
7550     extern "C"
7551     {
7552     #endif
7553     /* We use char because int might match the return type of a gcc2
7554     builtin and then its argument prototype would still apply. */
7555     char $ac_func ();
7556     /* The GNU C library defines this for functions which it implements
7557     to always fail with ENOSYS. Some functions are actually named
7558     something starting with __ and the normal name is an alias. */
7559     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7560     choke me
7561     #else
7562     char (*f) () = $ac_func;
7563     #endif
7564     #ifdef __cplusplus
7565     }
7566     #endif
7567    
7568     int
7569     main ()
7570     {
7571     return f != $ac_func;
7572     ;
7573     return 0;
7574     }
7575     _ACEOF
7576     rm -f conftest.$ac_objext conftest$ac_exeext
7577     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7578     (eval $ac_link) 2>&5
7579     ac_status=$?
7580     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581     (exit $ac_status); } &&
7582     { ac_try='test -s conftest$ac_exeext'
7583     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7584     (eval $ac_try) 2>&5
7585     ac_status=$?
7586     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587     (exit $ac_status); }; }; then
7588     eval "$as_ac_var=yes"
7589     else
7590     echo "$as_me: failed program was:" >&5
7591     sed 's/^/| /' conftest.$ac_ext >&5
7592    
7593     eval "$as_ac_var=no"
7594     fi
7595     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7596     fi
7597     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7598     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7599     if test `eval echo '${'$as_ac_var'}'` = yes; then
7600     cat >>confdefs.h <<_ACEOF
7601     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7602     _ACEOF
7603    
7604     fi
7605     done
7606    
7607    
7608     echo "$as_me:$LINENO: checking for socklen_t" >&5
7609     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7610     if test "${ac_cv_type_socklen_t+set}" = set; then
7611     echo $ECHO_N "(cached) $ECHO_C" >&6
7612     else
7613    
7614     cat >conftest.$ac_ext <<_ACEOF
7615     #line $LINENO "configure"
7616     /* confdefs.h. */
7617     _ACEOF
7618     cat confdefs.h >>conftest.$ac_ext
7619     cat >>conftest.$ac_ext <<_ACEOF
7620     /* end confdefs.h. */
7621     #include <sys/types.h>
7622     #include <sys/socket.h>
7623     int
7624     main ()
7625     {
7626     socklen_t len = 42; return len;
7627     ;
7628     return 0;
7629     }
7630     _ACEOF
7631     rm -f conftest.$ac_objext
7632     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7633     (eval $ac_compile) 2>&5
7634     ac_status=$?
7635     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636     (exit $ac_status); } &&
7637     { ac_try='test -s conftest.$ac_objext'
7638     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7639     (eval $ac_try) 2>&5
7640     ac_status=$?
7641     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642     (exit $ac_status); }; }; then
7643     ac_cv_type_socklen_t=yes
7644     else
7645     echo "$as_me: failed program was:" >&5
7646     sed 's/^/| /' conftest.$ac_ext >&5
7647    
7648     ac_cv_type_socklen_t=no
7649     fi
7650     rm -f conftest.$ac_objext conftest.$ac_ext
7651    
7652     fi
7653     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7654     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7655     if test $ac_cv_type_socklen_t = yes; then
7656    
7657     cat >>confdefs.h <<\_ACEOF
7658     #define HAVE_SOCKLEN_T 1
7659     _ACEOF
7660    
7661     fi
7662    
7663     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7664     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7665     if test "${ac_cv_struct_addrinfo+set}" = set; then
7666     echo $ECHO_N "(cached) $ECHO_C" >&6
7667     else
7668    
7669     cat >conftest.$ac_ext <<_ACEOF
7670     #line $LINENO "configure"
7671     /* confdefs.h. */
7672     _ACEOF
7673     cat confdefs.h >>conftest.$ac_ext
7674     cat >>conftest.$ac_ext <<_ACEOF
7675     /* end confdefs.h. */
7676     #include <sys/types.h>
7677     #include <sys/socket.h>
7678     #include <netdb.h>
7679     int
7680     main ()
7681     {
7682     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7683     ;
7684     return 0;
7685     }
7686     _ACEOF
7687     rm -f conftest.$ac_objext
7688     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7689     (eval $ac_compile) 2>&5
7690     ac_status=$?
7691     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7692     (exit $ac_status); } &&
7693     { ac_try='test -s conftest.$ac_objext'
7694     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7695     (eval $ac_try) 2>&5
7696     ac_status=$?
7697     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698     (exit $ac_status); }; }; then
7699     ac_cv_struct_addrinfo=yes
7700     else
7701     echo "$as_me: failed program was:" >&5
7702     sed 's/^/| /' conftest.$ac_ext >&5
7703    
7704     ac_cv_struct_addrinfo=no
7705     fi
7706     rm -f conftest.$ac_objext conftest.$ac_ext
7707    
7708     fi
7709     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7710     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7711     if test $ac_cv_struct_addrinfo = yes; then
7712    
7713     cat >>confdefs.h <<\_ACEOF
7714     #define HAVE_STRUCT_ADDRINFO 1
7715     _ACEOF
7716    
7717     fi
7718    
7719     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7720     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7721     if test "${ac_cv_type_signal+set}" = set; then
7722     echo $ECHO_N "(cached) $ECHO_C" >&6
7723     else
7724     cat >conftest.$ac_ext <<_ACEOF
7725     #line $LINENO "configure"
7726     /* confdefs.h. */
7727     _ACEOF
7728     cat confdefs.h >>conftest.$ac_ext
7729     cat >>conftest.$ac_ext <<_ACEOF
7730     /* end confdefs.h. */
7731     #include <sys/types.h>
7732     #include <signal.h>
7733     #ifdef signal
7734     # undef signal
7735     #endif
7736     #ifdef __cplusplus
7737     extern "C" void (*signal (int, void (*)(int)))(int);
7738     #else
7739     void (*signal ()) ();
7740     #endif
7741    
7742     int
7743     main ()
7744     {
7745     int i;
7746     ;
7747     return 0;
7748     }
7749     _ACEOF
7750     rm -f conftest.$ac_objext
7751     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7752     (eval $ac_compile) 2>&5
7753     ac_status=$?
7754     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7755     (exit $ac_status); } &&
7756     { ac_try='test -s conftest.$ac_objext'
7757     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7758     (eval $ac_try) 2>&5
7759     ac_status=$?
7760     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761     (exit $ac_status); }; }; then
7762     ac_cv_type_signal=void
7763     else
7764     echo "$as_me: failed program was:" >&5
7765     sed 's/^/| /' conftest.$ac_ext >&5
7766    
7767     ac_cv_type_signal=int
7768     fi
7769     rm -f conftest.$ac_objext conftest.$ac_ext
7770     fi
7771     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7772     echo "${ECHO_T}$ac_cv_type_signal" >&6
7773    
7774     cat >>confdefs.h <<_ACEOF
7775     #define RETSIGTYPE $ac_cv_type_signal
7776     _ACEOF
7777    
7778    
7779    
7780     ac_ext=c
7781     ac_cpp='$CPP $CPPFLAGS'
7782     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7783     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7784     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7785    
7786    
7787     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7788     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7789     if test "${ac_cv_header_stdc+set}" = set; then
7790     echo $ECHO_N "(cached) $ECHO_C" >&6
7791     else
7792     cat >conftest.$ac_ext <<_ACEOF
7793     #line $LINENO "configure"
7794     /* confdefs.h. */
7795     _ACEOF
7796     cat confdefs.h >>conftest.$ac_ext
7797     cat >>conftest.$ac_ext <<_ACEOF
7798     /* end confdefs.h. */
7799     #include <stdlib.h>
7800     #include <stdarg.h>
7801     #include <string.h>
7802     #include <float.h>
7803    
7804     int
7805     main ()
7806     {
7807    
7808     ;
7809     return 0;
7810     }
7811     _ACEOF
7812     rm -f conftest.$ac_objext
7813     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7814     (eval $ac_compile) 2>&5
7815     ac_status=$?
7816     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817     (exit $ac_status); } &&
7818     { ac_try='test -s conftest.$ac_objext'
7819     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7820     (eval $ac_try) 2>&5
7821     ac_status=$?
7822     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823     (exit $ac_status); }; }; then
7824     ac_cv_header_stdc=yes
7825     else
7826     echo "$as_me: failed program was:" >&5
7827     sed 's/^/| /' conftest.$ac_ext >&5
7828    
7829     ac_cv_header_stdc=no
7830     fi
7831     rm -f conftest.$ac_objext conftest.$ac_ext
7832    
7833     if test $ac_cv_header_stdc = yes; then
7834     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7835     cat >conftest.$ac_ext <<_ACEOF
7836     #line $LINENO "configure"
7837     /* confdefs.h. */
7838     _ACEOF
7839     cat confdefs.h >>conftest.$ac_ext
7840     cat >>conftest.$ac_ext <<_ACEOF
7841     /* end confdefs.h. */
7842     #include <string.h>
7843    
7844     _ACEOF
7845     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7846     $EGREP "memchr" >/dev/null 2>&1; then
7847     :
7848     else
7849     ac_cv_header_stdc=no
7850     fi
7851     rm -f conftest*
7852    
7853     fi
7854    
7855     if test $ac_cv_header_stdc = yes; then
7856     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7857     cat >conftest.$ac_ext <<_ACEOF
7858     #line $LINENO "configure"
7859     /* confdefs.h. */
7860     _ACEOF
7861     cat confdefs.h >>conftest.$ac_ext
7862     cat >>conftest.$ac_ext <<_ACEOF
7863     /* end confdefs.h. */
7864     #include <stdlib.h>
7865    
7866     _ACEOF
7867     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7868     $EGREP "free" >/dev/null 2>&1; then
7869     :
7870     else
7871     ac_cv_header_stdc=no
7872     fi
7873     rm -f conftest*
7874    
7875     fi
7876    
7877     if test $ac_cv_header_stdc = yes; then
7878     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7879     if test "$cross_compiling" = yes; then
7880     :
7881     else
7882     cat >conftest.$ac_ext <<_ACEOF
7883     #line $LINENO "configure"
7884     /* confdefs.h. */
7885     _ACEOF
7886     cat confdefs.h >>conftest.$ac_ext
7887     cat >>conftest.$ac_ext <<_ACEOF
7888     /* end confdefs.h. */
7889     #include <ctype.h>
7890     #if ((' ' & 0x0FF) == 0x020)
7891     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7892     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7893     #else
7894     # define ISLOWER(c) \
7895     (('a' <= (c) && (c) <= 'i') \
7896     || ('j' <= (c) && (c) <= 'r') \
7897     || ('s' <= (c) && (c) <= 'z'))
7898     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7899     #endif
7900    
7901     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7902     int
7903     main ()
7904     {
7905     int i;
7906     for (i = 0; i < 256; i++)
7907     if (XOR (islower (i), ISLOWER (i))
7908     || toupper (i) != TOUPPER (i))
7909     exit(2);
7910     exit (0);
7911     }
7912     _ACEOF
7913     rm -f conftest$ac_exeext
7914     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7915     (eval $ac_link) 2>&5
7916     ac_status=$?
7917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7918     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7919     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7920     (eval $ac_try) 2>&5
7921     ac_status=$?
7922     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7923     (exit $ac_status); }; }; then
7924     :
7925     else
7926     echo "$as_me: program exited with status $ac_status" >&5
7927     echo "$as_me: failed program was:" >&5
7928     sed 's/^/| /' conftest.$ac_ext >&5
7929    
7930     ( exit $ac_status )
7931     ac_cv_header_stdc=no
7932     fi
7933     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7934     fi
7935     fi
7936     fi
7937     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7938     echo "${ECHO_T}$ac_cv_header_stdc" >&6
7939     if test $ac_cv_header_stdc = yes; then
7940    
7941     cat >>confdefs.h <<\_ACEOF
7942     #define STDC_HEADERS 1
7943     _ACEOF
7944    
7945     fi
7946    
7947    
7948    
7949    
7950    
7951    
7952    
7953    
7954    
7955    
7956    
7957    
7958     for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
7959     do
7960     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7961     echo "$as_me:$LINENO: checking for $ac_func" >&5
7962     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7963     if eval "test \"\${$as_ac_var+set}\" = set"; then
7964     echo $ECHO_N "(cached) $ECHO_C" >&6
7965     else
7966     cat >conftest.$ac_ext <<_ACEOF
7967     #line $LINENO "configure"
7968     /* confdefs.h. */
7969     _ACEOF
7970     cat confdefs.h >>conftest.$ac_ext
7971     cat >>conftest.$ac_ext <<_ACEOF
7972     /* end confdefs.h. */
7973     /* System header to define __stub macros and hopefully few prototypes,
7974     which can conflict with char $ac_func (); below.
7975     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7976     <limits.h> exists even on freestanding compilers. */
7977     #ifdef __STDC__
7978     # include <limits.h>
7979     #else
7980     # include <assert.h>
7981     #endif
7982     /* Override any gcc2 internal prototype to avoid an error. */
7983     #ifdef __cplusplus
7984     extern "C"
7985     {
7986     #endif
7987     /* We use char because int might match the return type of a gcc2
7988     builtin and then its argument prototype would still apply. */
7989     char $ac_func ();
7990     /* The GNU C library defines this for functions which it implements
7991     to always fail with ENOSYS. Some functions are actually named
7992     something starting with __ and the normal name is an alias. */
7993     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7994     choke me
7995     #else
7996     char (*f) () = $ac_func;
7997     #endif
7998     #ifdef __cplusplus
7999     }
8000     #endif
8001    
8002     int
8003     main ()
8004     {
8005     return f != $ac_func;
8006     ;
8007     return 0;
8008     }
8009     _ACEOF
8010     rm -f conftest.$ac_objext conftest$ac_exeext
8011     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8012     (eval $ac_link) 2>&5
8013     ac_status=$?
8014     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015     (exit $ac_status); } &&
8016     { ac_try='test -s conftest$ac_exeext'
8017     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8018     (eval $ac_try) 2>&5
8019     ac_status=$?
8020     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8021     (exit $ac_status); }; }; then
8022     eval "$as_ac_var=yes"
8023     else
8024     echo "$as_me: failed program was:" >&5
8025     sed 's/^/| /' conftest.$ac_ext >&5
8026    
8027     eval "$as_ac_var=no"
8028     fi
8029     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8030     fi
8031     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8032     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8033     if test `eval echo '${'$as_ac_var'}'` = yes; then
8034     cat >>confdefs.h <<_ACEOF
8035     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8036     _ACEOF
8037    
8038     fi
8039     done
8040    
8041    
8042     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8043     # for constant arguments. Useless!
8044     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8045     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8046     if test "${ac_cv_working_alloca_h+set}" = set; then
8047     echo $ECHO_N "(cached) $ECHO_C" >&6
8048     else
8049     cat >conftest.$ac_ext <<_ACEOF
8050     #line $LINENO "configure"
8051     /* confdefs.h. */
8052     _ACEOF
8053     cat confdefs.h >>conftest.$ac_ext
8054     cat >>conftest.$ac_ext <<_ACEOF
8055     /* end confdefs.h. */
8056     #include <alloca.h>
8057     int
8058     main ()
8059     {
8060     char *p = (char *) alloca (2 * sizeof (int));
8061     ;
8062     return 0;
8063     }
8064     _ACEOF
8065     rm -f conftest.$ac_objext conftest$ac_exeext
8066     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8067     (eval $ac_link) 2>&5
8068     ac_status=$?
8069     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070     (exit $ac_status); } &&
8071     { ac_try='test -s conftest$ac_exeext'
8072     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8073     (eval $ac_try) 2>&5
8074     ac_status=$?
8075     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8076     (exit $ac_status); }; }; then
8077     ac_cv_working_alloca_h=yes
8078     else
8079     echo "$as_me: failed program was:" >&5
8080     sed 's/^/| /' conftest.$ac_ext >&5
8081    
8082     ac_cv_working_alloca_h=no
8083     fi
8084     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8085     fi
8086     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8087     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8088     if test $ac_cv_working_alloca_h = yes; then
8089    
8090     cat >>confdefs.h <<\_ACEOF
8091     #define HAVE_ALLOCA_H 1
8092     _ACEOF
8093    
8094     fi
8095    
8096     echo "$as_me:$LINENO: checking for alloca" >&5
8097     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8098     if test "${ac_cv_func_alloca_works+set}" = set; then
8099     echo $ECHO_N "(cached) $ECHO_C" >&6
8100     else
8101     cat >conftest.$ac_ext <<_ACEOF
8102     #line $LINENO "configure"
8103     /* confdefs.h. */
8104     _ACEOF
8105     cat confdefs.h >>conftest.$ac_ext
8106     cat >>conftest.$ac_ext <<_ACEOF
8107     /* end confdefs.h. */
8108     #ifdef __GNUC__
8109     # define alloca __builtin_alloca
8110     #else
8111     # ifdef _MSC_VER
8112     # include <malloc.h>
8113     # define alloca _alloca
8114     # else
8115     # if HAVE_ALLOCA_H
8116     # include <alloca.h>
8117     # else
8118     # ifdef _AIX
8119     #pragma alloca
8120     # else
8121     # ifndef alloca /* predefined by HP cc +Olibcalls */
8122     char *alloca ();
8123     # endif
8124     # endif
8125     # endif
8126     # endif
8127     #endif
8128    
8129     int
8130     main ()
8131     {
8132     char *p = (char *) alloca (1);
8133     ;
8134     return 0;
8135     }
8136     _ACEOF
8137     rm -f conftest.$ac_objext conftest$ac_exeext
8138     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8139     (eval $ac_link) 2>&5
8140     ac_status=$?
8141     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8142     (exit $ac_status); } &&
8143     { ac_try='test -s conftest$ac_exeext'
8144     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8145     (eval $ac_try) 2>&5
8146     ac_status=$?
8147     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148     (exit $ac_status); }; }; then
8149     ac_cv_func_alloca_works=yes
8150     else
8151     echo "$as_me: failed program was:" >&5
8152     sed 's/^/| /' conftest.$ac_ext >&5
8153    
8154     ac_cv_func_alloca_works=no
8155     fi
8156     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8157     fi
8158     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8159     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8160    
8161     if test $ac_cv_func_alloca_works = yes; then
8162    
8163     cat >>confdefs.h <<\_ACEOF
8164     #define HAVE_ALLOCA 1
8165     _ACEOF
8166    
8167     else
8168     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8169     # that cause trouble. Some versions do not even contain alloca or
8170     # contain a buggy version. If you still want to use their alloca,
8171     # use ar to extract alloca.o from them instead of compiling alloca.c.
8172    
8173     ALLOCA=alloca.$ac_objext
8174    
8175     cat >>confdefs.h <<\_ACEOF
8176     #define C_ALLOCA 1
8177     _ACEOF
8178    
8179    
8180     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8181     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8182     if test "${ac_cv_os_cray+set}" = set; then
8183     echo $ECHO_N "(cached) $ECHO_C" >&6
8184     else
8185     cat >conftest.$ac_ext <<_ACEOF
8186     #line $LINENO "configure"
8187     /* confdefs.h. */
8188     _ACEOF
8189     cat confdefs.h >>conftest.$ac_ext
8190     cat >>conftest.$ac_ext <<_ACEOF
8191     /* end confdefs.h. */
8192     #if defined(CRAY) && ! defined(CRAY2)
8193     webecray
8194     #else
8195     wenotbecray
8196     #endif
8197    
8198     _ACEOF
8199     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8200     $EGREP "webecray" >/dev/null 2>&1; then
8201     ac_cv_os_cray=yes
8202     else
8203     ac_cv_os_cray=no
8204     fi
8205     rm -f conftest*
8206    
8207     fi
8208     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8209     echo "${ECHO_T}$ac_cv_os_cray" >&6
8210     if test $ac_cv_os_cray = yes; then
8211     for ac_func in _getb67 GETB67 getb67; do
8212     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8213     echo "$as_me:$LINENO: checking for $ac_func" >&5
8214     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8215     if eval "test \"\${$as_ac_var+set}\" = set"; then
8216     echo $ECHO_N "(cached) $ECHO_C" >&6
8217     else
8218     cat >conftest.$ac_ext <<_ACEOF
8219     #line $LINENO "configure"
8220     /* confdefs.h. */
8221     _ACEOF
8222     cat confdefs.h >>conftest.$ac_ext
8223     cat >>conftest.$ac_ext <<_ACEOF
8224     /* end confdefs.h. */
8225     /* System header to define __stub macros and hopefully few prototypes,
8226     which can conflict with char $ac_func (); below.
8227     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8228     <limits.h> exists even on freestanding compilers. */
8229     #ifdef __STDC__
8230     # include <limits.h>
8231     #else
8232     # include <assert.h>
8233     #endif
8234     /* Override any gcc2 internal prototype to avoid an error. */
8235     #ifdef __cplusplus
8236     extern "C"
8237     {
8238     #endif
8239     /* We use char because int might match the return type of a gcc2
8240     builtin and then its argument prototype would still apply. */
8241     char $ac_func ();
8242     /* The GNU C library defines this for functions which it implements
8243     to always fail with ENOSYS. Some functions are actually named
8244     something starting with __ and the normal name is an alias. */
8245     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8246     choke me
8247     #else
8248     char (*f) () = $ac_func;
8249     #endif
8250     #ifdef __cplusplus
8251     }
8252     #endif
8253    
8254     int
8255     main ()
8256     {
8257     return f != $ac_func;
8258     ;
8259     return 0;
8260     }
8261     _ACEOF
8262     rm -f conftest.$ac_objext conftest$ac_exeext
8263     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8264     (eval $ac_link) 2>&5
8265     ac_status=$?
8266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267     (exit $ac_status); } &&
8268     { ac_try='test -s conftest$ac_exeext'
8269     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8270     (eval $ac_try) 2>&5
8271     ac_status=$?
8272     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8273     (exit $ac_status); }; }; then
8274     eval "$as_ac_var=yes"
8275     else
8276     echo "$as_me: failed program was:" >&5
8277     sed 's/^/| /' conftest.$ac_ext >&5
8278    
8279     eval "$as_ac_var=no"
8280     fi
8281     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8282     fi
8283     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8284     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8285     if test `eval echo '${'$as_ac_var'}'` = yes; then
8286    
8287     cat >>confdefs.h <<_ACEOF
8288     #define CRAY_STACKSEG_END $ac_func
8289     _ACEOF
8290    
8291     break
8292     fi
8293    
8294     done
8295     fi
8296    
8297     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8298     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8299     if test "${ac_cv_c_stack_direction+set}" = set; then
8300     echo $ECHO_N "(cached) $ECHO_C" >&6
8301     else
8302     if test "$cross_compiling" = yes; then
8303     ac_cv_c_stack_direction=0
8304     else
8305     cat >conftest.$ac_ext <<_ACEOF
8306     #line $LINENO "configure"
8307     /* confdefs.h. */
8308     _ACEOF
8309     cat confdefs.h >>conftest.$ac_ext
8310     cat >>conftest.$ac_ext <<_ACEOF
8311     /* end confdefs.h. */
8312     int
8313     find_stack_direction ()
8314     {
8315     static char *addr = 0;
8316     auto char dummy;
8317     if (addr == 0)
8318     {
8319     addr = &dummy;
8320     return find_stack_direction ();
8321     }
8322     else
8323     return (&dummy > addr) ? 1 : -1;
8324     }
8325    
8326     int
8327     main ()
8328     {
8329     exit (find_stack_direction () < 0);
8330     }
8331     _ACEOF
8332     rm -f conftest$ac_exeext
8333     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8334     (eval $ac_link) 2>&5
8335     ac_status=$?
8336     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8338     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8339     (eval $ac_try) 2>&5
8340     ac_status=$?
8341     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8342     (exit $ac_status); }; }; then
8343     ac_cv_c_stack_direction=1
8344     else
8345     echo "$as_me: program exited with status $ac_status" >&5
8346     echo "$as_me: failed program was:" >&5
8347     sed 's/^/| /' conftest.$ac_ext >&5
8348    
8349     ( exit $ac_status )
8350     ac_cv_c_stack_direction=-1
8351     fi
8352     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8353     fi
8354     fi
8355     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8356     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8357    
8358     cat >>confdefs.h <<_ACEOF
8359     #define STACK_DIRECTION $ac_cv_c_stack_direction
8360     _ACEOF
8361    
8362    
8363     fi
8364    
8365    
8366    
8367     echo "$as_me:$LINENO: checking for socket" >&5
8368     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8369     if test "${ac_cv_func_socket+set}" = set; then
8370     echo $ECHO_N "(cached) $ECHO_C" >&6
8371     else
8372     cat >conftest.$ac_ext <<_ACEOF
8373     #line $LINENO "configure"
8374     /* confdefs.h. */
8375     _ACEOF
8376     cat confdefs.h >>conftest.$ac_ext
8377     cat >>conftest.$ac_ext <<_ACEOF
8378     /* end confdefs.h. */
8379     /* System header to define __stub macros and hopefully few prototypes,
8380     which can conflict with char socket (); below.
8381     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8382     <limits.h> exists even on freestanding compilers. */
8383     #ifdef __STDC__
8384     # include <limits.h>
8385     #else
8386     # include <assert.h>
8387     #endif
8388     /* Override any gcc2 internal prototype to avoid an error. */
8389     #ifdef __cplusplus
8390     extern "C"
8391     {
8392     #endif
8393     /* We use char because int might match the return type of a gcc2
8394     builtin and then its argument prototype would still apply. */
8395     char socket ();
8396     /* The GNU C library defines this for functions which it implements
8397     to always fail with ENOSYS. Some functions are actually named
8398     something starting with __ and the normal name is an alias. */
8399     #if defined (__stub_socket) || defined (__stub___socket)
8400     choke me
8401     #else
8402     char (*f) () = socket;
8403     #endif
8404     #ifdef __cplusplus
8405     }
8406     #endif
8407    
8408     int
8409     main ()
8410     {
8411     return f != socket;
8412     ;
8413     return 0;
8414     }
8415     _ACEOF
8416     rm -f conftest.$ac_objext conftest$ac_exeext
8417     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8418     (eval $ac_link) 2>&5
8419     ac_status=$?
8420     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421     (exit $ac_status); } &&
8422     { ac_try='test -s conftest$ac_exeext'
8423     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8424     (eval $ac_try) 2>&5
8425     ac_status=$?
8426     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8427     (exit $ac_status); }; }; then
8428     ac_cv_func_socket=yes
8429     else
8430     echo "$as_me: failed program was:" >&5
8431     sed 's/^/| /' conftest.$ac_ext >&5
8432    
8433     ac_cv_func_socket=no
8434     fi
8435     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8436     fi
8437     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8438     echo "${ECHO_T}$ac_cv_func_socket" >&6
8439     if test $ac_cv_func_socket = yes; then
8440     :
8441     else
8442    
8443    
8444     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8445     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8446     if test "${ac_cv_lib_socket_connect+set}" = set; then
8447     echo $ECHO_N "(cached) $ECHO_C" >&6
8448     else
8449     ac_check_lib_save_LIBS=$LIBS
8450     LIBS="-lsocket $LIBS"
8451     cat >conftest.$ac_ext <<_ACEOF
8452     #line $LINENO "configure"
8453     /* confdefs.h. */
8454     _ACEOF
8455     cat confdefs.h >>conftest.$ac_ext
8456     cat >>conftest.$ac_ext <<_ACEOF
8457     /* end confdefs.h. */
8458    
8459     /* Override any gcc2 internal prototype to avoid an error. */
8460     #ifdef __cplusplus
8461     extern "C"
8462     #endif
8463     /* We use char because int might match the return type of a gcc2
8464     builtin and then its argument prototype would still apply. */
8465     char connect ();
8466     int
8467     main ()
8468     {
8469     connect ();
8470     ;
8471     return 0;
8472     }
8473     _ACEOF
8474     rm -f conftest.$ac_objext conftest$ac_exeext
8475     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8476     (eval $ac_link) 2>&5
8477     ac_status=$?
8478     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8479     (exit $ac_status); } &&
8480     { ac_try='test -s conftest$ac_exeext'
8481     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8482     (eval $ac_try) 2>&5
8483     ac_status=$?
8484     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485     (exit $ac_status); }; }; then
8486     ac_cv_lib_socket_connect=yes
8487     else
8488     echo "$as_me: failed program was:" >&5
8489     sed 's/^/| /' conftest.$ac_ext >&5
8490    
8491     ac_cv_lib_socket_connect=no
8492     fi
8493     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8494     LIBS=$ac_check_lib_save_LIBS
8495     fi
8496     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8497     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8498     if test $ac_cv_lib_socket_connect = yes; then
8499     cat >>confdefs.h <<_ACEOF
8500     #define HAVE_LIBSOCKET 1
8501     _ACEOF
8502    
8503     LIBS="-lsocket $LIBS"
8504    
8505     fi
8506    
8507    
8508     fi
8509    
8510     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8511     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8512     if test "${ac_cv_func_gethostbyname+set}" = set; then
8513     echo $ECHO_N "(cached) $ECHO_C" >&6
8514     else
8515     cat >conftest.$ac_ext <<_ACEOF
8516     #line $LINENO "configure"
8517     /* confdefs.h. */
8518     _ACEOF
8519     cat confdefs.h >>conftest.$ac_ext
8520     cat >>conftest.$ac_ext <<_ACEOF
8521     /* end confdefs.h. */
8522     /* System header to define __stub macros and hopefully few prototypes,
8523     which can conflict with char gethostbyname (); below.
8524     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8525     <limits.h> exists even on freestanding compilers. */
8526     #ifdef __STDC__
8527     # include <limits.h>
8528     #else
8529     # include <assert.h>
8530     #endif
8531     /* Override any gcc2 internal prototype to avoid an error. */
8532     #ifdef __cplusplus
8533     extern "C"
8534     {
8535     #endif
8536     /* We use char because int might match the return type of a gcc2
8537     builtin and then its argument prototype would still apply. */
8538     char gethostbyname ();
8539     /* The GNU C library defines this for functions which it implements
8540     to always fail with ENOSYS. Some functions are actually named
8541     something starting with __ and the normal name is an alias. */
8542     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8543     choke me
8544     #else
8545     char (*f) () = gethostbyname;
8546     #endif
8547     #ifdef __cplusplus
8548     }
8549     #endif
8550    
8551     int
8552     main ()
8553     {
8554     return f != gethostbyname;
8555     ;
8556     return 0;
8557     }
8558     _ACEOF
8559     rm -f conftest.$ac_objext conftest$ac_exeext
8560     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8561     (eval $ac_link) 2>&5
8562     ac_status=$?
8563     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564     (exit $ac_status); } &&
8565     { ac_try='test -s conftest$ac_exeext'
8566     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8567     (eval $ac_try) 2>&5
8568     ac_status=$?
8569     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8570     (exit $ac_status); }; }; then
8571     ac_cv_func_gethostbyname=yes
8572     else
8573     echo "$as_me: failed program was:" >&5
8574     sed 's/^/| /' conftest.$ac_ext >&5
8575    
8576     ac_cv_func_gethostbyname=no
8577     fi
8578     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8579     fi
8580     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8581     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8582     if test $ac_cv_func_gethostbyname = yes; then
8583     :
8584     else
8585    
8586    
8587     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8588     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8589     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8590     echo $ECHO_N "(cached) $ECHO_C" >&6
8591     else
8592     ac_check_lib_save_LIBS=$LIBS
8593     LIBS="-lnsl $LIBS"
8594     cat >conftest.$ac_ext <<_ACEOF
8595     #line $LINENO "configure"
8596     /* confdefs.h. */
8597     _ACEOF
8598     cat confdefs.h >>conftest.$ac_ext
8599     cat >>conftest.$ac_ext <<_ACEOF
8600     /* end confdefs.h. */
8601    
8602     /* Override any gcc2 internal prototype to avoid an error. */
8603     #ifdef __cplusplus
8604     extern "C"
8605     #endif
8606     /* We use char because int might match the return type of a gcc2
8607     builtin and then its argument prototype would still apply. */
8608     char gethostbyname ();
8609     int
8610     main ()
8611     {
8612     gethostbyname ();
8613     ;
8614     return 0;
8615     }
8616     _ACEOF
8617     rm -f conftest.$ac_objext conftest$ac_exeext
8618     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8619     (eval $ac_link) 2>&5
8620     ac_status=$?
8621     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8622     (exit $ac_status); } &&
8623     { ac_try='test -s conftest$ac_exeext'
8624     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8625     (eval $ac_try) 2>&5
8626     ac_status=$?
8627     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8628     (exit $ac_status); }; }; then
8629     ac_cv_lib_nsl_gethostbyname=yes
8630     else
8631     echo "$as_me: failed program was:" >&5
8632     sed 's/^/| /' conftest.$ac_ext >&5
8633    
8634     ac_cv_lib_nsl_gethostbyname=no
8635     fi
8636     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8637     LIBS=$ac_check_lib_save_LIBS
8638     fi
8639     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8640     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8641     if test $ac_cv_lib_nsl_gethostbyname = yes; then
8642     cat >>confdefs.h <<_ACEOF
8643     #define HAVE_LIBNSL 1
8644     _ACEOF
8645    
8646     LIBS="-lnsl $LIBS"
8647    
8648     fi
8649    
8650    
8651     fi
8652    
8653    
8654     ac_ext=cc
8655     ac_cpp='$CXXCPP $CPPFLAGS'
8656     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8657     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8658     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8659    
8660    
8661    
8662     cat >confcache <<\_ACEOF
8663     # This file is a shell script that caches the results of configure
8664     # tests run on this system so they can be shared between configure
8665     # scripts and configure runs, see configure's option --config-cache.
8666     # It is not useful on other systems. If it contains results you don't
8667     # want to keep, you may remove or edit it.
8668     #
8669     # config.status only pays attention to the cache file if you give it
8670     # the --recheck option to rerun configure.
8671     #
8672     # `ac_cv_env_foo' variables (set or unset) will be overridden when
8673     # loading this file, other *unset* `ac_cv_foo' will be assigned the
8674     # following values.
8675    
8676     _ACEOF
8677    
8678     # The following way of writing the cache mishandles newlines in values,
8679     # but we know of no workaround that is simple, portable, and efficient.
8680     # So, don't put newlines in cache variables' values.
8681     # Ultrix sh set writes to stderr and can't be redirected directly,
8682     # and sets the high bit in the cache file unless we assign to the vars.
8683     {
8684     (set) 2>&1 |
8685     case `(ac_space=' '; set | grep ac_space) 2>&1` in
8686     *ac_space=\ *)
8687     # `set' does not quote correctly, so add quotes (double-quote
8688     # substitution turns \\\\ into \\, and sed turns \\ into \).
8689     sed -n \
8690     "s/'/'\\\\''/g;
8691     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8692     ;;
8693     *)
8694     # `set' quotes correctly as required by POSIX, so do not add quotes.
8695     sed -n \
8696     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8697     ;;
8698     esac;
8699     } |
8700     sed '
8701     t clear
8702     : clear
8703     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8704     t end
8705     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8706     : end' >>confcache
8707     if diff $cache_file confcache >/dev/null 2>&1; then :; else
8708     if test -w $cache_file; then
8709     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8710     cat confcache >$cache_file
8711     else
8712     echo "not updating unwritable cache $cache_file"
8713     fi
8714     fi
8715     rm -f confcache
8716    
8717    
8718    
8719     # Check whether --with-kernel or --without-kernel was given.
8720     if test "${with_kernel+set}" = set; then
8721     withval="$with_kernel"
8722     kerneldir="$withval"
8723     else
8724     kerneldir="/usr/src/linux"
8725    
8726     fi;
8727    
8728     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
8729     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
8730     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
8731     echo $ECHO_N "(cached) $ECHO_C" >&6
8732     else
8733    
8734     cat >conftest.$ac_ext <<_ACEOF
8735     #line $LINENO "configure"
8736     /* confdefs.h. */
8737     _ACEOF
8738     cat confdefs.h >>conftest.$ac_ext
8739     cat >>conftest.$ac_ext <<_ACEOF
8740     /* end confdefs.h. */
8741     #include "$kerneldir/include/linux/if_tun.h"
8742     int
8743     main ()
8744     {
8745     int a = IFF_TAP;
8746     ;
8747     return 0;
8748     }
8749     _ACEOF
8750     rm -f conftest.$ac_objext
8751     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8752     (eval $ac_compile) 2>&5
8753     ac_status=$?
8754     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755     (exit $ac_status); } &&
8756     { ac_try='test -s conftest.$ac_objext'
8757     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8758     (eval $ac_try) 2>&5
8759     ac_status=$?
8760     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761     (exit $ac_status); }; }; then
8762     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
8763     else
8764     echo "$as_me: failed program was:" >&5
8765     sed 's/^/| /' conftest.$ac_ext >&5
8766    
8767     cat >conftest.$ac_ext <<_ACEOF
8768     #line $LINENO "configure"
8769     /* confdefs.h. */
8770     _ACEOF
8771     cat confdefs.h >>conftest.$ac_ext
8772     cat >>conftest.$ac_ext <<_ACEOF
8773     /* end confdefs.h. */
8774     #include <linux/if_tun.h>
8775     int
8776     main ()
8777     {
8778     int a = IFF_TAP;
8779     ;
8780     return 0;
8781     }
8782     _ACEOF
8783     rm -f conftest.$ac_objext
8784     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8785     (eval $ac_compile) 2>&5
8786     ac_status=$?
8787     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8788     (exit $ac_status); } &&
8789     { ac_try='test -s conftest.$ac_objext'
8790     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8791     (eval $ac_try) 2>&5
8792     ac_status=$?
8793     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8794     (exit $ac_status); }; }; then
8795     if_tun_h="default"
8796     else
8797     echo "$as_me: failed program was:" >&5
8798     sed 's/^/| /' conftest.$ac_ext >&5
8799    
8800     if_tun_h="no"
8801    
8802     fi
8803     rm -f conftest.$ac_objext conftest.$ac_ext
8804    
8805     fi
8806     rm -f conftest.$ac_objext conftest.$ac_ext
8807    
8808     if test $if_tun_h = no; then
8809     tinc_cv_linux_if_tun_h=none
8810     else
8811     tinc_cv_linux_if_tun_h="$if_tun_h"
8812     fi
8813    
8814     fi
8815     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
8816     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
8817    
8818     if test $tinc_cv_linux_if_tun_h != none; then
8819    
8820     cat >>confdefs.h <<\_ACEOF
8821     #define HAVE_TUNTAP 1
8822     _ACEOF
8823    
8824     if test $tinc_cv_linux_if_tun_h != default; then
8825    
8826     cat >>confdefs.h <<_ACEOF
8827     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
8828     _ACEOF
8829    
8830     fi
8831     fi
8832    
8833    
8834    
8835    
8836     tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8837    
8838    
8839     # Check whether --with-openssl-include or --without-openssl-include was given.
8840     if test "${with_openssl_include+set}" = set; then
8841     withval="$with_openssl_include"
8842     openssl_include="$withval"
8843     CFLAGS="$CFLAGS -I$withval"
8844     CPPFLAGS="$CPPFLAGS -I$withval"
8845    
8846     fi;
8847    
8848    
8849     # Check whether --with-openssl-lib or --without-openssl-lib was given.
8850     if test "${with_openssl_lib+set}" = set; then
8851     withval="$with_openssl_lib"
8852     openssl_lib="$withval"
8853     LIBS="$LIBS -L$withval"
8854    
8855     fi;
8856    
8857    
8858    
8859    
8860    
8861    
8862    
8863     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
8864     do
8865     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8866     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8867     echo "$as_me:$LINENO: checking for $ac_header" >&5
8868     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8869     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8870     echo $ECHO_N "(cached) $ECHO_C" >&6
8871     fi
8872     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8873     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8874     else
8875     # Is the header compilable?
8876     echo "$as_me:$LINENO: checking $ac_header usability" >&5
8877     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8878     cat >conftest.$ac_ext <<_ACEOF
8879     #line $LINENO "configure"
8880     /* confdefs.h. */
8881     _ACEOF
8882     cat confdefs.h >>conftest.$ac_ext
8883     cat >>conftest.$ac_ext <<_ACEOF
8884     /* end confdefs.h. */
8885     $ac_includes_default
8886     #include <$ac_header>
8887     _ACEOF
8888     rm -f conftest.$ac_objext
8889     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8890     (eval $ac_compile) 2>&5
8891     ac_status=$?
8892     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893     (exit $ac_status); } &&
8894     { ac_try='test -s conftest.$ac_objext'
8895     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8896     (eval $ac_try) 2>&5
8897     ac_status=$?
8898     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899     (exit $ac_status); }; }; then
8900     ac_header_compiler=yes
8901     else
8902     echo "$as_me: failed program was:" >&5
8903     sed 's/^/| /' conftest.$ac_ext >&5
8904    
8905     ac_header_compiler=no
8906     fi
8907     rm -f conftest.$ac_objext conftest.$ac_ext
8908     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8909     echo "${ECHO_T}$ac_header_compiler" >&6
8910    
8911     # Is the header present?
8912     echo "$as_me:$LINENO: checking $ac_header presence" >&5
8913     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8914     cat >conftest.$ac_ext <<_ACEOF
8915     #line $LINENO "configure"
8916     /* confdefs.h. */
8917     _ACEOF
8918     cat confdefs.h >>conftest.$ac_ext
8919     cat >>conftest.$ac_ext <<_ACEOF
8920     /* end confdefs.h. */
8921     #include <$ac_header>
8922     _ACEOF
8923     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8924     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8925     ac_status=$?
8926     grep -v '^ *+' conftest.er1 >conftest.err
8927     rm -f conftest.er1
8928     cat conftest.err >&5
8929     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8930     (exit $ac_status); } >/dev/null; then
8931     if test -s conftest.err; then
8932     ac_cpp_err=$ac_cxx_preproc_warn_flag
8933     else
8934     ac_cpp_err=
8935     fi
8936     else
8937     ac_cpp_err=yes
8938     fi
8939     if test -z "$ac_cpp_err"; then
8940     ac_header_preproc=yes
8941     else
8942     echo "$as_me: failed program was:" >&5
8943     sed 's/^/| /' conftest.$ac_ext >&5
8944    
8945     ac_header_preproc=no
8946     fi
8947     rm -f conftest.err conftest.$ac_ext
8948     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8949     echo "${ECHO_T}$ac_header_preproc" >&6
8950    
8951     # So? What about this header?
8952     case $ac_header_compiler:$ac_header_preproc in
8953     yes:no )
8954     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8955     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8956     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8957     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8958     (
8959     cat <<\_ASBOX
8960     ## ------------------------------------ ##
8961     ## Report this to bug-autoconf@gnu.org. ##
8962     ## ------------------------------------ ##
8963     _ASBOX
8964     ) |
8965     sed "s/^/$as_me: WARNING: /" >&2
8966     ;;
8967     no:yes )
8968     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8969     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8970     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8971     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8972     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8973     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8974     (
8975     cat <<\_ASBOX
8976     ## ------------------------------------ ##
8977     ## Report this to bug-autoconf@gnu.org. ##
8978     ## ------------------------------------ ##
8979     _ASBOX
8980     ) |
8981     sed "s/^/$as_me: WARNING: /" >&2
8982     ;;
8983     esac
8984     echo "$as_me:$LINENO: checking for $ac_header" >&5
8985     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8986     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8987     echo $ECHO_N "(cached) $ECHO_C" >&6
8988     else
8989     eval "$as_ac_Header=$ac_header_preproc"
8990     fi
8991     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8992     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8993    
8994     fi
8995     if test `eval echo '${'$as_ac_Header'}'` = yes; then
8996     cat >>confdefs.h <<_ACEOF
8997     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8998     _ACEOF
8999    
9000     else
9001     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9002     echo "$as_me: error: OpenSSL header files not found." >&2;}
9003     { (exit 1); exit 1; }; }; break
9004    
9005     fi
9006    
9007     done
9008    
9009    
9010     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9011    
9012     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9013     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9014     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9015     echo $ECHO_N "(cached) $ECHO_C" >&6
9016     else
9017     ac_check_lib_save_LIBS=$LIBS
9018     LIBS="-lcrypto $LIBS"
9019     cat >conftest.$ac_ext <<_ACEOF
9020     #line $LINENO "configure"
9021     /* confdefs.h. */
9022     _ACEOF
9023     cat confdefs.h >>conftest.$ac_ext
9024     cat >>conftest.$ac_ext <<_ACEOF
9025     /* end confdefs.h. */
9026    
9027     /* Override any gcc2 internal prototype to avoid an error. */
9028     #ifdef __cplusplus
9029     extern "C"
9030     #endif
9031     /* We use char because int might match the return type of a gcc2
9032     builtin and then its argument prototype would still apply. */
9033     char SHA1_version ();
9034     int
9035     main ()
9036     {
9037     SHA1_version ();
9038     ;
9039     return 0;
9040     }
9041     _ACEOF
9042     rm -f conftest.$ac_objext conftest$ac_exeext
9043     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9044     (eval $ac_link) 2>&5
9045     ac_status=$?
9046     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047     (exit $ac_status); } &&
9048     { ac_try='test -s conftest$ac_exeext'
9049     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9050     (eval $ac_try) 2>&5
9051     ac_status=$?
9052     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9053     (exit $ac_status); }; }; then
9054     ac_cv_lib_crypto_SHA1_version=yes
9055     else
9056     echo "$as_me: failed program was:" >&5
9057     sed 's/^/| /' conftest.$ac_ext >&5
9058    
9059     ac_cv_lib_crypto_SHA1_version=no
9060     fi
9061     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9062     LIBS=$ac_check_lib_save_LIBS
9063     fi
9064     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9065     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9066     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9067     LIBS="$LIBS -lcrypto"
9068     else
9069     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9070     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9071     { (exit 1); exit 1; }; }
9072    
9073     fi
9074    
9075    
9076    
9077    
9078    
9079    
9080     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9081     do
9082     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9083     echo "$as_me:$LINENO: checking for $ac_func" >&5
9084     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9085     if eval "test \"\${$as_ac_var+set}\" = set"; then
9086     echo $ECHO_N "(cached) $ECHO_C" >&6
9087     else
9088     cat >conftest.$ac_ext <<_ACEOF
9089     #line $LINENO "configure"
9090     /* confdefs.h. */
9091     _ACEOF
9092     cat confdefs.h >>conftest.$ac_ext
9093     cat >>conftest.$ac_ext <<_ACEOF
9094     /* end confdefs.h. */
9095     /* System header to define __stub macros and hopefully few prototypes,
9096     which can conflict with char $ac_func (); below.
9097     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9098     <limits.h> exists even on freestanding compilers. */
9099     #ifdef __STDC__
9100     # include <limits.h>
9101     #else
9102     # include <assert.h>
9103     #endif
9104     /* Override any gcc2 internal prototype to avoid an error. */
9105     #ifdef __cplusplus
9106     extern "C"
9107     {
9108     #endif
9109     /* We use char because int might match the return type of a gcc2
9110     builtin and then its argument prototype would still apply. */
9111     char $ac_func ();
9112     /* The GNU C library defines this for functions which it implements
9113     to always fail with ENOSYS. Some functions are actually named
9114     something starting with __ and the normal name is an alias. */
9115     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9116     choke me
9117     #else
9118     char (*f) () = $ac_func;
9119     #endif
9120     #ifdef __cplusplus
9121     }
9122     #endif
9123    
9124     int
9125     main ()
9126     {
9127     return f != $ac_func;
9128     ;
9129     return 0;
9130     }
9131     _ACEOF
9132     rm -f conftest.$ac_objext conftest$ac_exeext
9133     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9134     (eval $ac_link) 2>&5
9135     ac_status=$?
9136     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9137     (exit $ac_status); } &&
9138     { ac_try='test -s conftest$ac_exeext'
9139     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9140     (eval $ac_try) 2>&5
9141     ac_status=$?
9142     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143     (exit $ac_status); }; }; then
9144     eval "$as_ac_var=yes"
9145     else
9146     echo "$as_me: failed program was:" >&5
9147     sed 's/^/| /' conftest.$ac_ext >&5
9148    
9149     eval "$as_ac_var=no"
9150     fi
9151     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9152     fi
9153     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9154     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9155     if test `eval echo '${'$as_ac_var'}'` = yes; then
9156     cat >>confdefs.h <<_ACEOF
9157     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9158     _ACEOF
9159    
9160     fi
9161     done
9162    
9163    
9164     echo "$as_me:$LINENO: checking for dlopen" >&5
9165     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9166     if test "${ac_cv_func_dlopen+set}" = set; then
9167     echo $ECHO_N "(cached) $ECHO_C" >&6
9168     else
9169     cat >conftest.$ac_ext <<_ACEOF
9170     #line $LINENO "configure"
9171     /* confdefs.h. */
9172     _ACEOF
9173     cat confdefs.h >>conftest.$ac_ext
9174     cat >>conftest.$ac_ext <<_ACEOF
9175     /* end confdefs.h. */
9176     /* System header to define __stub macros and hopefully few prototypes,
9177     which can conflict with char dlopen (); below.
9178     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9179     <limits.h> exists even on freestanding compilers. */
9180     #ifdef __STDC__
9181     # include <limits.h>
9182     #else
9183     # include <assert.h>
9184     #endif
9185     /* Override any gcc2 internal prototype to avoid an error. */
9186     #ifdef __cplusplus
9187     extern "C"
9188     {
9189     #endif
9190     /* We use char because int might match the return type of a gcc2
9191     builtin and then its argument prototype would still apply. */
9192     char dlopen ();
9193     /* The GNU C library defines this for functions which it implements
9194     to always fail with ENOSYS. Some functions are actually named
9195     something starting with __ and the normal name is an alias. */
9196     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9197     choke me
9198     #else
9199     char (*f) () = dlopen;
9200     #endif
9201     #ifdef __cplusplus
9202     }
9203     #endif
9204    
9205     int
9206     main ()
9207     {
9208     return f != dlopen;
9209     ;
9210     return 0;
9211     }
9212     _ACEOF
9213     rm -f conftest.$ac_objext conftest$ac_exeext
9214     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9215     (eval $ac_link) 2>&5
9216     ac_status=$?
9217     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9218     (exit $ac_status); } &&
9219     { ac_try='test -s conftest$ac_exeext'
9220     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9221     (eval $ac_try) 2>&5
9222     ac_status=$?
9223     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9224     (exit $ac_status); }; }; then
9225     ac_cv_func_dlopen=yes
9226     else
9227     echo "$as_me: failed program was:" >&5
9228     sed 's/^/| /' conftest.$ac_ext >&5
9229    
9230     ac_cv_func_dlopen=no
9231     fi
9232     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9233     fi
9234     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9235     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9236     if test $ac_cv_func_dlopen = yes; then
9237     :
9238     else
9239     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9240     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9241     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9242     echo $ECHO_N "(cached) $ECHO_C" >&6
9243     else
9244     ac_check_lib_save_LIBS=$LIBS
9245     LIBS="-ldl $LIBS"
9246     cat >conftest.$ac_ext <<_ACEOF
9247     #line $LINENO "configure"
9248     /* confdefs.h. */
9249     _ACEOF
9250     cat confdefs.h >>conftest.$ac_ext
9251     cat >>conftest.$ac_ext <<_ACEOF
9252     /* end confdefs.h. */
9253    
9254     /* Override any gcc2 internal prototype to avoid an error. */
9255     #ifdef __cplusplus
9256     extern "C"
9257     #endif
9258     /* We use char because int might match the return type of a gcc2
9259     builtin and then its argument prototype would still apply. */
9260     char dlopen ();
9261     int
9262     main ()
9263     {
9264     dlopen ();
9265     ;
9266     return 0;
9267     }
9268     _ACEOF
9269     rm -f conftest.$ac_objext conftest$ac_exeext
9270     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9271     (eval $ac_link) 2>&5
9272     ac_status=$?
9273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9274     (exit $ac_status); } &&
9275     { ac_try='test -s conftest$ac_exeext'
9276     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9277     (eval $ac_try) 2>&5
9278     ac_status=$?
9279     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280     (exit $ac_status); }; }; then
9281     ac_cv_lib_dl_dlopen=yes
9282     else
9283     echo "$as_me: failed program was:" >&5
9284     sed 's/^/| /' conftest.$ac_ext >&5
9285    
9286     ac_cv_lib_dl_dlopen=no
9287     fi
9288     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9289     LIBS=$ac_check_lib_save_LIBS
9290     fi
9291     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9292     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9293     if test $ac_cv_lib_dl_dlopen = yes; then
9294     LIBS="$LIBS -ldl"
9295     else
9296     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9297     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9298     { (exit 1); exit 1; }; }
9299    
9300     fi
9301    
9302    
9303     fi
9304    
9305    
9306    
9307     # Check whether --enable-rohc or --disable-rohc was given.
9308     if test "${enable_rohc+set}" = set; then
9309     enableval="$enable_rohc"
9310    
9311     echo
9312     echo "**********************************************************************"
9313     echo "**********************************************************************"
9314     echo "**** --enable-rohc not yet implemented *******************************"
9315     echo "**********************************************************************"
9316     echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9317     echo "**** implementation to be used in GPL code on the web."
9318     echo "**** so this option is just a fake. Please implement one and send it"
9319     echo "**** to me ;)"
9320     echo "**********************************************************************"
9321     echo "**********************************************************************"
9322     echo "**********************************************************************"
9323     echo "**********************************************************************"
9324     echo
9325    
9326    
9327     fi;
9328    
9329     # Check whether --enable-icmp or --disable-icmp was given.
9330     if test "${enable_icmp+set}" = set; then
9331     enableval="$enable_icmp"
9332    
9333     cat >>confdefs.h <<_ACEOF
9334     #define ENABLE_ICMP 1
9335     _ACEOF
9336    
9337    
9338     fi;
9339    
9340     # Check whether --enable-tcp or --disable-tcp was given.
9341     if test "${enable_tcp+set}" = set; then
9342     enableval="$enable_tcp"
9343    
9344     cat >>confdefs.h <<_ACEOF
9345     #define ENABLE_TCP 1
9346     _ACEOF
9347    
9348    
9349     fi;
9350    
9351     # Check whether --enable-http-proxy or --disable-http-proxy was given.
9352     if test "${enable_http_proxy+set}" = set; then
9353     enableval="$enable_http_proxy"
9354    
9355     cat >>confdefs.h <<_ACEOF
9356     #define ENABLE_HTTP_PROXY 1
9357     _ACEOF
9358    
9359    
9360     fi;
9361    
9362     HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9363     if test "${enable_hmac_length+set}" = set; then
9364     enableval="$enable_hmac_length"
9365     HMAC=$enableval
9366    
9367     fi;
9368    
9369     cat >>confdefs.h <<_ACEOF
9370     #define HMACLENGTH $HMAC
9371     _ACEOF
9372    
9373    
9374     RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9375     if test "${enable_rand_length+set}" = set; then
9376     enableval="$enable_rand_length"
9377     RAND=$enableval
9378    
9379     fi;
9380    
9381     cat >>confdefs.h <<_ACEOF
9382     #define RAND_SIZE $RAND
9383     _ACEOF
9384    
9385    
9386     MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9387     if test "${enable_mtu+set}" = set; then
9388     enableval="$enable_mtu"
9389     MTU=$enableval
9390    
9391     fi;
9392    
9393     cat >>confdefs.h <<_ACEOF
9394     #define MAX_MTU $MTU + 14
9395     _ACEOF
9396    
9397    
9398     COMPRESS=1
9399     # Check whether --enable-compression or --disable-compression was given.
9400     if test "${enable_compression+set}" = set; then
9401     enableval="$enable_compression"
9402     if test "x$enableval" = xno; then
9403     COMPRESS=0
9404     fi
9405    
9406     fi;
9407    
9408     cat >>confdefs.h <<_ACEOF
9409     #define ENABLE_COMPRESSION $COMPRESS
9410     _ACEOF
9411    
9412    
9413     CIPHER=bf_cbc
9414     # Check whether --enable-cipher or --disable-cipher was given.
9415     if test "${enable_cipher+set}" = set; then
9416     enableval="$enable_cipher"
9417     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9418     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9419     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9420     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9421    
9422     fi;
9423    
9424     cat >>confdefs.h <<_ACEOF
9425     #define ENABLE_CIPHER EVP_${CIPHER}
9426     _ACEOF
9427    
9428    
9429     DIGEST=sha1
9430     # Check whether --enable-digest or --disable-digest was given.
9431     if test "${enable_digest+set}" = set; then
9432     enableval="$enable_digest"
9433     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9434     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9435     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9436     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9437    
9438     fi;
9439    
9440     cat >>confdefs.h <<_ACEOF
9441     #define ENABLE_DIGEST EVP_${DIGEST}
9442     _ACEOF
9443    
9444    
9445     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9446     CXXFLAGS="$CXXFLAGS -fno-rtti"
9447     fi
9448    
9449     if $CXX -v --help 2>&1 | grep -q fexceptions; then
9450     CXXFLAGS="$CXXFLAGS -fno-exceptions"
9451     fi
9452    
9453     if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9454     CXXFLAGS="$CXXFLAGS -ffunction-sections"
9455     fi
9456    
9457     if $LD -v --help 2>&1 | grep -q gc-sections; then
9458     LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9459     fi
9460    
9461    
9462    
9463    
9464    
9465     ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
9466     cat >confcache <<\_ACEOF
9467     # This file is a shell script that caches the results of configure
9468     # tests run on this system so they can be shared between configure
9469     # scripts and configure runs, see configure's option --config-cache.
9470     # It is not useful on other systems. If it contains results you don't
9471     # want to keep, you may remove or edit it.
9472     #
9473     # config.status only pays attention to the cache file if you give it
9474     # the --recheck option to rerun configure.
9475     #
9476     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9477     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9478     # following values.
9479    
9480     _ACEOF
9481    
9482     # The following way of writing the cache mishandles newlines in values,
9483     # but we know of no workaround that is simple, portable, and efficient.
9484     # So, don't put newlines in cache variables' values.
9485     # Ultrix sh set writes to stderr and can't be redirected directly,
9486     # and sets the high bit in the cache file unless we assign to the vars.
9487     {
9488     (set) 2>&1 |
9489     case `(ac_space=' '; set | grep ac_space) 2>&1` in
9490     *ac_space=\ *)
9491     # `set' does not quote correctly, so add quotes (double-quote
9492     # substitution turns \\\\ into \\, and sed turns \\ into \).
9493     sed -n \
9494     "s/'/'\\\\''/g;
9495     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9496     ;;
9497     *)
9498     # `set' quotes correctly as required by POSIX, so do not add quotes.
9499     sed -n \
9500     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9501     ;;
9502     esac;
9503     } |
9504     sed '
9505     t clear
9506     : clear
9507     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9508     t end
9509     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9510     : end' >>confcache
9511     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9512     if test -w $cache_file; then
9513     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9514     cat confcache >$cache_file
9515     else
9516     echo "not updating unwritable cache $cache_file"
9517     fi
9518     fi
9519     rm -f confcache
9520    
9521     test "x$prefix" = xNONE && prefix=$ac_default_prefix
9522     # Let make expand exec_prefix.
9523     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9524    
9525     # VPATH may cause trouble with some makes, so we remove $(srcdir),
9526     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9527     # trailing colons and then remove the whole line if VPATH becomes empty
9528     # (actually we leave an empty line to preserve line numbers).
9529     if test "x$srcdir" = x.; then
9530     ac_vpsub='/^[ ]*VPATH[ ]*=/{
9531     s/:*\$(srcdir):*/:/;
9532     s/:*\${srcdir}:*/:/;
9533     s/:*@srcdir@:*/:/;
9534     s/^\([^=]*=[ ]*\):*/\1/;
9535     s/:*$//;
9536     s/^[^=]*=[ ]*$//;
9537     }'
9538     fi
9539    
9540     DEFS=-DHAVE_CONFIG_H
9541    
9542     ac_libobjs=
9543     ac_ltlibobjs=
9544     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9545     # 1. Remove the extension, and $U if already installed.
9546     ac_i=`echo "$ac_i" |
9547     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9548     # 2. Add them.
9549     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9550     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9551     done
9552     LIBOBJS=$ac_libobjs
9553    
9554     LTLIBOBJS=$ac_ltlibobjs
9555    
9556    
9557     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9558     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9559     Usually this means the macro was only invoked conditionally." >&5
9560     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9561     Usually this means the macro was only invoked conditionally." >&2;}
9562     { (exit 1); exit 1; }; }
9563     fi
9564     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9565     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9566     Usually this means the macro was only invoked conditionally." >&5
9567     echo "$as_me: error: conditional \"AMDEP\" was never defined.
9568     Usually this means the macro was only invoked conditionally." >&2;}
9569     { (exit 1); exit 1; }; }
9570     fi
9571     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9572     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9573     Usually this means the macro was only invoked conditionally." >&5
9574     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9575     Usually this means the macro was only invoked conditionally." >&2;}
9576     { (exit 1); exit 1; }; }
9577     fi
9578     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9579     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9580     Usually this means the macro was only invoked conditionally." >&5
9581     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9582     Usually this means the macro was only invoked conditionally." >&2;}
9583     { (exit 1); exit 1; }; }
9584     fi
9585     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9586     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9587     Usually this means the macro was only invoked conditionally." >&5
9588     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9589     Usually this means the macro was only invoked conditionally." >&2;}
9590     { (exit 1); exit 1; }; }
9591     fi
9592    
9593     : ${CONFIG_STATUS=./config.status}
9594     ac_clean_files_save=$ac_clean_files
9595     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9596     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9597     echo "$as_me: creating $CONFIG_STATUS" >&6;}
9598     cat >$CONFIG_STATUS <<_ACEOF
9599     #! $SHELL
9600     # Generated by $as_me.
9601     # Run this file to recreate the current configuration.
9602     # Compiler output produced by configure, useful for debugging
9603     # configure, is in config.log if it exists.
9604    
9605     debug=false
9606     ac_cs_recheck=false
9607     ac_cs_silent=false
9608     SHELL=\${CONFIG_SHELL-$SHELL}
9609     _ACEOF
9610    
9611     cat >>$CONFIG_STATUS <<\_ACEOF
9612     ## --------------------- ##
9613     ## M4sh Initialization. ##
9614     ## --------------------- ##
9615    
9616     # Be Bourne compatible
9617     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9618     emulate sh
9619     NULLCMD=:
9620     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9621     # is contrary to our usage. Disable this feature.
9622     alias -g '${1+"$@"}'='"$@"'
9623     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
9624     set -o posix
9625     fi
9626    
9627     # Support unset when possible.
9628     if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
9629     as_unset=unset
9630     else
9631     as_unset=false
9632     fi
9633    
9634    
9635     # Work around bugs in pre-3.0 UWIN ksh.
9636     $as_unset ENV MAIL MAILPATH
9637     PS1='$ '
9638     PS2='> '
9639     PS4='+ '
9640    
9641     # NLS nuisances.
9642     for as_var in \
9643     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9644     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9645     LC_TELEPHONE LC_TIME
9646     do
9647     if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
9648     eval $as_var=C; export $as_var
9649     else
9650     $as_unset $as_var
9651     fi
9652     done
9653    
9654     # Required to use basename.
9655     if expr a : '\(a\)' >/dev/null 2>&1; then
9656     as_expr=expr
9657     else
9658     as_expr=false
9659     fi
9660    
9661     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
9662     as_basename=basename
9663     else
9664     as_basename=false
9665     fi
9666    
9667    
9668     # Name of the executable.
9669     as_me=`$as_basename "$0" ||
9670     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9671     X"$0" : 'X\(//\)$' \| \
9672     X"$0" : 'X\(/\)$' \| \
9673     . : '\(.\)' 2>/dev/null ||
9674     echo X/"$0" |
9675     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9676     /^X\/\(\/\/\)$/{ s//\1/; q; }
9677     /^X\/\(\/\).*/{ s//\1/; q; }
9678     s/.*/./; q'`
9679    
9680    
9681     # PATH needs CR, and LINENO needs CR and PATH.
9682     # Avoid depending upon Character Ranges.
9683     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9684     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9685     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9686     as_cr_digits='0123456789'
9687     as_cr_alnum=$as_cr_Letters$as_cr_digits
9688    
9689     # The user is always right.
9690     if test "${PATH_SEPARATOR+set}" != set; then
9691     echo "#! /bin/sh" >conf$$.sh
9692     echo "exit 0" >>conf$$.sh
9693     chmod +x conf$$.sh
9694     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9695     PATH_SEPARATOR=';'
9696     else
9697     PATH_SEPARATOR=:
9698     fi
9699     rm -f conf$$.sh
9700     fi
9701    
9702    
9703     as_lineno_1=$LINENO
9704     as_lineno_2=$LINENO
9705     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9706     test "x$as_lineno_1" != "x$as_lineno_2" &&
9707     test "x$as_lineno_3" = "x$as_lineno_2" || {
9708     # Find who we are. Look in the path if we contain no path at all
9709     # relative or not.
9710     case $0 in
9711     *[\\/]* ) as_myself=$0 ;;
9712     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9713     for as_dir in $PATH
9714     do
9715     IFS=$as_save_IFS
9716     test -z "$as_dir" && as_dir=.
9717     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9718     done
9719    
9720     ;;
9721     esac
9722     # We did not find ourselves, most probably we were run as `sh COMMAND'
9723     # in which case we are not to be found in the path.
9724     if test "x$as_myself" = x; then
9725     as_myself=$0
9726     fi
9727     if test ! -f "$as_myself"; then
9728     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9729     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9730     { (exit 1); exit 1; }; }
9731     fi
9732     case $CONFIG_SHELL in
9733     '')
9734     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9735     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9736     do
9737     IFS=$as_save_IFS
9738     test -z "$as_dir" && as_dir=.
9739     for as_base in sh bash ksh sh5; do
9740     case $as_dir in
9741     /*)
9742     if ("$as_dir/$as_base" -c '
9743     as_lineno_1=$LINENO
9744     as_lineno_2=$LINENO
9745     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9746     test "x$as_lineno_1" != "x$as_lineno_2" &&
9747     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
9748     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
9749     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
9750     CONFIG_SHELL=$as_dir/$as_base
9751     export CONFIG_SHELL
9752     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
9753     fi;;
9754     esac
9755     done
9756     done
9757     ;;
9758     esac
9759    
9760     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
9761     # uniformly replaced by the line number. The first 'sed' inserts a
9762     # line-number line before each line; the second 'sed' does the real
9763     # work. The second script uses 'N' to pair each line-number line
9764     # with the numbered line, and appends trailing '-' during
9765     # substitution so that $LINENO is not a special case at line end.
9766     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
9767     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
9768     sed '=' <$as_myself |
9769     sed '
9770     N
9771     s,$,-,
9772     : loop
9773     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
9774     t loop
9775     s,-$,,
9776     s,^['$as_cr_digits']*\n,,
9777     ' >$as_me.lineno &&
9778     chmod +x $as_me.lineno ||
9779     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
9780     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
9781     { (exit 1); exit 1; }; }
9782    
9783     # Don't try to exec as it changes $[0], causing all sort of problems
9784     # (the dirname of $[0] is not the place where we might find the
9785     # original and so on. Autoconf is especially sensible to this).
9786     . ./$as_me.lineno
9787     # Exit status is that of the last command.
9788     exit
9789     }
9790    
9791    
9792     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
9793     *c*,-n*) ECHO_N= ECHO_C='
9794     ' ECHO_T=' ' ;;
9795     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
9796     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
9797     esac
9798    
9799     if expr a : '\(a\)' >/dev/null 2>&1; then
9800     as_expr=expr
9801     else
9802     as_expr=false
9803     fi
9804    
9805     rm -f conf$$ conf$$.exe conf$$.file
9806     echo >conf$$.file
9807     if ln -s conf$$.file conf$$ 2>/dev/null; then
9808     # We could just check for DJGPP; but this test a) works b) is more generic
9809     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
9810     if test -f conf$$.exe; then
9811     # Don't use ln at all; we don't have any links
9812     as_ln_s='cp -p'
9813     else
9814     as_ln_s='ln -s'
9815     fi
9816     elif ln conf$$.file conf$$ 2>/dev/null; then
9817     as_ln_s=ln
9818     else
9819     as_ln_s='cp -p'
9820     fi
9821     rm -f conf$$ conf$$.exe conf$$.file
9822    
9823     if mkdir -p . 2>/dev/null; then
9824     as_mkdir_p=:
9825     else
9826     as_mkdir_p=false
9827     fi
9828    
9829     as_executable_p="test -f"
9830    
9831     # Sed expression to map a string onto a valid CPP name.
9832     as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
9833    
9834     # Sed expression to map a string onto a valid variable name.
9835     as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
9836    
9837    
9838     # IFS
9839     # We need space, tab and new line, in precisely that order.
9840     as_nl='
9841     '
9842     IFS=" $as_nl"
9843    
9844     # CDPATH.
9845     $as_unset CDPATH
9846    
9847     exec 6>&1
9848    
9849     # Open the log real soon, to keep \$[0] and so on meaningful, and to
9850     # report actual input values of CONFIG_FILES etc. instead of their
9851     # values after options handling. Logging --version etc. is OK.
9852     exec 5>>config.log
9853     {
9854     echo
9855     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9856     ## Running $as_me. ##
9857     _ASBOX
9858     } >&5
9859     cat >&5 <<_CSEOF
9860    
9861     This file was extended by $as_me, which was
9862     generated by GNU Autoconf 2.57. Invocation command line was
9863    
9864     CONFIG_FILES = $CONFIG_FILES
9865     CONFIG_HEADERS = $CONFIG_HEADERS
9866     CONFIG_LINKS = $CONFIG_LINKS
9867     CONFIG_COMMANDS = $CONFIG_COMMANDS
9868     $ $0 $@
9869    
9870     _CSEOF
9871     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
9872     echo >&5
9873     _ACEOF
9874    
9875     # Files that config.status was made for.
9876     if test -n "$ac_config_files"; then
9877     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
9878     fi
9879    
9880     if test -n "$ac_config_headers"; then
9881     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
9882     fi
9883    
9884     if test -n "$ac_config_links"; then
9885     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
9886     fi
9887    
9888     if test -n "$ac_config_commands"; then
9889     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
9890     fi
9891    
9892     cat >>$CONFIG_STATUS <<\_ACEOF
9893    
9894     ac_cs_usage="\
9895     \`$as_me' instantiates files from templates according to the
9896     current configuration.
9897    
9898     Usage: $0 [OPTIONS] [FILE]...
9899    
9900     -h, --help print this help, then exit
9901     -V, --version print version number, then exit
9902     -q, --quiet do not print progress messages
9903     -d, --debug don't remove temporary files
9904     --recheck update $as_me by reconfiguring in the same conditions
9905     --file=FILE[:TEMPLATE]
9906     instantiate the configuration file FILE
9907     --header=FILE[:TEMPLATE]
9908     instantiate the configuration header FILE
9909    
9910     Configuration files:
9911     $config_files
9912    
9913     Configuration headers:
9914     $config_headers
9915    
9916     Configuration commands:
9917     $config_commands
9918    
9919     Report bugs to <bug-autoconf@gnu.org>."
9920     _ACEOF
9921    
9922     cat >>$CONFIG_STATUS <<_ACEOF
9923     ac_cs_version="\\
9924     config.status
9925     configured by $0, generated by GNU Autoconf 2.57,
9926     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9927    
9928     Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
9929     Free Software Foundation, Inc.
9930     This config.status script is free software; the Free Software Foundation
9931     gives unlimited permission to copy, distribute and modify it."
9932     srcdir=$srcdir
9933     INSTALL="$INSTALL"
9934     _ACEOF
9935    
9936     cat >>$CONFIG_STATUS <<\_ACEOF
9937     # If no file are specified by the user, then we need to provide default
9938     # value. By we need to know if files were specified by the user.
9939     ac_need_defaults=:
9940     while test $# != 0
9941     do
9942     case $1 in
9943     --*=*)
9944     ac_option=`expr "x$1" : 'x\([^=]*\)='`
9945     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
9946     ac_shift=:
9947     ;;
9948     -*)
9949     ac_option=$1
9950     ac_optarg=$2
9951     ac_shift=shift
9952     ;;
9953     *) # This is not an option, so the user has probably given explicit
9954     # arguments.
9955     ac_option=$1
9956     ac_need_defaults=false;;
9957     esac
9958    
9959     case $ac_option in
9960     # Handling of the options.
9961     _ACEOF
9962     cat >>$CONFIG_STATUS <<\_ACEOF
9963     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9964     ac_cs_recheck=: ;;
9965     --version | --vers* | -V )
9966     echo "$ac_cs_version"; exit 0 ;;
9967     --he | --h)
9968     # Conflict between --help and --header
9969     { { echo "$as_me:$LINENO: error: ambiguous option: $1
9970     Try \`$0 --help' for more information." >&5
9971     echo "$as_me: error: ambiguous option: $1
9972     Try \`$0 --help' for more information." >&2;}
9973     { (exit 1); exit 1; }; };;
9974     --help | --hel | -h )
9975     echo "$ac_cs_usage"; exit 0 ;;
9976     --debug | --d* | -d )
9977     debug=: ;;
9978     --file | --fil | --fi | --f )
9979     $ac_shift
9980     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
9981     ac_need_defaults=false;;
9982     --header | --heade | --head | --hea )
9983     $ac_shift
9984     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
9985     ac_need_defaults=false;;
9986     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9987     | -silent | --silent | --silen | --sile | --sil | --si | --s)
9988     ac_cs_silent=: ;;
9989    
9990     # This is an error.
9991     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
9992     Try \`$0 --help' for more information." >&5
9993     echo "$as_me: error: unrecognized option: $1
9994     Try \`$0 --help' for more information." >&2;}
9995     { (exit 1); exit 1; }; } ;;
9996    
9997     *) ac_config_targets="$ac_config_targets $1" ;;
9998    
9999     esac
10000     shift
10001     done
10002    
10003     ac_configure_extra_args=
10004    
10005     if $ac_cs_silent; then
10006     exec 6>/dev/null
10007     ac_configure_extra_args="$ac_configure_extra_args --silent"
10008     fi
10009    
10010     _ACEOF
10011     cat >>$CONFIG_STATUS <<_ACEOF
10012     if \$ac_cs_recheck; then
10013     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10014     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10015     fi
10016    
10017     _ACEOF
10018    
10019     cat >>$CONFIG_STATUS <<_ACEOF
10020     #
10021     # INIT-COMMANDS section.
10022     #
10023    
10024     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10025     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10026     # from automake.
10027     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10028     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10029     LINGUAS="${LINGUAS-%UNSET%}"
10030    
10031     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10032    
10033     _ACEOF
10034    
10035    
10036    
10037     cat >>$CONFIG_STATUS <<\_ACEOF
10038     for ac_config_target in $ac_config_targets
10039     do
10040     case "$ac_config_target" in
10041     # Handling of arguments.
10042     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10043     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10044     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10045     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10046     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10047     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10048     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10049     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10050     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10051     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10052     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10053     { (exit 1); exit 1; }; };;
10054     esac
10055     done
10056    
10057     # If the user did not use the arguments to specify the items to instantiate,
10058     # then the envvar interface is used. Set only those that are not.
10059     # We use the long form for the default assignment because of an extremely
10060     # bizarre bug on SunOS 4.1.3.
10061     if $ac_need_defaults; then
10062     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10063     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10064     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10065     fi
10066    
10067     # Have a temporary directory for convenience. Make it in the build tree
10068     # simply because there is no reason to put it here, and in addition,
10069     # creating and moving files from /tmp can sometimes cause problems.
10070     # Create a temporary directory, and hook for its removal unless debugging.
10071     $debug ||
10072     {
10073     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10074     trap '{ (exit 1); exit 1; }' 1 2 13 15
10075     }
10076    
10077     # Create a (secure) tmp directory for tmp files.
10078    
10079     {
10080     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10081     test -n "$tmp" && test -d "$tmp"
10082     } ||
10083     {
10084     tmp=./confstat$$-$RANDOM
10085     (umask 077 && mkdir $tmp)
10086     } ||
10087     {
10088     echo "$me: cannot create a temporary directory in ." >&2
10089     { (exit 1); exit 1; }
10090     }
10091    
10092     _ACEOF
10093    
10094     cat >>$CONFIG_STATUS <<_ACEOF
10095    
10096     #
10097     # CONFIG_FILES section.
10098     #
10099    
10100     # No need to generate the scripts if there are no CONFIG_FILES.
10101     # This happens for instance when ./config.status config.h
10102     if test -n "\$CONFIG_FILES"; then
10103     # Protect against being on the right side of a sed subst in config.status.
10104     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10105     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10106     s,@SHELL@,$SHELL,;t t
10107     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10108     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10109     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10110     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10111     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10112     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10113     s,@exec_prefix@,$exec_prefix,;t t
10114     s,@prefix@,$prefix,;t t
10115     s,@program_transform_name@,$program_transform_name,;t t
10116     s,@bindir@,$bindir,;t t
10117     s,@sbindir@,$sbindir,;t t
10118     s,@libexecdir@,$libexecdir,;t t
10119     s,@datadir@,$datadir,;t t
10120     s,@sysconfdir@,$sysconfdir,;t t
10121     s,@sharedstatedir@,$sharedstatedir,;t t
10122     s,@localstatedir@,$localstatedir,;t t
10123     s,@libdir@,$libdir,;t t
10124     s,@includedir@,$includedir,;t t
10125     s,@oldincludedir@,$oldincludedir,;t t
10126     s,@infodir@,$infodir,;t t
10127     s,@mandir@,$mandir,;t t
10128     s,@build_alias@,$build_alias,;t t
10129     s,@host_alias@,$host_alias,;t t
10130     s,@target_alias@,$target_alias,;t t
10131     s,@DEFS@,$DEFS,;t t
10132     s,@ECHO_C@,$ECHO_C,;t t
10133     s,@ECHO_N@,$ECHO_N,;t t
10134     s,@ECHO_T@,$ECHO_T,;t t
10135     s,@LIBS@,$LIBS,;t t
10136     s,@build@,$build,;t t
10137     s,@build_cpu@,$build_cpu,;t t
10138     s,@build_vendor@,$build_vendor,;t t
10139     s,@build_os@,$build_os,;t t
10140     s,@host@,$host,;t t
10141     s,@host_cpu@,$host_cpu,;t t
10142     s,@host_vendor@,$host_vendor,;t t
10143     s,@host_os@,$host_os,;t t
10144     s,@target@,$target,;t t
10145     s,@target_cpu@,$target_cpu,;t t
10146     s,@target_vendor@,$target_vendor,;t t
10147     s,@target_os@,$target_os,;t t
10148     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10149     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10150     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10151     s,@CYGPATH_W@,$CYGPATH_W,;t t
10152     s,@PACKAGE@,$PACKAGE,;t t
10153     s,@VERSION@,$VERSION,;t t
10154     s,@ACLOCAL@,$ACLOCAL,;t t
10155     s,@AUTOCONF@,$AUTOCONF,;t t
10156     s,@AUTOMAKE@,$AUTOMAKE,;t t
10157     s,@AUTOHEADER@,$AUTOHEADER,;t t
10158     s,@MAKEINFO@,$MAKEINFO,;t t
10159     s,@AMTAR@,$AMTAR,;t t
10160     s,@install_sh@,$install_sh,;t t
10161     s,@STRIP@,$STRIP,;t t
10162     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10163     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10164     s,@AWK@,$AWK,;t t
10165     s,@SET_MAKE@,$SET_MAKE,;t t
10166     s,@am__leading_dot@,$am__leading_dot,;t t
10167     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10168     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10169     s,@MAINT@,$MAINT,;t t
10170     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10171     s,@MSGFMT@,$MSGFMT,;t t
10172     s,@GMSGFMT@,$GMSGFMT,;t t
10173     s,@XGETTEXT@,$XGETTEXT,;t t
10174     s,@MSGMERGE@,$MSGMERGE,;t t
10175     s,@CC@,$CC,;t t
10176     s,@CFLAGS@,$CFLAGS,;t t
10177     s,@LDFLAGS@,$LDFLAGS,;t t
10178     s,@CPPFLAGS@,$CPPFLAGS,;t t
10179     s,@ac_ct_CC@,$ac_ct_CC,;t t
10180     s,@EXEEXT@,$EXEEXT,;t t
10181     s,@OBJEXT@,$OBJEXT,;t t
10182     s,@DEPDIR@,$DEPDIR,;t t
10183     s,@am__include@,$am__include,;t t
10184     s,@am__quote@,$am__quote,;t t
10185     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10186     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10187     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10188     s,@CCDEPMODE@,$CCDEPMODE,;t t
10189     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10190     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10191     s,@USE_NLS@,$USE_NLS,;t t
10192     s,@LIBICONV@,$LIBICONV,;t t
10193     s,@LTLIBICONV@,$LTLIBICONV,;t t
10194     s,@INTLLIBS@,$INTLLIBS,;t t
10195     s,@LIBINTL@,$LIBINTL,;t t
10196     s,@LTLIBINTL@,$LTLIBINTL,;t t
10197     s,@POSUB@,$POSUB,;t t
10198     s,@CPP@,$CPP,;t t
10199     s,@CXX@,$CXX,;t t
10200     s,@CXXFLAGS@,$CXXFLAGS,;t t
10201     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10202     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10203     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10204     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10205     s,@EGREP@,$EGREP,;t t
10206     s,@LN_S@,$LN_S,;t t
10207     s,@RANLIB@,$RANLIB,;t t
10208     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10209     s,@IFTYPE@,$IFTYPE,;t t
10210     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10211     s,@CXXCPP@,$CXXCPP,;t t
10212     s,@ALLOCA@,$ALLOCA,;t t
10213     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10214     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10215     s,@INCLUDES@,$INCLUDES,;t t
10216     s,@LIBOBJS@,$LIBOBJS,;t t
10217     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10218     CEOF
10219    
10220     _ACEOF
10221    
10222     cat >>$CONFIG_STATUS <<\_ACEOF
10223     # Split the substitutions into bite-sized pieces for seds with
10224     # small command number limits, like on Digital OSF/1 and HP-UX.
10225     ac_max_sed_lines=48
10226     ac_sed_frag=1 # Number of current file.
10227     ac_beg=1 # First line for current file.
10228     ac_end=$ac_max_sed_lines # Line after last line for current file.
10229     ac_more_lines=:
10230     ac_sed_cmds=
10231     while $ac_more_lines; do
10232     if test $ac_beg -gt 1; then
10233     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10234     else
10235     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10236     fi
10237     if test ! -s $tmp/subs.frag; then
10238     ac_more_lines=false
10239     else
10240     # The purpose of the label and of the branching condition is to
10241     # speed up the sed processing (if there are no `@' at all, there
10242     # is no need to browse any of the substitutions).
10243     # These are the two extra sed commands mentioned above.
10244     (echo ':t
10245     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10246     if test -z "$ac_sed_cmds"; then
10247     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10248     else
10249     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10250     fi
10251     ac_sed_frag=`expr $ac_sed_frag + 1`
10252     ac_beg=$ac_end
10253     ac_end=`expr $ac_end + $ac_max_sed_lines`
10254     fi
10255     done
10256     if test -z "$ac_sed_cmds"; then
10257     ac_sed_cmds=cat
10258     fi
10259     fi # test -n "$CONFIG_FILES"
10260    
10261     _ACEOF
10262     cat >>$CONFIG_STATUS <<\_ACEOF
10263     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10264     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10265     case $ac_file in
10266     - | *:- | *:-:* ) # input from stdin
10267     cat >$tmp/stdin
10268     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10269     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10270     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10271     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10272     * ) ac_file_in=$ac_file.in ;;
10273     esac
10274    
10275     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10276     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10277     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10278     X"$ac_file" : 'X\(//\)[^/]' \| \
10279     X"$ac_file" : 'X\(//\)$' \| \
10280     X"$ac_file" : 'X\(/\)' \| \
10281     . : '\(.\)' 2>/dev/null ||
10282     echo X"$ac_file" |
10283     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10284     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10285     /^X\(\/\/\)$/{ s//\1/; q; }
10286     /^X\(\/\).*/{ s//\1/; q; }
10287     s/.*/./; q'`
10288     { if $as_mkdir_p; then
10289     mkdir -p "$ac_dir"
10290     else
10291     as_dir="$ac_dir"
10292     as_dirs=
10293     while test ! -d "$as_dir"; do
10294     as_dirs="$as_dir $as_dirs"
10295     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10296     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10297     X"$as_dir" : 'X\(//\)[^/]' \| \
10298     X"$as_dir" : 'X\(//\)$' \| \
10299     X"$as_dir" : 'X\(/\)' \| \
10300     . : '\(.\)' 2>/dev/null ||
10301     echo X"$as_dir" |
10302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10303     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10304     /^X\(\/\/\)$/{ s//\1/; q; }
10305     /^X\(\/\).*/{ s//\1/; q; }
10306     s/.*/./; q'`
10307     done
10308     test ! -n "$as_dirs" || mkdir $as_dirs
10309     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10310     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10311     { (exit 1); exit 1; }; }; }
10312    
10313     ac_builddir=.
10314    
10315     if test "$ac_dir" != .; then
10316     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10317     # A "../" for each directory in $ac_dir_suffix.
10318     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10319     else
10320     ac_dir_suffix= ac_top_builddir=
10321     fi
10322    
10323     case $srcdir in
10324     .) # No --srcdir option. We are building in place.
10325     ac_srcdir=.
10326     if test -z "$ac_top_builddir"; then
10327     ac_top_srcdir=.
10328     else
10329     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10330     fi ;;
10331     [\\/]* | ?:[\\/]* ) # Absolute path.
10332     ac_srcdir=$srcdir$ac_dir_suffix;
10333     ac_top_srcdir=$srcdir ;;
10334     *) # Relative path.
10335     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10336     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10337     esac
10338     # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10339     # absolute.
10340     ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10341     ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10342     ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10343     ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10344    
10345    
10346     case $INSTALL in
10347     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10348     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10349     esac
10350    
10351     if test x"$ac_file" != x-; then
10352     { echo "$as_me:$LINENO: creating $ac_file" >&5
10353     echo "$as_me: creating $ac_file" >&6;}
10354     rm -f "$ac_file"
10355     fi
10356     # Let's still pretend it is `configure' which instantiates (i.e., don't
10357     # use $as_me), people would be surprised to read:
10358     # /* config.h. Generated by config.status. */
10359     if test x"$ac_file" = x-; then
10360     configure_input=
10361     else
10362     configure_input="$ac_file. "
10363     fi
10364     configure_input=$configure_input"Generated from `echo $ac_file_in |
10365     sed 's,.*/,,'` by configure."
10366    
10367     # First look for the input files in the build tree, otherwise in the
10368     # src tree.
10369     ac_file_inputs=`IFS=:
10370     for f in $ac_file_in; do
10371     case $f in
10372     -) echo $tmp/stdin ;;
10373     [\\/$]*)
10374     # Absolute (can't be DOS-style, as IFS=:)
10375     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10376     echo "$as_me: error: cannot find input file: $f" >&2;}
10377     { (exit 1); exit 1; }; }
10378     echo $f;;
10379     *) # Relative
10380     if test -f "$f"; then
10381     # Build tree
10382     echo $f
10383     elif test -f "$srcdir/$f"; then
10384     # Source tree
10385     echo $srcdir/$f
10386     else
10387     # /dev/null tree
10388     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10389     echo "$as_me: error: cannot find input file: $f" >&2;}
10390     { (exit 1); exit 1; }; }
10391     fi;;
10392     esac
10393     done` || { (exit 1); exit 1; }
10394     _ACEOF
10395     cat >>$CONFIG_STATUS <<_ACEOF
10396     sed "$ac_vpsub
10397     $extrasub
10398     _ACEOF
10399     cat >>$CONFIG_STATUS <<\_ACEOF
10400     :t
10401     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10402     s,@configure_input@,$configure_input,;t t
10403     s,@srcdir@,$ac_srcdir,;t t
10404     s,@abs_srcdir@,$ac_abs_srcdir,;t t
10405     s,@top_srcdir@,$ac_top_srcdir,;t t
10406     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10407     s,@builddir@,$ac_builddir,;t t
10408     s,@abs_builddir@,$ac_abs_builddir,;t t
10409     s,@top_builddir@,$ac_top_builddir,;t t
10410     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10411     s,@INSTALL@,$ac_INSTALL,;t t
10412     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10413     rm -f $tmp/stdin
10414     if test x"$ac_file" != x-; then
10415     mv $tmp/out $ac_file
10416     else
10417     cat $tmp/out
10418     rm -f $tmp/out
10419     fi
10420    
10421     done
10422     _ACEOF
10423     cat >>$CONFIG_STATUS <<\_ACEOF
10424    
10425     #
10426     # CONFIG_HEADER section.
10427     #
10428    
10429     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10430     # NAME is the cpp macro being defined and VALUE is the value it is being given.
10431     #
10432     # ac_d sets the value in "#define NAME VALUE" lines.
10433     ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10434     ac_dB='[ ].*$,\1#\2'
10435     ac_dC=' '
10436     ac_dD=',;t'
10437     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10438     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10439     ac_uB='$,\1#\2define\3'
10440     ac_uC=' '
10441     ac_uD=',;t'
10442    
10443     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10444     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10445     case $ac_file in
10446     - | *:- | *:-:* ) # input from stdin
10447     cat >$tmp/stdin
10448     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10449     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10450     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10451     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10452     * ) ac_file_in=$ac_file.in ;;
10453     esac
10454    
10455     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10456     echo "$as_me: creating $ac_file" >&6;}
10457    
10458     # First look for the input files in the build tree, otherwise in the
10459     # src tree.
10460     ac_file_inputs=`IFS=:
10461     for f in $ac_file_in; do
10462     case $f in
10463     -) echo $tmp/stdin ;;
10464     [\\/$]*)
10465     # Absolute (can't be DOS-style, as IFS=:)
10466     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10467     echo "$as_me: error: cannot find input file: $f" >&2;}
10468     { (exit 1); exit 1; }; }
10469     echo $f;;
10470     *) # Relative
10471     if test -f "$f"; then
10472     # Build tree
10473     echo $f
10474     elif test -f "$srcdir/$f"; then
10475     # Source tree
10476     echo $srcdir/$f
10477     else
10478     # /dev/null tree
10479     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10480     echo "$as_me: error: cannot find input file: $f" >&2;}
10481     { (exit 1); exit 1; }; }
10482     fi;;
10483     esac
10484     done` || { (exit 1); exit 1; }
10485     # Remove the trailing spaces.
10486     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10487    
10488     _ACEOF
10489    
10490     # Transform confdefs.h into two sed scripts, `conftest.defines' and
10491     # `conftest.undefs', that substitutes the proper values into
10492     # config.h.in to produce config.h. The first handles `#define'
10493     # templates, and the second `#undef' templates.
10494     # And first: Protect against being on the right side of a sed subst in
10495     # config.status. Protect against being in an unquoted here document
10496     # in config.status.
10497     rm -f conftest.defines conftest.undefs
10498     # Using a here document instead of a string reduces the quoting nightmare.
10499     # Putting comments in sed scripts is not portable.
10500     #
10501     # `end' is used to avoid that the second main sed command (meant for
10502     # 0-ary CPP macros) applies to n-ary macro definitions.
10503     # See the Autoconf documentation for `clear'.
10504     cat >confdef2sed.sed <<\_ACEOF
10505     s/[\\&,]/\\&/g
10506     s,[\\$`],\\&,g
10507     t clear
10508     : clear
10509     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10510     t end
10511     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10512     : end
10513     _ACEOF
10514     # If some macros were called several times there might be several times
10515     # the same #defines, which is useless. Nevertheless, we may not want to
10516     # sort them, since we want the *last* AC-DEFINE to be honored.
10517     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10518     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10519     rm -f confdef2sed.sed
10520    
10521     # This sed command replaces #undef with comments. This is necessary, for
10522     # example, in the case of _POSIX_SOURCE, which is predefined and required
10523     # on some systems where configure will not decide to define it.
10524     cat >>conftest.undefs <<\_ACEOF
10525     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10526     _ACEOF
10527    
10528     # Break up conftest.defines because some shells have a limit on the size
10529     # of here documents, and old seds have small limits too (100 cmds).
10530     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10531     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10532     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10533     echo ' :' >>$CONFIG_STATUS
10534     rm -f conftest.tail
10535     while grep . conftest.defines >/dev/null
10536     do
10537     # Write a limited-size here document to $tmp/defines.sed.
10538     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10539     # Speed up: don't consider the non `#define' lines.
10540     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10541     # Work around the forget-to-reset-the-flag bug.
10542     echo 't clr' >>$CONFIG_STATUS
10543     echo ': clr' >>$CONFIG_STATUS
10544     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10545     echo 'CEOF
10546     sed -f $tmp/defines.sed $tmp/in >$tmp/out
10547     rm -f $tmp/in
10548     mv $tmp/out $tmp/in
10549     ' >>$CONFIG_STATUS
10550     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10551     rm -f conftest.defines
10552     mv conftest.tail conftest.defines
10553     done
10554     rm -f conftest.defines
10555     echo ' fi # grep' >>$CONFIG_STATUS
10556     echo >>$CONFIG_STATUS
10557    
10558     # Break up conftest.undefs because some shells have a limit on the size
10559     # of here documents, and old seds have small limits too (100 cmds).
10560     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10561     rm -f conftest.tail
10562     while grep . conftest.undefs >/dev/null
10563     do
10564     # Write a limited-size here document to $tmp/undefs.sed.
10565     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10566     # Speed up: don't consider the non `#undef'
10567     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10568     # Work around the forget-to-reset-the-flag bug.
10569     echo 't clr' >>$CONFIG_STATUS
10570     echo ': clr' >>$CONFIG_STATUS
10571     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10572     echo 'CEOF
10573     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10574     rm -f $tmp/in
10575     mv $tmp/out $tmp/in
10576     ' >>$CONFIG_STATUS
10577     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
10578     rm -f conftest.undefs
10579     mv conftest.tail conftest.undefs
10580     done
10581     rm -f conftest.undefs
10582    
10583     cat >>$CONFIG_STATUS <<\_ACEOF
10584     # Let's still pretend it is `configure' which instantiates (i.e., don't
10585     # use $as_me), people would be surprised to read:
10586     # /* config.h. Generated by config.status. */
10587     if test x"$ac_file" = x-; then
10588     echo "/* Generated by configure. */" >$tmp/config.h
10589     else
10590     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10591     fi
10592     cat $tmp/in >>$tmp/config.h
10593     rm -f $tmp/in
10594     if test x"$ac_file" != x-; then
10595     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
10596     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
10597     echo "$as_me: $ac_file is unchanged" >&6;}
10598     else
10599     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10600     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10601     X"$ac_file" : 'X\(//\)[^/]' \| \
10602     X"$ac_file" : 'X\(//\)$' \| \
10603     X"$ac_file" : 'X\(/\)' \| \
10604     . : '\(.\)' 2>/dev/null ||
10605     echo X"$ac_file" |
10606     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10607     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10608     /^X\(\/\/\)$/{ s//\1/; q; }
10609     /^X\(\/\).*/{ s//\1/; q; }
10610     s/.*/./; q'`
10611     { if $as_mkdir_p; then
10612     mkdir -p "$ac_dir"
10613     else
10614     as_dir="$ac_dir"
10615     as_dirs=
10616     while test ! -d "$as_dir"; do
10617     as_dirs="$as_dir $as_dirs"
10618     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10619     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10620     X"$as_dir" : 'X\(//\)[^/]' \| \
10621     X"$as_dir" : 'X\(//\)$' \| \
10622     X"$as_dir" : 'X\(/\)' \| \
10623     . : '\(.\)' 2>/dev/null ||
10624     echo X"$as_dir" |
10625     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10626     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10627     /^X\(\/\/\)$/{ s//\1/; q; }
10628     /^X\(\/\).*/{ s//\1/; q; }
10629     s/.*/./; q'`
10630     done
10631     test ! -n "$as_dirs" || mkdir $as_dirs
10632     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10633     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10634     { (exit 1); exit 1; }; }; }
10635    
10636     rm -f $ac_file
10637     mv $tmp/config.h $ac_file
10638     fi
10639     else
10640     cat $tmp/config.h
10641     rm -f $tmp/config.h
10642     fi
10643     # Compute $ac_file's index in $config_headers.
10644     _am_stamp_count=1
10645     for _am_header in $config_headers :; do
10646     case $_am_header in
10647     $ac_file | $ac_file:* )
10648     break ;;
10649     * )
10650     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10651     esac
10652     done
10653     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
10654     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10655     X$ac_file : 'X\(//\)[^/]' \| \
10656     X$ac_file : 'X\(//\)$' \| \
10657     X$ac_file : 'X\(/\)' \| \
10658     . : '\(.\)' 2>/dev/null ||
10659     echo X$ac_file |
10660     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10661     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10662     /^X\(\/\/\)$/{ s//\1/; q; }
10663     /^X\(\/\).*/{ s//\1/; q; }
10664     s/.*/./; q'`/stamp-h$_am_stamp_count
10665     done
10666     _ACEOF
10667     cat >>$CONFIG_STATUS <<\_ACEOF
10668    
10669     #
10670     # CONFIG_COMMANDS section.
10671     #
10672     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
10673     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
10674     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
10675     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
10676     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10677     X"$ac_dest" : 'X\(//\)[^/]' \| \
10678     X"$ac_dest" : 'X\(//\)$' \| \
10679     X"$ac_dest" : 'X\(/\)' \| \
10680     . : '\(.\)' 2>/dev/null ||
10681     echo X"$ac_dest" |
10682     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10683     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10684     /^X\(\/\/\)$/{ s//\1/; q; }
10685     /^X\(\/\).*/{ s//\1/; q; }
10686     s/.*/./; q'`
10687     ac_builddir=.
10688    
10689     if test "$ac_dir" != .; then
10690     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10691     # A "../" for each directory in $ac_dir_suffix.
10692     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10693     else
10694     ac_dir_suffix= ac_top_builddir=
10695     fi
10696    
10697     case $srcdir in
10698     .) # No --srcdir option. We are building in place.
10699     ac_srcdir=.
10700     if test -z "$ac_top_builddir"; then
10701     ac_top_srcdir=.
10702     else
10703     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10704     fi ;;
10705     [\\/]* | ?:[\\/]* ) # Absolute path.
10706     ac_srcdir=$srcdir$ac_dir_suffix;
10707     ac_top_srcdir=$srcdir ;;
10708     *) # Relative path.
10709     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10710     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10711     esac
10712     # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10713     # absolute.
10714     ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10715     ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10716     ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10717     ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10718    
10719    
10720     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
10721     echo "$as_me: executing $ac_dest commands" >&6;}
10722     case $ac_dest in
10723     default-1 )
10724     for ac_file in $CONFIG_FILES; do
10725     # Support "outfile[:infile[:infile...]]"
10726     case "$ac_file" in
10727     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10728     esac
10729     # PO directories have a Makefile.in generated from Makefile.in.in.
10730     case "$ac_file" in */Makefile.in)
10731     # Adjust a relative srcdir.
10732     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
10733     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
10734     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
10735     # In autoconf-2.13 it is called $ac_given_srcdir.
10736     # In autoconf-2.50 it is called $srcdir.
10737     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
10738     case "$ac_given_srcdir" in
10739     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
10740     /*) top_srcdir="$ac_given_srcdir" ;;
10741     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
10742     esac
10743     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
10744     rm -f "$ac_dir/POTFILES"
10745     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
10746     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
10747     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
10748     # on $ac_dir but don't depend on user-specified configuration
10749     # parameters.
10750     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
10751     # The LINGUAS file contains the set of available languages.
10752     if test -n "$ALL_LINGUAS"; then
10753     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
10754     fi
10755     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
10756     # Hide the ALL_LINGUAS assigment from automake.
10757     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
10758     fi
10759     case "$ac_given_srcdir" in
10760     .) srcdirpre= ;;
10761     *) srcdirpre='$(srcdir)/' ;;
10762     esac
10763     POFILES=
10764     GMOFILES=
10765     UPDATEPOFILES=
10766     DUMMYPOFILES=
10767     for lang in $ALL_LINGUAS; do
10768     POFILES="$POFILES $srcdirpre$lang.po"
10769     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
10770     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
10771     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
10772     done
10773     # CATALOGS depends on both $ac_dir and the user's LINGUAS
10774     # environment variable.
10775     INST_LINGUAS=
10776     if test -n "$ALL_LINGUAS"; then
10777     for presentlang in $ALL_LINGUAS; do
10778     useit=no
10779     if test "%UNSET%" != "$LINGUAS"; then
10780     desiredlanguages="$LINGUAS"
10781     else
10782     desiredlanguages="$ALL_LINGUAS"
10783     fi
10784     for desiredlang in $desiredlanguages; do
10785     # Use the presentlang catalog if desiredlang is
10786     # a. equal to presentlang, or
10787     # b. a variant of presentlang (because in this case,
10788     # presentlang can be used as a fallback for messages
10789     # which are not translated in the desiredlang catalog).
10790     case "$desiredlang" in
10791     "$presentlang"*) useit=yes;;
10792     esac
10793     done
10794     if test $useit = yes; then
10795     INST_LINGUAS="$INST_LINGUAS $presentlang"
10796     fi
10797     done
10798     fi
10799     CATALOGS=
10800     if test -n "$INST_LINGUAS"; then
10801     for lang in $INST_LINGUAS; do
10802     CATALOGS="$CATALOGS $lang.gmo"
10803     done
10804     fi
10805     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
10806     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"
10807     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
10808     if test -f "$f"; then
10809     case "$f" in
10810     *.orig | *.bak | *~) ;;
10811     *) cat "$f" >> "$ac_dir/Makefile" ;;
10812     esac
10813     fi
10814     done
10815     fi
10816     ;;
10817     esac
10818     done ;;
10819     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10820     # Strip MF so we end up with the name of the file.
10821     mf=`echo "$mf" | sed -e 's/:.*$//'`
10822     # Check whether this is an Automake generated Makefile or not.
10823     # We used to match only the files named `Makefile.in', but
10824     # some people rename them; so instead we look at the file content.
10825     # Grep'ing the first line is not enough: some people post-process
10826     # each Makefile.in and add a new line on top of each file to say so.
10827     # So let's grep whole file.
10828     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10829     dirpart=`(dirname "$mf") 2>/dev/null ||
10830     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10831     X"$mf" : 'X\(//\)[^/]' \| \
10832     X"$mf" : 'X\(//\)$' \| \
10833     X"$mf" : 'X\(/\)' \| \
10834     . : '\(.\)' 2>/dev/null ||
10835     echo X"$mf" |
10836     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10837     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10838     /^X\(\/\/\)$/{ s//\1/; q; }
10839     /^X\(\/\).*/{ s//\1/; q; }
10840     s/.*/./; q'`
10841     else
10842     continue
10843     fi
10844     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10845     # Extract the definition of DEP_FILES from the Makefile without
10846     # running `make'.
10847     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10848     test -z "$DEPDIR" && continue
10849     # When using ansi2knr, U may be empty or an underscore; expand it
10850     U=`sed -n -e '/^U = / s///p' < "$mf"`
10851     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10852     # We invoke sed twice because it is the simplest approach to
10853     # changing $(DEPDIR) to its actual value in the expansion.
10854     for file in `sed -n -e '
10855     /^DEP_FILES = .*\\\\$/ {
10856     s/^DEP_FILES = //
10857     :loop
10858     s/\\\\$//
10859     p
10860     n
10861     /\\\\$/ b loop
10862     p
10863     }
10864     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10865     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10866     # Make sure the directory exists.
10867     test -f "$dirpart/$file" && continue
10868     fdir=`(dirname "$file") 2>/dev/null ||
10869     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10870     X"$file" : 'X\(//\)[^/]' \| \
10871     X"$file" : 'X\(//\)$' \| \
10872     X"$file" : 'X\(/\)' \| \
10873     . : '\(.\)' 2>/dev/null ||
10874     echo X"$file" |
10875     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10876     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10877     /^X\(\/\/\)$/{ s//\1/; q; }
10878     /^X\(\/\).*/{ s//\1/; q; }
10879     s/.*/./; q'`
10880     { if $as_mkdir_p; then
10881     mkdir -p $dirpart/$fdir
10882     else
10883     as_dir=$dirpart/$fdir
10884     as_dirs=
10885     while test ! -d "$as_dir"; do
10886     as_dirs="$as_dir $as_dirs"
10887     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10888     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10889     X"$as_dir" : 'X\(//\)[^/]' \| \
10890     X"$as_dir" : 'X\(//\)$' \| \
10891     X"$as_dir" : 'X\(/\)' \| \
10892     . : '\(.\)' 2>/dev/null ||
10893     echo X"$as_dir" |
10894     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10895     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10896     /^X\(\/\/\)$/{ s//\1/; q; }
10897     /^X\(\/\).*/{ s//\1/; q; }
10898     s/.*/./; q'`
10899     done
10900     test ! -n "$as_dirs" || mkdir $as_dirs
10901     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
10902     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
10903     { (exit 1); exit 1; }; }; }
10904    
10905     # echo "creating $dirpart/$file"
10906     echo '# dummy' > "$dirpart/$file"
10907     done
10908     done
10909     ;;
10910     esac
10911     done
10912     _ACEOF
10913    
10914     cat >>$CONFIG_STATUS <<\_ACEOF
10915    
10916     { (exit 0); exit 0; }
10917     _ACEOF
10918     chmod +x $CONFIG_STATUS
10919     ac_clean_files=$ac_clean_files_save
10920    
10921    
10922    
10923     echo
10924     echo "***"
10925     echo "*** Configuration Summary"
10926     echo "***"
10927     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10928     echo "*** Cipher used: $CIPHER"
10929     echo "*** Digest used: $DIGEST"
10930     echo "*** HMAC length: $HMAC"
10931     echo "*** RAND used: $RAND"
10932     echo "*** Max. MTU: $MTU"
10933     echo "*** Compression: $COMPRESS"
10934     echo "***"
10935    
10936     if test "x$DIGEST" = xmd4; then
10937     echo "*** WARNING"
10938     echo "*** The digest you have chosen ($DIGEST) is known to be insecure"
10939     echo "***"
10940     fi
10941    
10942     echo
10943    
10944    
10945    
10946     # configure is writing to config.log, and then calls config.status.
10947     # config.status does its own redirection, appending to config.log.
10948     # Unfortunately, on DOS this fails, as config.log is still kept open
10949     # by configure, so config.status won't be able to write to it; its
10950     # output is simply discarded. So we exec the FD to /dev/null,
10951     # effectively closing config.log, so it can be properly (re)opened and
10952     # appended to by config.status. When coming back to configure, we
10953     # need to make the FD available again.
10954     if test "$no_create" != yes; then
10955     ac_cs_success=:
10956     ac_config_status_args=
10957     test "$silent" = yes &&
10958     ac_config_status_args="$ac_config_status_args --quiet"
10959     exec 5>/dev/null
10960     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
10961     exec 5>>config.log
10962     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10963     # would make configure fail if this is the last instruction.
10964     $ac_cs_success || { (exit 1); exit 1; }
10965     fi
10966