ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.2
Committed: Tue Oct 14 19:45:35 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
Changes since 1.1: +2 -1 lines
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 pcg 1.2
7525     for ac_func in poll mlockall
7526 pcg 1.1 do
7527     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7528     echo "$as_me:$LINENO: checking for $ac_func" >&5
7529     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7530     if eval "test \"\${$as_ac_var+set}\" = set"; then
7531     echo $ECHO_N "(cached) $ECHO_C" >&6
7532     else
7533     cat >conftest.$ac_ext <<_ACEOF
7534     #line $LINENO "configure"
7535     /* confdefs.h. */
7536     _ACEOF
7537     cat confdefs.h >>conftest.$ac_ext
7538     cat >>conftest.$ac_ext <<_ACEOF
7539     /* end confdefs.h. */
7540     /* System header to define __stub macros and hopefully few prototypes,
7541     which can conflict with char $ac_func (); below.
7542     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7543     <limits.h> exists even on freestanding compilers. */
7544     #ifdef __STDC__
7545     # include <limits.h>
7546     #else
7547     # include <assert.h>
7548     #endif
7549     /* Override any gcc2 internal prototype to avoid an error. */
7550     #ifdef __cplusplus
7551     extern "C"
7552     {
7553     #endif
7554     /* We use char because int might match the return type of a gcc2
7555     builtin and then its argument prototype would still apply. */
7556     char $ac_func ();
7557     /* The GNU C library defines this for functions which it implements
7558     to always fail with ENOSYS. Some functions are actually named
7559     something starting with __ and the normal name is an alias. */
7560     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7561     choke me
7562     #else
7563     char (*f) () = $ac_func;
7564     #endif
7565     #ifdef __cplusplus
7566     }
7567     #endif
7568    
7569     int
7570     main ()
7571     {
7572     return f != $ac_func;
7573     ;
7574     return 0;
7575     }
7576     _ACEOF
7577     rm -f conftest.$ac_objext conftest$ac_exeext
7578     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7579     (eval $ac_link) 2>&5
7580     ac_status=$?
7581     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7582     (exit $ac_status); } &&
7583     { ac_try='test -s conftest$ac_exeext'
7584     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7585     (eval $ac_try) 2>&5
7586     ac_status=$?
7587     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588     (exit $ac_status); }; }; then
7589     eval "$as_ac_var=yes"
7590     else
7591     echo "$as_me: failed program was:" >&5
7592     sed 's/^/| /' conftest.$ac_ext >&5
7593    
7594     eval "$as_ac_var=no"
7595     fi
7596     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7597     fi
7598     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7599     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7600     if test `eval echo '${'$as_ac_var'}'` = yes; then
7601     cat >>confdefs.h <<_ACEOF
7602     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7603     _ACEOF
7604    
7605     fi
7606     done
7607    
7608    
7609     echo "$as_me:$LINENO: checking for socklen_t" >&5
7610     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7611     if test "${ac_cv_type_socklen_t+set}" = set; then
7612     echo $ECHO_N "(cached) $ECHO_C" >&6
7613     else
7614    
7615     cat >conftest.$ac_ext <<_ACEOF
7616     #line $LINENO "configure"
7617     /* confdefs.h. */
7618     _ACEOF
7619     cat confdefs.h >>conftest.$ac_ext
7620     cat >>conftest.$ac_ext <<_ACEOF
7621     /* end confdefs.h. */
7622     #include <sys/types.h>
7623     #include <sys/socket.h>
7624     int
7625     main ()
7626     {
7627     socklen_t len = 42; return len;
7628     ;
7629     return 0;
7630     }
7631     _ACEOF
7632     rm -f conftest.$ac_objext
7633     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7634     (eval $ac_compile) 2>&5
7635     ac_status=$?
7636     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637     (exit $ac_status); } &&
7638     { ac_try='test -s conftest.$ac_objext'
7639     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7640     (eval $ac_try) 2>&5
7641     ac_status=$?
7642     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7643     (exit $ac_status); }; }; then
7644     ac_cv_type_socklen_t=yes
7645     else
7646     echo "$as_me: failed program was:" >&5
7647     sed 's/^/| /' conftest.$ac_ext >&5
7648    
7649     ac_cv_type_socklen_t=no
7650     fi
7651     rm -f conftest.$ac_objext conftest.$ac_ext
7652    
7653     fi
7654     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7655     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7656     if test $ac_cv_type_socklen_t = yes; then
7657    
7658     cat >>confdefs.h <<\_ACEOF
7659     #define HAVE_SOCKLEN_T 1
7660     _ACEOF
7661    
7662     fi
7663    
7664     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7665     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7666     if test "${ac_cv_struct_addrinfo+set}" = set; then
7667     echo $ECHO_N "(cached) $ECHO_C" >&6
7668     else
7669    
7670     cat >conftest.$ac_ext <<_ACEOF
7671     #line $LINENO "configure"
7672     /* confdefs.h. */
7673     _ACEOF
7674     cat confdefs.h >>conftest.$ac_ext
7675     cat >>conftest.$ac_ext <<_ACEOF
7676     /* end confdefs.h. */
7677     #include <sys/types.h>
7678     #include <sys/socket.h>
7679     #include <netdb.h>
7680     int
7681     main ()
7682     {
7683     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7684     ;
7685     return 0;
7686     }
7687     _ACEOF
7688     rm -f conftest.$ac_objext
7689     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7690     (eval $ac_compile) 2>&5
7691     ac_status=$?
7692     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693     (exit $ac_status); } &&
7694     { ac_try='test -s conftest.$ac_objext'
7695     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7696     (eval $ac_try) 2>&5
7697     ac_status=$?
7698     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699     (exit $ac_status); }; }; then
7700     ac_cv_struct_addrinfo=yes
7701     else
7702     echo "$as_me: failed program was:" >&5
7703     sed 's/^/| /' conftest.$ac_ext >&5
7704    
7705     ac_cv_struct_addrinfo=no
7706     fi
7707     rm -f conftest.$ac_objext conftest.$ac_ext
7708    
7709     fi
7710     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7711     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7712     if test $ac_cv_struct_addrinfo = yes; then
7713    
7714     cat >>confdefs.h <<\_ACEOF
7715     #define HAVE_STRUCT_ADDRINFO 1
7716     _ACEOF
7717    
7718     fi
7719    
7720     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7721     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7722     if test "${ac_cv_type_signal+set}" = set; then
7723     echo $ECHO_N "(cached) $ECHO_C" >&6
7724     else
7725     cat >conftest.$ac_ext <<_ACEOF
7726     #line $LINENO "configure"
7727     /* confdefs.h. */
7728     _ACEOF
7729     cat confdefs.h >>conftest.$ac_ext
7730     cat >>conftest.$ac_ext <<_ACEOF
7731     /* end confdefs.h. */
7732     #include <sys/types.h>
7733     #include <signal.h>
7734     #ifdef signal
7735     # undef signal
7736     #endif
7737     #ifdef __cplusplus
7738     extern "C" void (*signal (int, void (*)(int)))(int);
7739     #else
7740     void (*signal ()) ();
7741     #endif
7742    
7743     int
7744     main ()
7745     {
7746     int i;
7747     ;
7748     return 0;
7749     }
7750     _ACEOF
7751     rm -f conftest.$ac_objext
7752     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7753     (eval $ac_compile) 2>&5
7754     ac_status=$?
7755     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756     (exit $ac_status); } &&
7757     { ac_try='test -s conftest.$ac_objext'
7758     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7759     (eval $ac_try) 2>&5
7760     ac_status=$?
7761     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762     (exit $ac_status); }; }; then
7763     ac_cv_type_signal=void
7764     else
7765     echo "$as_me: failed program was:" >&5
7766     sed 's/^/| /' conftest.$ac_ext >&5
7767    
7768     ac_cv_type_signal=int
7769     fi
7770     rm -f conftest.$ac_objext conftest.$ac_ext
7771     fi
7772     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7773     echo "${ECHO_T}$ac_cv_type_signal" >&6
7774    
7775     cat >>confdefs.h <<_ACEOF
7776     #define RETSIGTYPE $ac_cv_type_signal
7777     _ACEOF
7778    
7779    
7780    
7781     ac_ext=c
7782     ac_cpp='$CPP $CPPFLAGS'
7783     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7784     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7785     ac_compiler_gnu=$ac_cv_c_compiler_gnu
7786    
7787    
7788     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7789     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7790     if test "${ac_cv_header_stdc+set}" = set; then
7791     echo $ECHO_N "(cached) $ECHO_C" >&6
7792     else
7793     cat >conftest.$ac_ext <<_ACEOF
7794     #line $LINENO "configure"
7795     /* confdefs.h. */
7796     _ACEOF
7797     cat confdefs.h >>conftest.$ac_ext
7798     cat >>conftest.$ac_ext <<_ACEOF
7799     /* end confdefs.h. */
7800     #include <stdlib.h>
7801     #include <stdarg.h>
7802     #include <string.h>
7803     #include <float.h>
7804    
7805     int
7806     main ()
7807     {
7808    
7809     ;
7810     return 0;
7811     }
7812     _ACEOF
7813     rm -f conftest.$ac_objext
7814     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7815     (eval $ac_compile) 2>&5
7816     ac_status=$?
7817     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818     (exit $ac_status); } &&
7819     { ac_try='test -s conftest.$ac_objext'
7820     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821     (eval $ac_try) 2>&5
7822     ac_status=$?
7823     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824     (exit $ac_status); }; }; then
7825     ac_cv_header_stdc=yes
7826     else
7827     echo "$as_me: failed program was:" >&5
7828     sed 's/^/| /' conftest.$ac_ext >&5
7829    
7830     ac_cv_header_stdc=no
7831     fi
7832     rm -f conftest.$ac_objext conftest.$ac_ext
7833    
7834     if test $ac_cv_header_stdc = yes; then
7835     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7836     cat >conftest.$ac_ext <<_ACEOF
7837     #line $LINENO "configure"
7838     /* confdefs.h. */
7839     _ACEOF
7840     cat confdefs.h >>conftest.$ac_ext
7841     cat >>conftest.$ac_ext <<_ACEOF
7842     /* end confdefs.h. */
7843     #include <string.h>
7844    
7845     _ACEOF
7846     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7847     $EGREP "memchr" >/dev/null 2>&1; then
7848     :
7849     else
7850     ac_cv_header_stdc=no
7851     fi
7852     rm -f conftest*
7853    
7854     fi
7855    
7856     if test $ac_cv_header_stdc = yes; then
7857     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7858     cat >conftest.$ac_ext <<_ACEOF
7859     #line $LINENO "configure"
7860     /* confdefs.h. */
7861     _ACEOF
7862     cat confdefs.h >>conftest.$ac_ext
7863     cat >>conftest.$ac_ext <<_ACEOF
7864     /* end confdefs.h. */
7865     #include <stdlib.h>
7866    
7867     _ACEOF
7868     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7869     $EGREP "free" >/dev/null 2>&1; then
7870     :
7871     else
7872     ac_cv_header_stdc=no
7873     fi
7874     rm -f conftest*
7875    
7876     fi
7877    
7878     if test $ac_cv_header_stdc = yes; then
7879     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7880     if test "$cross_compiling" = yes; then
7881     :
7882     else
7883     cat >conftest.$ac_ext <<_ACEOF
7884     #line $LINENO "configure"
7885     /* confdefs.h. */
7886     _ACEOF
7887     cat confdefs.h >>conftest.$ac_ext
7888     cat >>conftest.$ac_ext <<_ACEOF
7889     /* end confdefs.h. */
7890     #include <ctype.h>
7891     #if ((' ' & 0x0FF) == 0x020)
7892     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7893     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7894     #else
7895     # define ISLOWER(c) \
7896     (('a' <= (c) && (c) <= 'i') \
7897     || ('j' <= (c) && (c) <= 'r') \
7898     || ('s' <= (c) && (c) <= 'z'))
7899     # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7900     #endif
7901    
7902     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7903     int
7904     main ()
7905     {
7906     int i;
7907     for (i = 0; i < 256; i++)
7908     if (XOR (islower (i), ISLOWER (i))
7909     || toupper (i) != TOUPPER (i))
7910     exit(2);
7911     exit (0);
7912     }
7913     _ACEOF
7914     rm -f conftest$ac_exeext
7915     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7916     (eval $ac_link) 2>&5
7917     ac_status=$?
7918     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7919     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7920     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7921     (eval $ac_try) 2>&5
7922     ac_status=$?
7923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7924     (exit $ac_status); }; }; then
7925     :
7926     else
7927     echo "$as_me: program exited with status $ac_status" >&5
7928     echo "$as_me: failed program was:" >&5
7929     sed 's/^/| /' conftest.$ac_ext >&5
7930    
7931     ( exit $ac_status )
7932     ac_cv_header_stdc=no
7933     fi
7934     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7935     fi
7936     fi
7937     fi
7938     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7939     echo "${ECHO_T}$ac_cv_header_stdc" >&6
7940     if test $ac_cv_header_stdc = yes; then
7941    
7942     cat >>confdefs.h <<\_ACEOF
7943     #define STDC_HEADERS 1
7944     _ACEOF
7945    
7946     fi
7947    
7948    
7949    
7950    
7951    
7952    
7953    
7954    
7955    
7956    
7957    
7958    
7959     for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
7960     do
7961     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7962     echo "$as_me:$LINENO: checking for $ac_func" >&5
7963     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7964     if eval "test \"\${$as_ac_var+set}\" = set"; then
7965     echo $ECHO_N "(cached) $ECHO_C" >&6
7966     else
7967     cat >conftest.$ac_ext <<_ACEOF
7968     #line $LINENO "configure"
7969     /* confdefs.h. */
7970     _ACEOF
7971     cat confdefs.h >>conftest.$ac_ext
7972     cat >>conftest.$ac_ext <<_ACEOF
7973     /* end confdefs.h. */
7974     /* System header to define __stub macros and hopefully few prototypes,
7975     which can conflict with char $ac_func (); below.
7976     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7977     <limits.h> exists even on freestanding compilers. */
7978     #ifdef __STDC__
7979     # include <limits.h>
7980     #else
7981     # include <assert.h>
7982     #endif
7983     /* Override any gcc2 internal prototype to avoid an error. */
7984     #ifdef __cplusplus
7985     extern "C"
7986     {
7987     #endif
7988     /* We use char because int might match the return type of a gcc2
7989     builtin and then its argument prototype would still apply. */
7990     char $ac_func ();
7991     /* The GNU C library defines this for functions which it implements
7992     to always fail with ENOSYS. Some functions are actually named
7993     something starting with __ and the normal name is an alias. */
7994     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7995     choke me
7996     #else
7997     char (*f) () = $ac_func;
7998     #endif
7999     #ifdef __cplusplus
8000     }
8001     #endif
8002    
8003     int
8004     main ()
8005     {
8006     return f != $ac_func;
8007     ;
8008     return 0;
8009     }
8010     _ACEOF
8011     rm -f conftest.$ac_objext conftest$ac_exeext
8012     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8013     (eval $ac_link) 2>&5
8014     ac_status=$?
8015     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8016     (exit $ac_status); } &&
8017     { ac_try='test -s conftest$ac_exeext'
8018     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8019     (eval $ac_try) 2>&5
8020     ac_status=$?
8021     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022     (exit $ac_status); }; }; then
8023     eval "$as_ac_var=yes"
8024     else
8025     echo "$as_me: failed program was:" >&5
8026     sed 's/^/| /' conftest.$ac_ext >&5
8027    
8028     eval "$as_ac_var=no"
8029     fi
8030     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8031     fi
8032     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8033     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8034     if test `eval echo '${'$as_ac_var'}'` = yes; then
8035     cat >>confdefs.h <<_ACEOF
8036     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8037     _ACEOF
8038    
8039     fi
8040     done
8041    
8042    
8043     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8044     # for constant arguments. Useless!
8045     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8046     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8047     if test "${ac_cv_working_alloca_h+set}" = set; then
8048     echo $ECHO_N "(cached) $ECHO_C" >&6
8049     else
8050     cat >conftest.$ac_ext <<_ACEOF
8051     #line $LINENO "configure"
8052     /* confdefs.h. */
8053     _ACEOF
8054     cat confdefs.h >>conftest.$ac_ext
8055     cat >>conftest.$ac_ext <<_ACEOF
8056     /* end confdefs.h. */
8057     #include <alloca.h>
8058     int
8059     main ()
8060     {
8061     char *p = (char *) alloca (2 * sizeof (int));
8062     ;
8063     return 0;
8064     }
8065     _ACEOF
8066     rm -f conftest.$ac_objext conftest$ac_exeext
8067     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8068     (eval $ac_link) 2>&5
8069     ac_status=$?
8070     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8071     (exit $ac_status); } &&
8072     { ac_try='test -s conftest$ac_exeext'
8073     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8074     (eval $ac_try) 2>&5
8075     ac_status=$?
8076     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077     (exit $ac_status); }; }; then
8078     ac_cv_working_alloca_h=yes
8079     else
8080     echo "$as_me: failed program was:" >&5
8081     sed 's/^/| /' conftest.$ac_ext >&5
8082    
8083     ac_cv_working_alloca_h=no
8084     fi
8085     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8086     fi
8087     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8088     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8089     if test $ac_cv_working_alloca_h = yes; then
8090    
8091     cat >>confdefs.h <<\_ACEOF
8092     #define HAVE_ALLOCA_H 1
8093     _ACEOF
8094    
8095     fi
8096    
8097     echo "$as_me:$LINENO: checking for alloca" >&5
8098     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8099     if test "${ac_cv_func_alloca_works+set}" = set; then
8100     echo $ECHO_N "(cached) $ECHO_C" >&6
8101     else
8102     cat >conftest.$ac_ext <<_ACEOF
8103     #line $LINENO "configure"
8104     /* confdefs.h. */
8105     _ACEOF
8106     cat confdefs.h >>conftest.$ac_ext
8107     cat >>conftest.$ac_ext <<_ACEOF
8108     /* end confdefs.h. */
8109     #ifdef __GNUC__
8110     # define alloca __builtin_alloca
8111     #else
8112     # ifdef _MSC_VER
8113     # include <malloc.h>
8114     # define alloca _alloca
8115     # else
8116     # if HAVE_ALLOCA_H
8117     # include <alloca.h>
8118     # else
8119     # ifdef _AIX
8120     #pragma alloca
8121     # else
8122     # ifndef alloca /* predefined by HP cc +Olibcalls */
8123     char *alloca ();
8124     # endif
8125     # endif
8126     # endif
8127     # endif
8128     #endif
8129    
8130     int
8131     main ()
8132     {
8133     char *p = (char *) alloca (1);
8134     ;
8135     return 0;
8136     }
8137     _ACEOF
8138     rm -f conftest.$ac_objext conftest$ac_exeext
8139     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8140     (eval $ac_link) 2>&5
8141     ac_status=$?
8142     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8143     (exit $ac_status); } &&
8144     { ac_try='test -s conftest$ac_exeext'
8145     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8146     (eval $ac_try) 2>&5
8147     ac_status=$?
8148     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149     (exit $ac_status); }; }; then
8150     ac_cv_func_alloca_works=yes
8151     else
8152     echo "$as_me: failed program was:" >&5
8153     sed 's/^/| /' conftest.$ac_ext >&5
8154    
8155     ac_cv_func_alloca_works=no
8156     fi
8157     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8158     fi
8159     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8160     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8161    
8162     if test $ac_cv_func_alloca_works = yes; then
8163    
8164     cat >>confdefs.h <<\_ACEOF
8165     #define HAVE_ALLOCA 1
8166     _ACEOF
8167    
8168     else
8169     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8170     # that cause trouble. Some versions do not even contain alloca or
8171     # contain a buggy version. If you still want to use their alloca,
8172     # use ar to extract alloca.o from them instead of compiling alloca.c.
8173    
8174     ALLOCA=alloca.$ac_objext
8175    
8176     cat >>confdefs.h <<\_ACEOF
8177     #define C_ALLOCA 1
8178     _ACEOF
8179    
8180    
8181     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8182     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8183     if test "${ac_cv_os_cray+set}" = set; then
8184     echo $ECHO_N "(cached) $ECHO_C" >&6
8185     else
8186     cat >conftest.$ac_ext <<_ACEOF
8187     #line $LINENO "configure"
8188     /* confdefs.h. */
8189     _ACEOF
8190     cat confdefs.h >>conftest.$ac_ext
8191     cat >>conftest.$ac_ext <<_ACEOF
8192     /* end confdefs.h. */
8193     #if defined(CRAY) && ! defined(CRAY2)
8194     webecray
8195     #else
8196     wenotbecray
8197     #endif
8198    
8199     _ACEOF
8200     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8201     $EGREP "webecray" >/dev/null 2>&1; then
8202     ac_cv_os_cray=yes
8203     else
8204     ac_cv_os_cray=no
8205     fi
8206     rm -f conftest*
8207    
8208     fi
8209     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8210     echo "${ECHO_T}$ac_cv_os_cray" >&6
8211     if test $ac_cv_os_cray = yes; then
8212     for ac_func in _getb67 GETB67 getb67; do
8213     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8214     echo "$as_me:$LINENO: checking for $ac_func" >&5
8215     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8216     if eval "test \"\${$as_ac_var+set}\" = set"; then
8217     echo $ECHO_N "(cached) $ECHO_C" >&6
8218     else
8219     cat >conftest.$ac_ext <<_ACEOF
8220     #line $LINENO "configure"
8221     /* confdefs.h. */
8222     _ACEOF
8223     cat confdefs.h >>conftest.$ac_ext
8224     cat >>conftest.$ac_ext <<_ACEOF
8225     /* end confdefs.h. */
8226     /* System header to define __stub macros and hopefully few prototypes,
8227     which can conflict with char $ac_func (); below.
8228     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8229     <limits.h> exists even on freestanding compilers. */
8230     #ifdef __STDC__
8231     # include <limits.h>
8232     #else
8233     # include <assert.h>
8234     #endif
8235     /* Override any gcc2 internal prototype to avoid an error. */
8236     #ifdef __cplusplus
8237     extern "C"
8238     {
8239     #endif
8240     /* We use char because int might match the return type of a gcc2
8241     builtin and then its argument prototype would still apply. */
8242     char $ac_func ();
8243     /* The GNU C library defines this for functions which it implements
8244     to always fail with ENOSYS. Some functions are actually named
8245     something starting with __ and the normal name is an alias. */
8246     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8247     choke me
8248     #else
8249     char (*f) () = $ac_func;
8250     #endif
8251     #ifdef __cplusplus
8252     }
8253     #endif
8254    
8255     int
8256     main ()
8257     {
8258     return f != $ac_func;
8259     ;
8260     return 0;
8261     }
8262     _ACEOF
8263     rm -f conftest.$ac_objext conftest$ac_exeext
8264     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8265     (eval $ac_link) 2>&5
8266     ac_status=$?
8267     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8268     (exit $ac_status); } &&
8269     { ac_try='test -s conftest$ac_exeext'
8270     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8271     (eval $ac_try) 2>&5
8272     ac_status=$?
8273     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274     (exit $ac_status); }; }; then
8275     eval "$as_ac_var=yes"
8276     else
8277     echo "$as_me: failed program was:" >&5
8278     sed 's/^/| /' conftest.$ac_ext >&5
8279    
8280     eval "$as_ac_var=no"
8281     fi
8282     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8283     fi
8284     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8285     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8286     if test `eval echo '${'$as_ac_var'}'` = yes; then
8287    
8288     cat >>confdefs.h <<_ACEOF
8289     #define CRAY_STACKSEG_END $ac_func
8290     _ACEOF
8291    
8292     break
8293     fi
8294    
8295     done
8296     fi
8297    
8298     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8299     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8300     if test "${ac_cv_c_stack_direction+set}" = set; then
8301     echo $ECHO_N "(cached) $ECHO_C" >&6
8302     else
8303     if test "$cross_compiling" = yes; then
8304     ac_cv_c_stack_direction=0
8305     else
8306     cat >conftest.$ac_ext <<_ACEOF
8307     #line $LINENO "configure"
8308     /* confdefs.h. */
8309     _ACEOF
8310     cat confdefs.h >>conftest.$ac_ext
8311     cat >>conftest.$ac_ext <<_ACEOF
8312     /* end confdefs.h. */
8313     int
8314     find_stack_direction ()
8315     {
8316     static char *addr = 0;
8317     auto char dummy;
8318     if (addr == 0)
8319     {
8320     addr = &dummy;
8321     return find_stack_direction ();
8322     }
8323     else
8324     return (&dummy > addr) ? 1 : -1;
8325     }
8326    
8327     int
8328     main ()
8329     {
8330     exit (find_stack_direction () < 0);
8331     }
8332     _ACEOF
8333     rm -f conftest$ac_exeext
8334     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8335     (eval $ac_link) 2>&5
8336     ac_status=$?
8337     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8338     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8339     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8340     (eval $ac_try) 2>&5
8341     ac_status=$?
8342     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8343     (exit $ac_status); }; }; then
8344     ac_cv_c_stack_direction=1
8345     else
8346     echo "$as_me: program exited with status $ac_status" >&5
8347     echo "$as_me: failed program was:" >&5
8348     sed 's/^/| /' conftest.$ac_ext >&5
8349    
8350     ( exit $ac_status )
8351     ac_cv_c_stack_direction=-1
8352     fi
8353     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8354     fi
8355     fi
8356     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8357     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8358    
8359     cat >>confdefs.h <<_ACEOF
8360     #define STACK_DIRECTION $ac_cv_c_stack_direction
8361     _ACEOF
8362    
8363    
8364     fi
8365    
8366    
8367    
8368     echo "$as_me:$LINENO: checking for socket" >&5
8369     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8370     if test "${ac_cv_func_socket+set}" = set; then
8371     echo $ECHO_N "(cached) $ECHO_C" >&6
8372     else
8373     cat >conftest.$ac_ext <<_ACEOF
8374     #line $LINENO "configure"
8375     /* confdefs.h. */
8376     _ACEOF
8377     cat confdefs.h >>conftest.$ac_ext
8378     cat >>conftest.$ac_ext <<_ACEOF
8379     /* end confdefs.h. */
8380     /* System header to define __stub macros and hopefully few prototypes,
8381     which can conflict with char socket (); below.
8382     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8383     <limits.h> exists even on freestanding compilers. */
8384     #ifdef __STDC__
8385     # include <limits.h>
8386     #else
8387     # include <assert.h>
8388     #endif
8389     /* Override any gcc2 internal prototype to avoid an error. */
8390     #ifdef __cplusplus
8391     extern "C"
8392     {
8393     #endif
8394     /* We use char because int might match the return type of a gcc2
8395     builtin and then its argument prototype would still apply. */
8396     char socket ();
8397     /* The GNU C library defines this for functions which it implements
8398     to always fail with ENOSYS. Some functions are actually named
8399     something starting with __ and the normal name is an alias. */
8400     #if defined (__stub_socket) || defined (__stub___socket)
8401     choke me
8402     #else
8403     char (*f) () = socket;
8404     #endif
8405     #ifdef __cplusplus
8406     }
8407     #endif
8408    
8409     int
8410     main ()
8411     {
8412     return f != socket;
8413     ;
8414     return 0;
8415     }
8416     _ACEOF
8417     rm -f conftest.$ac_objext conftest$ac_exeext
8418     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8419     (eval $ac_link) 2>&5
8420     ac_status=$?
8421     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8422     (exit $ac_status); } &&
8423     { ac_try='test -s conftest$ac_exeext'
8424     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8425     (eval $ac_try) 2>&5
8426     ac_status=$?
8427     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8428     (exit $ac_status); }; }; then
8429     ac_cv_func_socket=yes
8430     else
8431     echo "$as_me: failed program was:" >&5
8432     sed 's/^/| /' conftest.$ac_ext >&5
8433    
8434     ac_cv_func_socket=no
8435     fi
8436     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8437     fi
8438     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8439     echo "${ECHO_T}$ac_cv_func_socket" >&6
8440     if test $ac_cv_func_socket = yes; then
8441     :
8442     else
8443    
8444    
8445     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8446     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8447     if test "${ac_cv_lib_socket_connect+set}" = set; then
8448     echo $ECHO_N "(cached) $ECHO_C" >&6
8449     else
8450     ac_check_lib_save_LIBS=$LIBS
8451     LIBS="-lsocket $LIBS"
8452     cat >conftest.$ac_ext <<_ACEOF
8453     #line $LINENO "configure"
8454     /* confdefs.h. */
8455     _ACEOF
8456     cat confdefs.h >>conftest.$ac_ext
8457     cat >>conftest.$ac_ext <<_ACEOF
8458     /* end confdefs.h. */
8459    
8460     /* Override any gcc2 internal prototype to avoid an error. */
8461     #ifdef __cplusplus
8462     extern "C"
8463     #endif
8464     /* We use char because int might match the return type of a gcc2
8465     builtin and then its argument prototype would still apply. */
8466     char connect ();
8467     int
8468     main ()
8469     {
8470     connect ();
8471     ;
8472     return 0;
8473     }
8474     _ACEOF
8475     rm -f conftest.$ac_objext conftest$ac_exeext
8476     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8477     (eval $ac_link) 2>&5
8478     ac_status=$?
8479     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8480     (exit $ac_status); } &&
8481     { ac_try='test -s conftest$ac_exeext'
8482     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8483     (eval $ac_try) 2>&5
8484     ac_status=$?
8485     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486     (exit $ac_status); }; }; then
8487     ac_cv_lib_socket_connect=yes
8488     else
8489     echo "$as_me: failed program was:" >&5
8490     sed 's/^/| /' conftest.$ac_ext >&5
8491    
8492     ac_cv_lib_socket_connect=no
8493     fi
8494     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8495     LIBS=$ac_check_lib_save_LIBS
8496     fi
8497     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8498     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8499     if test $ac_cv_lib_socket_connect = yes; then
8500     cat >>confdefs.h <<_ACEOF
8501     #define HAVE_LIBSOCKET 1
8502     _ACEOF
8503    
8504     LIBS="-lsocket $LIBS"
8505    
8506     fi
8507    
8508    
8509     fi
8510    
8511     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8512     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8513     if test "${ac_cv_func_gethostbyname+set}" = set; then
8514     echo $ECHO_N "(cached) $ECHO_C" >&6
8515     else
8516     cat >conftest.$ac_ext <<_ACEOF
8517     #line $LINENO "configure"
8518     /* confdefs.h. */
8519     _ACEOF
8520     cat confdefs.h >>conftest.$ac_ext
8521     cat >>conftest.$ac_ext <<_ACEOF
8522     /* end confdefs.h. */
8523     /* System header to define __stub macros and hopefully few prototypes,
8524     which can conflict with char gethostbyname (); below.
8525     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8526     <limits.h> exists even on freestanding compilers. */
8527     #ifdef __STDC__
8528     # include <limits.h>
8529     #else
8530     # include <assert.h>
8531     #endif
8532     /* Override any gcc2 internal prototype to avoid an error. */
8533     #ifdef __cplusplus
8534     extern "C"
8535     {
8536     #endif
8537     /* We use char because int might match the return type of a gcc2
8538     builtin and then its argument prototype would still apply. */
8539     char gethostbyname ();
8540     /* The GNU C library defines this for functions which it implements
8541     to always fail with ENOSYS. Some functions are actually named
8542     something starting with __ and the normal name is an alias. */
8543     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8544     choke me
8545     #else
8546     char (*f) () = gethostbyname;
8547     #endif
8548     #ifdef __cplusplus
8549     }
8550     #endif
8551    
8552     int
8553     main ()
8554     {
8555     return f != gethostbyname;
8556     ;
8557     return 0;
8558     }
8559     _ACEOF
8560     rm -f conftest.$ac_objext conftest$ac_exeext
8561     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8562     (eval $ac_link) 2>&5
8563     ac_status=$?
8564     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565     (exit $ac_status); } &&
8566     { ac_try='test -s conftest$ac_exeext'
8567     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568     (eval $ac_try) 2>&5
8569     ac_status=$?
8570     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571     (exit $ac_status); }; }; then
8572     ac_cv_func_gethostbyname=yes
8573     else
8574     echo "$as_me: failed program was:" >&5
8575     sed 's/^/| /' conftest.$ac_ext >&5
8576    
8577     ac_cv_func_gethostbyname=no
8578     fi
8579     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8580     fi
8581     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8582     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8583     if test $ac_cv_func_gethostbyname = yes; then
8584     :
8585     else
8586    
8587    
8588     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8589     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8590     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8591     echo $ECHO_N "(cached) $ECHO_C" >&6
8592     else
8593     ac_check_lib_save_LIBS=$LIBS
8594     LIBS="-lnsl $LIBS"
8595     cat >conftest.$ac_ext <<_ACEOF
8596     #line $LINENO "configure"
8597     /* confdefs.h. */
8598     _ACEOF
8599     cat confdefs.h >>conftest.$ac_ext
8600     cat >>conftest.$ac_ext <<_ACEOF
8601     /* end confdefs.h. */
8602    
8603     /* Override any gcc2 internal prototype to avoid an error. */
8604     #ifdef __cplusplus
8605     extern "C"
8606     #endif
8607     /* We use char because int might match the return type of a gcc2
8608     builtin and then its argument prototype would still apply. */
8609     char gethostbyname ();
8610     int
8611     main ()
8612     {
8613     gethostbyname ();
8614     ;
8615     return 0;
8616     }
8617     _ACEOF
8618     rm -f conftest.$ac_objext conftest$ac_exeext
8619     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8620     (eval $ac_link) 2>&5
8621     ac_status=$?
8622     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8623     (exit $ac_status); } &&
8624     { ac_try='test -s conftest$ac_exeext'
8625     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8626     (eval $ac_try) 2>&5
8627     ac_status=$?
8628     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8629     (exit $ac_status); }; }; then
8630     ac_cv_lib_nsl_gethostbyname=yes
8631     else
8632     echo "$as_me: failed program was:" >&5
8633     sed 's/^/| /' conftest.$ac_ext >&5
8634    
8635     ac_cv_lib_nsl_gethostbyname=no
8636     fi
8637     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8638     LIBS=$ac_check_lib_save_LIBS
8639     fi
8640     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8641     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8642     if test $ac_cv_lib_nsl_gethostbyname = yes; then
8643     cat >>confdefs.h <<_ACEOF
8644     #define HAVE_LIBNSL 1
8645     _ACEOF
8646    
8647     LIBS="-lnsl $LIBS"
8648    
8649     fi
8650    
8651    
8652     fi
8653    
8654    
8655     ac_ext=cc
8656     ac_cpp='$CXXCPP $CPPFLAGS'
8657     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8658     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8659     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8660    
8661    
8662    
8663     cat >confcache <<\_ACEOF
8664     # This file is a shell script that caches the results of configure
8665     # tests run on this system so they can be shared between configure
8666     # scripts and configure runs, see configure's option --config-cache.
8667     # It is not useful on other systems. If it contains results you don't
8668     # want to keep, you may remove or edit it.
8669     #
8670     # config.status only pays attention to the cache file if you give it
8671     # the --recheck option to rerun configure.
8672     #
8673     # `ac_cv_env_foo' variables (set or unset) will be overridden when
8674     # loading this file, other *unset* `ac_cv_foo' will be assigned the
8675     # following values.
8676    
8677     _ACEOF
8678    
8679     # The following way of writing the cache mishandles newlines in values,
8680     # but we know of no workaround that is simple, portable, and efficient.
8681     # So, don't put newlines in cache variables' values.
8682     # Ultrix sh set writes to stderr and can't be redirected directly,
8683     # and sets the high bit in the cache file unless we assign to the vars.
8684     {
8685     (set) 2>&1 |
8686     case `(ac_space=' '; set | grep ac_space) 2>&1` in
8687     *ac_space=\ *)
8688     # `set' does not quote correctly, so add quotes (double-quote
8689     # substitution turns \\\\ into \\, and sed turns \\ into \).
8690     sed -n \
8691     "s/'/'\\\\''/g;
8692     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8693     ;;
8694     *)
8695     # `set' quotes correctly as required by POSIX, so do not add quotes.
8696     sed -n \
8697     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8698     ;;
8699     esac;
8700     } |
8701     sed '
8702     t clear
8703     : clear
8704     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8705     t end
8706     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8707     : end' >>confcache
8708     if diff $cache_file confcache >/dev/null 2>&1; then :; else
8709     if test -w $cache_file; then
8710     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8711     cat confcache >$cache_file
8712     else
8713     echo "not updating unwritable cache $cache_file"
8714     fi
8715     fi
8716     rm -f confcache
8717    
8718    
8719    
8720     # Check whether --with-kernel or --without-kernel was given.
8721     if test "${with_kernel+set}" = set; then
8722     withval="$with_kernel"
8723     kerneldir="$withval"
8724     else
8725     kerneldir="/usr/src/linux"
8726    
8727     fi;
8728    
8729     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
8730     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
8731     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
8732     echo $ECHO_N "(cached) $ECHO_C" >&6
8733     else
8734    
8735     cat >conftest.$ac_ext <<_ACEOF
8736     #line $LINENO "configure"
8737     /* confdefs.h. */
8738     _ACEOF
8739     cat confdefs.h >>conftest.$ac_ext
8740     cat >>conftest.$ac_ext <<_ACEOF
8741     /* end confdefs.h. */
8742     #include "$kerneldir/include/linux/if_tun.h"
8743     int
8744     main ()
8745     {
8746     int a = IFF_TAP;
8747     ;
8748     return 0;
8749     }
8750     _ACEOF
8751     rm -f conftest.$ac_objext
8752     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8753     (eval $ac_compile) 2>&5
8754     ac_status=$?
8755     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8756     (exit $ac_status); } &&
8757     { ac_try='test -s conftest.$ac_objext'
8758     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8759     (eval $ac_try) 2>&5
8760     ac_status=$?
8761     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8762     (exit $ac_status); }; }; then
8763     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
8764     else
8765     echo "$as_me: failed program was:" >&5
8766     sed 's/^/| /' conftest.$ac_ext >&5
8767    
8768     cat >conftest.$ac_ext <<_ACEOF
8769     #line $LINENO "configure"
8770     /* confdefs.h. */
8771     _ACEOF
8772     cat confdefs.h >>conftest.$ac_ext
8773     cat >>conftest.$ac_ext <<_ACEOF
8774     /* end confdefs.h. */
8775     #include <linux/if_tun.h>
8776     int
8777     main ()
8778     {
8779     int a = IFF_TAP;
8780     ;
8781     return 0;
8782     }
8783     _ACEOF
8784     rm -f conftest.$ac_objext
8785     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8786     (eval $ac_compile) 2>&5
8787     ac_status=$?
8788     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8789     (exit $ac_status); } &&
8790     { ac_try='test -s conftest.$ac_objext'
8791     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8792     (eval $ac_try) 2>&5
8793     ac_status=$?
8794     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8795     (exit $ac_status); }; }; then
8796     if_tun_h="default"
8797     else
8798     echo "$as_me: failed program was:" >&5
8799     sed 's/^/| /' conftest.$ac_ext >&5
8800    
8801     if_tun_h="no"
8802    
8803     fi
8804     rm -f conftest.$ac_objext conftest.$ac_ext
8805    
8806     fi
8807     rm -f conftest.$ac_objext conftest.$ac_ext
8808    
8809     if test $if_tun_h = no; then
8810     tinc_cv_linux_if_tun_h=none
8811     else
8812     tinc_cv_linux_if_tun_h="$if_tun_h"
8813     fi
8814    
8815     fi
8816     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
8817     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
8818    
8819     if test $tinc_cv_linux_if_tun_h != none; then
8820    
8821     cat >>confdefs.h <<\_ACEOF
8822     #define HAVE_TUNTAP 1
8823     _ACEOF
8824    
8825     if test $tinc_cv_linux_if_tun_h != default; then
8826    
8827     cat >>confdefs.h <<_ACEOF
8828     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
8829     _ACEOF
8830    
8831     fi
8832     fi
8833    
8834    
8835    
8836    
8837     tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8838    
8839    
8840     # Check whether --with-openssl-include or --without-openssl-include was given.
8841     if test "${with_openssl_include+set}" = set; then
8842     withval="$with_openssl_include"
8843     openssl_include="$withval"
8844     CFLAGS="$CFLAGS -I$withval"
8845     CPPFLAGS="$CPPFLAGS -I$withval"
8846    
8847     fi;
8848    
8849    
8850     # Check whether --with-openssl-lib or --without-openssl-lib was given.
8851     if test "${with_openssl_lib+set}" = set; then
8852     withval="$with_openssl_lib"
8853     openssl_lib="$withval"
8854     LIBS="$LIBS -L$withval"
8855    
8856     fi;
8857    
8858    
8859    
8860    
8861    
8862    
8863    
8864     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
8865     do
8866     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8867     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8868     echo "$as_me:$LINENO: checking for $ac_header" >&5
8869     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8870     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8871     echo $ECHO_N "(cached) $ECHO_C" >&6
8872     fi
8873     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8874     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8875     else
8876     # Is the header compilable?
8877     echo "$as_me:$LINENO: checking $ac_header usability" >&5
8878     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8879     cat >conftest.$ac_ext <<_ACEOF
8880     #line $LINENO "configure"
8881     /* confdefs.h. */
8882     _ACEOF
8883     cat confdefs.h >>conftest.$ac_ext
8884     cat >>conftest.$ac_ext <<_ACEOF
8885     /* end confdefs.h. */
8886     $ac_includes_default
8887     #include <$ac_header>
8888     _ACEOF
8889     rm -f conftest.$ac_objext
8890     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8891     (eval $ac_compile) 2>&5
8892     ac_status=$?
8893     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8894     (exit $ac_status); } &&
8895     { ac_try='test -s conftest.$ac_objext'
8896     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8897     (eval $ac_try) 2>&5
8898     ac_status=$?
8899     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900     (exit $ac_status); }; }; then
8901     ac_header_compiler=yes
8902     else
8903     echo "$as_me: failed program was:" >&5
8904     sed 's/^/| /' conftest.$ac_ext >&5
8905    
8906     ac_header_compiler=no
8907     fi
8908     rm -f conftest.$ac_objext conftest.$ac_ext
8909     echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8910     echo "${ECHO_T}$ac_header_compiler" >&6
8911    
8912     # Is the header present?
8913     echo "$as_me:$LINENO: checking $ac_header presence" >&5
8914     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8915     cat >conftest.$ac_ext <<_ACEOF
8916     #line $LINENO "configure"
8917     /* confdefs.h. */
8918     _ACEOF
8919     cat confdefs.h >>conftest.$ac_ext
8920     cat >>conftest.$ac_ext <<_ACEOF
8921     /* end confdefs.h. */
8922     #include <$ac_header>
8923     _ACEOF
8924     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8925     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8926     ac_status=$?
8927     grep -v '^ *+' conftest.er1 >conftest.err
8928     rm -f conftest.er1
8929     cat conftest.err >&5
8930     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931     (exit $ac_status); } >/dev/null; then
8932     if test -s conftest.err; then
8933     ac_cpp_err=$ac_cxx_preproc_warn_flag
8934     else
8935     ac_cpp_err=
8936     fi
8937     else
8938     ac_cpp_err=yes
8939     fi
8940     if test -z "$ac_cpp_err"; then
8941     ac_header_preproc=yes
8942     else
8943     echo "$as_me: failed program was:" >&5
8944     sed 's/^/| /' conftest.$ac_ext >&5
8945    
8946     ac_header_preproc=no
8947     fi
8948     rm -f conftest.err conftest.$ac_ext
8949     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8950     echo "${ECHO_T}$ac_header_preproc" >&6
8951    
8952     # So? What about this header?
8953     case $ac_header_compiler:$ac_header_preproc in
8954     yes:no )
8955     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8956     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8957     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8958     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8959     (
8960     cat <<\_ASBOX
8961     ## ------------------------------------ ##
8962     ## Report this to bug-autoconf@gnu.org. ##
8963     ## ------------------------------------ ##
8964     _ASBOX
8965     ) |
8966     sed "s/^/$as_me: WARNING: /" >&2
8967     ;;
8968     no:yes )
8969     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8970     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8971     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8972     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8973     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8974     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8975     (
8976     cat <<\_ASBOX
8977     ## ------------------------------------ ##
8978     ## Report this to bug-autoconf@gnu.org. ##
8979     ## ------------------------------------ ##
8980     _ASBOX
8981     ) |
8982     sed "s/^/$as_me: WARNING: /" >&2
8983     ;;
8984     esac
8985     echo "$as_me:$LINENO: checking for $ac_header" >&5
8986     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8987     if eval "test \"\${$as_ac_Header+set}\" = set"; then
8988     echo $ECHO_N "(cached) $ECHO_C" >&6
8989     else
8990     eval "$as_ac_Header=$ac_header_preproc"
8991     fi
8992     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8993     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8994    
8995     fi
8996     if test `eval echo '${'$as_ac_Header'}'` = yes; then
8997     cat >>confdefs.h <<_ACEOF
8998     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8999     _ACEOF
9000    
9001     else
9002     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9003     echo "$as_me: error: OpenSSL header files not found." >&2;}
9004     { (exit 1); exit 1; }; }; break
9005    
9006     fi
9007    
9008     done
9009    
9010    
9011     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9012    
9013     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9014     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9015     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9016     echo $ECHO_N "(cached) $ECHO_C" >&6
9017     else
9018     ac_check_lib_save_LIBS=$LIBS
9019     LIBS="-lcrypto $LIBS"
9020     cat >conftest.$ac_ext <<_ACEOF
9021     #line $LINENO "configure"
9022     /* confdefs.h. */
9023     _ACEOF
9024     cat confdefs.h >>conftest.$ac_ext
9025     cat >>conftest.$ac_ext <<_ACEOF
9026     /* end confdefs.h. */
9027    
9028     /* Override any gcc2 internal prototype to avoid an error. */
9029     #ifdef __cplusplus
9030     extern "C"
9031     #endif
9032     /* We use char because int might match the return type of a gcc2
9033     builtin and then its argument prototype would still apply. */
9034     char SHA1_version ();
9035     int
9036     main ()
9037     {
9038     SHA1_version ();
9039     ;
9040     return 0;
9041     }
9042     _ACEOF
9043     rm -f conftest.$ac_objext conftest$ac_exeext
9044     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9045     (eval $ac_link) 2>&5
9046     ac_status=$?
9047     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048     (exit $ac_status); } &&
9049     { ac_try='test -s conftest$ac_exeext'
9050     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9051     (eval $ac_try) 2>&5
9052     ac_status=$?
9053     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9054     (exit $ac_status); }; }; then
9055     ac_cv_lib_crypto_SHA1_version=yes
9056     else
9057     echo "$as_me: failed program was:" >&5
9058     sed 's/^/| /' conftest.$ac_ext >&5
9059    
9060     ac_cv_lib_crypto_SHA1_version=no
9061     fi
9062     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9063     LIBS=$ac_check_lib_save_LIBS
9064     fi
9065     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9066     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9067     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9068     LIBS="$LIBS -lcrypto"
9069     else
9070     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9071     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9072     { (exit 1); exit 1; }; }
9073    
9074     fi
9075    
9076    
9077    
9078    
9079    
9080    
9081     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9082     do
9083     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9084     echo "$as_me:$LINENO: checking for $ac_func" >&5
9085     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9086     if eval "test \"\${$as_ac_var+set}\" = set"; then
9087     echo $ECHO_N "(cached) $ECHO_C" >&6
9088     else
9089     cat >conftest.$ac_ext <<_ACEOF
9090     #line $LINENO "configure"
9091     /* confdefs.h. */
9092     _ACEOF
9093     cat confdefs.h >>conftest.$ac_ext
9094     cat >>conftest.$ac_ext <<_ACEOF
9095     /* end confdefs.h. */
9096     /* System header to define __stub macros and hopefully few prototypes,
9097     which can conflict with char $ac_func (); below.
9098     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9099     <limits.h> exists even on freestanding compilers. */
9100     #ifdef __STDC__
9101     # include <limits.h>
9102     #else
9103     # include <assert.h>
9104     #endif
9105     /* Override any gcc2 internal prototype to avoid an error. */
9106     #ifdef __cplusplus
9107     extern "C"
9108     {
9109     #endif
9110     /* We use char because int might match the return type of a gcc2
9111     builtin and then its argument prototype would still apply. */
9112     char $ac_func ();
9113     /* The GNU C library defines this for functions which it implements
9114     to always fail with ENOSYS. Some functions are actually named
9115     something starting with __ and the normal name is an alias. */
9116     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9117     choke me
9118     #else
9119     char (*f) () = $ac_func;
9120     #endif
9121     #ifdef __cplusplus
9122     }
9123     #endif
9124    
9125     int
9126     main ()
9127     {
9128     return f != $ac_func;
9129     ;
9130     return 0;
9131     }
9132     _ACEOF
9133     rm -f conftest.$ac_objext conftest$ac_exeext
9134     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9135     (eval $ac_link) 2>&5
9136     ac_status=$?
9137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138     (exit $ac_status); } &&
9139     { ac_try='test -s conftest$ac_exeext'
9140     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141     (eval $ac_try) 2>&5
9142     ac_status=$?
9143     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144     (exit $ac_status); }; }; then
9145     eval "$as_ac_var=yes"
9146     else
9147     echo "$as_me: failed program was:" >&5
9148     sed 's/^/| /' conftest.$ac_ext >&5
9149    
9150     eval "$as_ac_var=no"
9151     fi
9152     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9153     fi
9154     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9155     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9156     if test `eval echo '${'$as_ac_var'}'` = yes; then
9157     cat >>confdefs.h <<_ACEOF
9158     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9159     _ACEOF
9160    
9161     fi
9162     done
9163    
9164    
9165     echo "$as_me:$LINENO: checking for dlopen" >&5
9166     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9167     if test "${ac_cv_func_dlopen+set}" = set; then
9168     echo $ECHO_N "(cached) $ECHO_C" >&6
9169     else
9170     cat >conftest.$ac_ext <<_ACEOF
9171     #line $LINENO "configure"
9172     /* confdefs.h. */
9173     _ACEOF
9174     cat confdefs.h >>conftest.$ac_ext
9175     cat >>conftest.$ac_ext <<_ACEOF
9176     /* end confdefs.h. */
9177     /* System header to define __stub macros and hopefully few prototypes,
9178     which can conflict with char dlopen (); below.
9179     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9180     <limits.h> exists even on freestanding compilers. */
9181     #ifdef __STDC__
9182     # include <limits.h>
9183     #else
9184     # include <assert.h>
9185     #endif
9186     /* Override any gcc2 internal prototype to avoid an error. */
9187     #ifdef __cplusplus
9188     extern "C"
9189     {
9190     #endif
9191     /* We use char because int might match the return type of a gcc2
9192     builtin and then its argument prototype would still apply. */
9193     char dlopen ();
9194     /* The GNU C library defines this for functions which it implements
9195     to always fail with ENOSYS. Some functions are actually named
9196     something starting with __ and the normal name is an alias. */
9197     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9198     choke me
9199     #else
9200     char (*f) () = dlopen;
9201     #endif
9202     #ifdef __cplusplus
9203     }
9204     #endif
9205    
9206     int
9207     main ()
9208     {
9209     return f != dlopen;
9210     ;
9211     return 0;
9212     }
9213     _ACEOF
9214     rm -f conftest.$ac_objext conftest$ac_exeext
9215     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9216     (eval $ac_link) 2>&5
9217     ac_status=$?
9218     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9219     (exit $ac_status); } &&
9220     { ac_try='test -s conftest$ac_exeext'
9221     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9222     (eval $ac_try) 2>&5
9223     ac_status=$?
9224     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9225     (exit $ac_status); }; }; then
9226     ac_cv_func_dlopen=yes
9227     else
9228     echo "$as_me: failed program was:" >&5
9229     sed 's/^/| /' conftest.$ac_ext >&5
9230    
9231     ac_cv_func_dlopen=no
9232     fi
9233     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9234     fi
9235     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9236     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9237     if test $ac_cv_func_dlopen = yes; then
9238     :
9239     else
9240     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9241     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9242     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9243     echo $ECHO_N "(cached) $ECHO_C" >&6
9244     else
9245     ac_check_lib_save_LIBS=$LIBS
9246     LIBS="-ldl $LIBS"
9247     cat >conftest.$ac_ext <<_ACEOF
9248     #line $LINENO "configure"
9249     /* confdefs.h. */
9250     _ACEOF
9251     cat confdefs.h >>conftest.$ac_ext
9252     cat >>conftest.$ac_ext <<_ACEOF
9253     /* end confdefs.h. */
9254    
9255     /* Override any gcc2 internal prototype to avoid an error. */
9256     #ifdef __cplusplus
9257     extern "C"
9258     #endif
9259     /* We use char because int might match the return type of a gcc2
9260     builtin and then its argument prototype would still apply. */
9261     char dlopen ();
9262     int
9263     main ()
9264     {
9265     dlopen ();
9266     ;
9267     return 0;
9268     }
9269     _ACEOF
9270     rm -f conftest.$ac_objext conftest$ac_exeext
9271     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9272     (eval $ac_link) 2>&5
9273     ac_status=$?
9274     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9275     (exit $ac_status); } &&
9276     { ac_try='test -s conftest$ac_exeext'
9277     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9278     (eval $ac_try) 2>&5
9279     ac_status=$?
9280     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281     (exit $ac_status); }; }; then
9282     ac_cv_lib_dl_dlopen=yes
9283     else
9284     echo "$as_me: failed program was:" >&5
9285     sed 's/^/| /' conftest.$ac_ext >&5
9286    
9287     ac_cv_lib_dl_dlopen=no
9288     fi
9289     rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9290     LIBS=$ac_check_lib_save_LIBS
9291     fi
9292     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9293     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9294     if test $ac_cv_lib_dl_dlopen = yes; then
9295     LIBS="$LIBS -ldl"
9296     else
9297     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9298     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9299     { (exit 1); exit 1; }; }
9300    
9301     fi
9302    
9303    
9304     fi
9305    
9306    
9307    
9308     # Check whether --enable-rohc or --disable-rohc was given.
9309     if test "${enable_rohc+set}" = set; then
9310     enableval="$enable_rohc"
9311    
9312     echo
9313     echo "**********************************************************************"
9314     echo "**********************************************************************"
9315     echo "**** --enable-rohc not yet implemented *******************************"
9316     echo "**********************************************************************"
9317     echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9318     echo "**** implementation to be used in GPL code on the web."
9319     echo "**** so this option is just a fake. Please implement one and send it"
9320     echo "**** to me ;)"
9321     echo "**********************************************************************"
9322     echo "**********************************************************************"
9323     echo "**********************************************************************"
9324     echo "**********************************************************************"
9325     echo
9326    
9327    
9328     fi;
9329    
9330     # Check whether --enable-icmp or --disable-icmp was given.
9331     if test "${enable_icmp+set}" = set; then
9332     enableval="$enable_icmp"
9333    
9334     cat >>confdefs.h <<_ACEOF
9335     #define ENABLE_ICMP 1
9336     _ACEOF
9337    
9338    
9339     fi;
9340    
9341     # Check whether --enable-tcp or --disable-tcp was given.
9342     if test "${enable_tcp+set}" = set; then
9343     enableval="$enable_tcp"
9344    
9345     cat >>confdefs.h <<_ACEOF
9346     #define ENABLE_TCP 1
9347     _ACEOF
9348    
9349    
9350     fi;
9351    
9352     # Check whether --enable-http-proxy or --disable-http-proxy was given.
9353     if test "${enable_http_proxy+set}" = set; then
9354     enableval="$enable_http_proxy"
9355    
9356     cat >>confdefs.h <<_ACEOF
9357     #define ENABLE_HTTP_PROXY 1
9358     _ACEOF
9359    
9360    
9361     fi;
9362    
9363     HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9364     if test "${enable_hmac_length+set}" = set; then
9365     enableval="$enable_hmac_length"
9366     HMAC=$enableval
9367    
9368     fi;
9369    
9370     cat >>confdefs.h <<_ACEOF
9371     #define HMACLENGTH $HMAC
9372     _ACEOF
9373    
9374    
9375     RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9376     if test "${enable_rand_length+set}" = set; then
9377     enableval="$enable_rand_length"
9378     RAND=$enableval
9379    
9380     fi;
9381    
9382     cat >>confdefs.h <<_ACEOF
9383     #define RAND_SIZE $RAND
9384     _ACEOF
9385    
9386    
9387     MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9388     if test "${enable_mtu+set}" = set; then
9389     enableval="$enable_mtu"
9390     MTU=$enableval
9391    
9392     fi;
9393    
9394     cat >>confdefs.h <<_ACEOF
9395     #define MAX_MTU $MTU + 14
9396     _ACEOF
9397    
9398    
9399     COMPRESS=1
9400     # Check whether --enable-compression or --disable-compression was given.
9401     if test "${enable_compression+set}" = set; then
9402     enableval="$enable_compression"
9403     if test "x$enableval" = xno; then
9404     COMPRESS=0
9405     fi
9406    
9407     fi;
9408    
9409     cat >>confdefs.h <<_ACEOF
9410     #define ENABLE_COMPRESSION $COMPRESS
9411     _ACEOF
9412    
9413    
9414     CIPHER=bf_cbc
9415     # Check whether --enable-cipher or --disable-cipher was given.
9416     if test "${enable_cipher+set}" = set; then
9417     enableval="$enable_cipher"
9418     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9419     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9420     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9421     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9422    
9423     fi;
9424    
9425     cat >>confdefs.h <<_ACEOF
9426     #define ENABLE_CIPHER EVP_${CIPHER}
9427     _ACEOF
9428    
9429    
9430     DIGEST=sha1
9431     # Check whether --enable-digest or --disable-digest was given.
9432     if test "${enable_digest+set}" = set; then
9433     enableval="$enable_digest"
9434     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9435     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9436     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9437     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9438    
9439     fi;
9440    
9441     cat >>confdefs.h <<_ACEOF
9442     #define ENABLE_DIGEST EVP_${DIGEST}
9443     _ACEOF
9444    
9445    
9446     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9447     CXXFLAGS="$CXXFLAGS -fno-rtti"
9448     fi
9449    
9450     if $CXX -v --help 2>&1 | grep -q fexceptions; then
9451     CXXFLAGS="$CXXFLAGS -fno-exceptions"
9452     fi
9453    
9454     if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9455     CXXFLAGS="$CXXFLAGS -ffunction-sections"
9456     fi
9457    
9458     if $LD -v --help 2>&1 | grep -q gc-sections; then
9459     LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9460     fi
9461    
9462    
9463    
9464    
9465    
9466     ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
9467     cat >confcache <<\_ACEOF
9468     # This file is a shell script that caches the results of configure
9469     # tests run on this system so they can be shared between configure
9470     # scripts and configure runs, see configure's option --config-cache.
9471     # It is not useful on other systems. If it contains results you don't
9472     # want to keep, you may remove or edit it.
9473     #
9474     # config.status only pays attention to the cache file if you give it
9475     # the --recheck option to rerun configure.
9476     #
9477     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9478     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9479     # following values.
9480    
9481     _ACEOF
9482    
9483     # The following way of writing the cache mishandles newlines in values,
9484     # but we know of no workaround that is simple, portable, and efficient.
9485     # So, don't put newlines in cache variables' values.
9486     # Ultrix sh set writes to stderr and can't be redirected directly,
9487     # and sets the high bit in the cache file unless we assign to the vars.
9488     {
9489     (set) 2>&1 |
9490     case `(ac_space=' '; set | grep ac_space) 2>&1` in
9491     *ac_space=\ *)
9492     # `set' does not quote correctly, so add quotes (double-quote
9493     # substitution turns \\\\ into \\, and sed turns \\ into \).
9494     sed -n \
9495     "s/'/'\\\\''/g;
9496     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9497     ;;
9498     *)
9499     # `set' quotes correctly as required by POSIX, so do not add quotes.
9500     sed -n \
9501     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9502     ;;
9503     esac;
9504     } |
9505     sed '
9506     t clear
9507     : clear
9508     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9509     t end
9510     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9511     : end' >>confcache
9512     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9513     if test -w $cache_file; then
9514     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9515     cat confcache >$cache_file
9516     else
9517     echo "not updating unwritable cache $cache_file"
9518     fi
9519     fi
9520     rm -f confcache
9521    
9522     test "x$prefix" = xNONE && prefix=$ac_default_prefix
9523     # Let make expand exec_prefix.
9524     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9525    
9526     # VPATH may cause trouble with some makes, so we remove $(srcdir),
9527     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9528     # trailing colons and then remove the whole line if VPATH becomes empty
9529     # (actually we leave an empty line to preserve line numbers).
9530     if test "x$srcdir" = x.; then
9531     ac_vpsub='/^[ ]*VPATH[ ]*=/{
9532     s/:*\$(srcdir):*/:/;
9533     s/:*\${srcdir}:*/:/;
9534     s/:*@srcdir@:*/:/;
9535     s/^\([^=]*=[ ]*\):*/\1/;
9536     s/:*$//;
9537     s/^[^=]*=[ ]*$//;
9538     }'
9539     fi
9540    
9541     DEFS=-DHAVE_CONFIG_H
9542    
9543     ac_libobjs=
9544     ac_ltlibobjs=
9545     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9546     # 1. Remove the extension, and $U if already installed.
9547     ac_i=`echo "$ac_i" |
9548     sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9549     # 2. Add them.
9550     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9551     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9552     done
9553     LIBOBJS=$ac_libobjs
9554    
9555     LTLIBOBJS=$ac_ltlibobjs
9556    
9557    
9558     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9559     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
9560     Usually this means the macro was only invoked conditionally." >&5
9561     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
9562     Usually this means the macro was only invoked conditionally." >&2;}
9563     { (exit 1); exit 1; }; }
9564     fi
9565     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9566     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9567     Usually this means the macro was only invoked conditionally." >&5
9568     echo "$as_me: error: conditional \"AMDEP\" was never defined.
9569     Usually this means the macro was only invoked conditionally." >&2;}
9570     { (exit 1); exit 1; }; }
9571     fi
9572     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9573     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9574     Usually this means the macro was only invoked conditionally." >&5
9575     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9576     Usually this means the macro was only invoked conditionally." >&2;}
9577     { (exit 1); exit 1; }; }
9578     fi
9579     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9580     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9581     Usually this means the macro was only invoked conditionally." >&5
9582     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9583     Usually this means the macro was only invoked conditionally." >&2;}
9584     { (exit 1); exit 1; }; }
9585     fi
9586     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9587     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9588     Usually this means the macro was only invoked conditionally." >&5
9589     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9590     Usually this means the macro was only invoked conditionally." >&2;}
9591     { (exit 1); exit 1; }; }
9592     fi
9593    
9594     : ${CONFIG_STATUS=./config.status}
9595     ac_clean_files_save=$ac_clean_files
9596     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9597     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9598     echo "$as_me: creating $CONFIG_STATUS" >&6;}
9599     cat >$CONFIG_STATUS <<_ACEOF
9600     #! $SHELL
9601     # Generated by $as_me.
9602     # Run this file to recreate the current configuration.
9603     # Compiler output produced by configure, useful for debugging
9604     # configure, is in config.log if it exists.
9605    
9606     debug=false
9607     ac_cs_recheck=false
9608     ac_cs_silent=false
9609     SHELL=\${CONFIG_SHELL-$SHELL}
9610     _ACEOF
9611    
9612     cat >>$CONFIG_STATUS <<\_ACEOF
9613     ## --------------------- ##
9614     ## M4sh Initialization. ##
9615     ## --------------------- ##
9616    
9617     # Be Bourne compatible
9618     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9619     emulate sh
9620     NULLCMD=:
9621     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9622     # is contrary to our usage. Disable this feature.
9623     alias -g '${1+"$@"}'='"$@"'
9624     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
9625     set -o posix
9626     fi
9627    
9628     # Support unset when possible.
9629     if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
9630     as_unset=unset
9631     else
9632     as_unset=false
9633     fi
9634    
9635    
9636     # Work around bugs in pre-3.0 UWIN ksh.
9637     $as_unset ENV MAIL MAILPATH
9638     PS1='$ '
9639     PS2='> '
9640     PS4='+ '
9641    
9642     # NLS nuisances.
9643     for as_var in \
9644     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9645     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9646     LC_TELEPHONE LC_TIME
9647     do
9648     if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
9649     eval $as_var=C; export $as_var
9650     else
9651     $as_unset $as_var
9652     fi
9653     done
9654    
9655     # Required to use basename.
9656     if expr a : '\(a\)' >/dev/null 2>&1; then
9657     as_expr=expr
9658     else
9659     as_expr=false
9660     fi
9661    
9662     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
9663     as_basename=basename
9664     else
9665     as_basename=false
9666     fi
9667    
9668    
9669     # Name of the executable.
9670     as_me=`$as_basename "$0" ||
9671     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9672     X"$0" : 'X\(//\)$' \| \
9673     X"$0" : 'X\(/\)$' \| \
9674     . : '\(.\)' 2>/dev/null ||
9675     echo X/"$0" |
9676     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9677     /^X\/\(\/\/\)$/{ s//\1/; q; }
9678     /^X\/\(\/\).*/{ s//\1/; q; }
9679     s/.*/./; q'`
9680    
9681    
9682     # PATH needs CR, and LINENO needs CR and PATH.
9683     # Avoid depending upon Character Ranges.
9684     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9685     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9686     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9687     as_cr_digits='0123456789'
9688     as_cr_alnum=$as_cr_Letters$as_cr_digits
9689    
9690     # The user is always right.
9691     if test "${PATH_SEPARATOR+set}" != set; then
9692     echo "#! /bin/sh" >conf$$.sh
9693     echo "exit 0" >>conf$$.sh
9694     chmod +x conf$$.sh
9695     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9696     PATH_SEPARATOR=';'
9697     else
9698     PATH_SEPARATOR=:
9699     fi
9700     rm -f conf$$.sh
9701     fi
9702    
9703    
9704     as_lineno_1=$LINENO
9705     as_lineno_2=$LINENO
9706     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9707     test "x$as_lineno_1" != "x$as_lineno_2" &&
9708     test "x$as_lineno_3" = "x$as_lineno_2" || {
9709     # Find who we are. Look in the path if we contain no path at all
9710     # relative or not.
9711     case $0 in
9712     *[\\/]* ) as_myself=$0 ;;
9713     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9714     for as_dir in $PATH
9715     do
9716     IFS=$as_save_IFS
9717     test -z "$as_dir" && as_dir=.
9718     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9719     done
9720    
9721     ;;
9722     esac
9723     # We did not find ourselves, most probably we were run as `sh COMMAND'
9724     # in which case we are not to be found in the path.
9725     if test "x$as_myself" = x; then
9726     as_myself=$0
9727     fi
9728     if test ! -f "$as_myself"; then
9729     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9730     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9731     { (exit 1); exit 1; }; }
9732     fi
9733     case $CONFIG_SHELL in
9734     '')
9735     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9736     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9737     do
9738     IFS=$as_save_IFS
9739     test -z "$as_dir" && as_dir=.
9740     for as_base in sh bash ksh sh5; do
9741     case $as_dir in
9742     /*)
9743     if ("$as_dir/$as_base" -c '
9744     as_lineno_1=$LINENO
9745     as_lineno_2=$LINENO
9746     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9747     test "x$as_lineno_1" != "x$as_lineno_2" &&
9748     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
9749     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
9750     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
9751     CONFIG_SHELL=$as_dir/$as_base
9752     export CONFIG_SHELL
9753     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
9754     fi;;
9755     esac
9756     done
9757     done
9758     ;;
9759     esac
9760    
9761     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
9762     # uniformly replaced by the line number. The first 'sed' inserts a
9763     # line-number line before each line; the second 'sed' does the real
9764     # work. The second script uses 'N' to pair each line-number line
9765     # with the numbered line, and appends trailing '-' during
9766     # substitution so that $LINENO is not a special case at line end.
9767     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
9768     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
9769     sed '=' <$as_myself |
9770     sed '
9771     N
9772     s,$,-,
9773     : loop
9774     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
9775     t loop
9776     s,-$,,
9777     s,^['$as_cr_digits']*\n,,
9778     ' >$as_me.lineno &&
9779     chmod +x $as_me.lineno ||
9780     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
9781     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
9782     { (exit 1); exit 1; }; }
9783    
9784     # Don't try to exec as it changes $[0], causing all sort of problems
9785     # (the dirname of $[0] is not the place where we might find the
9786     # original and so on. Autoconf is especially sensible to this).
9787     . ./$as_me.lineno
9788     # Exit status is that of the last command.
9789     exit
9790     }
9791    
9792    
9793     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
9794     *c*,-n*) ECHO_N= ECHO_C='
9795     ' ECHO_T=' ' ;;
9796     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
9797     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
9798     esac
9799    
9800     if expr a : '\(a\)' >/dev/null 2>&1; then
9801     as_expr=expr
9802     else
9803     as_expr=false
9804     fi
9805    
9806     rm -f conf$$ conf$$.exe conf$$.file
9807     echo >conf$$.file
9808     if ln -s conf$$.file conf$$ 2>/dev/null; then
9809     # We could just check for DJGPP; but this test a) works b) is more generic
9810     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
9811     if test -f conf$$.exe; then
9812     # Don't use ln at all; we don't have any links
9813     as_ln_s='cp -p'
9814     else
9815     as_ln_s='ln -s'
9816     fi
9817     elif ln conf$$.file conf$$ 2>/dev/null; then
9818     as_ln_s=ln
9819     else
9820     as_ln_s='cp -p'
9821     fi
9822     rm -f conf$$ conf$$.exe conf$$.file
9823    
9824     if mkdir -p . 2>/dev/null; then
9825     as_mkdir_p=:
9826     else
9827     as_mkdir_p=false
9828     fi
9829    
9830     as_executable_p="test -f"
9831    
9832     # Sed expression to map a string onto a valid CPP name.
9833     as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
9834    
9835     # Sed expression to map a string onto a valid variable name.
9836     as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
9837    
9838    
9839     # IFS
9840     # We need space, tab and new line, in precisely that order.
9841     as_nl='
9842     '
9843     IFS=" $as_nl"
9844    
9845     # CDPATH.
9846     $as_unset CDPATH
9847    
9848     exec 6>&1
9849    
9850     # Open the log real soon, to keep \$[0] and so on meaningful, and to
9851     # report actual input values of CONFIG_FILES etc. instead of their
9852     # values after options handling. Logging --version etc. is OK.
9853     exec 5>>config.log
9854     {
9855     echo
9856     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9857     ## Running $as_me. ##
9858     _ASBOX
9859     } >&5
9860     cat >&5 <<_CSEOF
9861    
9862     This file was extended by $as_me, which was
9863     generated by GNU Autoconf 2.57. Invocation command line was
9864    
9865     CONFIG_FILES = $CONFIG_FILES
9866     CONFIG_HEADERS = $CONFIG_HEADERS
9867     CONFIG_LINKS = $CONFIG_LINKS
9868     CONFIG_COMMANDS = $CONFIG_COMMANDS
9869     $ $0 $@
9870    
9871     _CSEOF
9872     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
9873     echo >&5
9874     _ACEOF
9875    
9876     # Files that config.status was made for.
9877     if test -n "$ac_config_files"; then
9878     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
9879     fi
9880    
9881     if test -n "$ac_config_headers"; then
9882     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
9883     fi
9884    
9885     if test -n "$ac_config_links"; then
9886     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
9887     fi
9888    
9889     if test -n "$ac_config_commands"; then
9890     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
9891     fi
9892    
9893     cat >>$CONFIG_STATUS <<\_ACEOF
9894    
9895     ac_cs_usage="\
9896     \`$as_me' instantiates files from templates according to the
9897     current configuration.
9898    
9899     Usage: $0 [OPTIONS] [FILE]...
9900    
9901     -h, --help print this help, then exit
9902     -V, --version print version number, then exit
9903     -q, --quiet do not print progress messages
9904     -d, --debug don't remove temporary files
9905     --recheck update $as_me by reconfiguring in the same conditions
9906     --file=FILE[:TEMPLATE]
9907     instantiate the configuration file FILE
9908     --header=FILE[:TEMPLATE]
9909     instantiate the configuration header FILE
9910    
9911     Configuration files:
9912     $config_files
9913    
9914     Configuration headers:
9915     $config_headers
9916    
9917     Configuration commands:
9918     $config_commands
9919    
9920     Report bugs to <bug-autoconf@gnu.org>."
9921     _ACEOF
9922    
9923     cat >>$CONFIG_STATUS <<_ACEOF
9924     ac_cs_version="\\
9925     config.status
9926     configured by $0, generated by GNU Autoconf 2.57,
9927     with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9928    
9929     Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
9930     Free Software Foundation, Inc.
9931     This config.status script is free software; the Free Software Foundation
9932     gives unlimited permission to copy, distribute and modify it."
9933     srcdir=$srcdir
9934     INSTALL="$INSTALL"
9935     _ACEOF
9936    
9937     cat >>$CONFIG_STATUS <<\_ACEOF
9938     # If no file are specified by the user, then we need to provide default
9939     # value. By we need to know if files were specified by the user.
9940     ac_need_defaults=:
9941     while test $# != 0
9942     do
9943     case $1 in
9944     --*=*)
9945     ac_option=`expr "x$1" : 'x\([^=]*\)='`
9946     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
9947     ac_shift=:
9948     ;;
9949     -*)
9950     ac_option=$1
9951     ac_optarg=$2
9952     ac_shift=shift
9953     ;;
9954     *) # This is not an option, so the user has probably given explicit
9955     # arguments.
9956     ac_option=$1
9957     ac_need_defaults=false;;
9958     esac
9959    
9960     case $ac_option in
9961     # Handling of the options.
9962     _ACEOF
9963     cat >>$CONFIG_STATUS <<\_ACEOF
9964     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9965     ac_cs_recheck=: ;;
9966     --version | --vers* | -V )
9967     echo "$ac_cs_version"; exit 0 ;;
9968     --he | --h)
9969     # Conflict between --help and --header
9970     { { echo "$as_me:$LINENO: error: ambiguous option: $1
9971     Try \`$0 --help' for more information." >&5
9972     echo "$as_me: error: ambiguous option: $1
9973     Try \`$0 --help' for more information." >&2;}
9974     { (exit 1); exit 1; }; };;
9975     --help | --hel | -h )
9976     echo "$ac_cs_usage"; exit 0 ;;
9977     --debug | --d* | -d )
9978     debug=: ;;
9979     --file | --fil | --fi | --f )
9980     $ac_shift
9981     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
9982     ac_need_defaults=false;;
9983     --header | --heade | --head | --hea )
9984     $ac_shift
9985     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
9986     ac_need_defaults=false;;
9987     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9988     | -silent | --silent | --silen | --sile | --sil | --si | --s)
9989     ac_cs_silent=: ;;
9990    
9991     # This is an error.
9992     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
9993     Try \`$0 --help' for more information." >&5
9994     echo "$as_me: error: unrecognized option: $1
9995     Try \`$0 --help' for more information." >&2;}
9996     { (exit 1); exit 1; }; } ;;
9997    
9998     *) ac_config_targets="$ac_config_targets $1" ;;
9999    
10000     esac
10001     shift
10002     done
10003    
10004     ac_configure_extra_args=
10005    
10006     if $ac_cs_silent; then
10007     exec 6>/dev/null
10008     ac_configure_extra_args="$ac_configure_extra_args --silent"
10009     fi
10010    
10011     _ACEOF
10012     cat >>$CONFIG_STATUS <<_ACEOF
10013     if \$ac_cs_recheck; then
10014     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10015     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10016     fi
10017    
10018     _ACEOF
10019    
10020     cat >>$CONFIG_STATUS <<_ACEOF
10021     #
10022     # INIT-COMMANDS section.
10023     #
10024    
10025     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10026     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10027     # from automake.
10028     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10029     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10030     LINGUAS="${LINGUAS-%UNSET%}"
10031    
10032     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10033    
10034     _ACEOF
10035    
10036    
10037    
10038     cat >>$CONFIG_STATUS <<\_ACEOF
10039     for ac_config_target in $ac_config_targets
10040     do
10041     case "$ac_config_target" in
10042     # Handling of arguments.
10043     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10044     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10045     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10046     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10047     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10048     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10049     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10050     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10051     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10052     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10053     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10054     { (exit 1); exit 1; }; };;
10055     esac
10056     done
10057    
10058     # If the user did not use the arguments to specify the items to instantiate,
10059     # then the envvar interface is used. Set only those that are not.
10060     # We use the long form for the default assignment because of an extremely
10061     # bizarre bug on SunOS 4.1.3.
10062     if $ac_need_defaults; then
10063     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10064     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10065     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10066     fi
10067    
10068     # Have a temporary directory for convenience. Make it in the build tree
10069     # simply because there is no reason to put it here, and in addition,
10070     # creating and moving files from /tmp can sometimes cause problems.
10071     # Create a temporary directory, and hook for its removal unless debugging.
10072     $debug ||
10073     {
10074     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10075     trap '{ (exit 1); exit 1; }' 1 2 13 15
10076     }
10077    
10078     # Create a (secure) tmp directory for tmp files.
10079    
10080     {
10081     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10082     test -n "$tmp" && test -d "$tmp"
10083     } ||
10084     {
10085     tmp=./confstat$$-$RANDOM
10086     (umask 077 && mkdir $tmp)
10087     } ||
10088     {
10089     echo "$me: cannot create a temporary directory in ." >&2
10090     { (exit 1); exit 1; }
10091     }
10092    
10093     _ACEOF
10094    
10095     cat >>$CONFIG_STATUS <<_ACEOF
10096    
10097     #
10098     # CONFIG_FILES section.
10099     #
10100    
10101     # No need to generate the scripts if there are no CONFIG_FILES.
10102     # This happens for instance when ./config.status config.h
10103     if test -n "\$CONFIG_FILES"; then
10104     # Protect against being on the right side of a sed subst in config.status.
10105     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10106     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10107     s,@SHELL@,$SHELL,;t t
10108     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10109     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10110     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10111     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10112     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10113     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10114     s,@exec_prefix@,$exec_prefix,;t t
10115     s,@prefix@,$prefix,;t t
10116     s,@program_transform_name@,$program_transform_name,;t t
10117     s,@bindir@,$bindir,;t t
10118     s,@sbindir@,$sbindir,;t t
10119     s,@libexecdir@,$libexecdir,;t t
10120     s,@datadir@,$datadir,;t t
10121     s,@sysconfdir@,$sysconfdir,;t t
10122     s,@sharedstatedir@,$sharedstatedir,;t t
10123     s,@localstatedir@,$localstatedir,;t t
10124     s,@libdir@,$libdir,;t t
10125     s,@includedir@,$includedir,;t t
10126     s,@oldincludedir@,$oldincludedir,;t t
10127     s,@infodir@,$infodir,;t t
10128     s,@mandir@,$mandir,;t t
10129     s,@build_alias@,$build_alias,;t t
10130     s,@host_alias@,$host_alias,;t t
10131     s,@target_alias@,$target_alias,;t t
10132     s,@DEFS@,$DEFS,;t t
10133     s,@ECHO_C@,$ECHO_C,;t t
10134     s,@ECHO_N@,$ECHO_N,;t t
10135     s,@ECHO_T@,$ECHO_T,;t t
10136     s,@LIBS@,$LIBS,;t t
10137     s,@build@,$build,;t t
10138     s,@build_cpu@,$build_cpu,;t t
10139     s,@build_vendor@,$build_vendor,;t t
10140     s,@build_os@,$build_os,;t t
10141     s,@host@,$host,;t t
10142     s,@host_cpu@,$host_cpu,;t t
10143     s,@host_vendor@,$host_vendor,;t t
10144     s,@host_os@,$host_os,;t t
10145     s,@target@,$target,;t t
10146     s,@target_cpu@,$target_cpu,;t t
10147     s,@target_vendor@,$target_vendor,;t t
10148     s,@target_os@,$target_os,;t t
10149     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10150     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10151     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10152     s,@CYGPATH_W@,$CYGPATH_W,;t t
10153     s,@PACKAGE@,$PACKAGE,;t t
10154     s,@VERSION@,$VERSION,;t t
10155     s,@ACLOCAL@,$ACLOCAL,;t t
10156     s,@AUTOCONF@,$AUTOCONF,;t t
10157     s,@AUTOMAKE@,$AUTOMAKE,;t t
10158     s,@AUTOHEADER@,$AUTOHEADER,;t t
10159     s,@MAKEINFO@,$MAKEINFO,;t t
10160     s,@AMTAR@,$AMTAR,;t t
10161     s,@install_sh@,$install_sh,;t t
10162     s,@STRIP@,$STRIP,;t t
10163     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10164     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10165     s,@AWK@,$AWK,;t t
10166     s,@SET_MAKE@,$SET_MAKE,;t t
10167     s,@am__leading_dot@,$am__leading_dot,;t t
10168     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10169     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10170     s,@MAINT@,$MAINT,;t t
10171     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10172     s,@MSGFMT@,$MSGFMT,;t t
10173     s,@GMSGFMT@,$GMSGFMT,;t t
10174     s,@XGETTEXT@,$XGETTEXT,;t t
10175     s,@MSGMERGE@,$MSGMERGE,;t t
10176     s,@CC@,$CC,;t t
10177     s,@CFLAGS@,$CFLAGS,;t t
10178     s,@LDFLAGS@,$LDFLAGS,;t t
10179     s,@CPPFLAGS@,$CPPFLAGS,;t t
10180     s,@ac_ct_CC@,$ac_ct_CC,;t t
10181     s,@EXEEXT@,$EXEEXT,;t t
10182     s,@OBJEXT@,$OBJEXT,;t t
10183     s,@DEPDIR@,$DEPDIR,;t t
10184     s,@am__include@,$am__include,;t t
10185     s,@am__quote@,$am__quote,;t t
10186     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10187     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10188     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10189     s,@CCDEPMODE@,$CCDEPMODE,;t t
10190     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10191     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10192     s,@USE_NLS@,$USE_NLS,;t t
10193     s,@LIBICONV@,$LIBICONV,;t t
10194     s,@LTLIBICONV@,$LTLIBICONV,;t t
10195     s,@INTLLIBS@,$INTLLIBS,;t t
10196     s,@LIBINTL@,$LIBINTL,;t t
10197     s,@LTLIBINTL@,$LTLIBINTL,;t t
10198     s,@POSUB@,$POSUB,;t t
10199     s,@CPP@,$CPP,;t t
10200     s,@CXX@,$CXX,;t t
10201     s,@CXXFLAGS@,$CXXFLAGS,;t t
10202     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10203     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10204     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10205     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10206     s,@EGREP@,$EGREP,;t t
10207     s,@LN_S@,$LN_S,;t t
10208     s,@RANLIB@,$RANLIB,;t t
10209     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10210     s,@IFTYPE@,$IFTYPE,;t t
10211     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10212     s,@CXXCPP@,$CXXCPP,;t t
10213     s,@ALLOCA@,$ALLOCA,;t t
10214     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10215     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10216     s,@INCLUDES@,$INCLUDES,;t t
10217     s,@LIBOBJS@,$LIBOBJS,;t t
10218     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10219     CEOF
10220    
10221     _ACEOF
10222    
10223     cat >>$CONFIG_STATUS <<\_ACEOF
10224     # Split the substitutions into bite-sized pieces for seds with
10225     # small command number limits, like on Digital OSF/1 and HP-UX.
10226     ac_max_sed_lines=48
10227     ac_sed_frag=1 # Number of current file.
10228     ac_beg=1 # First line for current file.
10229     ac_end=$ac_max_sed_lines # Line after last line for current file.
10230     ac_more_lines=:
10231     ac_sed_cmds=
10232     while $ac_more_lines; do
10233     if test $ac_beg -gt 1; then
10234     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10235     else
10236     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10237     fi
10238     if test ! -s $tmp/subs.frag; then
10239     ac_more_lines=false
10240     else
10241     # The purpose of the label and of the branching condition is to
10242     # speed up the sed processing (if there are no `@' at all, there
10243     # is no need to browse any of the substitutions).
10244     # These are the two extra sed commands mentioned above.
10245     (echo ':t
10246     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10247     if test -z "$ac_sed_cmds"; then
10248     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10249     else
10250     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10251     fi
10252     ac_sed_frag=`expr $ac_sed_frag + 1`
10253     ac_beg=$ac_end
10254     ac_end=`expr $ac_end + $ac_max_sed_lines`
10255     fi
10256     done
10257     if test -z "$ac_sed_cmds"; then
10258     ac_sed_cmds=cat
10259     fi
10260     fi # test -n "$CONFIG_FILES"
10261    
10262     _ACEOF
10263     cat >>$CONFIG_STATUS <<\_ACEOF
10264     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10265     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10266     case $ac_file in
10267     - | *:- | *:-:* ) # input from stdin
10268     cat >$tmp/stdin
10269     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10270     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10271     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10272     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10273     * ) ac_file_in=$ac_file.in ;;
10274     esac
10275    
10276     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10277     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10278     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10279     X"$ac_file" : 'X\(//\)[^/]' \| \
10280     X"$ac_file" : 'X\(//\)$' \| \
10281     X"$ac_file" : 'X\(/\)' \| \
10282     . : '\(.\)' 2>/dev/null ||
10283     echo X"$ac_file" |
10284     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10285     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10286     /^X\(\/\/\)$/{ s//\1/; q; }
10287     /^X\(\/\).*/{ s//\1/; q; }
10288     s/.*/./; q'`
10289     { if $as_mkdir_p; then
10290     mkdir -p "$ac_dir"
10291     else
10292     as_dir="$ac_dir"
10293     as_dirs=
10294     while test ! -d "$as_dir"; do
10295     as_dirs="$as_dir $as_dirs"
10296     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10297     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10298     X"$as_dir" : 'X\(//\)[^/]' \| \
10299     X"$as_dir" : 'X\(//\)$' \| \
10300     X"$as_dir" : 'X\(/\)' \| \
10301     . : '\(.\)' 2>/dev/null ||
10302     echo X"$as_dir" |
10303     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10304     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10305     /^X\(\/\/\)$/{ s//\1/; q; }
10306     /^X\(\/\).*/{ s//\1/; q; }
10307     s/.*/./; q'`
10308     done
10309     test ! -n "$as_dirs" || mkdir $as_dirs
10310     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10311     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10312     { (exit 1); exit 1; }; }; }
10313    
10314     ac_builddir=.
10315    
10316     if test "$ac_dir" != .; then
10317     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10318     # A "../" for each directory in $ac_dir_suffix.
10319     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10320     else
10321     ac_dir_suffix= ac_top_builddir=
10322     fi
10323    
10324     case $srcdir in
10325     .) # No --srcdir option. We are building in place.
10326     ac_srcdir=.
10327     if test -z "$ac_top_builddir"; then
10328     ac_top_srcdir=.
10329     else
10330     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10331     fi ;;
10332     [\\/]* | ?:[\\/]* ) # Absolute path.
10333     ac_srcdir=$srcdir$ac_dir_suffix;
10334     ac_top_srcdir=$srcdir ;;
10335     *) # Relative path.
10336     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10337     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10338     esac
10339     # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10340     # absolute.
10341     ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10342     ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10343     ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10344     ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10345    
10346    
10347     case $INSTALL in
10348     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10349     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10350     esac
10351    
10352     if test x"$ac_file" != x-; then
10353     { echo "$as_me:$LINENO: creating $ac_file" >&5
10354     echo "$as_me: creating $ac_file" >&6;}
10355     rm -f "$ac_file"
10356     fi
10357     # Let's still pretend it is `configure' which instantiates (i.e., don't
10358     # use $as_me), people would be surprised to read:
10359     # /* config.h. Generated by config.status. */
10360     if test x"$ac_file" = x-; then
10361     configure_input=
10362     else
10363     configure_input="$ac_file. "
10364     fi
10365     configure_input=$configure_input"Generated from `echo $ac_file_in |
10366     sed 's,.*/,,'` by configure."
10367    
10368     # First look for the input files in the build tree, otherwise in the
10369     # src tree.
10370     ac_file_inputs=`IFS=:
10371     for f in $ac_file_in; do
10372     case $f in
10373     -) echo $tmp/stdin ;;
10374     [\\/$]*)
10375     # Absolute (can't be DOS-style, as IFS=:)
10376     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10377     echo "$as_me: error: cannot find input file: $f" >&2;}
10378     { (exit 1); exit 1; }; }
10379     echo $f;;
10380     *) # Relative
10381     if test -f "$f"; then
10382     # Build tree
10383     echo $f
10384     elif test -f "$srcdir/$f"; then
10385     # Source tree
10386     echo $srcdir/$f
10387     else
10388     # /dev/null tree
10389     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10390     echo "$as_me: error: cannot find input file: $f" >&2;}
10391     { (exit 1); exit 1; }; }
10392     fi;;
10393     esac
10394     done` || { (exit 1); exit 1; }
10395     _ACEOF
10396     cat >>$CONFIG_STATUS <<_ACEOF
10397     sed "$ac_vpsub
10398     $extrasub
10399     _ACEOF
10400     cat >>$CONFIG_STATUS <<\_ACEOF
10401     :t
10402     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10403     s,@configure_input@,$configure_input,;t t
10404     s,@srcdir@,$ac_srcdir,;t t
10405     s,@abs_srcdir@,$ac_abs_srcdir,;t t
10406     s,@top_srcdir@,$ac_top_srcdir,;t t
10407     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10408     s,@builddir@,$ac_builddir,;t t
10409     s,@abs_builddir@,$ac_abs_builddir,;t t
10410     s,@top_builddir@,$ac_top_builddir,;t t
10411     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10412     s,@INSTALL@,$ac_INSTALL,;t t
10413     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10414     rm -f $tmp/stdin
10415     if test x"$ac_file" != x-; then
10416     mv $tmp/out $ac_file
10417     else
10418     cat $tmp/out
10419     rm -f $tmp/out
10420     fi
10421    
10422     done
10423     _ACEOF
10424     cat >>$CONFIG_STATUS <<\_ACEOF
10425    
10426     #
10427     # CONFIG_HEADER section.
10428     #
10429    
10430     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10431     # NAME is the cpp macro being defined and VALUE is the value it is being given.
10432     #
10433     # ac_d sets the value in "#define NAME VALUE" lines.
10434     ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10435     ac_dB='[ ].*$,\1#\2'
10436     ac_dC=' '
10437     ac_dD=',;t'
10438     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10439     ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10440     ac_uB='$,\1#\2define\3'
10441     ac_uC=' '
10442     ac_uD=',;t'
10443    
10444     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10445     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10446     case $ac_file in
10447     - | *:- | *:-:* ) # input from stdin
10448     cat >$tmp/stdin
10449     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10450     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10451     *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10452     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10453     * ) ac_file_in=$ac_file.in ;;
10454     esac
10455    
10456     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10457     echo "$as_me: creating $ac_file" >&6;}
10458    
10459     # First look for the input files in the build tree, otherwise in the
10460     # src tree.
10461     ac_file_inputs=`IFS=:
10462     for f in $ac_file_in; do
10463     case $f in
10464     -) echo $tmp/stdin ;;
10465     [\\/$]*)
10466     # Absolute (can't be DOS-style, as IFS=:)
10467     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10468     echo "$as_me: error: cannot find input file: $f" >&2;}
10469     { (exit 1); exit 1; }; }
10470     echo $f;;
10471     *) # Relative
10472     if test -f "$f"; then
10473     # Build tree
10474     echo $f
10475     elif test -f "$srcdir/$f"; then
10476     # Source tree
10477     echo $srcdir/$f
10478     else
10479     # /dev/null tree
10480     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10481     echo "$as_me: error: cannot find input file: $f" >&2;}
10482     { (exit 1); exit 1; }; }
10483     fi;;
10484     esac
10485     done` || { (exit 1); exit 1; }
10486     # Remove the trailing spaces.
10487     sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10488    
10489     _ACEOF
10490    
10491     # Transform confdefs.h into two sed scripts, `conftest.defines' and
10492     # `conftest.undefs', that substitutes the proper values into
10493     # config.h.in to produce config.h. The first handles `#define'
10494     # templates, and the second `#undef' templates.
10495     # And first: Protect against being on the right side of a sed subst in
10496     # config.status. Protect against being in an unquoted here document
10497     # in config.status.
10498     rm -f conftest.defines conftest.undefs
10499     # Using a here document instead of a string reduces the quoting nightmare.
10500     # Putting comments in sed scripts is not portable.
10501     #
10502     # `end' is used to avoid that the second main sed command (meant for
10503     # 0-ary CPP macros) applies to n-ary macro definitions.
10504     # See the Autoconf documentation for `clear'.
10505     cat >confdef2sed.sed <<\_ACEOF
10506     s/[\\&,]/\\&/g
10507     s,[\\$`],\\&,g
10508     t clear
10509     : clear
10510     s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10511     t end
10512     s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10513     : end
10514     _ACEOF
10515     # If some macros were called several times there might be several times
10516     # the same #defines, which is useless. Nevertheless, we may not want to
10517     # sort them, since we want the *last* AC-DEFINE to be honored.
10518     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
10519     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10520     rm -f confdef2sed.sed
10521    
10522     # This sed command replaces #undef with comments. This is necessary, for
10523     # example, in the case of _POSIX_SOURCE, which is predefined and required
10524     # on some systems where configure will not decide to define it.
10525     cat >>conftest.undefs <<\_ACEOF
10526     s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
10527     _ACEOF
10528    
10529     # Break up conftest.defines because some shells have a limit on the size
10530     # of here documents, and old seds have small limits too (100 cmds).
10531     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
10532     echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
10533     echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
10534     echo ' :' >>$CONFIG_STATUS
10535     rm -f conftest.tail
10536     while grep . conftest.defines >/dev/null
10537     do
10538     # Write a limited-size here document to $tmp/defines.sed.
10539     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
10540     # Speed up: don't consider the non `#define' lines.
10541     echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
10542     # Work around the forget-to-reset-the-flag bug.
10543     echo 't clr' >>$CONFIG_STATUS
10544     echo ': clr' >>$CONFIG_STATUS
10545     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
10546     echo 'CEOF
10547     sed -f $tmp/defines.sed $tmp/in >$tmp/out
10548     rm -f $tmp/in
10549     mv $tmp/out $tmp/in
10550     ' >>$CONFIG_STATUS
10551     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
10552     rm -f conftest.defines
10553     mv conftest.tail conftest.defines
10554     done
10555     rm -f conftest.defines
10556     echo ' fi # grep' >>$CONFIG_STATUS
10557     echo >>$CONFIG_STATUS
10558    
10559     # Break up conftest.undefs because some shells have a limit on the size
10560     # of here documents, and old seds have small limits too (100 cmds).
10561     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10562     rm -f conftest.tail
10563     while grep . conftest.undefs >/dev/null
10564     do
10565     # Write a limited-size here document to $tmp/undefs.sed.
10566     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10567     # Speed up: don't consider the non `#undef'
10568     echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
10569     # Work around the forget-to-reset-the-flag bug.
10570     echo 't clr' >>$CONFIG_STATUS
10571     echo ': clr' >>$CONFIG_STATUS
10572     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10573     echo 'CEOF
10574     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
10575     rm -f $tmp/in
10576     mv $tmp/out $tmp/in
10577     ' >>$CONFIG_STATUS
10578     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
10579     rm -f conftest.undefs
10580     mv conftest.tail conftest.undefs
10581     done
10582     rm -f conftest.undefs
10583    
10584     cat >>$CONFIG_STATUS <<\_ACEOF
10585     # Let's still pretend it is `configure' which instantiates (i.e., don't
10586     # use $as_me), people would be surprised to read:
10587     # /* config.h. Generated by config.status. */
10588     if test x"$ac_file" = x-; then
10589     echo "/* Generated by configure. */" >$tmp/config.h
10590     else
10591     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
10592     fi
10593     cat $tmp/in >>$tmp/config.h
10594     rm -f $tmp/in
10595     if test x"$ac_file" != x-; then
10596     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
10597     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
10598     echo "$as_me: $ac_file is unchanged" >&6;}
10599     else
10600     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10601     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10602     X"$ac_file" : 'X\(//\)[^/]' \| \
10603     X"$ac_file" : 'X\(//\)$' \| \
10604     X"$ac_file" : 'X\(/\)' \| \
10605     . : '\(.\)' 2>/dev/null ||
10606     echo X"$ac_file" |
10607     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10608     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10609     /^X\(\/\/\)$/{ s//\1/; q; }
10610     /^X\(\/\).*/{ s//\1/; q; }
10611     s/.*/./; q'`
10612     { if $as_mkdir_p; then
10613     mkdir -p "$ac_dir"
10614     else
10615     as_dir="$ac_dir"
10616     as_dirs=
10617     while test ! -d "$as_dir"; do
10618     as_dirs="$as_dir $as_dirs"
10619     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10620     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10621     X"$as_dir" : 'X\(//\)[^/]' \| \
10622     X"$as_dir" : 'X\(//\)$' \| \
10623     X"$as_dir" : 'X\(/\)' \| \
10624     . : '\(.\)' 2>/dev/null ||
10625     echo X"$as_dir" |
10626     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10627     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10628     /^X\(\/\/\)$/{ s//\1/; q; }
10629     /^X\(\/\).*/{ s//\1/; q; }
10630     s/.*/./; q'`
10631     done
10632     test ! -n "$as_dirs" || mkdir $as_dirs
10633     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10634     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10635     { (exit 1); exit 1; }; }; }
10636    
10637     rm -f $ac_file
10638     mv $tmp/config.h $ac_file
10639     fi
10640     else
10641     cat $tmp/config.h
10642     rm -f $tmp/config.h
10643     fi
10644     # Compute $ac_file's index in $config_headers.
10645     _am_stamp_count=1
10646     for _am_header in $config_headers :; do
10647     case $_am_header in
10648     $ac_file | $ac_file:* )
10649     break ;;
10650     * )
10651     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10652     esac
10653     done
10654     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
10655     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10656     X$ac_file : 'X\(//\)[^/]' \| \
10657     X$ac_file : 'X\(//\)$' \| \
10658     X$ac_file : 'X\(/\)' \| \
10659     . : '\(.\)' 2>/dev/null ||
10660     echo X$ac_file |
10661     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10662     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10663     /^X\(\/\/\)$/{ s//\1/; q; }
10664     /^X\(\/\).*/{ s//\1/; q; }
10665     s/.*/./; q'`/stamp-h$_am_stamp_count
10666     done
10667     _ACEOF
10668     cat >>$CONFIG_STATUS <<\_ACEOF
10669    
10670     #
10671     # CONFIG_COMMANDS section.
10672     #
10673     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
10674     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
10675     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
10676     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
10677     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10678     X"$ac_dest" : 'X\(//\)[^/]' \| \
10679     X"$ac_dest" : 'X\(//\)$' \| \
10680     X"$ac_dest" : 'X\(/\)' \| \
10681     . : '\(.\)' 2>/dev/null ||
10682     echo X"$ac_dest" |
10683     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10684     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10685     /^X\(\/\/\)$/{ s//\1/; q; }
10686     /^X\(\/\).*/{ s//\1/; q; }
10687     s/.*/./; q'`
10688     ac_builddir=.
10689    
10690     if test "$ac_dir" != .; then
10691     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10692     # A "../" for each directory in $ac_dir_suffix.
10693     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10694     else
10695     ac_dir_suffix= ac_top_builddir=
10696     fi
10697    
10698     case $srcdir in
10699     .) # No --srcdir option. We are building in place.
10700     ac_srcdir=.
10701     if test -z "$ac_top_builddir"; then
10702     ac_top_srcdir=.
10703     else
10704     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10705     fi ;;
10706     [\\/]* | ?:[\\/]* ) # Absolute path.
10707     ac_srcdir=$srcdir$ac_dir_suffix;
10708     ac_top_srcdir=$srcdir ;;
10709     *) # Relative path.
10710     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10711     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10712     esac
10713     # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
10714     # absolute.
10715     ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
10716     ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
10717     ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
10718     ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10719    
10720    
10721     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
10722     echo "$as_me: executing $ac_dest commands" >&6;}
10723     case $ac_dest in
10724     default-1 )
10725     for ac_file in $CONFIG_FILES; do
10726     # Support "outfile[:infile[:infile...]]"
10727     case "$ac_file" in
10728     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10729     esac
10730     # PO directories have a Makefile.in generated from Makefile.in.in.
10731     case "$ac_file" in */Makefile.in)
10732     # Adjust a relative srcdir.
10733     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
10734     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
10735     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
10736     # In autoconf-2.13 it is called $ac_given_srcdir.
10737     # In autoconf-2.50 it is called $srcdir.
10738     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
10739     case "$ac_given_srcdir" in
10740     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
10741     /*) top_srcdir="$ac_given_srcdir" ;;
10742     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
10743     esac
10744     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
10745     rm -f "$ac_dir/POTFILES"
10746     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
10747     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
10748     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
10749     # on $ac_dir but don't depend on user-specified configuration
10750     # parameters.
10751     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
10752     # The LINGUAS file contains the set of available languages.
10753     if test -n "$ALL_LINGUAS"; then
10754     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
10755     fi
10756     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
10757     # Hide the ALL_LINGUAS assigment from automake.
10758     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
10759     fi
10760     case "$ac_given_srcdir" in
10761     .) srcdirpre= ;;
10762     *) srcdirpre='$(srcdir)/' ;;
10763     esac
10764     POFILES=
10765     GMOFILES=
10766     UPDATEPOFILES=
10767     DUMMYPOFILES=
10768     for lang in $ALL_LINGUAS; do
10769     POFILES="$POFILES $srcdirpre$lang.po"
10770     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
10771     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
10772     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
10773     done
10774     # CATALOGS depends on both $ac_dir and the user's LINGUAS
10775     # environment variable.
10776     INST_LINGUAS=
10777     if test -n "$ALL_LINGUAS"; then
10778     for presentlang in $ALL_LINGUAS; do
10779     useit=no
10780     if test "%UNSET%" != "$LINGUAS"; then
10781     desiredlanguages="$LINGUAS"
10782     else
10783     desiredlanguages="$ALL_LINGUAS"
10784     fi
10785     for desiredlang in $desiredlanguages; do
10786     # Use the presentlang catalog if desiredlang is
10787     # a. equal to presentlang, or
10788     # b. a variant of presentlang (because in this case,
10789     # presentlang can be used as a fallback for messages
10790     # which are not translated in the desiredlang catalog).
10791     case "$desiredlang" in
10792     "$presentlang"*) useit=yes;;
10793     esac
10794     done
10795     if test $useit = yes; then
10796     INST_LINGUAS="$INST_LINGUAS $presentlang"
10797     fi
10798     done
10799     fi
10800     CATALOGS=
10801     if test -n "$INST_LINGUAS"; then
10802     for lang in $INST_LINGUAS; do
10803     CATALOGS="$CATALOGS $lang.gmo"
10804     done
10805     fi
10806     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
10807     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"
10808     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
10809     if test -f "$f"; then
10810     case "$f" in
10811     *.orig | *.bak | *~) ;;
10812     *) cat "$f" >> "$ac_dir/Makefile" ;;
10813     esac
10814     fi
10815     done
10816     fi
10817     ;;
10818     esac
10819     done ;;
10820     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
10821     # Strip MF so we end up with the name of the file.
10822     mf=`echo "$mf" | sed -e 's/:.*$//'`
10823     # Check whether this is an Automake generated Makefile or not.
10824     # We used to match only the files named `Makefile.in', but
10825     # some people rename them; so instead we look at the file content.
10826     # Grep'ing the first line is not enough: some people post-process
10827     # each Makefile.in and add a new line on top of each file to say so.
10828     # So let's grep whole file.
10829     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
10830     dirpart=`(dirname "$mf") 2>/dev/null ||
10831     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10832     X"$mf" : 'X\(//\)[^/]' \| \
10833     X"$mf" : 'X\(//\)$' \| \
10834     X"$mf" : 'X\(/\)' \| \
10835     . : '\(.\)' 2>/dev/null ||
10836     echo X"$mf" |
10837     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10838     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10839     /^X\(\/\/\)$/{ s//\1/; q; }
10840     /^X\(\/\).*/{ s//\1/; q; }
10841     s/.*/./; q'`
10842     else
10843     continue
10844     fi
10845     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
10846     # Extract the definition of DEP_FILES from the Makefile without
10847     # running `make'.
10848     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
10849     test -z "$DEPDIR" && continue
10850     # When using ansi2knr, U may be empty or an underscore; expand it
10851     U=`sed -n -e '/^U = / s///p' < "$mf"`
10852     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
10853     # We invoke sed twice because it is the simplest approach to
10854     # changing $(DEPDIR) to its actual value in the expansion.
10855     for file in `sed -n -e '
10856     /^DEP_FILES = .*\\\\$/ {
10857     s/^DEP_FILES = //
10858     :loop
10859     s/\\\\$//
10860     p
10861     n
10862     /\\\\$/ b loop
10863     p
10864     }
10865     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
10866     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10867     # Make sure the directory exists.
10868     test -f "$dirpart/$file" && continue
10869     fdir=`(dirname "$file") 2>/dev/null ||
10870     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10871     X"$file" : 'X\(//\)[^/]' \| \
10872     X"$file" : 'X\(//\)$' \| \
10873     X"$file" : 'X\(/\)' \| \
10874     . : '\(.\)' 2>/dev/null ||
10875     echo X"$file" |
10876     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10877     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10878     /^X\(\/\/\)$/{ s//\1/; q; }
10879     /^X\(\/\).*/{ s//\1/; q; }
10880     s/.*/./; q'`
10881     { if $as_mkdir_p; then
10882     mkdir -p $dirpart/$fdir
10883     else
10884     as_dir=$dirpart/$fdir
10885     as_dirs=
10886     while test ! -d "$as_dir"; do
10887     as_dirs="$as_dir $as_dirs"
10888     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10889     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10890     X"$as_dir" : 'X\(//\)[^/]' \| \
10891     X"$as_dir" : 'X\(//\)$' \| \
10892     X"$as_dir" : 'X\(/\)' \| \
10893     . : '\(.\)' 2>/dev/null ||
10894     echo X"$as_dir" |
10895     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10896     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10897     /^X\(\/\/\)$/{ s//\1/; q; }
10898     /^X\(\/\).*/{ s//\1/; q; }
10899     s/.*/./; q'`
10900     done
10901     test ! -n "$as_dirs" || mkdir $as_dirs
10902     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
10903     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
10904     { (exit 1); exit 1; }; }; }
10905    
10906     # echo "creating $dirpart/$file"
10907     echo '# dummy' > "$dirpart/$file"
10908     done
10909     done
10910     ;;
10911     esac
10912     done
10913     _ACEOF
10914    
10915     cat >>$CONFIG_STATUS <<\_ACEOF
10916    
10917     { (exit 0); exit 0; }
10918     _ACEOF
10919     chmod +x $CONFIG_STATUS
10920     ac_clean_files=$ac_clean_files_save
10921    
10922    
10923    
10924     echo
10925     echo "***"
10926     echo "*** Configuration Summary"
10927     echo "***"
10928     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
10929     echo "*** Cipher used: $CIPHER"
10930     echo "*** Digest used: $DIGEST"
10931     echo "*** HMAC length: $HMAC"
10932     echo "*** RAND used: $RAND"
10933     echo "*** Max. MTU: $MTU"
10934     echo "*** Compression: $COMPRESS"
10935     echo "***"
10936    
10937     if test "x$DIGEST" = xmd4; then
10938     echo "*** WARNING"
10939     echo "*** The digest you have chosen ($DIGEST) is known to be insecure"
10940     echo "***"
10941     fi
10942    
10943     echo
10944    
10945    
10946    
10947     # configure is writing to config.log, and then calls config.status.
10948     # config.status does its own redirection, appending to config.log.
10949     # Unfortunately, on DOS this fails, as config.log is still kept open
10950     # by configure, so config.status won't be able to write to it; its
10951     # output is simply discarded. So we exec the FD to /dev/null,
10952     # effectively closing config.log, so it can be properly (re)opened and
10953     # appended to by config.status. When coming back to configure, we
10954     # need to make the FD available again.
10955     if test "$no_create" != yes; then
10956     ac_cs_success=:
10957     ac_config_status_args=
10958     test "$silent" = yes &&
10959     ac_config_status_args="$ac_config_status_args --quiet"
10960     exec 5>/dev/null
10961     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
10962     exec 5>>config.log
10963     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10964     # would make configure fail if this is the last instruction.
10965     $ac_cs_success || { (exit 1); exit 1; }
10966     fi
10967