ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
Revision: 1.11
Committed: Sat Jan 17 01:18:36 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.10: +1164 -543 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 pcg 1.11 # Generated by GNU Autoconf 2.58.
4 pcg 1.1 #
5 pcg 1.11 # Copyright (C) 2003 Free Software Foundation, Inc.
6 pcg 1.1 # This configure script is free software; the Free Software Foundation
7     # gives unlimited permission to copy, distribute and modify it.
8     ## --------------------- ##
9     ## M4sh Initialization. ##
10     ## --------------------- ##
11    
12     # Be Bourne compatible
13     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14     emulate sh
15     NULLCMD=:
16     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17     # is contrary to our usage. Disable this feature.
18     alias -g '${1+"$@"}'='"$@"'
19     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20     set -o posix
21     fi
22 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
23 pcg 1.1
24     # Support unset when possible.
25 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 pcg 1.1 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 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 pcg 1.1 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 pcg 1.11 test -d ./-p && rmdir ./-p
222 pcg 1.1 as_mkdir_p=false
223     fi
224    
225     as_executable_p="test -f"
226    
227     # Sed expression to map a string onto a valid CPP name.
228 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229 pcg 1.1
230     # Sed expression to map a string onto a valid variable name.
231 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232 pcg 1.1
233    
234     # IFS
235     # We need space, tab and new line, in precisely that order.
236     as_nl='
237     '
238     IFS=" $as_nl"
239    
240     # CDPATH.
241     $as_unset CDPATH
242    
243    
244     # Name of the host.
245     # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246     # so uname gets run too.
247     ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248    
249     exec 6>&1
250    
251     #
252     # Initializations.
253     #
254     ac_default_prefix=/usr/local
255     ac_config_libobj_dir=.
256     cross_compiling=no
257     subdirs=
258     MFLAGS=
259     MAKEFLAGS=
260     SHELL=${CONFIG_SHELL-/bin/sh}
261    
262     # Maximum number of lines to put in a shell here document.
263     # This variable seems obsolete. It should probably be removed, and
264     # only ac_max_sed_lines should be used.
265     : ${ac_max_here_lines=38}
266    
267     # Identity of this package.
268     PACKAGE_NAME=
269     PACKAGE_TARNAME=
270     PACKAGE_VERSION=
271     PACKAGE_STRING=
272     PACKAGE_BUGREPORT=
273    
274     ac_unique_file="src/vped.C"
275     # Factoring default headers for most tests.
276     ac_includes_default="\
277     #include <stdio.h>
278     #if HAVE_SYS_TYPES_H
279     # include <sys/types.h>
280     #endif
281     #if HAVE_SYS_STAT_H
282     # include <sys/stat.h>
283     #endif
284     #if STDC_HEADERS
285     # include <stdlib.h>
286     # include <stddef.h>
287     #else
288     # if HAVE_STDLIB_H
289     # include <stdlib.h>
290     # endif
291     #endif
292     #if HAVE_STRING_H
293     # if !STDC_HEADERS && HAVE_MEMORY_H
294     # include <memory.h>
295     # endif
296     # include <string.h>
297     #endif
298     #if HAVE_STRINGS_H
299     # include <strings.h>
300     #endif
301     #if HAVE_INTTYPES_H
302     # include <inttypes.h>
303     #else
304     # if HAVE_STDINT_H
305     # include <stdint.h>
306     # endif
307     #endif
308     #if HAVE_UNISTD_H
309     # include <unistd.h>
310     #endif"
311    
312     ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP INCLUDES LIBOBJS LTLIBOBJS'
313     ac_subst_files=''
314    
315     # Initialize some variables set by options.
316     ac_init_help=
317     ac_init_version=false
318     # The variables have the same names as the options, with
319     # dashes changed to underlines.
320     cache_file=/dev/null
321     exec_prefix=NONE
322     no_create=
323     no_recursion=
324     prefix=NONE
325     program_prefix=NONE
326     program_suffix=NONE
327     program_transform_name=s,x,x,
328     silent=
329     site=
330     srcdir=
331     verbose=
332     x_includes=NONE
333     x_libraries=NONE
334    
335     # Installation directory options.
336     # These are left unexpanded so users can "make install exec_prefix=/foo"
337     # and all the variables that are supposed to be based on exec_prefix
338     # by default will actually change.
339     # Use braces instead of parens because sh, perl, etc. also accept them.
340     bindir='${exec_prefix}/bin'
341     sbindir='${exec_prefix}/sbin'
342     libexecdir='${exec_prefix}/libexec'
343     datadir='${prefix}/share'
344     sysconfdir='${prefix}/etc'
345     sharedstatedir='${prefix}/com'
346     localstatedir='${prefix}/var'
347     libdir='${exec_prefix}/lib'
348     includedir='${prefix}/include'
349     oldincludedir='/usr/include'
350     infodir='${prefix}/info'
351     mandir='${prefix}/man'
352    
353     ac_prev=
354     for ac_option
355     do
356     # If the previous option needs an argument, assign it.
357     if test -n "$ac_prev"; then
358     eval "$ac_prev=\$ac_option"
359     ac_prev=
360     continue
361     fi
362    
363     ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364    
365     # Accept the important Cygnus configure options, so we can diagnose typos.
366    
367     case $ac_option in
368    
369     -bindir | --bindir | --bindi | --bind | --bin | --bi)
370     ac_prev=bindir ;;
371     -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372     bindir=$ac_optarg ;;
373    
374     -build | --build | --buil | --bui | --bu)
375     ac_prev=build_alias ;;
376     -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377     build_alias=$ac_optarg ;;
378    
379     -cache-file | --cache-file | --cache-fil | --cache-fi \
380     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381     ac_prev=cache_file ;;
382     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384     cache_file=$ac_optarg ;;
385    
386     --config-cache | -C)
387     cache_file=config.cache ;;
388    
389     -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390     ac_prev=datadir ;;
391     -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392     | --da=*)
393     datadir=$ac_optarg ;;
394    
395     -disable-* | --disable-*)
396     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397     # Reject names that are not valid shell variable names.
398     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400     { (exit 1); exit 1; }; }
401     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402     eval "enable_$ac_feature=no" ;;
403    
404     -enable-* | --enable-*)
405     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406     # Reject names that are not valid shell variable names.
407     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408     { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409     { (exit 1); exit 1; }; }
410     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411     case $ac_option in
412     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413     *) ac_optarg=yes ;;
414     esac
415     eval "enable_$ac_feature='$ac_optarg'" ;;
416    
417     -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418     | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419     | --exec | --exe | --ex)
420     ac_prev=exec_prefix ;;
421     -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422     | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423     | --exec=* | --exe=* | --ex=*)
424     exec_prefix=$ac_optarg ;;
425    
426     -gas | --gas | --ga | --g)
427     # Obsolete; use --with-gas.
428     with_gas=yes ;;
429    
430     -help | --help | --hel | --he | -h)
431     ac_init_help=long ;;
432     -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433     ac_init_help=recursive ;;
434     -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435     ac_init_help=short ;;
436    
437     -host | --host | --hos | --ho)
438     ac_prev=host_alias ;;
439     -host=* | --host=* | --hos=* | --ho=*)
440     host_alias=$ac_optarg ;;
441    
442     -includedir | --includedir | --includedi | --included | --include \
443     | --includ | --inclu | --incl | --inc)
444     ac_prev=includedir ;;
445     -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446     | --includ=* | --inclu=* | --incl=* | --inc=*)
447     includedir=$ac_optarg ;;
448    
449     -infodir | --infodir | --infodi | --infod | --info | --inf)
450     ac_prev=infodir ;;
451     -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452     infodir=$ac_optarg ;;
453    
454     -libdir | --libdir | --libdi | --libd)
455     ac_prev=libdir ;;
456     -libdir=* | --libdir=* | --libdi=* | --libd=*)
457     libdir=$ac_optarg ;;
458    
459     -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460     | --libexe | --libex | --libe)
461     ac_prev=libexecdir ;;
462     -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463     | --libexe=* | --libex=* | --libe=*)
464     libexecdir=$ac_optarg ;;
465    
466     -localstatedir | --localstatedir | --localstatedi | --localstated \
467     | --localstate | --localstat | --localsta | --localst \
468     | --locals | --local | --loca | --loc | --lo)
469     ac_prev=localstatedir ;;
470     -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471     | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472     | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473     localstatedir=$ac_optarg ;;
474    
475     -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476     ac_prev=mandir ;;
477     -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478     mandir=$ac_optarg ;;
479    
480     -nfp | --nfp | --nf)
481     # Obsolete; use --without-fp.
482     with_fp=no ;;
483    
484     -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485     | --no-cr | --no-c | -n)
486     no_create=yes ;;
487    
488     -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489     | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490     no_recursion=yes ;;
491    
492     -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493     | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494     | --oldin | --oldi | --old | --ol | --o)
495     ac_prev=oldincludedir ;;
496     -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497     | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498     | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499     oldincludedir=$ac_optarg ;;
500    
501     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502     ac_prev=prefix ;;
503     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504     prefix=$ac_optarg ;;
505    
506     -program-prefix | --program-prefix | --program-prefi | --program-pref \
507     | --program-pre | --program-pr | --program-p)
508     ac_prev=program_prefix ;;
509     -program-prefix=* | --program-prefix=* | --program-prefi=* \
510     | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511     program_prefix=$ac_optarg ;;
512    
513     -program-suffix | --program-suffix | --program-suffi | --program-suff \
514     | --program-suf | --program-su | --program-s)
515     ac_prev=program_suffix ;;
516     -program-suffix=* | --program-suffix=* | --program-suffi=* \
517     | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518     program_suffix=$ac_optarg ;;
519    
520     -program-transform-name | --program-transform-name \
521     | --program-transform-nam | --program-transform-na \
522     | --program-transform-n | --program-transform- \
523     | --program-transform | --program-transfor \
524     | --program-transfo | --program-transf \
525     | --program-trans | --program-tran \
526     | --progr-tra | --program-tr | --program-t)
527     ac_prev=program_transform_name ;;
528     -program-transform-name=* | --program-transform-name=* \
529     | --program-transform-nam=* | --program-transform-na=* \
530     | --program-transform-n=* | --program-transform-=* \
531     | --program-transform=* | --program-transfor=* \
532     | --program-transfo=* | --program-transf=* \
533     | --program-trans=* | --program-tran=* \
534     | --progr-tra=* | --program-tr=* | --program-t=*)
535     program_transform_name=$ac_optarg ;;
536    
537     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538     | -silent | --silent | --silen | --sile | --sil)
539     silent=yes ;;
540    
541     -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542     ac_prev=sbindir ;;
543     -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544     | --sbi=* | --sb=*)
545     sbindir=$ac_optarg ;;
546    
547     -sharedstatedir | --sharedstatedir | --sharedstatedi \
548     | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549     | --sharedst | --shareds | --shared | --share | --shar \
550     | --sha | --sh)
551     ac_prev=sharedstatedir ;;
552     -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553     | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554     | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555     | --sha=* | --sh=*)
556     sharedstatedir=$ac_optarg ;;
557    
558     -site | --site | --sit)
559     ac_prev=site ;;
560     -site=* | --site=* | --sit=*)
561     site=$ac_optarg ;;
562    
563     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564     ac_prev=srcdir ;;
565     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566     srcdir=$ac_optarg ;;
567    
568     -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569     | --syscon | --sysco | --sysc | --sys | --sy)
570     ac_prev=sysconfdir ;;
571     -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572     | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573     sysconfdir=$ac_optarg ;;
574    
575     -target | --target | --targe | --targ | --tar | --ta | --t)
576     ac_prev=target_alias ;;
577     -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578     target_alias=$ac_optarg ;;
579    
580     -v | -verbose | --verbose | --verbos | --verbo | --verb)
581     verbose=yes ;;
582    
583     -version | --version | --versio | --versi | --vers | -V)
584     ac_init_version=: ;;
585    
586     -with-* | --with-*)
587     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588     # Reject names that are not valid shell variable names.
589     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590     { echo "$as_me: error: invalid package name: $ac_package" >&2
591     { (exit 1); exit 1; }; }
592     ac_package=`echo $ac_package| sed 's/-/_/g'`
593     case $ac_option in
594     *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595     *) ac_optarg=yes ;;
596     esac
597     eval "with_$ac_package='$ac_optarg'" ;;
598    
599     -without-* | --without-*)
600     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601     # Reject names that are not valid shell variable names.
602     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603     { echo "$as_me: error: invalid package name: $ac_package" >&2
604     { (exit 1); exit 1; }; }
605     ac_package=`echo $ac_package | sed 's/-/_/g'`
606     eval "with_$ac_package=no" ;;
607    
608     --x)
609     # Obsolete; use --with-x.
610     with_x=yes ;;
611    
612     -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613     | --x-incl | --x-inc | --x-in | --x-i)
614     ac_prev=x_includes ;;
615     -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616     | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617     x_includes=$ac_optarg ;;
618    
619     -x-libraries | --x-libraries | --x-librarie | --x-librari \
620     | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621     ac_prev=x_libraries ;;
622     -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623     | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624     x_libraries=$ac_optarg ;;
625    
626     -*) { echo "$as_me: error: unrecognized option: $ac_option
627     Try \`$0 --help' for more information." >&2
628     { (exit 1); exit 1; }; }
629     ;;
630    
631     *=*)
632     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633     # Reject names that are not valid shell variable names.
634     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635     { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636     { (exit 1); exit 1; }; }
637     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638     eval "$ac_envvar='$ac_optarg'"
639     export $ac_envvar ;;
640    
641     *)
642     # FIXME: should be removed in autoconf 3.0.
643     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645     echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647     ;;
648    
649     esac
650     done
651    
652     if test -n "$ac_prev"; then
653     ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654     { echo "$as_me: error: missing argument to $ac_option" >&2
655     { (exit 1); exit 1; }; }
656     fi
657    
658     # Be sure to have absolute paths.
659     for ac_var in exec_prefix prefix
660     do
661     eval ac_val=$`echo $ac_var`
662     case $ac_val in
663     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665     { (exit 1); exit 1; }; };;
666     esac
667     done
668    
669     # Be sure to have absolute paths.
670     for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 pcg 1.11 localstatedir libdir includedir oldincludedir infodir mandir
672 pcg 1.1 do
673     eval ac_val=$`echo $ac_var`
674     case $ac_val in
675     [\\/$]* | ?:[\\/]* ) ;;
676     *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677     { (exit 1); exit 1; }; };;
678     esac
679     done
680    
681     # There might be people who depend on the old broken behavior: `$host'
682     # used to hold the argument of --host etc.
683     # FIXME: To remove some day.
684     build=$build_alias
685     host=$host_alias
686     target=$target_alias
687    
688     # FIXME: To remove some day.
689     if test "x$host_alias" != x; then
690     if test "x$build_alias" = x; then
691     cross_compiling=maybe
692     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693     If a cross compiler is detected then cross compile mode will be used." >&2
694     elif test "x$build_alias" != "x$host_alias"; then
695     cross_compiling=yes
696     fi
697     fi
698    
699     ac_tool_prefix=
700     test -n "$host_alias" && ac_tool_prefix=$host_alias-
701    
702     test "$silent" = yes && exec 6>/dev/null
703    
704    
705     # Find the source files, if location was not specified.
706     if test -z "$srcdir"; then
707     ac_srcdir_defaulted=yes
708     # Try the directory containing this script, then its parent.
709     ac_confdir=`(dirname "$0") 2>/dev/null ||
710     $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 pcg 1.11 X"$0" : 'X\(//\)[^/]' \| \
712     X"$0" : 'X\(//\)$' \| \
713     X"$0" : 'X\(/\)' \| \
714     . : '\(.\)' 2>/dev/null ||
715 pcg 1.1 echo X"$0" |
716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718     /^X\(\/\/\)$/{ s//\1/; q; }
719     /^X\(\/\).*/{ s//\1/; q; }
720     s/.*/./; q'`
721     srcdir=$ac_confdir
722     if test ! -r $srcdir/$ac_unique_file; then
723     srcdir=..
724     fi
725     else
726     ac_srcdir_defaulted=no
727     fi
728     if test ! -r $srcdir/$ac_unique_file; then
729     if test "$ac_srcdir_defaulted" = yes; then
730     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731     { (exit 1); exit 1; }; }
732     else
733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734     { (exit 1); exit 1; }; }
735     fi
736     fi
737     (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738     { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739     { (exit 1); exit 1; }; }
740     srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741     ac_env_build_alias_set=${build_alias+set}
742     ac_env_build_alias_value=$build_alias
743     ac_cv_env_build_alias_set=${build_alias+set}
744     ac_cv_env_build_alias_value=$build_alias
745     ac_env_host_alias_set=${host_alias+set}
746     ac_env_host_alias_value=$host_alias
747     ac_cv_env_host_alias_set=${host_alias+set}
748     ac_cv_env_host_alias_value=$host_alias
749     ac_env_target_alias_set=${target_alias+set}
750     ac_env_target_alias_value=$target_alias
751     ac_cv_env_target_alias_set=${target_alias+set}
752     ac_cv_env_target_alias_value=$target_alias
753     ac_env_CC_set=${CC+set}
754     ac_env_CC_value=$CC
755     ac_cv_env_CC_set=${CC+set}
756     ac_cv_env_CC_value=$CC
757     ac_env_CFLAGS_set=${CFLAGS+set}
758     ac_env_CFLAGS_value=$CFLAGS
759     ac_cv_env_CFLAGS_set=${CFLAGS+set}
760     ac_cv_env_CFLAGS_value=$CFLAGS
761     ac_env_LDFLAGS_set=${LDFLAGS+set}
762     ac_env_LDFLAGS_value=$LDFLAGS
763     ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764     ac_cv_env_LDFLAGS_value=$LDFLAGS
765     ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766     ac_env_CPPFLAGS_value=$CPPFLAGS
767     ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768     ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769     ac_env_CPP_set=${CPP+set}
770     ac_env_CPP_value=$CPP
771     ac_cv_env_CPP_set=${CPP+set}
772     ac_cv_env_CPP_value=$CPP
773     ac_env_CXX_set=${CXX+set}
774     ac_env_CXX_value=$CXX
775     ac_cv_env_CXX_set=${CXX+set}
776     ac_cv_env_CXX_value=$CXX
777     ac_env_CXXFLAGS_set=${CXXFLAGS+set}
778     ac_env_CXXFLAGS_value=$CXXFLAGS
779     ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
780     ac_cv_env_CXXFLAGS_value=$CXXFLAGS
781     ac_env_CXXCPP_set=${CXXCPP+set}
782     ac_env_CXXCPP_value=$CXXCPP
783     ac_cv_env_CXXCPP_set=${CXXCPP+set}
784     ac_cv_env_CXXCPP_value=$CXXCPP
785    
786     #
787     # Report the --help message.
788     #
789     if test "$ac_init_help" = "long"; then
790     # Omit some internal or obsolete options to make the list less imposing.
791     # This message is too long to be a string in the A/UX 3.1 sh.
792     cat <<_ACEOF
793     \`configure' configures this package to adapt to many kinds of systems.
794    
795     Usage: $0 [OPTION]... [VAR=VALUE]...
796    
797     To assign environment variables (e.g., CC, CFLAGS...), specify them as
798     VAR=VALUE. See below for descriptions of some of the useful variables.
799    
800     Defaults for the options are specified in brackets.
801    
802     Configuration:
803     -h, --help display this help and exit
804     --help=short display options specific to this package
805     --help=recursive display the short help of all the included packages
806     -V, --version display version information and exit
807     -q, --quiet, --silent do not print \`checking...' messages
808     --cache-file=FILE cache test results in FILE [disabled]
809     -C, --config-cache alias for \`--cache-file=config.cache'
810     -n, --no-create do not create output files
811     --srcdir=DIR find the sources in DIR [configure dir or \`..']
812    
813     _ACEOF
814    
815     cat <<_ACEOF
816     Installation directories:
817     --prefix=PREFIX install architecture-independent files in PREFIX
818 pcg 1.11 [$ac_default_prefix]
819 pcg 1.1 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
820 pcg 1.11 [PREFIX]
821 pcg 1.1
822     By default, \`make install' will install all the files in
823     \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
824     an installation prefix other than \`$ac_default_prefix' using \`--prefix',
825     for instance \`--prefix=\$HOME'.
826    
827     For better control, use the options below.
828    
829     Fine tuning of the installation directories:
830     --bindir=DIR user executables [EPREFIX/bin]
831     --sbindir=DIR system admin executables [EPREFIX/sbin]
832     --libexecdir=DIR program executables [EPREFIX/libexec]
833     --datadir=DIR read-only architecture-independent data [PREFIX/share]
834     --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
835     --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
836     --localstatedir=DIR modifiable single-machine data [PREFIX/var]
837     --libdir=DIR object code libraries [EPREFIX/lib]
838     --includedir=DIR C header files [PREFIX/include]
839     --oldincludedir=DIR C header files for non-gcc [/usr/include]
840     --infodir=DIR info documentation [PREFIX/info]
841     --mandir=DIR man documentation [PREFIX/man]
842     _ACEOF
843    
844     cat <<\_ACEOF
845    
846     Program names:
847     --program-prefix=PREFIX prepend PREFIX to installed program names
848     --program-suffix=SUFFIX append SUFFIX to installed program names
849     --program-transform-name=PROGRAM run sed PROGRAM on installed program names
850    
851     System types:
852     --build=BUILD configure for building on BUILD [guessed]
853     --host=HOST cross-compile to build programs to run on HOST [BUILD]
854     --target=TARGET configure for building compilers for TARGET [HOST]
855     _ACEOF
856     fi
857    
858     if test -n "$ac_init_help"; then
859    
860     cat <<\_ACEOF
861    
862     Optional Features:
863     --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
864     --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
865     --enable-maintainer-mode enable make rules and dependencies not useful
866     (and sometimes confusing) to the casual installer
867     --disable-dependency-tracking Speeds up one-time builds
868     --enable-dependency-tracking Do not reject slow dependency extractors
869     --disable-rpath do not hardcode runtime library paths
870     --disable-nls do not use Native Language Support
871     --enable-iftype=TYPE/SUBTYPE
872 pcg 1.11 Use kernel/net device interface TYPE/SUBTYPE. Working combinations are:
873     "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" "tincd/darwin" "native/cygwin"; Untested
874     combinations are: "tincd/netbsd" "tincd/solaris" "tincd/mingw"; Broken combinations are:
875 pcg 1.5 "tincd/cygwin"; The default is to autodetect.
876 pcg 1.11 --enable-rohc
877     enable robust header compression (rfc3095).
878     --enable-icmp
879     enable icmp protocol support (default disabled).
880     --enable-tcp
881     enable tcp protocol support (default disabled).
882     --enable-http-proxy
883     enable http proxy connect support (default disabled).
884 pcg 1.1 --enable-hmac-length=BYTES
885 pcg 1.11 use a hmac of length BYTES bytes (default
886     12). Allowed values are 4, 8, 12, 16.
887 pcg 1.1 --enable-rand-length=BYTES
888     use BYTES bytes of extra randomness (default 8).
889     Allowed values are 0, 4, 8.
890 pcg 1.11 --enable-max-mtu=BYTES
891     enable mtu sizes upto BYTES bytes (default 1500).
892 pcg 1.1 Use 9100 for jumbogram support.
893 pcg 1.11 --disable-compression
894     Disable compression support.
895     --enable-cipher
896     Select the symmetric cipher (default "bf"). Must be
897     one of "bf" (blowfish), "aes-128" (rijndael), "aes-192" or "aes-256".
898     --enable-digest
899     Select the digets algorithm to use (default "sha1").
900 pcg 1.1 Must be one of "sha1", "ripemd160", "md5" or "md4"
901     (insecure).
902    
903     Optional Packages:
904     --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
905     --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
906     --with-gnu-ld assume the C compiler uses GNU ld default=no
907     --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
908     --without-libiconv-prefix don't search for libiconv in includedir and libdir
909     --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
910     --without-libintl-prefix don't search for libintl in includedir and libdir
911     --with-kernel=dir give the directory with kernel sources
912     (default: /usr/src/linux)
913     --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
914     --with-openssl-lib=DIR OpenSSL library directory
915    
916     Some influential environment variables:
917 pcg 1.11 CC
918     C compiler command
919     CFLAGS
920     C compiler flags
921     LDFLAGS
922     linker flags, e.g. -L<lib dir> if you have
923     libraries in a nonstandard directory <lib dir>
924     CPPFLAGS
925     C/C++ preprocessor flags, e.g. -I<include dir> if you
926     have headers in a nonstandard directory <include dir>
927     CPP
928     C preprocessor
929     CXX
930     C++ compiler command
931     CXXFLAGS
932     C++ compiler flags
933     CXXCPP
934     C++ preprocessor
935 pcg 1.1
936     Use these variables to override the choices made by `configure' or to help
937     it to find libraries and programs with nonstandard names/locations.
938    
939     _ACEOF
940     fi
941    
942     if test "$ac_init_help" = "recursive"; then
943     # If there are subdirs, report their specific --help.
944     ac_popdir=`pwd`
945     for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
946     test -d $ac_dir || continue
947     ac_builddir=.
948    
949     if test "$ac_dir" != .; then
950     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
951     # A "../" for each directory in $ac_dir_suffix.
952     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
953     else
954     ac_dir_suffix= ac_top_builddir=
955     fi
956    
957     case $srcdir in
958     .) # No --srcdir option. We are building in place.
959     ac_srcdir=.
960     if test -z "$ac_top_builddir"; then
961     ac_top_srcdir=.
962     else
963     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
964     fi ;;
965     [\\/]* | ?:[\\/]* ) # Absolute path.
966     ac_srcdir=$srcdir$ac_dir_suffix;
967     ac_top_srcdir=$srcdir ;;
968     *) # Relative path.
969     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
970     ac_top_srcdir=$ac_top_builddir$srcdir ;;
971     esac
972 pcg 1.11
973     # Do not use `cd foo && pwd` to compute absolute paths, because
974     # the directories may not exist.
975     case `pwd` in
976     .) ac_abs_builddir="$ac_dir";;
977     *)
978     case "$ac_dir" in
979     .) ac_abs_builddir=`pwd`;;
980     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
981     *) ac_abs_builddir=`pwd`/"$ac_dir";;
982     esac;;
983     esac
984     case $ac_abs_builddir in
985     .) ac_abs_top_builddir=${ac_top_builddir}.;;
986     *)
987     case ${ac_top_builddir}. in
988     .) ac_abs_top_builddir=$ac_abs_builddir;;
989     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
990     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
991     esac;;
992     esac
993     case $ac_abs_builddir in
994     .) ac_abs_srcdir=$ac_srcdir;;
995     *)
996     case $ac_srcdir in
997     .) ac_abs_srcdir=$ac_abs_builddir;;
998     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
999     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1000     esac;;
1001     esac
1002     case $ac_abs_builddir in
1003     .) ac_abs_top_srcdir=$ac_top_srcdir;;
1004     *)
1005     case $ac_top_srcdir in
1006     .) ac_abs_top_srcdir=$ac_abs_builddir;;
1007     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1008     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1009     esac;;
1010     esac
1011 pcg 1.1
1012     cd $ac_dir
1013     # Check for guested configure; otherwise get Cygnus style configure.
1014     if test -f $ac_srcdir/configure.gnu; then
1015     echo
1016     $SHELL $ac_srcdir/configure.gnu --help=recursive
1017     elif test -f $ac_srcdir/configure; then
1018     echo
1019     $SHELL $ac_srcdir/configure --help=recursive
1020     elif test -f $ac_srcdir/configure.ac ||
1021 pcg 1.11 test -f $ac_srcdir/configure.in; then
1022 pcg 1.1 echo
1023     $ac_configure --help
1024     else
1025     echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1026     fi
1027     cd "$ac_popdir"
1028     done
1029     fi
1030    
1031     test -n "$ac_init_help" && exit 0
1032     if $ac_init_version; then
1033     cat <<\_ACEOF
1034    
1035 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
1036 pcg 1.1 This configure script is free software; the Free Software Foundation
1037     gives unlimited permission to copy, distribute and modify it.
1038     _ACEOF
1039     exit 0
1040     fi
1041     exec 5>config.log
1042     cat >&5 <<_ACEOF
1043     This file contains any messages produced by compilers while
1044     running configure, to aid debugging if configure makes a mistake.
1045    
1046     It was created by $as_me, which was
1047 pcg 1.11 generated by GNU Autoconf 2.58. Invocation command line was
1048 pcg 1.1
1049     $ $0 $@
1050    
1051     _ACEOF
1052     {
1053     cat <<_ASUNAME
1054     ## --------- ##
1055     ## Platform. ##
1056     ## --------- ##
1057    
1058     hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1059     uname -m = `(uname -m) 2>/dev/null || echo unknown`
1060     uname -r = `(uname -r) 2>/dev/null || echo unknown`
1061     uname -s = `(uname -s) 2>/dev/null || echo unknown`
1062     uname -v = `(uname -v) 2>/dev/null || echo unknown`
1063    
1064     /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1065     /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1066    
1067     /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1068     /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1069     /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1070     hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1071     /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1072     /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1073     /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1074    
1075     _ASUNAME
1076    
1077     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1078     for as_dir in $PATH
1079     do
1080     IFS=$as_save_IFS
1081     test -z "$as_dir" && as_dir=.
1082     echo "PATH: $as_dir"
1083     done
1084    
1085     } >&5
1086    
1087     cat >&5 <<_ACEOF
1088    
1089    
1090     ## ----------- ##
1091     ## Core tests. ##
1092     ## ----------- ##
1093    
1094     _ACEOF
1095    
1096    
1097     # Keep a trace of the command line.
1098     # Strip out --no-create and --no-recursion so they do not pile up.
1099     # Strip out --silent because we don't want to record it for future runs.
1100     # Also quote any args containing shell meta-characters.
1101     # Make two passes to allow for proper duplicate-argument suppression.
1102     ac_configure_args=
1103     ac_configure_args0=
1104     ac_configure_args1=
1105     ac_sep=
1106     ac_must_keep_next=false
1107     for ac_pass in 1 2
1108     do
1109     for ac_arg
1110     do
1111     case $ac_arg in
1112     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1113     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114     | -silent | --silent | --silen | --sile | --sil)
1115     continue ;;
1116     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1117     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1118     esac
1119     case $ac_pass in
1120     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1121     2)
1122     ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1123     if test $ac_must_keep_next = true; then
1124 pcg 1.11 ac_must_keep_next=false # Got value, back to normal.
1125 pcg 1.1 else
1126 pcg 1.11 case $ac_arg in
1127     *=* | --config-cache | -C | -disable-* | --disable-* \
1128     | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1129     | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1130     | -with-* | --with-* | -without-* | --without-* | --x)
1131     case "$ac_configure_args0 " in
1132     "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1133     esac
1134     ;;
1135     -* ) ac_must_keep_next=true ;;
1136     esac
1137 pcg 1.1 fi
1138     ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1139     # Get rid of the leading space.
1140     ac_sep=" "
1141     ;;
1142     esac
1143     done
1144     done
1145     $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1146     $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1147    
1148     # When interrupted or exit'd, cleanup temporary files, and complete
1149     # config.log. We remove comments because anyway the quotes in there
1150     # would cause problems or look ugly.
1151     # WARNING: Be sure not to use single quotes in there, as some shells,
1152     # such as our DU 5.0 friend, will then `close' the trap.
1153     trap 'exit_status=$?
1154     # Save into config.log some information that might help in debugging.
1155     {
1156     echo
1157    
1158     cat <<\_ASBOX
1159     ## ---------------- ##
1160     ## Cache variables. ##
1161     ## ---------------- ##
1162     _ASBOX
1163     echo
1164     # The following way of writing the cache mishandles newlines in values,
1165     {
1166     (set) 2>&1 |
1167     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1168     *ac_space=\ *)
1169     sed -n \
1170 pcg 1.11 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1171     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1172 pcg 1.1 ;;
1173     *)
1174     sed -n \
1175 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1176 pcg 1.1 ;;
1177     esac;
1178     }
1179     echo
1180    
1181     cat <<\_ASBOX
1182     ## ----------------- ##
1183     ## Output variables. ##
1184     ## ----------------- ##
1185     _ASBOX
1186     echo
1187     for ac_var in $ac_subst_vars
1188     do
1189     eval ac_val=$`echo $ac_var`
1190     echo "$ac_var='"'"'$ac_val'"'"'"
1191     done | sort
1192     echo
1193    
1194     if test -n "$ac_subst_files"; then
1195     cat <<\_ASBOX
1196     ## ------------- ##
1197     ## Output files. ##
1198     ## ------------- ##
1199     _ASBOX
1200     echo
1201     for ac_var in $ac_subst_files
1202     do
1203     eval ac_val=$`echo $ac_var`
1204 pcg 1.11 echo "$ac_var='"'"'$ac_val'"'"'"
1205 pcg 1.1 done | sort
1206     echo
1207     fi
1208    
1209     if test -s confdefs.h; then
1210     cat <<\_ASBOX
1211     ## ----------- ##
1212     ## confdefs.h. ##
1213     ## ----------- ##
1214     _ASBOX
1215     echo
1216     sed "/^$/d" confdefs.h | sort
1217     echo
1218     fi
1219     test "$ac_signal" != 0 &&
1220     echo "$as_me: caught signal $ac_signal"
1221     echo "$as_me: exit $exit_status"
1222     } >&5
1223     rm -f core *.core &&
1224     rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1225     exit $exit_status
1226     ' 0
1227     for ac_signal in 1 2 13 15; do
1228     trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1229     done
1230     ac_signal=0
1231    
1232     # confdefs.h avoids OS command line length limits that DEFS can exceed.
1233     rm -rf conftest* confdefs.h
1234     # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1235     echo >confdefs.h
1236    
1237     # Predefined preprocessor variables.
1238    
1239     cat >>confdefs.h <<_ACEOF
1240     #define PACKAGE_NAME "$PACKAGE_NAME"
1241     _ACEOF
1242    
1243    
1244     cat >>confdefs.h <<_ACEOF
1245     #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1246     _ACEOF
1247    
1248    
1249     cat >>confdefs.h <<_ACEOF
1250     #define PACKAGE_VERSION "$PACKAGE_VERSION"
1251     _ACEOF
1252    
1253    
1254     cat >>confdefs.h <<_ACEOF
1255     #define PACKAGE_STRING "$PACKAGE_STRING"
1256     _ACEOF
1257    
1258    
1259     cat >>confdefs.h <<_ACEOF
1260     #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1261     _ACEOF
1262    
1263    
1264     # Let the site file select an alternate cache file if it wants to.
1265     # Prefer explicitly selected file to automatically selected ones.
1266     if test -z "$CONFIG_SITE"; then
1267     if test "x$prefix" != xNONE; then
1268     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1269     else
1270     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1271     fi
1272     fi
1273     for ac_site_file in $CONFIG_SITE; do
1274     if test -r "$ac_site_file"; then
1275     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1276     echo "$as_me: loading site script $ac_site_file" >&6;}
1277     sed 's/^/| /' "$ac_site_file" >&5
1278     . "$ac_site_file"
1279     fi
1280     done
1281    
1282     if test -r "$cache_file"; then
1283     # Some versions of bash will fail to source /dev/null (special
1284     # files actually), so we avoid doing that.
1285     if test -f "$cache_file"; then
1286     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1287     echo "$as_me: loading cache $cache_file" >&6;}
1288     case $cache_file in
1289     [\\/]* | ?:[\\/]* ) . $cache_file;;
1290     *) . ./$cache_file;;
1291     esac
1292     fi
1293     else
1294     { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1295     echo "$as_me: creating cache $cache_file" >&6;}
1296     >$cache_file
1297     fi
1298    
1299     # Check that the precious variables saved in the cache have kept the same
1300     # value.
1301     ac_cache_corrupted=false
1302     for ac_var in `(set) 2>&1 |
1303 pcg 1.11 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1304 pcg 1.1 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1305     eval ac_new_set=\$ac_env_${ac_var}_set
1306     eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1307     eval ac_new_val="\$ac_env_${ac_var}_value"
1308     case $ac_old_set,$ac_new_set in
1309     set,)
1310     { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1311     echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1312     ac_cache_corrupted=: ;;
1313     ,set)
1314     { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1315     echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1316     ac_cache_corrupted=: ;;
1317     ,);;
1318     *)
1319     if test "x$ac_old_val" != "x$ac_new_val"; then
1320 pcg 1.11 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1321 pcg 1.1 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1322 pcg 1.11 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1323 pcg 1.1 echo "$as_me: former value: $ac_old_val" >&2;}
1324 pcg 1.11 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1325 pcg 1.1 echo "$as_me: current value: $ac_new_val" >&2;}
1326 pcg 1.11 ac_cache_corrupted=:
1327 pcg 1.1 fi;;
1328     esac
1329     # Pass precious variables to config.status.
1330     if test "$ac_new_set" = set; then
1331     case $ac_new_val in
1332     *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1333     ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1334     *) ac_arg=$ac_var=$ac_new_val ;;
1335     esac
1336     case " $ac_configure_args " in
1337     *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1338     *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1339     esac
1340     fi
1341     done
1342     if $ac_cache_corrupted; then
1343     { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1344     echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1345     { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1346     echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1347     { (exit 1); exit 1; }; }
1348     fi
1349    
1350     ac_ext=c
1351     ac_cpp='$CPP $CPPFLAGS'
1352     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1353     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1354     ac_compiler_gnu=$ac_cv_c_compiler_gnu
1355    
1356    
1357    
1358    
1359    
1360    
1361    
1362    
1363    
1364    
1365    
1366    
1367    
1368    
1369    
1370    
1371    
1372    
1373    
1374     ac_aux_dir=
1375     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1376     if test -f $ac_dir/install-sh; then
1377     ac_aux_dir=$ac_dir
1378     ac_install_sh="$ac_aux_dir/install-sh -c"
1379     break
1380     elif test -f $ac_dir/install.sh; then
1381     ac_aux_dir=$ac_dir
1382     ac_install_sh="$ac_aux_dir/install.sh -c"
1383     break
1384     elif test -f $ac_dir/shtool; then
1385     ac_aux_dir=$ac_dir
1386     ac_install_sh="$ac_aux_dir/shtool install -c"
1387     break
1388     fi
1389     done
1390     if test -z "$ac_aux_dir"; then
1391     { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1392     echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1393     { (exit 1); exit 1; }; }
1394     fi
1395     ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1396     ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1397     ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1398    
1399     # Make sure we can run config.sub.
1400     $ac_config_sub sun4 >/dev/null 2>&1 ||
1401     { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1402     echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1403     { (exit 1); exit 1; }; }
1404    
1405     echo "$as_me:$LINENO: checking build system type" >&5
1406     echo $ECHO_N "checking build system type... $ECHO_C" >&6
1407     if test "${ac_cv_build+set}" = set; then
1408     echo $ECHO_N "(cached) $ECHO_C" >&6
1409     else
1410     ac_cv_build_alias=$build_alias
1411     test -z "$ac_cv_build_alias" &&
1412     ac_cv_build_alias=`$ac_config_guess`
1413     test -z "$ac_cv_build_alias" &&
1414     { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1415     echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1416     { (exit 1); exit 1; }; }
1417     ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1418     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1419     echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1420     { (exit 1); exit 1; }; }
1421    
1422     fi
1423     echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1424     echo "${ECHO_T}$ac_cv_build" >&6
1425     build=$ac_cv_build
1426     build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1427     build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1428     build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1429    
1430    
1431     echo "$as_me:$LINENO: checking host system type" >&5
1432     echo $ECHO_N "checking host system type... $ECHO_C" >&6
1433     if test "${ac_cv_host+set}" = set; then
1434     echo $ECHO_N "(cached) $ECHO_C" >&6
1435     else
1436     ac_cv_host_alias=$host_alias
1437     test -z "$ac_cv_host_alias" &&
1438     ac_cv_host_alias=$ac_cv_build_alias
1439     ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1440     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1441     echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1442     { (exit 1); exit 1; }; }
1443    
1444     fi
1445     echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1446     echo "${ECHO_T}$ac_cv_host" >&6
1447     host=$ac_cv_host
1448     host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1449     host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1450     host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1451    
1452    
1453     echo "$as_me:$LINENO: checking target system type" >&5
1454     echo $ECHO_N "checking target system type... $ECHO_C" >&6
1455     if test "${ac_cv_target+set}" = set; then
1456     echo $ECHO_N "(cached) $ECHO_C" >&6
1457     else
1458     ac_cv_target_alias=$target_alias
1459     test "x$ac_cv_target_alias" = "x" &&
1460     ac_cv_target_alias=$ac_cv_host_alias
1461     ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1462     { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1463     echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1464     { (exit 1); exit 1; }; }
1465    
1466     fi
1467     echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1468     echo "${ECHO_T}$ac_cv_target" >&6
1469     target=$ac_cv_target
1470     target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1471     target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1472     target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1473    
1474    
1475     # The aliases save the names the user supplied, while $host etc.
1476     # will get canonicalized.
1477     test -n "$target_alias" &&
1478     test "$program_prefix$program_suffix$program_transform_name" = \
1479     NONENONEs,x,x, &&
1480     program_prefix=${target_alias}-
1481     am__api_version="1.7"
1482     # Find a good install program. We prefer a C program (faster),
1483     # so one script is as good as another. But avoid the broken or
1484     # incompatible versions:
1485     # SysV /etc/install, /usr/sbin/install
1486     # SunOS /usr/etc/install
1487     # IRIX /sbin/install
1488     # AIX /bin/install
1489     # AmigaOS /C/install, which installs bootblocks on floppy discs
1490     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1491     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1492     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1493 pcg 1.11 # OS/2's system install, which has a completely different semantic
1494 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
1495     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1496     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1497     if test -z "$INSTALL"; then
1498     if test "${ac_cv_path_install+set}" = set; then
1499     echo $ECHO_N "(cached) $ECHO_C" >&6
1500     else
1501     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1502     for as_dir in $PATH
1503     do
1504     IFS=$as_save_IFS
1505     test -z "$as_dir" && as_dir=.
1506     # Account for people who put trailing slashes in PATH elements.
1507     case $as_dir/ in
1508     ./ | .// | /cC/* | \
1509     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1510 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1511 pcg 1.1 /usr/ucb/* ) ;;
1512     *)
1513     # OSF1 and SCO ODT 3.0 have their own names for install.
1514     # Don't use installbsd from OSF since it installs stuff as root
1515     # by default.
1516     for ac_prog in ginstall scoinst install; do
1517     for ac_exec_ext in '' $ac_executable_extensions; do
1518 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1519     if test $ac_prog = install &&
1520     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1521     # AIX install. It has an incompatible calling convention.
1522     :
1523     elif test $ac_prog = install &&
1524     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1525     # program-specific install script used by HP pwplus--don't use.
1526     :
1527     else
1528     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1529     break 3
1530     fi
1531     fi
1532 pcg 1.1 done
1533     done
1534     ;;
1535     esac
1536     done
1537    
1538    
1539     fi
1540     if test "${ac_cv_path_install+set}" = set; then
1541     INSTALL=$ac_cv_path_install
1542     else
1543     # As a last resort, use the slow shell script. We don't cache a
1544     # path for INSTALL within a source directory, because that will
1545     # break other packages using the cache if that directory is
1546     # removed, or if the path is relative.
1547     INSTALL=$ac_install_sh
1548     fi
1549     fi
1550     echo "$as_me:$LINENO: result: $INSTALL" >&5
1551     echo "${ECHO_T}$INSTALL" >&6
1552    
1553     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1554     # It thinks the first close brace ends the variable substitution.
1555     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1556    
1557     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1558    
1559     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1560    
1561     echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1562     echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1563     # Just in case
1564     sleep 1
1565     echo timestamp > conftest.file
1566     # Do `set' in a subshell so we don't clobber the current shell's
1567     # arguments. Must try -L first in case configure is actually a
1568     # symlink; some systems play weird games with the mod time of symlinks
1569     # (eg FreeBSD returns the mod time of the symlink's containing
1570     # directory).
1571     if (
1572     set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1573     if test "$*" = "X"; then
1574     # -L didn't work.
1575     set X `ls -t $srcdir/configure conftest.file`
1576     fi
1577     rm -f conftest.file
1578     if test "$*" != "X $srcdir/configure conftest.file" \
1579     && test "$*" != "X conftest.file $srcdir/configure"; then
1580    
1581     # If neither matched, then we have a broken ls. This can happen
1582     # if, for instance, CONFIG_SHELL is bash and it inherits a
1583     # broken ls alias from the environment. This has actually
1584     # happened. Such a system could not be considered "sane".
1585     { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1586     alias in your environment" >&5
1587     echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1588     alias in your environment" >&2;}
1589     { (exit 1); exit 1; }; }
1590     fi
1591    
1592     test "$2" = conftest.file
1593     )
1594     then
1595     # Ok.
1596     :
1597     else
1598     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1599     Check your system clock" >&5
1600     echo "$as_me: error: newly created file is older than distributed files!
1601     Check your system clock" >&2;}
1602     { (exit 1); exit 1; }; }
1603     fi
1604     echo "$as_me:$LINENO: result: yes" >&5
1605     echo "${ECHO_T}yes" >&6
1606     test "$program_prefix" != NONE &&
1607     program_transform_name="s,^,$program_prefix,;$program_transform_name"
1608     # Use a double $ so make ignores it.
1609     test "$program_suffix" != NONE &&
1610     program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1611     # Double any \ or $. echo might interpret backslashes.
1612     # By default was `s,x,x', remove it if useless.
1613     cat <<\_ACEOF >conftest.sed
1614     s/[\\$]/&&/g;s/;s,x,x,$//
1615     _ACEOF
1616     program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1617     rm conftest.sed
1618    
1619    
1620     # expand $ac_aux_dir to an absolute path
1621     am_aux_dir=`cd $ac_aux_dir && pwd`
1622    
1623     test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1624     # Use eval to expand $SHELL
1625     if eval "$MISSING --run true"; then
1626     am_missing_run="$MISSING --run "
1627     else
1628     am_missing_run=
1629     { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1630     echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1631     fi
1632    
1633     for ac_prog in gawk mawk nawk awk
1634     do
1635     # Extract the first word of "$ac_prog", so it can be a program name with args.
1636     set dummy $ac_prog; ac_word=$2
1637     echo "$as_me:$LINENO: checking for $ac_word" >&5
1638     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1639     if test "${ac_cv_prog_AWK+set}" = set; then
1640     echo $ECHO_N "(cached) $ECHO_C" >&6
1641     else
1642     if test -n "$AWK"; then
1643     ac_cv_prog_AWK="$AWK" # Let the user override the test.
1644     else
1645     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1646     for as_dir in $PATH
1647     do
1648     IFS=$as_save_IFS
1649     test -z "$as_dir" && as_dir=.
1650     for ac_exec_ext in '' $ac_executable_extensions; do
1651     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652     ac_cv_prog_AWK="$ac_prog"
1653     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1654     break 2
1655     fi
1656     done
1657     done
1658    
1659     fi
1660     fi
1661     AWK=$ac_cv_prog_AWK
1662     if test -n "$AWK"; then
1663     echo "$as_me:$LINENO: result: $AWK" >&5
1664     echo "${ECHO_T}$AWK" >&6
1665     else
1666     echo "$as_me:$LINENO: result: no" >&5
1667     echo "${ECHO_T}no" >&6
1668     fi
1669    
1670     test -n "$AWK" && break
1671     done
1672    
1673     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1674     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1675 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1676 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1677     echo $ECHO_N "(cached) $ECHO_C" >&6
1678     else
1679     cat >conftest.make <<\_ACEOF
1680     all:
1681     @echo 'ac_maketemp="$(MAKE)"'
1682     _ACEOF
1683     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1684     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1685     if test -n "$ac_maketemp"; then
1686     eval ac_cv_prog_make_${ac_make}_set=yes
1687     else
1688     eval ac_cv_prog_make_${ac_make}_set=no
1689     fi
1690     rm -f conftest.make
1691     fi
1692     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1693     echo "$as_me:$LINENO: result: yes" >&5
1694     echo "${ECHO_T}yes" >&6
1695     SET_MAKE=
1696     else
1697     echo "$as_me:$LINENO: result: no" >&5
1698     echo "${ECHO_T}no" >&6
1699     SET_MAKE="MAKE=${MAKE-make}"
1700     fi
1701    
1702     rm -rf .tst 2>/dev/null
1703     mkdir .tst 2>/dev/null
1704     if test -d .tst; then
1705     am__leading_dot=.
1706     else
1707     am__leading_dot=_
1708     fi
1709     rmdir .tst 2>/dev/null
1710    
1711     # test to see if srcdir already configured
1712     if test "`cd $srcdir && pwd`" != "`pwd`" &&
1713     test -f $srcdir/config.status; then
1714     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1715     echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1716     { (exit 1); exit 1; }; }
1717     fi
1718    
1719     # test whether we have cygpath
1720     if test -z "$CYGPATH_W"; then
1721     if (cygpath --version) >/dev/null 2>/dev/null; then
1722     CYGPATH_W='cygpath -w'
1723     else
1724     CYGPATH_W=echo
1725     fi
1726     fi
1727    
1728    
1729     # Define the identity of the package.
1730     PACKAGE=vpe
1731     VERSION=1.2
1732    
1733    
1734     cat >>confdefs.h <<_ACEOF
1735     #define PACKAGE "$PACKAGE"
1736     _ACEOF
1737    
1738    
1739     cat >>confdefs.h <<_ACEOF
1740     #define VERSION "$VERSION"
1741     _ACEOF
1742    
1743     # Some tools Automake needs.
1744    
1745     ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1746    
1747    
1748     AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1749    
1750    
1751     AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1752    
1753    
1754     AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1755    
1756    
1757     MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1758    
1759    
1760     AMTAR=${AMTAR-"${am_missing_run}tar"}
1761    
1762     install_sh=${install_sh-"$am_aux_dir/install-sh"}
1763    
1764     # Installed binaries are usually stripped using `strip' when the user
1765     # run `make install-strip'. However `strip' might not be the right
1766     # tool to use in cross-compilation environments, therefore Automake
1767     # will honor the `STRIP' environment variable to overrule this program.
1768     if test "$cross_compiling" != no; then
1769     if test -n "$ac_tool_prefix"; then
1770     # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1771     set dummy ${ac_tool_prefix}strip; ac_word=$2
1772     echo "$as_me:$LINENO: checking for $ac_word" >&5
1773     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1774     if test "${ac_cv_prog_STRIP+set}" = set; then
1775     echo $ECHO_N "(cached) $ECHO_C" >&6
1776     else
1777     if test -n "$STRIP"; then
1778     ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1779     else
1780     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1781     for as_dir in $PATH
1782     do
1783     IFS=$as_save_IFS
1784     test -z "$as_dir" && as_dir=.
1785     for ac_exec_ext in '' $ac_executable_extensions; do
1786     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1787     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1788     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1789     break 2
1790     fi
1791     done
1792     done
1793    
1794     fi
1795     fi
1796     STRIP=$ac_cv_prog_STRIP
1797     if test -n "$STRIP"; then
1798     echo "$as_me:$LINENO: result: $STRIP" >&5
1799     echo "${ECHO_T}$STRIP" >&6
1800     else
1801     echo "$as_me:$LINENO: result: no" >&5
1802     echo "${ECHO_T}no" >&6
1803     fi
1804    
1805     fi
1806     if test -z "$ac_cv_prog_STRIP"; then
1807     ac_ct_STRIP=$STRIP
1808     # Extract the first word of "strip", so it can be a program name with args.
1809     set dummy strip; ac_word=$2
1810     echo "$as_me:$LINENO: checking for $ac_word" >&5
1811     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1812     if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1813     echo $ECHO_N "(cached) $ECHO_C" >&6
1814     else
1815     if test -n "$ac_ct_STRIP"; then
1816     ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1817     else
1818     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1819     for as_dir in $PATH
1820     do
1821     IFS=$as_save_IFS
1822     test -z "$as_dir" && as_dir=.
1823     for ac_exec_ext in '' $ac_executable_extensions; do
1824     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1825     ac_cv_prog_ac_ct_STRIP="strip"
1826     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1827     break 2
1828     fi
1829     done
1830     done
1831    
1832     test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1833     fi
1834     fi
1835     ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1836     if test -n "$ac_ct_STRIP"; then
1837     echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1838     echo "${ECHO_T}$ac_ct_STRIP" >&6
1839     else
1840     echo "$as_me:$LINENO: result: no" >&5
1841     echo "${ECHO_T}no" >&6
1842     fi
1843    
1844     STRIP=$ac_ct_STRIP
1845     else
1846     STRIP="$ac_cv_prog_STRIP"
1847     fi
1848    
1849     fi
1850     INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1851    
1852     # We need awk for the "check" target. The system "awk" is bad on
1853     # some platforms.
1854    
1855    
1856    
1857     ac_config_headers="$ac_config_headers config.h"
1858    
1859     echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1860     echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1861     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1862     if test "${enable_maintainer_mode+set}" = set; then
1863     enableval="$enable_maintainer_mode"
1864     USE_MAINTAINER_MODE=$enableval
1865     else
1866     USE_MAINTAINER_MODE=no
1867     fi;
1868     echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1869     echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1870    
1871    
1872     if test $USE_MAINTAINER_MODE = yes; then
1873     MAINTAINER_MODE_TRUE=
1874     MAINTAINER_MODE_FALSE='#'
1875     else
1876     MAINTAINER_MODE_TRUE='#'
1877     MAINTAINER_MODE_FALSE=
1878     fi
1879    
1880     MAINT=$MAINTAINER_MODE_TRUE
1881    
1882    
1883    
1884    
1885    
1886    
1887    
1888    
1889    
1890    
1891     test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
1892    
1893     for k in m4 ; do ACLOCAL="$ACLOCAL -I $k" ; done
1894    
1895    
1896    
1897     MKINSTALLDIRS=
1898     if test -n "$ac_aux_dir"; then
1899     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
1900     fi
1901     if test -z "$MKINSTALLDIRS"; then
1902     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
1903     fi
1904    
1905    
1906    
1907    
1908    
1909     # Extract the first word of "msgfmt", so it can be a program name with args.
1910     set dummy msgfmt; ac_word=$2
1911     echo "$as_me:$LINENO: checking for $ac_word" >&5
1912     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1913     if test "${ac_cv_path_MSGFMT+set}" = set; then
1914     echo $ECHO_N "(cached) $ECHO_C" >&6
1915     else
1916     case "$MSGFMT" in
1917     /*)
1918     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
1919     ;;
1920     *)
1921     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1922     for ac_dir in $PATH; do
1923     test -z "$ac_dir" && ac_dir=.
1924     if test -f $ac_dir/$ac_word; then
1925     if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
1926     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1927     ac_cv_path_MSGFMT="$ac_dir/$ac_word"
1928     break
1929     fi
1930     fi
1931     done
1932     IFS="$ac_save_ifs"
1933     test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
1934     ;;
1935     esac
1936     fi
1937     MSGFMT="$ac_cv_path_MSGFMT"
1938     if test "$MSGFMT" != ":"; then
1939     echo "$as_me:$LINENO: result: $MSGFMT" >&5
1940     echo "${ECHO_T}$MSGFMT" >&6
1941     else
1942     echo "$as_me:$LINENO: result: no" >&5
1943     echo "${ECHO_T}no" >&6
1944     fi
1945    
1946     # Extract the first word of "gmsgfmt", so it can be a program name with args.
1947     set dummy gmsgfmt; ac_word=$2
1948     echo "$as_me:$LINENO: checking for $ac_word" >&5
1949     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1950     if test "${ac_cv_path_GMSGFMT+set}" = set; then
1951     echo $ECHO_N "(cached) $ECHO_C" >&6
1952     else
1953     case $GMSGFMT in
1954     [\\/]* | ?:[\\/]*)
1955     ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
1956     ;;
1957     *)
1958     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1959     for as_dir in $PATH
1960     do
1961     IFS=$as_save_IFS
1962     test -z "$as_dir" && as_dir=.
1963     for ac_exec_ext in '' $ac_executable_extensions; do
1964     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1965     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
1966     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1967     break 2
1968     fi
1969     done
1970     done
1971    
1972     test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
1973     ;;
1974     esac
1975     fi
1976     GMSGFMT=$ac_cv_path_GMSGFMT
1977    
1978     if test -n "$GMSGFMT"; then
1979     echo "$as_me:$LINENO: result: $GMSGFMT" >&5
1980     echo "${ECHO_T}$GMSGFMT" >&6
1981     else
1982     echo "$as_me:$LINENO: result: no" >&5
1983     echo "${ECHO_T}no" >&6
1984     fi
1985    
1986    
1987     # Extract the first word of "xgettext", so it can be a program name with args.
1988     set dummy xgettext; ac_word=$2
1989     echo "$as_me:$LINENO: checking for $ac_word" >&5
1990     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1991     if test "${ac_cv_path_XGETTEXT+set}" = set; then
1992     echo $ECHO_N "(cached) $ECHO_C" >&6
1993     else
1994     case "$XGETTEXT" in
1995     /*)
1996     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
1997     ;;
1998     *)
1999     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2000     for ac_dir in $PATH; do
2001     test -z "$ac_dir" && ac_dir=.
2002     if test -f $ac_dir/$ac_word; then
2003     if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2004     (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
2005     ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
2006     break
2007     fi
2008     fi
2009     done
2010     IFS="$ac_save_ifs"
2011     test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
2012     ;;
2013     esac
2014     fi
2015     XGETTEXT="$ac_cv_path_XGETTEXT"
2016     if test "$XGETTEXT" != ":"; then
2017     echo "$as_me:$LINENO: result: $XGETTEXT" >&5
2018     echo "${ECHO_T}$XGETTEXT" >&6
2019     else
2020     echo "$as_me:$LINENO: result: no" >&5
2021     echo "${ECHO_T}no" >&6
2022     fi
2023    
2024     rm -f messages.po
2025    
2026     # Extract the first word of "msgmerge", so it can be a program name with args.
2027     set dummy msgmerge; ac_word=$2
2028     echo "$as_me:$LINENO: checking for $ac_word" >&5
2029     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2030     if test "${ac_cv_path_MSGMERGE+set}" = set; then
2031     echo $ECHO_N "(cached) $ECHO_C" >&6
2032     else
2033     case "$MSGMERGE" in
2034     /*)
2035     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
2036     ;;
2037     *)
2038     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2039     for ac_dir in $PATH; do
2040     test -z "$ac_dir" && ac_dir=.
2041     if test -f $ac_dir/$ac_word; then
2042     if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
2043     ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
2044     break
2045     fi
2046     fi
2047     done
2048     IFS="$ac_save_ifs"
2049     test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
2050     ;;
2051     esac
2052     fi
2053     MSGMERGE="$ac_cv_path_MSGMERGE"
2054     if test "$MSGMERGE" != ":"; then
2055     echo "$as_me:$LINENO: result: $MSGMERGE" >&5
2056     echo "${ECHO_T}$MSGMERGE" >&6
2057     else
2058     echo "$as_me:$LINENO: result: no" >&5
2059     echo "${ECHO_T}no" >&6
2060     fi
2061    
2062    
2063     if test "$GMSGFMT" != ":"; then
2064     if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
2065     (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2066     : ;
2067     else
2068     GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
2069     echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
2070     echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
2071     GMSGFMT=":"
2072     fi
2073     fi
2074    
2075     if test "$XGETTEXT" != ":"; then
2076     if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
2077     (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
2078     : ;
2079     else
2080     echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
2081     echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
2082     XGETTEXT=":"
2083     fi
2084     rm -f messages.po
2085     fi
2086    
2087     ac_config_commands="$ac_config_commands default-1"
2088    
2089    
2090    
2091     if test "X$prefix" = "XNONE"; then
2092     acl_final_prefix="$ac_default_prefix"
2093     else
2094     acl_final_prefix="$prefix"
2095     fi
2096     if test "X$exec_prefix" = "XNONE"; then
2097     acl_final_exec_prefix='${prefix}'
2098     else
2099     acl_final_exec_prefix="$exec_prefix"
2100     fi
2101     acl_save_prefix="$prefix"
2102     prefix="$acl_final_prefix"
2103     eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
2104     prefix="$acl_save_prefix"
2105    
2106     DEPDIR="${am__leading_dot}deps"
2107    
2108     ac_config_commands="$ac_config_commands depfiles"
2109    
2110    
2111     am_make=${MAKE-make}
2112     cat > confinc << 'END'
2113     am__doit:
2114     @echo done
2115     .PHONY: am__doit
2116     END
2117     # If we don't find an include directive, just comment out the code.
2118     echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2119     echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2120     am__include="#"
2121     am__quote=
2122     _am_result=none
2123     # First try GNU make style include.
2124     echo "include confinc" > confmf
2125     # We grep out `Entering directory' and `Leaving directory'
2126     # messages which can occur if `w' ends up in MAKEFLAGS.
2127     # In particular we don't look at `^make:' because GNU make might
2128     # be invoked under some other name (usually "gmake"), in which
2129     # case it prints its new name instead of `make'.
2130     if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2131     am__include=include
2132     am__quote=
2133     _am_result=GNU
2134     fi
2135     # Now try BSD make style include.
2136     if test "$am__include" = "#"; then
2137     echo '.include "confinc"' > confmf
2138     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2139     am__include=.include
2140     am__quote="\""
2141     _am_result=BSD
2142     fi
2143     fi
2144    
2145    
2146     echo "$as_me:$LINENO: result: $_am_result" >&5
2147     echo "${ECHO_T}$_am_result" >&6
2148     rm -f confinc confmf
2149    
2150     # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2151     if test "${enable_dependency_tracking+set}" = set; then
2152     enableval="$enable_dependency_tracking"
2153    
2154     fi;
2155     if test "x$enable_dependency_tracking" != xno; then
2156     am_depcomp="$ac_aux_dir/depcomp"
2157     AMDEPBACKSLASH='\'
2158     fi
2159    
2160    
2161     if test "x$enable_dependency_tracking" != xno; then
2162     AMDEP_TRUE=
2163     AMDEP_FALSE='#'
2164     else
2165     AMDEP_TRUE='#'
2166     AMDEP_FALSE=
2167     fi
2168    
2169    
2170    
2171     ac_ext=c
2172     ac_cpp='$CPP $CPPFLAGS'
2173     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2174     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2175     ac_compiler_gnu=$ac_cv_c_compiler_gnu
2176     if test -n "$ac_tool_prefix"; then
2177     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2178     set dummy ${ac_tool_prefix}gcc; ac_word=$2
2179     echo "$as_me:$LINENO: checking for $ac_word" >&5
2180     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2181     if test "${ac_cv_prog_CC+set}" = set; then
2182     echo $ECHO_N "(cached) $ECHO_C" >&6
2183     else
2184     if test -n "$CC"; then
2185     ac_cv_prog_CC="$CC" # Let the user override the test.
2186     else
2187     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2188     for as_dir in $PATH
2189     do
2190     IFS=$as_save_IFS
2191     test -z "$as_dir" && as_dir=.
2192     for ac_exec_ext in '' $ac_executable_extensions; do
2193     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2194     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2195     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2196     break 2
2197     fi
2198     done
2199     done
2200    
2201     fi
2202     fi
2203     CC=$ac_cv_prog_CC
2204     if test -n "$CC"; then
2205     echo "$as_me:$LINENO: result: $CC" >&5
2206     echo "${ECHO_T}$CC" >&6
2207     else
2208     echo "$as_me:$LINENO: result: no" >&5
2209     echo "${ECHO_T}no" >&6
2210     fi
2211    
2212     fi
2213     if test -z "$ac_cv_prog_CC"; then
2214     ac_ct_CC=$CC
2215     # Extract the first word of "gcc", so it can be a program name with args.
2216     set dummy gcc; ac_word=$2
2217     echo "$as_me:$LINENO: checking for $ac_word" >&5
2218     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2219     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2220     echo $ECHO_N "(cached) $ECHO_C" >&6
2221     else
2222     if test -n "$ac_ct_CC"; then
2223     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2224     else
2225     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2226     for as_dir in $PATH
2227     do
2228     IFS=$as_save_IFS
2229     test -z "$as_dir" && as_dir=.
2230     for ac_exec_ext in '' $ac_executable_extensions; do
2231     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2232     ac_cv_prog_ac_ct_CC="gcc"
2233     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2234     break 2
2235     fi
2236     done
2237     done
2238    
2239     fi
2240     fi
2241     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2242     if test -n "$ac_ct_CC"; then
2243     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2244     echo "${ECHO_T}$ac_ct_CC" >&6
2245     else
2246     echo "$as_me:$LINENO: result: no" >&5
2247     echo "${ECHO_T}no" >&6
2248     fi
2249    
2250     CC=$ac_ct_CC
2251     else
2252     CC="$ac_cv_prog_CC"
2253     fi
2254    
2255     if test -z "$CC"; then
2256     if test -n "$ac_tool_prefix"; then
2257     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2258     set dummy ${ac_tool_prefix}cc; ac_word=$2
2259     echo "$as_me:$LINENO: checking for $ac_word" >&5
2260     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2261     if test "${ac_cv_prog_CC+set}" = set; then
2262     echo $ECHO_N "(cached) $ECHO_C" >&6
2263     else
2264     if test -n "$CC"; then
2265     ac_cv_prog_CC="$CC" # Let the user override the test.
2266     else
2267     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2268     for as_dir in $PATH
2269     do
2270     IFS=$as_save_IFS
2271     test -z "$as_dir" && as_dir=.
2272     for ac_exec_ext in '' $ac_executable_extensions; do
2273     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2274     ac_cv_prog_CC="${ac_tool_prefix}cc"
2275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2276     break 2
2277     fi
2278     done
2279     done
2280    
2281     fi
2282     fi
2283     CC=$ac_cv_prog_CC
2284     if test -n "$CC"; then
2285     echo "$as_me:$LINENO: result: $CC" >&5
2286     echo "${ECHO_T}$CC" >&6
2287     else
2288     echo "$as_me:$LINENO: result: no" >&5
2289     echo "${ECHO_T}no" >&6
2290     fi
2291    
2292     fi
2293     if test -z "$ac_cv_prog_CC"; then
2294     ac_ct_CC=$CC
2295     # Extract the first word of "cc", so it can be a program name with args.
2296     set dummy cc; ac_word=$2
2297     echo "$as_me:$LINENO: checking for $ac_word" >&5
2298     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2299     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2300     echo $ECHO_N "(cached) $ECHO_C" >&6
2301     else
2302     if test -n "$ac_ct_CC"; then
2303     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2304     else
2305     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306     for as_dir in $PATH
2307     do
2308     IFS=$as_save_IFS
2309     test -z "$as_dir" && as_dir=.
2310     for ac_exec_ext in '' $ac_executable_extensions; do
2311     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2312     ac_cv_prog_ac_ct_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     fi
2320     fi
2321     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2322     if test -n "$ac_ct_CC"; then
2323     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2324     echo "${ECHO_T}$ac_ct_CC" >&6
2325     else
2326     echo "$as_me:$LINENO: result: no" >&5
2327     echo "${ECHO_T}no" >&6
2328     fi
2329    
2330     CC=$ac_ct_CC
2331     else
2332     CC="$ac_cv_prog_CC"
2333     fi
2334    
2335     fi
2336     if test -z "$CC"; then
2337     # Extract the first word of "cc", so it can be a program name with args.
2338     set dummy cc; ac_word=$2
2339     echo "$as_me:$LINENO: checking for $ac_word" >&5
2340     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2341     if test "${ac_cv_prog_CC+set}" = set; then
2342     echo $ECHO_N "(cached) $ECHO_C" >&6
2343     else
2344     if test -n "$CC"; then
2345     ac_cv_prog_CC="$CC" # Let the user override the test.
2346     else
2347     ac_prog_rejected=no
2348     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2349     for as_dir in $PATH
2350     do
2351     IFS=$as_save_IFS
2352     test -z "$as_dir" && as_dir=.
2353     for ac_exec_ext in '' $ac_executable_extensions; do
2354     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2355     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2356     ac_prog_rejected=yes
2357     continue
2358     fi
2359     ac_cv_prog_CC="cc"
2360     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2361     break 2
2362     fi
2363     done
2364     done
2365    
2366     if test $ac_prog_rejected = yes; then
2367     # We found a bogon in the path, so make sure we never use it.
2368     set dummy $ac_cv_prog_CC
2369     shift
2370     if test $# != 0; then
2371     # We chose a different compiler from the bogus one.
2372     # However, it has the same basename, so the bogon will be chosen
2373     # first if we set CC to just the basename; use the full file name.
2374     shift
2375     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2376     fi
2377     fi
2378     fi
2379     fi
2380     CC=$ac_cv_prog_CC
2381     if test -n "$CC"; then
2382     echo "$as_me:$LINENO: result: $CC" >&5
2383     echo "${ECHO_T}$CC" >&6
2384     else
2385     echo "$as_me:$LINENO: result: no" >&5
2386     echo "${ECHO_T}no" >&6
2387     fi
2388    
2389     fi
2390     if test -z "$CC"; then
2391     if test -n "$ac_tool_prefix"; then
2392     for ac_prog in cl
2393     do
2394     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2395     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2396     echo "$as_me:$LINENO: checking for $ac_word" >&5
2397     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2398     if test "${ac_cv_prog_CC+set}" = set; then
2399     echo $ECHO_N "(cached) $ECHO_C" >&6
2400     else
2401     if test -n "$CC"; then
2402     ac_cv_prog_CC="$CC" # Let the user override the test.
2403     else
2404     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2405     for as_dir in $PATH
2406     do
2407     IFS=$as_save_IFS
2408     test -z "$as_dir" && as_dir=.
2409     for ac_exec_ext in '' $ac_executable_extensions; do
2410     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2411     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2412     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2413     break 2
2414     fi
2415     done
2416     done
2417    
2418     fi
2419     fi
2420     CC=$ac_cv_prog_CC
2421     if test -n "$CC"; then
2422     echo "$as_me:$LINENO: result: $CC" >&5
2423     echo "${ECHO_T}$CC" >&6
2424     else
2425     echo "$as_me:$LINENO: result: no" >&5
2426     echo "${ECHO_T}no" >&6
2427     fi
2428    
2429     test -n "$CC" && break
2430     done
2431     fi
2432     if test -z "$CC"; then
2433     ac_ct_CC=$CC
2434     for ac_prog in cl
2435     do
2436     # Extract the first word of "$ac_prog", so it can be a program name with args.
2437     set dummy $ac_prog; ac_word=$2
2438     echo "$as_me:$LINENO: checking for $ac_word" >&5
2439     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2440     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2441     echo $ECHO_N "(cached) $ECHO_C" >&6
2442     else
2443     if test -n "$ac_ct_CC"; then
2444     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2445     else
2446     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2447     for as_dir in $PATH
2448     do
2449     IFS=$as_save_IFS
2450     test -z "$as_dir" && as_dir=.
2451     for ac_exec_ext in '' $ac_executable_extensions; do
2452     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2453     ac_cv_prog_ac_ct_CC="$ac_prog"
2454     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455     break 2
2456     fi
2457     done
2458     done
2459    
2460     fi
2461     fi
2462     ac_ct_CC=$ac_cv_prog_ac_ct_CC
2463     if test -n "$ac_ct_CC"; then
2464     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2465     echo "${ECHO_T}$ac_ct_CC" >&6
2466     else
2467     echo "$as_me:$LINENO: result: no" >&5
2468     echo "${ECHO_T}no" >&6
2469     fi
2470    
2471     test -n "$ac_ct_CC" && break
2472     done
2473    
2474     CC=$ac_ct_CC
2475     fi
2476    
2477     fi
2478    
2479    
2480     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2481     See \`config.log' for more details." >&5
2482     echo "$as_me: error: no acceptable C compiler found in \$PATH
2483     See \`config.log' for more details." >&2;}
2484     { (exit 1); exit 1; }; }
2485    
2486     # Provide some information about the compiler.
2487     echo "$as_me:$LINENO:" \
2488     "checking for C compiler version" >&5
2489     ac_compiler=`set X $ac_compile; echo $2`
2490     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2491     (eval $ac_compiler --version </dev/null >&5) 2>&5
2492     ac_status=$?
2493     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494     (exit $ac_status); }
2495     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2496     (eval $ac_compiler -v </dev/null >&5) 2>&5
2497     ac_status=$?
2498     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499     (exit $ac_status); }
2500     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2501     (eval $ac_compiler -V </dev/null >&5) 2>&5
2502     ac_status=$?
2503     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504     (exit $ac_status); }
2505    
2506     cat >conftest.$ac_ext <<_ACEOF
2507     /* confdefs.h. */
2508     _ACEOF
2509     cat confdefs.h >>conftest.$ac_ext
2510     cat >>conftest.$ac_ext <<_ACEOF
2511     /* end confdefs.h. */
2512    
2513     int
2514     main ()
2515     {
2516    
2517     ;
2518     return 0;
2519     }
2520     _ACEOF
2521     ac_clean_files_save=$ac_clean_files
2522     ac_clean_files="$ac_clean_files a.out a.exe b.out"
2523     # Try to create an executable without -o first, disregard a.out.
2524     # It will help us diagnose broken compilers, and finding out an intuition
2525     # of exeext.
2526 pcg 1.11 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2527     echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2528 pcg 1.1 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2529     if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2530     (eval $ac_link_default) 2>&5
2531     ac_status=$?
2532     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533     (exit $ac_status); }; then
2534     # Find the output, starting from the most likely. This scheme is
2535     # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2536     # resort.
2537    
2538     # Be careful to initialize this variable, since it used to be cached.
2539     # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2540     ac_cv_exeext=
2541     # b.out is created by i960 compilers.
2542     for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2543     do
2544     test -f "$ac_file" || continue
2545     case $ac_file in
2546     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2547 pcg 1.11 ;;
2548 pcg 1.1 conftest.$ac_ext )
2549 pcg 1.11 # This is the source file.
2550     ;;
2551 pcg 1.1 [ab].out )
2552 pcg 1.11 # We found the default executable, but exeext='' is most
2553     # certainly right.
2554     break;;
2555 pcg 1.1 *.* )
2556 pcg 1.11 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2557     # FIXME: I believe we export ac_cv_exeext for Libtool,
2558     # but it would be cool to find out if it's true. Does anybody
2559     # maintain Libtool? --akim.
2560     export ac_cv_exeext
2561     break;;
2562 pcg 1.1 * )
2563 pcg 1.11 break;;
2564 pcg 1.1 esac
2565     done
2566     else
2567     echo "$as_me: failed program was:" >&5
2568     sed 's/^/| /' conftest.$ac_ext >&5
2569    
2570     { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2571     See \`config.log' for more details." >&5
2572     echo "$as_me: error: C compiler cannot create executables
2573     See \`config.log' for more details." >&2;}
2574     { (exit 77); exit 77; }; }
2575     fi
2576    
2577     ac_exeext=$ac_cv_exeext
2578     echo "$as_me:$LINENO: result: $ac_file" >&5
2579     echo "${ECHO_T}$ac_file" >&6
2580    
2581     # Check the compiler produces executables we can run. If not, either
2582     # the compiler is broken, or we cross compile.
2583     echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2584     echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2585     # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2586     # If not cross compiling, check that we can run a simple program.
2587     if test "$cross_compiling" != yes; then
2588     if { ac_try='./$ac_file'
2589     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2590     (eval $ac_try) 2>&5
2591     ac_status=$?
2592     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593     (exit $ac_status); }; }; then
2594     cross_compiling=no
2595     else
2596     if test "$cross_compiling" = maybe; then
2597     cross_compiling=yes
2598     else
2599     { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2600     If you meant to cross compile, use \`--host'.
2601     See \`config.log' for more details." >&5
2602     echo "$as_me: error: cannot run C compiled programs.
2603     If you meant to cross compile, use \`--host'.
2604     See \`config.log' for more details." >&2;}
2605     { (exit 1); exit 1; }; }
2606     fi
2607     fi
2608     fi
2609     echo "$as_me:$LINENO: result: yes" >&5
2610     echo "${ECHO_T}yes" >&6
2611    
2612     rm -f a.out a.exe conftest$ac_cv_exeext b.out
2613     ac_clean_files=$ac_clean_files_save
2614     # Check the compiler produces executables we can run. If not, either
2615     # the compiler is broken, or we cross compile.
2616     echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2617     echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2618     echo "$as_me:$LINENO: result: $cross_compiling" >&5
2619     echo "${ECHO_T}$cross_compiling" >&6
2620    
2621     echo "$as_me:$LINENO: checking for suffix of executables" >&5
2622     echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2623     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2624     (eval $ac_link) 2>&5
2625     ac_status=$?
2626     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627     (exit $ac_status); }; then
2628     # If both `conftest.exe' and `conftest' are `present' (well, observable)
2629     # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2630     # work properly (i.e., refer to `conftest.exe'), while it won't with
2631     # `rm'.
2632     for ac_file in conftest.exe conftest conftest.*; do
2633     test -f "$ac_file" || continue
2634     case $ac_file in
2635     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2636     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2637 pcg 1.11 export ac_cv_exeext
2638     break;;
2639 pcg 1.1 * ) break;;
2640     esac
2641     done
2642     else
2643     { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2644     See \`config.log' for more details." >&5
2645     echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2646     See \`config.log' for more details." >&2;}
2647     { (exit 1); exit 1; }; }
2648     fi
2649    
2650     rm -f conftest$ac_cv_exeext
2651     echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2652     echo "${ECHO_T}$ac_cv_exeext" >&6
2653    
2654     rm -f conftest.$ac_ext
2655     EXEEXT=$ac_cv_exeext
2656     ac_exeext=$EXEEXT
2657     echo "$as_me:$LINENO: checking for suffix of object files" >&5
2658     echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2659     if test "${ac_cv_objext+set}" = set; then
2660     echo $ECHO_N "(cached) $ECHO_C" >&6
2661     else
2662     cat >conftest.$ac_ext <<_ACEOF
2663     /* confdefs.h. */
2664     _ACEOF
2665     cat confdefs.h >>conftest.$ac_ext
2666     cat >>conftest.$ac_ext <<_ACEOF
2667     /* end confdefs.h. */
2668    
2669     int
2670     main ()
2671     {
2672    
2673     ;
2674     return 0;
2675     }
2676     _ACEOF
2677     rm -f conftest.o conftest.obj
2678     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2679     (eval $ac_compile) 2>&5
2680     ac_status=$?
2681     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2682     (exit $ac_status); }; then
2683     for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2684     case $ac_file in
2685     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2686     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2687     break;;
2688     esac
2689     done
2690     else
2691     echo "$as_me: failed program was:" >&5
2692     sed 's/^/| /' conftest.$ac_ext >&5
2693    
2694     { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2695     See \`config.log' for more details." >&5
2696     echo "$as_me: error: cannot compute suffix of object files: cannot compile
2697     See \`config.log' for more details." >&2;}
2698     { (exit 1); exit 1; }; }
2699     fi
2700    
2701     rm -f conftest.$ac_cv_objext conftest.$ac_ext
2702     fi
2703     echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2704     echo "${ECHO_T}$ac_cv_objext" >&6
2705     OBJEXT=$ac_cv_objext
2706     ac_objext=$OBJEXT
2707     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2708     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2709     if test "${ac_cv_c_compiler_gnu+set}" = set; then
2710     echo $ECHO_N "(cached) $ECHO_C" >&6
2711     else
2712     cat >conftest.$ac_ext <<_ACEOF
2713     /* confdefs.h. */
2714     _ACEOF
2715     cat confdefs.h >>conftest.$ac_ext
2716     cat >>conftest.$ac_ext <<_ACEOF
2717     /* end confdefs.h. */
2718    
2719     int
2720     main ()
2721     {
2722     #ifndef __GNUC__
2723     choke me
2724     #endif
2725    
2726     ;
2727     return 0;
2728     }
2729     _ACEOF
2730     rm -f conftest.$ac_objext
2731     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2732 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2733 pcg 1.1 ac_status=$?
2734 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2735     rm -f conftest.er1
2736     cat conftest.err >&5
2737 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738     (exit $ac_status); } &&
2739 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2740     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2741     (eval $ac_try) 2>&5
2742     ac_status=$?
2743     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2744     (exit $ac_status); }; } &&
2745     { ac_try='test -s conftest.$ac_objext'
2746 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2747     (eval $ac_try) 2>&5
2748     ac_status=$?
2749     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2750     (exit $ac_status); }; }; then
2751     ac_compiler_gnu=yes
2752     else
2753     echo "$as_me: failed program was:" >&5
2754     sed 's/^/| /' conftest.$ac_ext >&5
2755    
2756     ac_compiler_gnu=no
2757     fi
2758 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2759 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2760    
2761     fi
2762     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2763     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2764     GCC=`test $ac_compiler_gnu = yes && echo yes`
2765     ac_test_CFLAGS=${CFLAGS+set}
2766     ac_save_CFLAGS=$CFLAGS
2767     CFLAGS="-g"
2768     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2769     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2770     if test "${ac_cv_prog_cc_g+set}" = set; then
2771     echo $ECHO_N "(cached) $ECHO_C" >&6
2772     else
2773     cat >conftest.$ac_ext <<_ACEOF
2774     /* confdefs.h. */
2775     _ACEOF
2776     cat confdefs.h >>conftest.$ac_ext
2777     cat >>conftest.$ac_ext <<_ACEOF
2778     /* end confdefs.h. */
2779    
2780     int
2781     main ()
2782     {
2783    
2784     ;
2785     return 0;
2786     }
2787     _ACEOF
2788     rm -f conftest.$ac_objext
2789     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2790 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2791 pcg 1.1 ac_status=$?
2792 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2793     rm -f conftest.er1
2794     cat conftest.err >&5
2795 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796     (exit $ac_status); } &&
2797 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2798     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799     (eval $ac_try) 2>&5
2800     ac_status=$?
2801     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802     (exit $ac_status); }; } &&
2803     { ac_try='test -s conftest.$ac_objext'
2804 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2805     (eval $ac_try) 2>&5
2806     ac_status=$?
2807     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2808     (exit $ac_status); }; }; then
2809     ac_cv_prog_cc_g=yes
2810     else
2811     echo "$as_me: failed program was:" >&5
2812     sed 's/^/| /' conftest.$ac_ext >&5
2813    
2814     ac_cv_prog_cc_g=no
2815     fi
2816 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2817 pcg 1.1 fi
2818     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2819     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2820     if test "$ac_test_CFLAGS" = set; then
2821     CFLAGS=$ac_save_CFLAGS
2822     elif test $ac_cv_prog_cc_g = yes; then
2823     if test "$GCC" = yes; then
2824     CFLAGS="-g -O2"
2825     else
2826     CFLAGS="-g"
2827     fi
2828     else
2829     if test "$GCC" = yes; then
2830     CFLAGS="-O2"
2831     else
2832     CFLAGS=
2833     fi
2834     fi
2835     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2836     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2837     if test "${ac_cv_prog_cc_stdc+set}" = set; then
2838     echo $ECHO_N "(cached) $ECHO_C" >&6
2839     else
2840     ac_cv_prog_cc_stdc=no
2841     ac_save_CC=$CC
2842     cat >conftest.$ac_ext <<_ACEOF
2843     /* confdefs.h. */
2844     _ACEOF
2845     cat confdefs.h >>conftest.$ac_ext
2846     cat >>conftest.$ac_ext <<_ACEOF
2847     /* end confdefs.h. */
2848     #include <stdarg.h>
2849     #include <stdio.h>
2850     #include <sys/types.h>
2851     #include <sys/stat.h>
2852     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2853     struct buf { int x; };
2854     FILE * (*rcsopen) (struct buf *, struct stat *, int);
2855     static char *e (p, i)
2856     char **p;
2857     int i;
2858     {
2859     return p[i];
2860     }
2861     static char *f (char * (*g) (char **, int), char **p, ...)
2862     {
2863     char *s;
2864     va_list v;
2865     va_start (v,p);
2866     s = g (p, va_arg (v,int));
2867     va_end (v);
2868     return s;
2869     }
2870 pcg 1.11
2871     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2872     function prototypes and stuff, but not '\xHH' hex character constants.
2873     These don't provoke an error unfortunately, instead are silently treated
2874     as 'x'. The following induces an error, until -std1 is added to get
2875     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2876     array size at least. It's necessary to write '\x00'==0 to get something
2877     that's true only with -std1. */
2878     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2879    
2880 pcg 1.1 int test (int i, double x);
2881     struct s1 {int (*f) (int a);};
2882     struct s2 {int (*f) (double a);};
2883     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2884     int argc;
2885     char **argv;
2886     int
2887     main ()
2888     {
2889     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2890     ;
2891     return 0;
2892     }
2893     _ACEOF
2894     # Don't try gcc -ansi; that turns off useful extensions and
2895     # breaks some systems' header files.
2896     # AIX -qlanglvl=ansi
2897     # Ultrix and OSF/1 -std1
2898     # HP-UX 10.20 and later -Ae
2899     # HP-UX older versions -Aa -D_HPUX_SOURCE
2900     # SVR4 -Xc -D__EXTENSIONS__
2901     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2902     do
2903     CC="$ac_save_CC $ac_arg"
2904     rm -f conftest.$ac_objext
2905     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2906 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2907 pcg 1.1 ac_status=$?
2908 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2909     rm -f conftest.er1
2910     cat conftest.err >&5
2911 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912     (exit $ac_status); } &&
2913 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2914     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2915     (eval $ac_try) 2>&5
2916     ac_status=$?
2917     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918     (exit $ac_status); }; } &&
2919     { ac_try='test -s conftest.$ac_objext'
2920 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2921     (eval $ac_try) 2>&5
2922     ac_status=$?
2923     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924     (exit $ac_status); }; }; then
2925     ac_cv_prog_cc_stdc=$ac_arg
2926     break
2927     else
2928     echo "$as_me: failed program was:" >&5
2929     sed 's/^/| /' conftest.$ac_ext >&5
2930    
2931     fi
2932 pcg 1.11 rm -f conftest.err conftest.$ac_objext
2933 pcg 1.1 done
2934     rm -f conftest.$ac_ext conftest.$ac_objext
2935     CC=$ac_save_CC
2936    
2937     fi
2938    
2939     case "x$ac_cv_prog_cc_stdc" in
2940     x|xno)
2941     echo "$as_me:$LINENO: result: none needed" >&5
2942     echo "${ECHO_T}none needed" >&6 ;;
2943     *)
2944     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2945     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2946     CC="$CC $ac_cv_prog_cc_stdc" ;;
2947     esac
2948    
2949     # Some people use a C++ compiler to compile C. Since we use `exit',
2950     # in C++ we need to declare it. In case someone uses the same compiler
2951     # for both compiling C and C++ we need to have the C++ compiler decide
2952     # the declaration of exit, since it's the most demanding environment.
2953     cat >conftest.$ac_ext <<_ACEOF
2954     #ifndef __cplusplus
2955     choke me
2956     #endif
2957     _ACEOF
2958     rm -f conftest.$ac_objext
2959     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2960 pcg 1.11 (eval $ac_compile) 2>conftest.er1
2961 pcg 1.1 ac_status=$?
2962 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
2963     rm -f conftest.er1
2964     cat conftest.err >&5
2965 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966     (exit $ac_status); } &&
2967 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2968     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2969     (eval $ac_try) 2>&5
2970     ac_status=$?
2971     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972     (exit $ac_status); }; } &&
2973     { ac_try='test -s conftest.$ac_objext'
2974 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2975     (eval $ac_try) 2>&5
2976     ac_status=$?
2977     echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978     (exit $ac_status); }; }; then
2979     for ac_declaration in \
2980     '' \
2981     'extern "C" void std::exit (int) throw (); using std::exit;' \
2982     'extern "C" void std::exit (int); using std::exit;' \
2983     'extern "C" void exit (int) throw ();' \
2984     'extern "C" void exit (int);' \
2985     'void exit (int);'
2986     do
2987     cat >conftest.$ac_ext <<_ACEOF
2988     /* confdefs.h. */
2989     _ACEOF
2990     cat confdefs.h >>conftest.$ac_ext
2991     cat >>conftest.$ac_ext <<_ACEOF
2992     /* end confdefs.h. */
2993     $ac_declaration
2994     #include <stdlib.h>
2995     int
2996     main ()
2997     {
2998     exit (42);
2999     ;
3000     return 0;
3001     }
3002     _ACEOF
3003     rm -f conftest.$ac_objext
3004     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3005 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3006 pcg 1.1 ac_status=$?
3007 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3008     rm -f conftest.er1
3009     cat conftest.err >&5
3010 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011     (exit $ac_status); } &&
3012 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3013     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3014     (eval $ac_try) 2>&5
3015     ac_status=$?
3016     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017     (exit $ac_status); }; } &&
3018     { ac_try='test -s conftest.$ac_objext'
3019 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3020     (eval $ac_try) 2>&5
3021     ac_status=$?
3022     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3023     (exit $ac_status); }; }; then
3024     :
3025     else
3026     echo "$as_me: failed program was:" >&5
3027     sed 's/^/| /' conftest.$ac_ext >&5
3028    
3029     continue
3030     fi
3031 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3032 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
3033     /* confdefs.h. */
3034     _ACEOF
3035     cat confdefs.h >>conftest.$ac_ext
3036     cat >>conftest.$ac_ext <<_ACEOF
3037     /* end confdefs.h. */
3038     $ac_declaration
3039     int
3040     main ()
3041     {
3042     exit (42);
3043     ;
3044     return 0;
3045     }
3046     _ACEOF
3047     rm -f conftest.$ac_objext
3048     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3049 pcg 1.11 (eval $ac_compile) 2>conftest.er1
3050 pcg 1.1 ac_status=$?
3051 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3052     rm -f conftest.er1
3053     cat conftest.err >&5
3054 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3055     (exit $ac_status); } &&
3056 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3057     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3058     (eval $ac_try) 2>&5
3059     ac_status=$?
3060     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3061     (exit $ac_status); }; } &&
3062     { ac_try='test -s conftest.$ac_objext'
3063 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3064     (eval $ac_try) 2>&5
3065     ac_status=$?
3066     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3067     (exit $ac_status); }; }; then
3068     break
3069     else
3070     echo "$as_me: failed program was:" >&5
3071     sed 's/^/| /' conftest.$ac_ext >&5
3072    
3073     fi
3074 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3075 pcg 1.1 done
3076     rm -f conftest*
3077     if test -n "$ac_declaration"; then
3078     echo '#ifdef __cplusplus' >>confdefs.h
3079     echo $ac_declaration >>confdefs.h
3080     echo '#endif' >>confdefs.h
3081     fi
3082    
3083     else
3084     echo "$as_me: failed program was:" >&5
3085     sed 's/^/| /' conftest.$ac_ext >&5
3086    
3087     fi
3088 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3089 pcg 1.1 ac_ext=c
3090     ac_cpp='$CPP $CPPFLAGS'
3091     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3092     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3093     ac_compiler_gnu=$ac_cv_c_compiler_gnu
3094    
3095     depcc="$CC" am_compiler_list=
3096    
3097     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3098     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3099     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3100     echo $ECHO_N "(cached) $ECHO_C" >&6
3101     else
3102     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3103     # We make a subdir and do the tests there. Otherwise we can end up
3104     # making bogus files that we don't know about and never remove. For
3105     # instance it was reported that on HP-UX the gcc test will end up
3106     # making a dummy file named `D' -- because `-MD' means `put the output
3107     # in D'.
3108     mkdir conftest.dir
3109     # Copy depcomp to subdir because otherwise we won't find it if we're
3110     # using a relative directory.
3111     cp "$am_depcomp" conftest.dir
3112     cd conftest.dir
3113     # We will build objects and dependencies in a subdirectory because
3114     # it helps to detect inapplicable dependency modes. For instance
3115     # both Tru64's cc and ICC support -MD to output dependencies as a
3116     # side effect of compilation, but ICC will put the dependencies in
3117     # the current directory while Tru64 will put them in the object
3118     # directory.
3119     mkdir sub
3120    
3121     am_cv_CC_dependencies_compiler_type=none
3122     if test "$am_compiler_list" = ""; then
3123     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3124     fi
3125     for depmode in $am_compiler_list; do
3126     # Setup a source with many dependencies, because some compilers
3127     # like to wrap large dependency lists on column 80 (with \), and
3128     # we should not choose a depcomp mode which is confused by this.
3129     #
3130     # We need to recreate these files for each test, as the compiler may
3131     # overwrite some of them when testing with obscure command lines.
3132     # This happens at least with the AIX C compiler.
3133     : > sub/conftest.c
3134     for i in 1 2 3 4 5 6; do
3135     echo '#include "conftst'$i'.h"' >> sub/conftest.c
3136     : > sub/conftst$i.h
3137     done
3138     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3139    
3140     case $depmode in
3141     nosideeffect)
3142     # after this tag, mechanisms are not by side-effect, so they'll
3143     # only be used when explicitly requested
3144     if test "x$enable_dependency_tracking" = xyes; then
3145     continue
3146     else
3147     break
3148     fi
3149     ;;
3150     none) break ;;
3151     esac
3152     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3153     # mode. It turns out that the SunPro C++ compiler does not properly
3154     # handle `-M -o', and we need to detect this.
3155     if depmode=$depmode \
3156     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3157     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3158     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3159     >/dev/null 2>conftest.err &&
3160     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3161     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3162     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3163     # icc doesn't choke on unknown options, it will just issue warnings
3164     # (even with -Werror). So we grep stderr for any message
3165     # that says an option was ignored.
3166     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3167     am_cv_CC_dependencies_compiler_type=$depmode
3168     break
3169     fi
3170     fi
3171     done
3172    
3173     cd ..
3174     rm -rf conftest.dir
3175     else
3176     am_cv_CC_dependencies_compiler_type=none
3177     fi
3178    
3179     fi
3180     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3181     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3182     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3183    
3184    
3185    
3186     if
3187     test "x$enable_dependency_tracking" != xno \
3188     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3189     am__fastdepCC_TRUE=
3190     am__fastdepCC_FALSE='#'
3191     else
3192     am__fastdepCC_TRUE='#'
3193     am__fastdepCC_FALSE=
3194     fi
3195    
3196    
3197    
3198     # Check whether --with-gnu-ld or --without-gnu-ld was given.
3199     if test "${with_gnu_ld+set}" = set; then
3200     withval="$with_gnu_ld"
3201     test "$withval" = no || with_gnu_ld=yes
3202     else
3203     with_gnu_ld=no
3204     fi;
3205     ac_prog=ld
3206     if test "$GCC" = yes; then
3207     # Check if gcc -print-prog-name=ld gives a path.
3208     echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3209     echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3210     case $host in
3211     *-*-mingw*)
3212     # gcc leaves a trailing carriage return which upsets mingw
3213     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3214     *)
3215     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3216     esac
3217     case $ac_prog in
3218     # Accept absolute paths.
3219     [\\/]* | [A-Za-z]:[\\/]*)
3220     re_direlt='/[^/][^/]*/\.\./'
3221     # Canonicalize the path of ld
3222     ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3223     while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3224     ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3225     done
3226     test -z "$LD" && LD="$ac_prog"
3227     ;;
3228     "")
3229     # If it fails, then pretend we aren't using GCC.
3230     ac_prog=ld
3231     ;;
3232     *)
3233     # If it is relative, then search for the first ld in PATH.
3234     with_gnu_ld=unknown
3235     ;;
3236     esac
3237     elif test "$with_gnu_ld" = yes; then
3238     echo "$as_me:$LINENO: checking for GNU ld" >&5
3239     echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3240     else
3241     echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3242     echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3243     fi
3244     if test "${acl_cv_path_LD+set}" = set; then
3245     echo $ECHO_N "(cached) $ECHO_C" >&6
3246     else
3247     if test -z "$LD"; then
3248     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3249     for ac_dir in $PATH; do
3250     test -z "$ac_dir" && ac_dir=.
3251     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3252     acl_cv_path_LD="$ac_dir/$ac_prog"
3253     # Check to see if the program is GNU ld. I'd rather use --version,
3254     # but apparently some GNU ld's only accept -v.
3255     # Break only if it was the GNU/non-GNU ld that we prefer.
3256     if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3257     test "$with_gnu_ld" != no && break
3258     else
3259     test "$with_gnu_ld" != yes && break
3260     fi
3261     fi
3262     done
3263     IFS="$ac_save_ifs"
3264     else
3265     acl_cv_path_LD="$LD" # Let the user override the test with a path.
3266     fi
3267     fi
3268    
3269     LD="$acl_cv_path_LD"
3270     if test -n "$LD"; then
3271     echo "$as_me:$LINENO: result: $LD" >&5
3272     echo "${ECHO_T}$LD" >&6
3273     else
3274     echo "$as_me:$LINENO: result: no" >&5
3275     echo "${ECHO_T}no" >&6
3276     fi
3277     test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3278     echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3279     { (exit 1); exit 1; }; }
3280     echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3281     echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3282     if test "${acl_cv_prog_gnu_ld+set}" = set; then
3283     echo $ECHO_N "(cached) $ECHO_C" >&6
3284     else
3285     # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3286     if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3287     acl_cv_prog_gnu_ld=yes
3288     else
3289     acl_cv_prog_gnu_ld=no
3290     fi
3291     fi
3292     echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
3293     echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
3294     with_gnu_ld=$acl_cv_prog_gnu_ld
3295    
3296    
3297    
3298     echo "$as_me:$LINENO: checking for shared library run path origin" >&5
3299     echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
3300     if test "${acl_cv_rpath+set}" = set; then
3301     echo $ECHO_N "(cached) $ECHO_C" >&6
3302     else
3303    
3304     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
3305     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
3306     . ./conftest.sh
3307     rm -f ./conftest.sh
3308     acl_cv_rpath=done
3309    
3310     fi
3311     echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
3312     echo "${ECHO_T}$acl_cv_rpath" >&6
3313     wl="$acl_cv_wl"
3314     libext="$acl_cv_libext"
3315     shlibext="$acl_cv_shlibext"
3316     hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
3317     hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
3318     hardcode_direct="$acl_cv_hardcode_direct"
3319     hardcode_minus_L="$acl_cv_hardcode_minus_L"
3320     sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
3321     sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
3322     # Check whether --enable-rpath or --disable-rpath was given.
3323     if test "${enable_rpath+set}" = set; then
3324     enableval="$enable_rpath"
3325     :
3326     else
3327     enable_rpath=yes
3328     fi;
3329    
3330    
3331    
3332    
3333    
3334    
3335    
3336     use_additional=yes
3337    
3338     acl_save_prefix="$prefix"
3339     prefix="$acl_final_prefix"
3340     acl_save_exec_prefix="$exec_prefix"
3341     exec_prefix="$acl_final_exec_prefix"
3342    
3343     eval additional_includedir=\"$includedir\"
3344     eval additional_libdir=\"$libdir\"
3345    
3346     exec_prefix="$acl_save_exec_prefix"
3347     prefix="$acl_save_prefix"
3348    
3349    
3350     # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3351     if test "${with_libiconv_prefix+set}" = set; then
3352     withval="$with_libiconv_prefix"
3353    
3354     if test "X$withval" = "Xno"; then
3355     use_additional=no
3356     else
3357     if test "X$withval" = "X"; then
3358    
3359     acl_save_prefix="$prefix"
3360     prefix="$acl_final_prefix"
3361     acl_save_exec_prefix="$exec_prefix"
3362     exec_prefix="$acl_final_exec_prefix"
3363    
3364     eval additional_includedir=\"$includedir\"
3365     eval additional_libdir=\"$libdir\"
3366    
3367     exec_prefix="$acl_save_exec_prefix"
3368     prefix="$acl_save_prefix"
3369    
3370     else
3371     additional_includedir="$withval/include"
3372     additional_libdir="$withval/lib"
3373     fi
3374     fi
3375    
3376     fi;
3377     LIBICONV=
3378     LTLIBICONV=
3379     INCICONV=
3380     rpathdirs=
3381     ltrpathdirs=
3382     names_already_handled=
3383     names_next_round='iconv '
3384     while test -n "$names_next_round"; do
3385     names_this_round="$names_next_round"
3386     names_next_round=
3387     for name in $names_this_round; do
3388     already_handled=
3389     for n in $names_already_handled; do
3390     if test "$n" = "$name"; then
3391     already_handled=yes
3392     break
3393     fi
3394     done
3395     if test -z "$already_handled"; then
3396     names_already_handled="$names_already_handled $name"
3397     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
3398     eval value=\"\$HAVE_LIB$uppername\"
3399     if test -n "$value"; then
3400     if test "$value" = yes; then
3401     eval value=\"\$LIB$uppername\"
3402     test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
3403     eval value=\"\$LTLIB$uppername\"
3404     test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
3405     else
3406     :
3407     fi
3408     else
3409     found_dir=
3410     found_la=
3411     found_so=
3412     found_a=
3413     if test $use_additional = yes; then
3414     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
3415     found_dir="$additional_libdir"
3416     found_so="$additional_libdir/lib$name.$shlibext"
3417     if test -f "$additional_libdir/lib$name.la"; then
3418     found_la="$additional_libdir/lib$name.la"
3419     fi
3420     else
3421     if test -f "$additional_libdir/lib$name.$libext"; then
3422     found_dir="$additional_libdir"
3423     found_a="$additional_libdir/lib$name.$libext"
3424     if test -f "$additional_libdir/lib$name.la"; then
3425     found_la="$additional_libdir/lib$name.la"
3426     fi
3427     fi
3428     fi
3429     fi
3430     if test "X$found_dir" = "X"; then
3431     for x in $LDFLAGS $LTLIBICONV; do
3432    
3433     acl_save_prefix="$prefix"
3434     prefix="$acl_final_prefix"
3435     acl_save_exec_prefix="$exec_prefix"
3436     exec_prefix="$acl_final_exec_prefix"
3437     eval x=\"$x\"
3438     exec_prefix="$acl_save_exec_prefix"
3439     prefix="$acl_save_prefix"
3440    
3441     case "$x" in
3442     -L*)
3443     dir=`echo "X$x" | sed -e 's/^X-L//'`
3444     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
3445     found_dir="$dir"
3446     found_so="$dir/lib$name.$shlibext"
3447     if test -f "$dir/lib$name.la"; then
3448     found_la="$dir/lib$name.la"
3449     fi
3450     else
3451     if test -f "$dir/lib$name.$libext"; then
3452     found_dir="$dir"
3453     found_a="$dir/lib$name.$libext"
3454     if test -f "$dir/lib$name.la"; then
3455     found_la="$dir/lib$name.la"
3456     fi
3457     fi
3458     fi
3459     ;;
3460     esac
3461     if test "X$found_dir" != "X"; then
3462     break
3463     fi
3464     done
3465     fi
3466     if test "X$found_dir" != "X"; then
3467     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
3468     if test "X$found_so" != "X"; then
3469     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
3470     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3471     else
3472     haveit=
3473     for x in $ltrpathdirs; do
3474     if test "X$x" = "X$found_dir"; then
3475     haveit=yes
3476     break
3477     fi
3478     done
3479     if test -z "$haveit"; then
3480     ltrpathdirs="$ltrpathdirs $found_dir"
3481     fi
3482     if test "$hardcode_direct" = yes; then
3483     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3484     else
3485     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
3486     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3487     haveit=
3488     for x in $rpathdirs; do
3489     if test "X$x" = "X$found_dir"; then
3490     haveit=yes
3491     break
3492     fi
3493     done
3494     if test -z "$haveit"; then
3495     rpathdirs="$rpathdirs $found_dir"
3496     fi
3497     else
3498     haveit=
3499     for x in $LDFLAGS $LIBICONV; do
3500    
3501     acl_save_prefix="$prefix"
3502     prefix="$acl_final_prefix"
3503     acl_save_exec_prefix="$exec_prefix"
3504     exec_prefix="$acl_final_exec_prefix"
3505     eval x=\"$x\"
3506     exec_prefix="$acl_save_exec_prefix"
3507     prefix="$acl_save_prefix"
3508    
3509     if test "X$x" = "X-L$found_dir"; then
3510     haveit=yes
3511     break
3512     fi
3513     done
3514     if test -z "$haveit"; then
3515     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
3516     fi
3517     if test "$hardcode_minus_L" != no; then
3518     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
3519     else
3520     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3521     fi
3522     fi
3523     fi
3524     fi
3525     else
3526     if test "X$found_a" != "X"; then
3527     LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
3528     else
3529     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
3530     fi
3531     fi
3532     additional_includedir=
3533     case "$found_dir" in
3534     */lib | */lib/)
3535     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
3536     additional_includedir="$basedir/include"
3537     ;;
3538     esac
3539     if test "X$additional_includedir" != "X"; then
3540     if test "X$additional_includedir" != "X/usr/include"; then
3541     haveit=
3542     if test "X$additional_includedir" = "X/usr/local/include"; then
3543     if test -n "$GCC"; then
3544     case $host_os in
3545     linux*) haveit=yes;;
3546     esac
3547     fi
3548     fi
3549     if test -z "$haveit"; then
3550     for x in $CPPFLAGS $INCICONV; do
3551    
3552     acl_save_prefix="$prefix"
3553     prefix="$acl_final_prefix"
3554     acl_save_exec_prefix="$exec_prefix"
3555     exec_prefix="$acl_final_exec_prefix"
3556     eval x=\"$x\"
3557     exec_prefix="$acl_save_exec_prefix"
3558     prefix="$acl_save_prefix"
3559    
3560     if test "X$x" = "X-I$additional_includedir"; then
3561     haveit=yes
3562     break
3563     fi
3564     done
3565     if test -z "$haveit"; then
3566     if test -d "$additional_includedir"; then
3567     INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
3568     fi
3569     fi
3570     fi
3571     fi
3572     fi
3573     if test -n "$found_la"; then
3574     save_libdir="$libdir"
3575     case "$found_la" in
3576     */* | *\\*) . "$found_la" ;;
3577     *) . "./$found_la" ;;
3578     esac
3579     libdir="$save_libdir"
3580     for dep in $dependency_libs; do
3581     case "$dep" in
3582     -L*)
3583     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
3584     if test "X$additional_libdir" != "X/usr/lib"; then
3585     haveit=
3586     if test "X$additional_libdir" = "X/usr/local/lib"; then
3587     if test -n "$GCC"; then
3588     case $host_os in
3589     linux*) haveit=yes;;
3590     esac
3591     fi
3592     fi
3593     if test -z "$haveit"; then
3594     haveit=
3595     for x in $LDFLAGS $LIBICONV; do
3596    
3597     acl_save_prefix="$prefix"
3598     prefix="$acl_final_prefix"
3599     acl_save_exec_prefix="$exec_prefix"
3600     exec_prefix="$acl_final_exec_prefix"
3601     eval x=\"$x\"
3602     exec_prefix="$acl_save_exec_prefix"
3603     prefix="$acl_save_prefix"
3604    
3605     if test "X$x" = "X-L$additional_libdir"; then
3606     haveit=yes
3607     break
3608     fi
3609     done
3610     if test -z "$haveit"; then
3611     if test -d "$additional_libdir"; then
3612     LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
3613     fi
3614     fi
3615     haveit=
3616     for x in $LDFLAGS $LTLIBICONV; do
3617    
3618     acl_save_prefix="$prefix"
3619     prefix="$acl_final_prefix"
3620     acl_save_exec_prefix="$exec_prefix"
3621     exec_prefix="$acl_final_exec_prefix"
3622     eval x=\"$x\"
3623     exec_prefix="$acl_save_exec_prefix"
3624     prefix="$acl_save_prefix"
3625    
3626     if test "X$x" = "X-L$additional_libdir"; then
3627     haveit=yes
3628     break
3629     fi
3630     done
3631     if test -z "$haveit"; then
3632     if test -d "$additional_libdir"; then
3633     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
3634     fi
3635     fi
3636     fi
3637     fi
3638     ;;
3639     -R*)
3640     dir=`echo "X$dep" | sed -e 's/^X-R//'`
3641     if test "$enable_rpath" != no; then
3642     haveit=
3643     for x in $rpathdirs; do
3644     if test "X$x" = "X$dir"; then
3645     haveit=yes
3646     break
3647     fi
3648     done
3649     if test -z "$haveit"; then
3650     rpathdirs="$rpathdirs $dir"
3651     fi
3652     haveit=
3653     for x in $ltrpathdirs; do
3654     if test "X$x" = "X$dir"; then
3655     haveit=yes
3656     break
3657     fi
3658     done
3659     if test -z "$haveit"; then
3660     ltrpathdirs="$ltrpathdirs $dir"
3661     fi
3662     fi
3663     ;;
3664     -l*)
3665     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
3666     ;;
3667     *.la)
3668     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
3669     ;;
3670     *)
3671     LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
3672     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
3673     ;;
3674     esac
3675     done
3676     fi
3677     else
3678     LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
3679     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
3680     fi
3681     fi
3682     fi
3683     done
3684     done
3685     if test "X$rpathdirs" != "X"; then
3686     if test -n "$hardcode_libdir_separator"; then
3687     alldirs=
3688     for found_dir in $rpathdirs; do
3689     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
3690     done
3691     acl_save_libdir="$libdir"
3692     libdir="$alldirs"
3693     eval flag=\"$hardcode_libdir_flag_spec\"
3694     libdir="$acl_save_libdir"
3695     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3696     else
3697     for found_dir in $rpathdirs; do
3698     acl_save_libdir="$libdir"
3699     libdir="$found_dir"
3700     eval flag=\"$hardcode_libdir_flag_spec\"
3701     libdir="$acl_save_libdir"
3702     LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
3703     done
3704     fi
3705     fi
3706     if test "X$ltrpathdirs" != "X"; then
3707     for found_dir in $ltrpathdirs; do
3708     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
3709     done
3710     fi
3711    
3712    
3713    
3714    
3715    
3716    
3717    
3718    
3719    
3720    
3721    
3722    
3723    
3724    
3725    
3726    
3727    
3728    
3729     echo "$as_me:$LINENO: checking whether NLS is requested" >&5
3730     echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
3731     # Check whether --enable-nls or --disable-nls was given.
3732     if test "${enable_nls+set}" = set; then
3733     enableval="$enable_nls"
3734     USE_NLS=$enableval
3735     else
3736     USE_NLS=yes
3737     fi;
3738     echo "$as_me:$LINENO: result: $USE_NLS" >&5
3739     echo "${ECHO_T}$USE_NLS" >&6
3740    
3741    
3742    
3743     LIBINTL=
3744     LTLIBINTL=
3745     POSUB=
3746    
3747     if test "$USE_NLS" = "yes"; then
3748     gt_use_preinstalled_gnugettext=no
3749    
3750    
3751    
3752    
3753    
3754    
3755     echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
3756     echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
3757     if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
3758     echo $ECHO_N "(cached) $ECHO_C" >&6
3759     else
3760     cat >conftest.$ac_ext <<_ACEOF
3761     /* confdefs.h. */
3762     _ACEOF
3763     cat confdefs.h >>conftest.$ac_ext
3764     cat >>conftest.$ac_ext <<_ACEOF
3765     /* end confdefs.h. */
3766     #include <libintl.h>
3767     extern int _nl_msg_cat_cntr;
3768     extern int *_nl_domain_bindings;
3769     int
3770     main ()
3771     {
3772     bindtextdomain ("", "");
3773     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
3774     ;
3775     return 0;
3776     }
3777     _ACEOF
3778     rm -f conftest.$ac_objext conftest$ac_exeext
3779     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3780 pcg 1.11 (eval $ac_link) 2>conftest.er1
3781 pcg 1.1 ac_status=$?
3782 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3783     rm -f conftest.er1
3784     cat conftest.err >&5
3785 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786     (exit $ac_status); } &&
3787 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3788     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789     (eval $ac_try) 2>&5
3790     ac_status=$?
3791     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792     (exit $ac_status); }; } &&
3793     { ac_try='test -s conftest$ac_exeext'
3794 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3795     (eval $ac_try) 2>&5
3796     ac_status=$?
3797     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798     (exit $ac_status); }; }; then
3799     gt_cv_func_gnugettext1_libc=yes
3800     else
3801     echo "$as_me: failed program was:" >&5
3802     sed 's/^/| /' conftest.$ac_ext >&5
3803    
3804     gt_cv_func_gnugettext1_libc=no
3805     fi
3806 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3807     conftest$ac_exeext conftest.$ac_ext
3808 pcg 1.1 fi
3809     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
3810     echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
3811    
3812     if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
3813    
3814    
3815    
3816    
3817    
3818     am_save_CPPFLAGS="$CPPFLAGS"
3819    
3820     for element in $INCICONV; do
3821     haveit=
3822     for x in $CPPFLAGS; do
3823    
3824     acl_save_prefix="$prefix"
3825     prefix="$acl_final_prefix"
3826     acl_save_exec_prefix="$exec_prefix"
3827     exec_prefix="$acl_final_exec_prefix"
3828     eval x=\"$x\"
3829     exec_prefix="$acl_save_exec_prefix"
3830     prefix="$acl_save_prefix"
3831    
3832     if test "X$x" = "X$element"; then
3833     haveit=yes
3834     break
3835     fi
3836     done
3837     if test -z "$haveit"; then
3838     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
3839     fi
3840     done
3841    
3842    
3843     echo "$as_me:$LINENO: checking for iconv" >&5
3844     echo $ECHO_N "checking for iconv... $ECHO_C" >&6
3845     if test "${am_cv_func_iconv+set}" = set; then
3846     echo $ECHO_N "(cached) $ECHO_C" >&6
3847     else
3848    
3849     am_cv_func_iconv="no, consider installing GNU libiconv"
3850     am_cv_lib_iconv=no
3851     cat >conftest.$ac_ext <<_ACEOF
3852     /* confdefs.h. */
3853     _ACEOF
3854     cat confdefs.h >>conftest.$ac_ext
3855     cat >>conftest.$ac_ext <<_ACEOF
3856     /* end confdefs.h. */
3857     #include <stdlib.h>
3858     #include <iconv.h>
3859     int
3860     main ()
3861     {
3862     iconv_t cd = iconv_open("","");
3863     iconv(cd,NULL,NULL,NULL,NULL);
3864     iconv_close(cd);
3865     ;
3866     return 0;
3867     }
3868     _ACEOF
3869     rm -f conftest.$ac_objext conftest$ac_exeext
3870     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3871 pcg 1.11 (eval $ac_link) 2>conftest.er1
3872 pcg 1.1 ac_status=$?
3873 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3874     rm -f conftest.er1
3875     cat conftest.err >&5
3876 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877     (exit $ac_status); } &&
3878 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3879     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3880     (eval $ac_try) 2>&5
3881     ac_status=$?
3882     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3883     (exit $ac_status); }; } &&
3884     { ac_try='test -s conftest$ac_exeext'
3885 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3886     (eval $ac_try) 2>&5
3887     ac_status=$?
3888     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889     (exit $ac_status); }; }; then
3890     am_cv_func_iconv=yes
3891     else
3892     echo "$as_me: failed program was:" >&5
3893     sed 's/^/| /' conftest.$ac_ext >&5
3894    
3895     fi
3896 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3897     conftest$ac_exeext conftest.$ac_ext
3898 pcg 1.1 if test "$am_cv_func_iconv" != yes; then
3899     am_save_LIBS="$LIBS"
3900     LIBS="$LIBS $LIBICONV"
3901     cat >conftest.$ac_ext <<_ACEOF
3902     /* confdefs.h. */
3903     _ACEOF
3904     cat confdefs.h >>conftest.$ac_ext
3905     cat >>conftest.$ac_ext <<_ACEOF
3906     /* end confdefs.h. */
3907     #include <stdlib.h>
3908     #include <iconv.h>
3909     int
3910     main ()
3911     {
3912     iconv_t cd = iconv_open("","");
3913     iconv(cd,NULL,NULL,NULL,NULL);
3914     iconv_close(cd);
3915     ;
3916     return 0;
3917     }
3918     _ACEOF
3919     rm -f conftest.$ac_objext conftest$ac_exeext
3920     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3921 pcg 1.11 (eval $ac_link) 2>conftest.er1
3922 pcg 1.1 ac_status=$?
3923 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
3924     rm -f conftest.er1
3925     cat conftest.err >&5
3926 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927     (exit $ac_status); } &&
3928 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3929     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3930     (eval $ac_try) 2>&5
3931     ac_status=$?
3932     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933     (exit $ac_status); }; } &&
3934     { ac_try='test -s conftest$ac_exeext'
3935 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3936     (eval $ac_try) 2>&5
3937     ac_status=$?
3938     echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939     (exit $ac_status); }; }; then
3940     am_cv_lib_iconv=yes
3941     am_cv_func_iconv=yes
3942     else
3943     echo "$as_me: failed program was:" >&5
3944     sed 's/^/| /' conftest.$ac_ext >&5
3945    
3946     fi
3947 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
3948     conftest$ac_exeext conftest.$ac_ext
3949 pcg 1.1 LIBS="$am_save_LIBS"
3950     fi
3951    
3952     fi
3953     echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
3954     echo "${ECHO_T}$am_cv_func_iconv" >&6
3955     if test "$am_cv_func_iconv" = yes; then
3956    
3957     cat >>confdefs.h <<\_ACEOF
3958     #define HAVE_ICONV 1
3959     _ACEOF
3960    
3961     fi
3962     if test "$am_cv_lib_iconv" = yes; then
3963     echo "$as_me:$LINENO: checking how to link with libiconv" >&5
3964     echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
3965     echo "$as_me:$LINENO: result: $LIBICONV" >&5
3966     echo "${ECHO_T}$LIBICONV" >&6
3967     else
3968     CPPFLAGS="$am_save_CPPFLAGS"
3969     LIBICONV=
3970     LTLIBICONV=
3971     fi
3972    
3973    
3974    
3975    
3976    
3977    
3978     use_additional=yes
3979    
3980     acl_save_prefix="$prefix"
3981     prefix="$acl_final_prefix"
3982     acl_save_exec_prefix="$exec_prefix"
3983     exec_prefix="$acl_final_exec_prefix"
3984    
3985     eval additional_includedir=\"$includedir\"
3986     eval additional_libdir=\"$libdir\"
3987    
3988     exec_prefix="$acl_save_exec_prefix"
3989     prefix="$acl_save_prefix"
3990    
3991    
3992     # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
3993     if test "${with_libintl_prefix+set}" = set; then
3994     withval="$with_libintl_prefix"
3995    
3996     if test "X$withval" = "Xno"; then
3997     use_additional=no
3998     else
3999     if test "X$withval" = "X"; then
4000    
4001     acl_save_prefix="$prefix"
4002     prefix="$acl_final_prefix"
4003     acl_save_exec_prefix="$exec_prefix"
4004     exec_prefix="$acl_final_exec_prefix"
4005    
4006     eval additional_includedir=\"$includedir\"
4007     eval additional_libdir=\"$libdir\"
4008    
4009     exec_prefix="$acl_save_exec_prefix"
4010     prefix="$acl_save_prefix"
4011    
4012     else
4013     additional_includedir="$withval/include"
4014     additional_libdir="$withval/lib"
4015     fi
4016     fi
4017    
4018     fi;
4019     LIBINTL=
4020     LTLIBINTL=
4021     INCINTL=
4022     rpathdirs=
4023     ltrpathdirs=
4024     names_already_handled=
4025     names_next_round='intl '
4026     while test -n "$names_next_round"; do
4027     names_this_round="$names_next_round"
4028     names_next_round=
4029     for name in $names_this_round; do
4030     already_handled=
4031     for n in $names_already_handled; do
4032     if test "$n" = "$name"; then
4033     already_handled=yes
4034     break
4035     fi
4036     done
4037     if test -z "$already_handled"; then
4038     names_already_handled="$names_already_handled $name"
4039     uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
4040     eval value=\"\$HAVE_LIB$uppername\"
4041     if test -n "$value"; then
4042     if test "$value" = yes; then
4043     eval value=\"\$LIB$uppername\"
4044     test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
4045     eval value=\"\$LTLIB$uppername\"
4046     test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
4047     else
4048     :
4049     fi
4050     else
4051     found_dir=
4052     found_la=
4053     found_so=
4054     found_a=
4055     if test $use_additional = yes; then
4056     if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
4057     found_dir="$additional_libdir"
4058     found_so="$additional_libdir/lib$name.$shlibext"
4059     if test -f "$additional_libdir/lib$name.la"; then
4060     found_la="$additional_libdir/lib$name.la"
4061     fi
4062     else
4063     if test -f "$additional_libdir/lib$name.$libext"; then
4064     found_dir="$additional_libdir"
4065     found_a="$additional_libdir/lib$name.$libext"
4066     if test -f "$additional_libdir/lib$name.la"; then
4067     found_la="$additional_libdir/lib$name.la"
4068     fi
4069     fi
4070     fi
4071     fi
4072     if test "X$found_dir" = "X"; then
4073     for x in $LDFLAGS $LTLIBINTL; do
4074    
4075     acl_save_prefix="$prefix"
4076     prefix="$acl_final_prefix"
4077     acl_save_exec_prefix="$exec_prefix"
4078     exec_prefix="$acl_final_exec_prefix"
4079     eval x=\"$x\"
4080     exec_prefix="$acl_save_exec_prefix"
4081     prefix="$acl_save_prefix"
4082    
4083     case "$x" in
4084     -L*)
4085     dir=`echo "X$x" | sed -e 's/^X-L//'`
4086     if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
4087     found_dir="$dir"
4088     found_so="$dir/lib$name.$shlibext"
4089     if test -f "$dir/lib$name.la"; then
4090     found_la="$dir/lib$name.la"
4091     fi
4092     else
4093     if test -f "$dir/lib$name.$libext"; then
4094     found_dir="$dir"
4095     found_a="$dir/lib$name.$libext"
4096     if test -f "$dir/lib$name.la"; then
4097     found_la="$dir/lib$name.la"
4098     fi
4099     fi
4100     fi
4101     ;;
4102     esac
4103     if test "X$found_dir" != "X"; then
4104     break
4105     fi
4106     done
4107     fi
4108     if test "X$found_dir" != "X"; then
4109     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
4110     if test "X$found_so" != "X"; then
4111     if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
4112     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4113     else
4114     haveit=
4115     for x in $ltrpathdirs; do
4116     if test "X$x" = "X$found_dir"; then
4117     haveit=yes
4118     break
4119     fi
4120     done
4121     if test -z "$haveit"; then
4122     ltrpathdirs="$ltrpathdirs $found_dir"
4123     fi
4124     if test "$hardcode_direct" = yes; then
4125     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4126     else
4127     if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
4128     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4129     haveit=
4130     for x in $rpathdirs; do
4131     if test "X$x" = "X$found_dir"; then
4132     haveit=yes
4133     break
4134     fi
4135     done
4136     if test -z "$haveit"; then
4137     rpathdirs="$rpathdirs $found_dir"
4138     fi
4139     else
4140     haveit=
4141     for x in $LDFLAGS $LIBINTL; do
4142    
4143     acl_save_prefix="$prefix"
4144     prefix="$acl_final_prefix"
4145     acl_save_exec_prefix="$exec_prefix"
4146     exec_prefix="$acl_final_exec_prefix"
4147     eval x=\"$x\"
4148     exec_prefix="$acl_save_exec_prefix"
4149     prefix="$acl_save_prefix"
4150    
4151     if test "X$x" = "X-L$found_dir"; then
4152     haveit=yes
4153     break
4154     fi
4155     done
4156     if test -z "$haveit"; then
4157     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
4158     fi
4159     if test "$hardcode_minus_L" != no; then
4160     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
4161     else
4162     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4163     fi
4164     fi
4165     fi
4166     fi
4167     else
4168     if test "X$found_a" != "X"; then
4169     LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
4170     else
4171     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
4172     fi
4173     fi
4174     additional_includedir=
4175     case "$found_dir" in
4176     */lib | */lib/)
4177     basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
4178     additional_includedir="$basedir/include"
4179     ;;
4180     esac
4181     if test "X$additional_includedir" != "X"; then
4182     if test "X$additional_includedir" != "X/usr/include"; then
4183     haveit=
4184     if test "X$additional_includedir" = "X/usr/local/include"; then
4185     if test -n "$GCC"; then
4186     case $host_os in
4187     linux*) haveit=yes;;
4188     esac
4189     fi
4190     fi
4191     if test -z "$haveit"; then
4192     for x in $CPPFLAGS $INCINTL; do
4193    
4194     acl_save_prefix="$prefix"
4195     prefix="$acl_final_prefix"
4196     acl_save_exec_prefix="$exec_prefix"
4197     exec_prefix="$acl_final_exec_prefix"
4198     eval x=\"$x\"
4199     exec_prefix="$acl_save_exec_prefix"
4200     prefix="$acl_save_prefix"
4201    
4202     if test "X$x" = "X-I$additional_includedir"; then
4203     haveit=yes
4204     break
4205     fi
4206     done
4207     if test -z "$haveit"; then
4208     if test -d "$additional_includedir"; then
4209     INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
4210     fi
4211     fi
4212     fi
4213     fi
4214     fi
4215     if test -n "$found_la"; then
4216     save_libdir="$libdir"
4217     case "$found_la" in
4218     */* | *\\*) . "$found_la" ;;
4219     *) . "./$found_la" ;;
4220     esac
4221     libdir="$save_libdir"
4222     for dep in $dependency_libs; do
4223     case "$dep" in
4224     -L*)
4225     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
4226     if test "X$additional_libdir" != "X/usr/lib"; then
4227     haveit=
4228     if test "X$additional_libdir" = "X/usr/local/lib"; then
4229     if test -n "$GCC"; then
4230     case $host_os in
4231     linux*) haveit=yes;;
4232     esac
4233     fi
4234     fi
4235     if test -z "$haveit"; then
4236     haveit=
4237     for x in $LDFLAGS $LIBINTL; do
4238    
4239     acl_save_prefix="$prefix"
4240     prefix="$acl_final_prefix"
4241     acl_save_exec_prefix="$exec_prefix"
4242     exec_prefix="$acl_final_exec_prefix"
4243     eval x=\"$x\"
4244     exec_prefix="$acl_save_exec_prefix"
4245     prefix="$acl_save_prefix"
4246    
4247     if test "X$x" = "X-L$additional_libdir"; then
4248     haveit=yes
4249     break
4250     fi
4251     done
4252     if test -z "$haveit"; then
4253     if test -d "$additional_libdir"; then
4254     LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
4255     fi
4256     fi
4257     haveit=
4258     for x in $LDFLAGS $LTLIBINTL; do
4259    
4260     acl_save_prefix="$prefix"
4261     prefix="$acl_final_prefix"
4262     acl_save_exec_prefix="$exec_prefix"
4263     exec_prefix="$acl_final_exec_prefix"
4264     eval x=\"$x\"
4265     exec_prefix="$acl_save_exec_prefix"
4266     prefix="$acl_save_prefix"
4267    
4268     if test "X$x" = "X-L$additional_libdir"; then
4269     haveit=yes
4270     break
4271     fi
4272     done
4273     if test -z "$haveit"; then
4274     if test -d "$additional_libdir"; then
4275     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
4276     fi
4277     fi
4278     fi
4279     fi
4280     ;;
4281     -R*)
4282     dir=`echo "X$dep" | sed -e 's/^X-R//'`
4283     if test "$enable_rpath" != no; then
4284     haveit=
4285     for x in $rpathdirs; do
4286     if test "X$x" = "X$dir"; then
4287     haveit=yes
4288     break
4289     fi
4290     done
4291     if test -z "$haveit"; then
4292     rpathdirs="$rpathdirs $dir"
4293     fi
4294     haveit=
4295     for x in $ltrpathdirs; do
4296     if test "X$x" = "X$dir"; then
4297     haveit=yes
4298     break
4299     fi
4300     done
4301     if test -z "$haveit"; then
4302     ltrpathdirs="$ltrpathdirs $dir"
4303     fi
4304     fi
4305     ;;
4306     -l*)
4307     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
4308     ;;
4309     *.la)
4310     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
4311     ;;
4312     *)
4313     LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
4314     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
4315     ;;
4316     esac
4317     done
4318     fi
4319     else
4320     LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
4321     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
4322     fi
4323     fi
4324     fi
4325     done
4326     done
4327     if test "X$rpathdirs" != "X"; then
4328     if test -n "$hardcode_libdir_separator"; then
4329     alldirs=
4330     for found_dir in $rpathdirs; do
4331     alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
4332     done
4333     acl_save_libdir="$libdir"
4334     libdir="$alldirs"
4335     eval flag=\"$hardcode_libdir_flag_spec\"
4336     libdir="$acl_save_libdir"
4337     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4338     else
4339     for found_dir in $rpathdirs; do
4340     acl_save_libdir="$libdir"
4341     libdir="$found_dir"
4342     eval flag=\"$hardcode_libdir_flag_spec\"
4343     libdir="$acl_save_libdir"
4344     LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
4345     done
4346     fi
4347     fi
4348     if test "X$ltrpathdirs" != "X"; then
4349     for found_dir in $ltrpathdirs; do
4350     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
4351     done
4352     fi
4353    
4354     echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
4355     echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
4356     if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
4357     echo $ECHO_N "(cached) $ECHO_C" >&6
4358     else
4359     gt_save_CPPFLAGS="$CPPFLAGS"
4360     CPPFLAGS="$CPPFLAGS $INCINTL"
4361     gt_save_LIBS="$LIBS"
4362     LIBS="$LIBS $LIBINTL"
4363     cat >conftest.$ac_ext <<_ACEOF
4364     /* confdefs.h. */
4365     _ACEOF
4366     cat confdefs.h >>conftest.$ac_ext
4367     cat >>conftest.$ac_ext <<_ACEOF
4368     /* end confdefs.h. */
4369     #include <libintl.h>
4370     extern int _nl_msg_cat_cntr;
4371     extern
4372     #ifdef __cplusplus
4373     "C"
4374     #endif
4375     const char *_nl_expand_alias ();
4376     int
4377     main ()
4378     {
4379     bindtextdomain ("", "");
4380     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4381     ;
4382     return 0;
4383     }
4384     _ACEOF
4385     rm -f conftest.$ac_objext conftest$ac_exeext
4386     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4387 pcg 1.11 (eval $ac_link) 2>conftest.er1
4388 pcg 1.1 ac_status=$?
4389 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4390     rm -f conftest.er1
4391     cat conftest.err >&5
4392 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393     (exit $ac_status); } &&
4394 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4395     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4396     (eval $ac_try) 2>&5
4397     ac_status=$?
4398     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4399     (exit $ac_status); }; } &&
4400     { ac_try='test -s conftest$ac_exeext'
4401 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4402     (eval $ac_try) 2>&5
4403     ac_status=$?
4404     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4405     (exit $ac_status); }; }; then
4406     gt_cv_func_gnugettext1_libintl=yes
4407     else
4408     echo "$as_me: failed program was:" >&5
4409     sed 's/^/| /' conftest.$ac_ext >&5
4410    
4411     gt_cv_func_gnugettext1_libintl=no
4412     fi
4413 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4414     conftest$ac_exeext conftest.$ac_ext
4415 pcg 1.1 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
4416     LIBS="$LIBS $LIBICONV"
4417     cat >conftest.$ac_ext <<_ACEOF
4418     /* confdefs.h. */
4419     _ACEOF
4420     cat confdefs.h >>conftest.$ac_ext
4421     cat >>conftest.$ac_ext <<_ACEOF
4422     /* end confdefs.h. */
4423     #include <libintl.h>
4424     extern int _nl_msg_cat_cntr;
4425     extern
4426     #ifdef __cplusplus
4427     "C"
4428     #endif
4429     const char *_nl_expand_alias ();
4430     int
4431     main ()
4432     {
4433     bindtextdomain ("", "");
4434     return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
4435     ;
4436     return 0;
4437     }
4438     _ACEOF
4439     rm -f conftest.$ac_objext conftest$ac_exeext
4440     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4441 pcg 1.11 (eval $ac_link) 2>conftest.er1
4442 pcg 1.1 ac_status=$?
4443 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4444     rm -f conftest.er1
4445     cat conftest.err >&5
4446 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4447     (exit $ac_status); } &&
4448 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4449     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4450     (eval $ac_try) 2>&5
4451     ac_status=$?
4452     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4453     (exit $ac_status); }; } &&
4454     { ac_try='test -s conftest$ac_exeext'
4455 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4456     (eval $ac_try) 2>&5
4457     ac_status=$?
4458     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459     (exit $ac_status); }; }; then
4460     LIBINTL="$LIBINTL $LIBICONV"
4461     LTLIBINTL="$LTLIBINTL $LTLIBICONV"
4462     gt_cv_func_gnugettext1_libintl=yes
4463    
4464     else
4465     echo "$as_me: failed program was:" >&5
4466     sed 's/^/| /' conftest.$ac_ext >&5
4467    
4468     fi
4469 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
4470     conftest$ac_exeext conftest.$ac_ext
4471 pcg 1.1 fi
4472     CPPFLAGS="$gt_save_CPPFLAGS"
4473     LIBS="$gt_save_LIBS"
4474     fi
4475     echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
4476     echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
4477     fi
4478    
4479     if test "$gt_cv_func_gnugettext1_libc" = "yes" \
4480     || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
4481     && test "$PACKAGE" != gettext; }; then
4482     gt_use_preinstalled_gnugettext=yes
4483     else
4484     LIBINTL=
4485     LTLIBINTL=
4486     INCINTL=
4487     fi
4488    
4489    
4490    
4491     if test "$gt_use_preinstalled_gnugettext" = "yes" \
4492     || test "$nls_cv_use_gnu_gettext" = "yes"; then
4493    
4494     cat >>confdefs.h <<\_ACEOF
4495     #define ENABLE_NLS 1
4496     _ACEOF
4497    
4498     else
4499     USE_NLS=no
4500     fi
4501     fi
4502    
4503     if test "$USE_NLS" = "yes"; then
4504    
4505     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
4506     if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
4507     echo "$as_me:$LINENO: checking how to link with libintl" >&5
4508     echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
4509     echo "$as_me:$LINENO: result: $LIBINTL" >&5
4510     echo "${ECHO_T}$LIBINTL" >&6
4511    
4512     for element in $INCINTL; do
4513     haveit=
4514     for x in $CPPFLAGS; do
4515    
4516     acl_save_prefix="$prefix"
4517     prefix="$acl_final_prefix"
4518     acl_save_exec_prefix="$exec_prefix"
4519     exec_prefix="$acl_final_exec_prefix"
4520     eval x=\"$x\"
4521     exec_prefix="$acl_save_exec_prefix"
4522     prefix="$acl_save_prefix"
4523    
4524     if test "X$x" = "X$element"; then
4525     haveit=yes
4526     break
4527     fi
4528     done
4529     if test -z "$haveit"; then
4530     CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
4531     fi
4532     done
4533    
4534     fi
4535    
4536    
4537     cat >>confdefs.h <<\_ACEOF
4538     #define HAVE_GETTEXT 1
4539     _ACEOF
4540    
4541    
4542     cat >>confdefs.h <<\_ACEOF
4543     #define HAVE_DCGETTEXT 1
4544     _ACEOF
4545    
4546     fi
4547    
4548     POSUB=po
4549     fi
4550    
4551    
4552    
4553     INTLLIBS="$LIBINTL"
4554    
4555    
4556    
4557    
4558    
4559    
4560    
4561    
4562     # Enable GNU extensions.
4563     # Define this here, not in acconfig's @TOP@ section, since definitions
4564     # in the latter don't make it into the configure-time tests.
4565    
4566     cat >>confdefs.h <<\_ACEOF
4567     #define _GNU_SOURCE 1
4568     _ACEOF
4569    
4570    
4571     cat >>confdefs.h <<\_ACEOF
4572     #define __USE_BSD 1
4573     _ACEOF
4574    
4575    
4576     ALL_LINGUAS=""
4577    
4578     ac_ext=c
4579     ac_cpp='$CPP $CPPFLAGS'
4580     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4581     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4582     ac_compiler_gnu=$ac_cv_c_compiler_gnu
4583     if test -n "$ac_tool_prefix"; then
4584     # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4585     set dummy ${ac_tool_prefix}gcc; ac_word=$2
4586     echo "$as_me:$LINENO: checking for $ac_word" >&5
4587     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4588     if test "${ac_cv_prog_CC+set}" = set; then
4589     echo $ECHO_N "(cached) $ECHO_C" >&6
4590     else
4591     if test -n "$CC"; then
4592     ac_cv_prog_CC="$CC" # Let the user override the test.
4593     else
4594     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4595     for as_dir in $PATH
4596     do
4597     IFS=$as_save_IFS
4598     test -z "$as_dir" && as_dir=.
4599     for ac_exec_ext in '' $ac_executable_extensions; do
4600     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4601     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4602     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4603     break 2
4604     fi
4605     done
4606     done
4607    
4608     fi
4609     fi
4610     CC=$ac_cv_prog_CC
4611     if test -n "$CC"; then
4612     echo "$as_me:$LINENO: result: $CC" >&5
4613     echo "${ECHO_T}$CC" >&6
4614     else
4615     echo "$as_me:$LINENO: result: no" >&5
4616     echo "${ECHO_T}no" >&6
4617     fi
4618    
4619     fi
4620     if test -z "$ac_cv_prog_CC"; then
4621     ac_ct_CC=$CC
4622     # Extract the first word of "gcc", so it can be a program name with args.
4623     set dummy gcc; ac_word=$2
4624     echo "$as_me:$LINENO: checking for $ac_word" >&5
4625     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4626     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4627     echo $ECHO_N "(cached) $ECHO_C" >&6
4628     else
4629     if test -n "$ac_ct_CC"; then
4630     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4631     else
4632     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4633     for as_dir in $PATH
4634     do
4635     IFS=$as_save_IFS
4636     test -z "$as_dir" && as_dir=.
4637     for ac_exec_ext in '' $ac_executable_extensions; do
4638     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4639     ac_cv_prog_ac_ct_CC="gcc"
4640     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4641     break 2
4642     fi
4643     done
4644     done
4645    
4646     fi
4647     fi
4648     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4649     if test -n "$ac_ct_CC"; then
4650     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4651     echo "${ECHO_T}$ac_ct_CC" >&6
4652     else
4653     echo "$as_me:$LINENO: result: no" >&5
4654     echo "${ECHO_T}no" >&6
4655     fi
4656    
4657     CC=$ac_ct_CC
4658     else
4659     CC="$ac_cv_prog_CC"
4660     fi
4661    
4662     if test -z "$CC"; then
4663     if test -n "$ac_tool_prefix"; then
4664     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4665     set dummy ${ac_tool_prefix}cc; ac_word=$2
4666     echo "$as_me:$LINENO: checking for $ac_word" >&5
4667     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4668     if test "${ac_cv_prog_CC+set}" = set; then
4669     echo $ECHO_N "(cached) $ECHO_C" >&6
4670     else
4671     if test -n "$CC"; then
4672     ac_cv_prog_CC="$CC" # Let the user override the test.
4673     else
4674     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4675     for as_dir in $PATH
4676     do
4677     IFS=$as_save_IFS
4678     test -z "$as_dir" && as_dir=.
4679     for ac_exec_ext in '' $ac_executable_extensions; do
4680     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4681     ac_cv_prog_CC="${ac_tool_prefix}cc"
4682     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4683     break 2
4684     fi
4685     done
4686     done
4687    
4688     fi
4689     fi
4690     CC=$ac_cv_prog_CC
4691     if test -n "$CC"; then
4692     echo "$as_me:$LINENO: result: $CC" >&5
4693     echo "${ECHO_T}$CC" >&6
4694     else
4695     echo "$as_me:$LINENO: result: no" >&5
4696     echo "${ECHO_T}no" >&6
4697     fi
4698    
4699     fi
4700     if test -z "$ac_cv_prog_CC"; then
4701     ac_ct_CC=$CC
4702     # Extract the first word of "cc", so it can be a program name with args.
4703     set dummy cc; ac_word=$2
4704     echo "$as_me:$LINENO: checking for $ac_word" >&5
4705     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4706     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4707     echo $ECHO_N "(cached) $ECHO_C" >&6
4708     else
4709     if test -n "$ac_ct_CC"; then
4710     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4711     else
4712     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713     for as_dir in $PATH
4714     do
4715     IFS=$as_save_IFS
4716     test -z "$as_dir" && as_dir=.
4717     for ac_exec_ext in '' $ac_executable_extensions; do
4718     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4719     ac_cv_prog_ac_ct_CC="cc"
4720     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4721     break 2
4722     fi
4723     done
4724     done
4725    
4726     fi
4727     fi
4728     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4729     if test -n "$ac_ct_CC"; then
4730     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4731     echo "${ECHO_T}$ac_ct_CC" >&6
4732     else
4733     echo "$as_me:$LINENO: result: no" >&5
4734     echo "${ECHO_T}no" >&6
4735     fi
4736    
4737     CC=$ac_ct_CC
4738     else
4739     CC="$ac_cv_prog_CC"
4740     fi
4741    
4742     fi
4743     if test -z "$CC"; then
4744     # Extract the first word of "cc", so it can be a program name with args.
4745     set dummy cc; ac_word=$2
4746     echo "$as_me:$LINENO: checking for $ac_word" >&5
4747     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4748     if test "${ac_cv_prog_CC+set}" = set; then
4749     echo $ECHO_N "(cached) $ECHO_C" >&6
4750     else
4751     if test -n "$CC"; then
4752     ac_cv_prog_CC="$CC" # Let the user override the test.
4753     else
4754     ac_prog_rejected=no
4755     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4756     for as_dir in $PATH
4757     do
4758     IFS=$as_save_IFS
4759     test -z "$as_dir" && as_dir=.
4760     for ac_exec_ext in '' $ac_executable_extensions; do
4761     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4762     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4763     ac_prog_rejected=yes
4764     continue
4765     fi
4766     ac_cv_prog_CC="cc"
4767     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4768     break 2
4769     fi
4770     done
4771     done
4772    
4773     if test $ac_prog_rejected = yes; then
4774     # We found a bogon in the path, so make sure we never use it.
4775     set dummy $ac_cv_prog_CC
4776     shift
4777     if test $# != 0; then
4778     # We chose a different compiler from the bogus one.
4779     # However, it has the same basename, so the bogon will be chosen
4780     # first if we set CC to just the basename; use the full file name.
4781     shift
4782     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4783     fi
4784     fi
4785     fi
4786     fi
4787     CC=$ac_cv_prog_CC
4788     if test -n "$CC"; then
4789     echo "$as_me:$LINENO: result: $CC" >&5
4790     echo "${ECHO_T}$CC" >&6
4791     else
4792     echo "$as_me:$LINENO: result: no" >&5
4793     echo "${ECHO_T}no" >&6
4794     fi
4795    
4796     fi
4797     if test -z "$CC"; then
4798     if test -n "$ac_tool_prefix"; then
4799     for ac_prog in cl
4800     do
4801     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4802     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4803     echo "$as_me:$LINENO: checking for $ac_word" >&5
4804     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4805     if test "${ac_cv_prog_CC+set}" = set; then
4806     echo $ECHO_N "(cached) $ECHO_C" >&6
4807     else
4808     if test -n "$CC"; then
4809     ac_cv_prog_CC="$CC" # Let the user override the test.
4810     else
4811     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4812     for as_dir in $PATH
4813     do
4814     IFS=$as_save_IFS
4815     test -z "$as_dir" && as_dir=.
4816     for ac_exec_ext in '' $ac_executable_extensions; do
4817     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4818     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4819     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4820     break 2
4821     fi
4822     done
4823     done
4824    
4825     fi
4826     fi
4827     CC=$ac_cv_prog_CC
4828     if test -n "$CC"; then
4829     echo "$as_me:$LINENO: result: $CC" >&5
4830     echo "${ECHO_T}$CC" >&6
4831     else
4832     echo "$as_me:$LINENO: result: no" >&5
4833     echo "${ECHO_T}no" >&6
4834     fi
4835    
4836     test -n "$CC" && break
4837     done
4838     fi
4839     if test -z "$CC"; then
4840     ac_ct_CC=$CC
4841     for ac_prog in cl
4842     do
4843     # Extract the first word of "$ac_prog", so it can be a program name with args.
4844     set dummy $ac_prog; ac_word=$2
4845     echo "$as_me:$LINENO: checking for $ac_word" >&5
4846     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4847     if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4848     echo $ECHO_N "(cached) $ECHO_C" >&6
4849     else
4850     if test -n "$ac_ct_CC"; then
4851     ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4852     else
4853     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4854     for as_dir in $PATH
4855     do
4856     IFS=$as_save_IFS
4857     test -z "$as_dir" && as_dir=.
4858     for ac_exec_ext in '' $ac_executable_extensions; do
4859     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4860     ac_cv_prog_ac_ct_CC="$ac_prog"
4861     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4862     break 2
4863     fi
4864     done
4865     done
4866    
4867     fi
4868     fi
4869     ac_ct_CC=$ac_cv_prog_ac_ct_CC
4870     if test -n "$ac_ct_CC"; then
4871     echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4872     echo "${ECHO_T}$ac_ct_CC" >&6
4873     else
4874     echo "$as_me:$LINENO: result: no" >&5
4875     echo "${ECHO_T}no" >&6
4876     fi
4877    
4878     test -n "$ac_ct_CC" && break
4879     done
4880    
4881     CC=$ac_ct_CC
4882     fi
4883    
4884     fi
4885    
4886    
4887     test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4888     See \`config.log' for more details." >&5
4889     echo "$as_me: error: no acceptable C compiler found in \$PATH
4890     See \`config.log' for more details." >&2;}
4891     { (exit 1); exit 1; }; }
4892    
4893     # Provide some information about the compiler.
4894     echo "$as_me:$LINENO:" \
4895     "checking for C compiler version" >&5
4896     ac_compiler=`set X $ac_compile; echo $2`
4897     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4898     (eval $ac_compiler --version </dev/null >&5) 2>&5
4899     ac_status=$?
4900     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4901     (exit $ac_status); }
4902     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4903     (eval $ac_compiler -v </dev/null >&5) 2>&5
4904     ac_status=$?
4905     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4906     (exit $ac_status); }
4907     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4908     (eval $ac_compiler -V </dev/null >&5) 2>&5
4909     ac_status=$?
4910     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4911     (exit $ac_status); }
4912    
4913     echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4914     echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4915     if test "${ac_cv_c_compiler_gnu+set}" = set; then
4916     echo $ECHO_N "(cached) $ECHO_C" >&6
4917     else
4918     cat >conftest.$ac_ext <<_ACEOF
4919     /* confdefs.h. */
4920     _ACEOF
4921     cat confdefs.h >>conftest.$ac_ext
4922     cat >>conftest.$ac_ext <<_ACEOF
4923     /* end confdefs.h. */
4924    
4925     int
4926     main ()
4927     {
4928     #ifndef __GNUC__
4929     choke me
4930     #endif
4931    
4932     ;
4933     return 0;
4934     }
4935     _ACEOF
4936     rm -f conftest.$ac_objext
4937     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4938 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4939 pcg 1.1 ac_status=$?
4940 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4941     rm -f conftest.er1
4942     cat conftest.err >&5
4943 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944     (exit $ac_status); } &&
4945 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4946     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4947     (eval $ac_try) 2>&5
4948     ac_status=$?
4949     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4950     (exit $ac_status); }; } &&
4951     { ac_try='test -s conftest.$ac_objext'
4952 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4953     (eval $ac_try) 2>&5
4954     ac_status=$?
4955     echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956     (exit $ac_status); }; }; then
4957     ac_compiler_gnu=yes
4958     else
4959     echo "$as_me: failed program was:" >&5
4960     sed 's/^/| /' conftest.$ac_ext >&5
4961    
4962     ac_compiler_gnu=no
4963     fi
4964 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4965 pcg 1.1 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4966    
4967     fi
4968     echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4969     echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4970     GCC=`test $ac_compiler_gnu = yes && echo yes`
4971     ac_test_CFLAGS=${CFLAGS+set}
4972     ac_save_CFLAGS=$CFLAGS
4973     CFLAGS="-g"
4974     echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4975     echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4976     if test "${ac_cv_prog_cc_g+set}" = set; then
4977     echo $ECHO_N "(cached) $ECHO_C" >&6
4978     else
4979     cat >conftest.$ac_ext <<_ACEOF
4980     /* confdefs.h. */
4981     _ACEOF
4982     cat confdefs.h >>conftest.$ac_ext
4983     cat >>conftest.$ac_ext <<_ACEOF
4984     /* end confdefs.h. */
4985    
4986     int
4987     main ()
4988     {
4989    
4990     ;
4991     return 0;
4992     }
4993     _ACEOF
4994     rm -f conftest.$ac_objext
4995     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4996 pcg 1.11 (eval $ac_compile) 2>conftest.er1
4997 pcg 1.1 ac_status=$?
4998 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
4999     rm -f conftest.er1
5000     cat conftest.err >&5
5001 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002     (exit $ac_status); } &&
5003 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5004     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5005     (eval $ac_try) 2>&5
5006     ac_status=$?
5007     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5008     (exit $ac_status); }; } &&
5009     { ac_try='test -s conftest.$ac_objext'
5010 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5011     (eval $ac_try) 2>&5
5012     ac_status=$?
5013     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5014     (exit $ac_status); }; }; then
5015     ac_cv_prog_cc_g=yes
5016     else
5017     echo "$as_me: failed program was:" >&5
5018     sed 's/^/| /' conftest.$ac_ext >&5
5019    
5020     ac_cv_prog_cc_g=no
5021     fi
5022 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5023 pcg 1.1 fi
5024     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5025     echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5026     if test "$ac_test_CFLAGS" = set; then
5027     CFLAGS=$ac_save_CFLAGS
5028     elif test $ac_cv_prog_cc_g = yes; then
5029     if test "$GCC" = yes; then
5030     CFLAGS="-g -O2"
5031     else
5032     CFLAGS="-g"
5033     fi
5034     else
5035     if test "$GCC" = yes; then
5036     CFLAGS="-O2"
5037     else
5038     CFLAGS=
5039     fi
5040     fi
5041     echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5042     echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5043     if test "${ac_cv_prog_cc_stdc+set}" = set; then
5044     echo $ECHO_N "(cached) $ECHO_C" >&6
5045     else
5046     ac_cv_prog_cc_stdc=no
5047     ac_save_CC=$CC
5048     cat >conftest.$ac_ext <<_ACEOF
5049     /* confdefs.h. */
5050     _ACEOF
5051     cat confdefs.h >>conftest.$ac_ext
5052     cat >>conftest.$ac_ext <<_ACEOF
5053     /* end confdefs.h. */
5054     #include <stdarg.h>
5055     #include <stdio.h>
5056     #include <sys/types.h>
5057     #include <sys/stat.h>
5058     /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5059     struct buf { int x; };
5060     FILE * (*rcsopen) (struct buf *, struct stat *, int);
5061     static char *e (p, i)
5062     char **p;
5063     int i;
5064     {
5065     return p[i];
5066     }
5067     static char *f (char * (*g) (char **, int), char **p, ...)
5068     {
5069     char *s;
5070     va_list v;
5071     va_start (v,p);
5072     s = g (p, va_arg (v,int));
5073     va_end (v);
5074     return s;
5075     }
5076 pcg 1.11
5077     /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5078     function prototypes and stuff, but not '\xHH' hex character constants.
5079     These don't provoke an error unfortunately, instead are silently treated
5080     as 'x'. The following induces an error, until -std1 is added to get
5081     proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5082     array size at least. It's necessary to write '\x00'==0 to get something
5083     that's true only with -std1. */
5084     int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5085    
5086 pcg 1.1 int test (int i, double x);
5087     struct s1 {int (*f) (int a);};
5088     struct s2 {int (*f) (double a);};
5089     int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5090     int argc;
5091     char **argv;
5092     int
5093     main ()
5094     {
5095     return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5096     ;
5097     return 0;
5098     }
5099     _ACEOF
5100     # Don't try gcc -ansi; that turns off useful extensions and
5101     # breaks some systems' header files.
5102     # AIX -qlanglvl=ansi
5103     # Ultrix and OSF/1 -std1
5104     # HP-UX 10.20 and later -Ae
5105     # HP-UX older versions -Aa -D_HPUX_SOURCE
5106     # SVR4 -Xc -D__EXTENSIONS__
5107     for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5108     do
5109     CC="$ac_save_CC $ac_arg"
5110     rm -f conftest.$ac_objext
5111     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5112 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5113 pcg 1.1 ac_status=$?
5114 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5115     rm -f conftest.er1
5116     cat conftest.err >&5
5117 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5118     (exit $ac_status); } &&
5119 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5120     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5121     (eval $ac_try) 2>&5
5122     ac_status=$?
5123     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5124     (exit $ac_status); }; } &&
5125     { ac_try='test -s conftest.$ac_objext'
5126 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5127     (eval $ac_try) 2>&5
5128     ac_status=$?
5129     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5130     (exit $ac_status); }; }; then
5131     ac_cv_prog_cc_stdc=$ac_arg
5132     break
5133     else
5134     echo "$as_me: failed program was:" >&5
5135     sed 's/^/| /' conftest.$ac_ext >&5
5136    
5137     fi
5138 pcg 1.11 rm -f conftest.err conftest.$ac_objext
5139 pcg 1.1 done
5140     rm -f conftest.$ac_ext conftest.$ac_objext
5141     CC=$ac_save_CC
5142    
5143     fi
5144    
5145     case "x$ac_cv_prog_cc_stdc" in
5146     x|xno)
5147     echo "$as_me:$LINENO: result: none needed" >&5
5148     echo "${ECHO_T}none needed" >&6 ;;
5149     *)
5150     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5151     echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5152     CC="$CC $ac_cv_prog_cc_stdc" ;;
5153     esac
5154    
5155     # Some people use a C++ compiler to compile C. Since we use `exit',
5156     # in C++ we need to declare it. In case someone uses the same compiler
5157     # for both compiling C and C++ we need to have the C++ compiler decide
5158     # the declaration of exit, since it's the most demanding environment.
5159     cat >conftest.$ac_ext <<_ACEOF
5160     #ifndef __cplusplus
5161     choke me
5162     #endif
5163     _ACEOF
5164     rm -f conftest.$ac_objext
5165     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5166 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5167 pcg 1.1 ac_status=$?
5168 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5169     rm -f conftest.er1
5170     cat conftest.err >&5
5171 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5172     (exit $ac_status); } &&
5173 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5174     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5175     (eval $ac_try) 2>&5
5176     ac_status=$?
5177     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5178     (exit $ac_status); }; } &&
5179     { ac_try='test -s conftest.$ac_objext'
5180 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5181     (eval $ac_try) 2>&5
5182     ac_status=$?
5183     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5184     (exit $ac_status); }; }; then
5185     for ac_declaration in \
5186     '' \
5187     'extern "C" void std::exit (int) throw (); using std::exit;' \
5188     'extern "C" void std::exit (int); using std::exit;' \
5189     'extern "C" void exit (int) throw ();' \
5190     'extern "C" void exit (int);' \
5191     'void exit (int);'
5192     do
5193     cat >conftest.$ac_ext <<_ACEOF
5194     /* confdefs.h. */
5195     _ACEOF
5196     cat confdefs.h >>conftest.$ac_ext
5197     cat >>conftest.$ac_ext <<_ACEOF
5198     /* end confdefs.h. */
5199     $ac_declaration
5200     #include <stdlib.h>
5201     int
5202     main ()
5203     {
5204     exit (42);
5205     ;
5206     return 0;
5207     }
5208     _ACEOF
5209     rm -f conftest.$ac_objext
5210     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5211 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5212 pcg 1.1 ac_status=$?
5213 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5214     rm -f conftest.er1
5215     cat conftest.err >&5
5216 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217     (exit $ac_status); } &&
5218 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5219     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5220     (eval $ac_try) 2>&5
5221     ac_status=$?
5222     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223     (exit $ac_status); }; } &&
5224     { ac_try='test -s conftest.$ac_objext'
5225 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5226     (eval $ac_try) 2>&5
5227     ac_status=$?
5228     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5229     (exit $ac_status); }; }; then
5230     :
5231     else
5232     echo "$as_me: failed program was:" >&5
5233     sed 's/^/| /' conftest.$ac_ext >&5
5234    
5235     continue
5236     fi
5237 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5238 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5239     /* confdefs.h. */
5240     _ACEOF
5241     cat confdefs.h >>conftest.$ac_ext
5242     cat >>conftest.$ac_ext <<_ACEOF
5243     /* end confdefs.h. */
5244     $ac_declaration
5245     int
5246     main ()
5247     {
5248     exit (42);
5249     ;
5250     return 0;
5251     }
5252     _ACEOF
5253     rm -f conftest.$ac_objext
5254     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5255 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5256 pcg 1.1 ac_status=$?
5257 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5258     rm -f conftest.er1
5259     cat conftest.err >&5
5260 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261     (exit $ac_status); } &&
5262 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5263     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5264     (eval $ac_try) 2>&5
5265     ac_status=$?
5266     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5267     (exit $ac_status); }; } &&
5268     { ac_try='test -s conftest.$ac_objext'
5269 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5270     (eval $ac_try) 2>&5
5271     ac_status=$?
5272     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273     (exit $ac_status); }; }; then
5274     break
5275     else
5276     echo "$as_me: failed program was:" >&5
5277     sed 's/^/| /' conftest.$ac_ext >&5
5278    
5279     fi
5280 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5281 pcg 1.1 done
5282     rm -f conftest*
5283     if test -n "$ac_declaration"; then
5284     echo '#ifdef __cplusplus' >>confdefs.h
5285     echo $ac_declaration >>confdefs.h
5286     echo '#endif' >>confdefs.h
5287     fi
5288    
5289     else
5290     echo "$as_me: failed program was:" >&5
5291     sed 's/^/| /' conftest.$ac_ext >&5
5292    
5293     fi
5294 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5295 pcg 1.1 ac_ext=c
5296     ac_cpp='$CPP $CPPFLAGS'
5297     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5298     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5299     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5300    
5301     depcc="$CC" am_compiler_list=
5302    
5303     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5304     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5305     if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5306     echo $ECHO_N "(cached) $ECHO_C" >&6
5307     else
5308     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5309     # We make a subdir and do the tests there. Otherwise we can end up
5310     # making bogus files that we don't know about and never remove. For
5311     # instance it was reported that on HP-UX the gcc test will end up
5312     # making a dummy file named `D' -- because `-MD' means `put the output
5313     # in D'.
5314     mkdir conftest.dir
5315     # Copy depcomp to subdir because otherwise we won't find it if we're
5316     # using a relative directory.
5317     cp "$am_depcomp" conftest.dir
5318     cd conftest.dir
5319     # We will build objects and dependencies in a subdirectory because
5320     # it helps to detect inapplicable dependency modes. For instance
5321     # both Tru64's cc and ICC support -MD to output dependencies as a
5322     # side effect of compilation, but ICC will put the dependencies in
5323     # the current directory while Tru64 will put them in the object
5324     # directory.
5325     mkdir sub
5326    
5327     am_cv_CC_dependencies_compiler_type=none
5328     if test "$am_compiler_list" = ""; then
5329     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5330     fi
5331     for depmode in $am_compiler_list; do
5332     # Setup a source with many dependencies, because some compilers
5333     # like to wrap large dependency lists on column 80 (with \), and
5334     # we should not choose a depcomp mode which is confused by this.
5335     #
5336     # We need to recreate these files for each test, as the compiler may
5337     # overwrite some of them when testing with obscure command lines.
5338     # This happens at least with the AIX C compiler.
5339     : > sub/conftest.c
5340     for i in 1 2 3 4 5 6; do
5341     echo '#include "conftst'$i'.h"' >> sub/conftest.c
5342     : > sub/conftst$i.h
5343     done
5344     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5345    
5346     case $depmode in
5347     nosideeffect)
5348     # after this tag, mechanisms are not by side-effect, so they'll
5349     # only be used when explicitly requested
5350     if test "x$enable_dependency_tracking" = xyes; then
5351     continue
5352     else
5353     break
5354     fi
5355     ;;
5356     none) break ;;
5357     esac
5358     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5359     # mode. It turns out that the SunPro C++ compiler does not properly
5360     # handle `-M -o', and we need to detect this.
5361     if depmode=$depmode \
5362     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5363     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5364     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5365     >/dev/null 2>conftest.err &&
5366     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5367     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5368     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5369     # icc doesn't choke on unknown options, it will just issue warnings
5370     # (even with -Werror). So we grep stderr for any message
5371     # that says an option was ignored.
5372     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
5373     am_cv_CC_dependencies_compiler_type=$depmode
5374     break
5375     fi
5376     fi
5377     done
5378    
5379     cd ..
5380     rm -rf conftest.dir
5381     else
5382     am_cv_CC_dependencies_compiler_type=none
5383     fi
5384    
5385     fi
5386     echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5387     echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
5388     CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5389    
5390    
5391    
5392     if
5393     test "x$enable_dependency_tracking" != xno \
5394     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5395     am__fastdepCC_TRUE=
5396     am__fastdepCC_FALSE='#'
5397     else
5398     am__fastdepCC_TRUE='#'
5399     am__fastdepCC_FALSE=
5400     fi
5401    
5402    
5403     ac_ext=c
5404     ac_cpp='$CPP $CPPFLAGS'
5405     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5406     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5407     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5408     echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5409     echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5410     # On Suns, sometimes $CPP names a directory.
5411     if test -n "$CPP" && test -d "$CPP"; then
5412     CPP=
5413     fi
5414     if test -z "$CPP"; then
5415     if test "${ac_cv_prog_CPP+set}" = set; then
5416     echo $ECHO_N "(cached) $ECHO_C" >&6
5417     else
5418     # Double quotes because CPP needs to be expanded
5419     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5420     do
5421     ac_preproc_ok=false
5422     for ac_c_preproc_warn_flag in '' yes
5423     do
5424     # Use a header file that comes with gcc, so configuring glibc
5425     # with a fresh cross-compiler works.
5426     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5427     # <limits.h> exists even on freestanding compilers.
5428     # On the NeXT, cc -E runs the code through the compiler's parser,
5429     # not just through cpp. "Syntax error" is here to catch this case.
5430     cat >conftest.$ac_ext <<_ACEOF
5431     /* confdefs.h. */
5432     _ACEOF
5433     cat confdefs.h >>conftest.$ac_ext
5434     cat >>conftest.$ac_ext <<_ACEOF
5435     /* end confdefs.h. */
5436     #ifdef __STDC__
5437     # include <limits.h>
5438     #else
5439     # include <assert.h>
5440     #endif
5441 pcg 1.11 Syntax error
5442 pcg 1.1 _ACEOF
5443     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5444     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5445     ac_status=$?
5446     grep -v '^ *+' conftest.er1 >conftest.err
5447     rm -f conftest.er1
5448     cat conftest.err >&5
5449     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5450     (exit $ac_status); } >/dev/null; then
5451     if test -s conftest.err; then
5452     ac_cpp_err=$ac_c_preproc_warn_flag
5453 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5454 pcg 1.1 else
5455     ac_cpp_err=
5456     fi
5457     else
5458     ac_cpp_err=yes
5459     fi
5460     if test -z "$ac_cpp_err"; then
5461     :
5462     else
5463     echo "$as_me: failed program was:" >&5
5464     sed 's/^/| /' conftest.$ac_ext >&5
5465    
5466     # Broken: fails on valid input.
5467     continue
5468     fi
5469     rm -f conftest.err conftest.$ac_ext
5470    
5471     # OK, works on sane cases. Now check whether non-existent headers
5472     # can be detected and how.
5473     cat >conftest.$ac_ext <<_ACEOF
5474     /* confdefs.h. */
5475     _ACEOF
5476     cat confdefs.h >>conftest.$ac_ext
5477     cat >>conftest.$ac_ext <<_ACEOF
5478     /* end confdefs.h. */
5479     #include <ac_nonexistent.h>
5480     _ACEOF
5481     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5482     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5483     ac_status=$?
5484     grep -v '^ *+' conftest.er1 >conftest.err
5485     rm -f conftest.er1
5486     cat conftest.err >&5
5487     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5488     (exit $ac_status); } >/dev/null; then
5489     if test -s conftest.err; then
5490     ac_cpp_err=$ac_c_preproc_warn_flag
5491 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5492 pcg 1.1 else
5493     ac_cpp_err=
5494     fi
5495     else
5496     ac_cpp_err=yes
5497     fi
5498     if test -z "$ac_cpp_err"; then
5499     # Broken: success on invalid input.
5500     continue
5501     else
5502     echo "$as_me: failed program was:" >&5
5503     sed 's/^/| /' conftest.$ac_ext >&5
5504    
5505     # Passes both tests.
5506     ac_preproc_ok=:
5507     break
5508     fi
5509     rm -f conftest.err conftest.$ac_ext
5510    
5511     done
5512     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5513     rm -f conftest.err conftest.$ac_ext
5514     if $ac_preproc_ok; then
5515     break
5516     fi
5517    
5518     done
5519     ac_cv_prog_CPP=$CPP
5520    
5521     fi
5522     CPP=$ac_cv_prog_CPP
5523     else
5524     ac_cv_prog_CPP=$CPP
5525     fi
5526     echo "$as_me:$LINENO: result: $CPP" >&5
5527     echo "${ECHO_T}$CPP" >&6
5528     ac_preproc_ok=false
5529     for ac_c_preproc_warn_flag in '' yes
5530     do
5531     # Use a header file that comes with gcc, so configuring glibc
5532     # with a fresh cross-compiler works.
5533     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5534     # <limits.h> exists even on freestanding compilers.
5535     # On the NeXT, cc -E runs the code through the compiler's parser,
5536     # not just through cpp. "Syntax error" is here to catch this case.
5537     cat >conftest.$ac_ext <<_ACEOF
5538     /* confdefs.h. */
5539     _ACEOF
5540     cat confdefs.h >>conftest.$ac_ext
5541     cat >>conftest.$ac_ext <<_ACEOF
5542     /* end confdefs.h. */
5543     #ifdef __STDC__
5544     # include <limits.h>
5545     #else
5546     # include <assert.h>
5547     #endif
5548 pcg 1.11 Syntax error
5549 pcg 1.1 _ACEOF
5550     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5551     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5552     ac_status=$?
5553     grep -v '^ *+' conftest.er1 >conftest.err
5554     rm -f conftest.er1
5555     cat conftest.err >&5
5556     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557     (exit $ac_status); } >/dev/null; then
5558     if test -s conftest.err; then
5559     ac_cpp_err=$ac_c_preproc_warn_flag
5560 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5561 pcg 1.1 else
5562     ac_cpp_err=
5563     fi
5564     else
5565     ac_cpp_err=yes
5566     fi
5567     if test -z "$ac_cpp_err"; then
5568     :
5569     else
5570     echo "$as_me: failed program was:" >&5
5571     sed 's/^/| /' conftest.$ac_ext >&5
5572    
5573     # Broken: fails on valid input.
5574     continue
5575     fi
5576     rm -f conftest.err conftest.$ac_ext
5577    
5578     # OK, works on sane cases. Now check whether non-existent headers
5579     # can be detected and how.
5580     cat >conftest.$ac_ext <<_ACEOF
5581     /* confdefs.h. */
5582     _ACEOF
5583     cat confdefs.h >>conftest.$ac_ext
5584     cat >>conftest.$ac_ext <<_ACEOF
5585     /* end confdefs.h. */
5586     #include <ac_nonexistent.h>
5587     _ACEOF
5588     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5589     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5590     ac_status=$?
5591     grep -v '^ *+' conftest.er1 >conftest.err
5592     rm -f conftest.er1
5593     cat conftest.err >&5
5594     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595     (exit $ac_status); } >/dev/null; then
5596     if test -s conftest.err; then
5597     ac_cpp_err=$ac_c_preproc_warn_flag
5598 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5599 pcg 1.1 else
5600     ac_cpp_err=
5601     fi
5602     else
5603     ac_cpp_err=yes
5604     fi
5605     if test -z "$ac_cpp_err"; then
5606     # Broken: success on invalid input.
5607     continue
5608     else
5609     echo "$as_me: failed program was:" >&5
5610     sed 's/^/| /' conftest.$ac_ext >&5
5611    
5612     # Passes both tests.
5613     ac_preproc_ok=:
5614     break
5615     fi
5616     rm -f conftest.err conftest.$ac_ext
5617    
5618     done
5619     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5620     rm -f conftest.err conftest.$ac_ext
5621     if $ac_preproc_ok; then
5622     :
5623     else
5624     { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5625     See \`config.log' for more details." >&5
5626     echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5627     See \`config.log' for more details." >&2;}
5628     { (exit 1); exit 1; }; }
5629     fi
5630    
5631     ac_ext=c
5632     ac_cpp='$CPP $CPPFLAGS'
5633     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5634     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5635     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5636    
5637     ac_ext=cc
5638     ac_cpp='$CXXCPP $CPPFLAGS'
5639     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5640     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5641     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5642     if test -n "$ac_tool_prefix"; then
5643     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5644     do
5645     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5646     set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5647     echo "$as_me:$LINENO: checking for $ac_word" >&5
5648     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5649     if test "${ac_cv_prog_CXX+set}" = set; then
5650     echo $ECHO_N "(cached) $ECHO_C" >&6
5651     else
5652     if test -n "$CXX"; then
5653     ac_cv_prog_CXX="$CXX" # Let the user override the test.
5654     else
5655     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5656     for as_dir in $PATH
5657     do
5658     IFS=$as_save_IFS
5659     test -z "$as_dir" && as_dir=.
5660     for ac_exec_ext in '' $ac_executable_extensions; do
5661     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5662     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5663     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5664     break 2
5665     fi
5666     done
5667     done
5668    
5669     fi
5670     fi
5671     CXX=$ac_cv_prog_CXX
5672     if test -n "$CXX"; then
5673     echo "$as_me:$LINENO: result: $CXX" >&5
5674     echo "${ECHO_T}$CXX" >&6
5675     else
5676     echo "$as_me:$LINENO: result: no" >&5
5677     echo "${ECHO_T}no" >&6
5678     fi
5679    
5680     test -n "$CXX" && break
5681     done
5682     fi
5683     if test -z "$CXX"; then
5684     ac_ct_CXX=$CXX
5685     for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5686     do
5687     # Extract the first word of "$ac_prog", so it can be a program name with args.
5688     set dummy $ac_prog; ac_word=$2
5689     echo "$as_me:$LINENO: checking for $ac_word" >&5
5690     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5691     if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5692     echo $ECHO_N "(cached) $ECHO_C" >&6
5693     else
5694     if test -n "$ac_ct_CXX"; then
5695     ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5696     else
5697     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5698     for as_dir in $PATH
5699     do
5700     IFS=$as_save_IFS
5701     test -z "$as_dir" && as_dir=.
5702     for ac_exec_ext in '' $ac_executable_extensions; do
5703     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5704     ac_cv_prog_ac_ct_CXX="$ac_prog"
5705     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5706     break 2
5707     fi
5708     done
5709     done
5710    
5711     fi
5712     fi
5713     ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5714     if test -n "$ac_ct_CXX"; then
5715     echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5716     echo "${ECHO_T}$ac_ct_CXX" >&6
5717     else
5718     echo "$as_me:$LINENO: result: no" >&5
5719     echo "${ECHO_T}no" >&6
5720     fi
5721    
5722     test -n "$ac_ct_CXX" && break
5723     done
5724     test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5725    
5726     CXX=$ac_ct_CXX
5727     fi
5728    
5729    
5730     # Provide some information about the compiler.
5731     echo "$as_me:$LINENO:" \
5732     "checking for C++ compiler version" >&5
5733     ac_compiler=`set X $ac_compile; echo $2`
5734     { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5735     (eval $ac_compiler --version </dev/null >&5) 2>&5
5736     ac_status=$?
5737     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738     (exit $ac_status); }
5739     { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5740     (eval $ac_compiler -v </dev/null >&5) 2>&5
5741     ac_status=$?
5742     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743     (exit $ac_status); }
5744     { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5745     (eval $ac_compiler -V </dev/null >&5) 2>&5
5746     ac_status=$?
5747     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748     (exit $ac_status); }
5749    
5750     echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5751     echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5752     if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5753     echo $ECHO_N "(cached) $ECHO_C" >&6
5754     else
5755     cat >conftest.$ac_ext <<_ACEOF
5756     /* confdefs.h. */
5757     _ACEOF
5758     cat confdefs.h >>conftest.$ac_ext
5759     cat >>conftest.$ac_ext <<_ACEOF
5760     /* end confdefs.h. */
5761    
5762     int
5763     main ()
5764     {
5765     #ifndef __GNUC__
5766     choke me
5767     #endif
5768    
5769     ;
5770     return 0;
5771     }
5772     _ACEOF
5773     rm -f conftest.$ac_objext
5774     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5775 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5776 pcg 1.1 ac_status=$?
5777 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5778     rm -f conftest.er1
5779     cat conftest.err >&5
5780 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781     (exit $ac_status); } &&
5782 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5783     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5784     (eval $ac_try) 2>&5
5785     ac_status=$?
5786     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787     (exit $ac_status); }; } &&
5788     { ac_try='test -s conftest.$ac_objext'
5789 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5790     (eval $ac_try) 2>&5
5791     ac_status=$?
5792     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5793     (exit $ac_status); }; }; then
5794     ac_compiler_gnu=yes
5795     else
5796     echo "$as_me: failed program was:" >&5
5797     sed 's/^/| /' conftest.$ac_ext >&5
5798    
5799     ac_compiler_gnu=no
5800     fi
5801 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5802 pcg 1.1 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5803    
5804     fi
5805     echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5806     echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5807     GXX=`test $ac_compiler_gnu = yes && echo yes`
5808     ac_test_CXXFLAGS=${CXXFLAGS+set}
5809     ac_save_CXXFLAGS=$CXXFLAGS
5810     CXXFLAGS="-g"
5811     echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5812     echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5813     if test "${ac_cv_prog_cxx_g+set}" = set; then
5814     echo $ECHO_N "(cached) $ECHO_C" >&6
5815     else
5816     cat >conftest.$ac_ext <<_ACEOF
5817     /* confdefs.h. */
5818     _ACEOF
5819     cat confdefs.h >>conftest.$ac_ext
5820     cat >>conftest.$ac_ext <<_ACEOF
5821     /* end confdefs.h. */
5822    
5823     int
5824     main ()
5825     {
5826    
5827     ;
5828     return 0;
5829     }
5830     _ACEOF
5831     rm -f conftest.$ac_objext
5832     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5833 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5834 pcg 1.1 ac_status=$?
5835 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5836     rm -f conftest.er1
5837     cat conftest.err >&5
5838 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5839     (exit $ac_status); } &&
5840 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5841     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5842     (eval $ac_try) 2>&5
5843     ac_status=$?
5844     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5845     (exit $ac_status); }; } &&
5846     { ac_try='test -s conftest.$ac_objext'
5847 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5848     (eval $ac_try) 2>&5
5849     ac_status=$?
5850     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851     (exit $ac_status); }; }; then
5852     ac_cv_prog_cxx_g=yes
5853     else
5854     echo "$as_me: failed program was:" >&5
5855     sed 's/^/| /' conftest.$ac_ext >&5
5856    
5857     ac_cv_prog_cxx_g=no
5858     fi
5859 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5860 pcg 1.1 fi
5861     echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5862     echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5863     if test "$ac_test_CXXFLAGS" = set; then
5864     CXXFLAGS=$ac_save_CXXFLAGS
5865     elif test $ac_cv_prog_cxx_g = yes; then
5866     if test "$GXX" = yes; then
5867     CXXFLAGS="-g -O2"
5868     else
5869     CXXFLAGS="-g"
5870     fi
5871     else
5872     if test "$GXX" = yes; then
5873     CXXFLAGS="-O2"
5874     else
5875     CXXFLAGS=
5876     fi
5877     fi
5878     for ac_declaration in \
5879     '' \
5880     'extern "C" void std::exit (int) throw (); using std::exit;' \
5881     'extern "C" void std::exit (int); using std::exit;' \
5882     'extern "C" void exit (int) throw ();' \
5883     'extern "C" void exit (int);' \
5884     'void exit (int);'
5885     do
5886     cat >conftest.$ac_ext <<_ACEOF
5887     /* confdefs.h. */
5888     _ACEOF
5889     cat confdefs.h >>conftest.$ac_ext
5890     cat >>conftest.$ac_ext <<_ACEOF
5891     /* end confdefs.h. */
5892     $ac_declaration
5893     #include <stdlib.h>
5894     int
5895     main ()
5896     {
5897     exit (42);
5898     ;
5899     return 0;
5900     }
5901     _ACEOF
5902     rm -f conftest.$ac_objext
5903     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5904 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5905 pcg 1.1 ac_status=$?
5906 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5907     rm -f conftest.er1
5908     cat conftest.err >&5
5909 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5910     (exit $ac_status); } &&
5911 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5912     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5913     (eval $ac_try) 2>&5
5914     ac_status=$?
5915     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5916     (exit $ac_status); }; } &&
5917     { ac_try='test -s conftest.$ac_objext'
5918 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5919     (eval $ac_try) 2>&5
5920     ac_status=$?
5921     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5922     (exit $ac_status); }; }; then
5923     :
5924     else
5925     echo "$as_me: failed program was:" >&5
5926     sed 's/^/| /' conftest.$ac_ext >&5
5927    
5928     continue
5929     fi
5930 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5931 pcg 1.1 cat >conftest.$ac_ext <<_ACEOF
5932     /* confdefs.h. */
5933     _ACEOF
5934     cat confdefs.h >>conftest.$ac_ext
5935     cat >>conftest.$ac_ext <<_ACEOF
5936     /* end confdefs.h. */
5937     $ac_declaration
5938     int
5939     main ()
5940     {
5941     exit (42);
5942     ;
5943     return 0;
5944     }
5945     _ACEOF
5946     rm -f conftest.$ac_objext
5947     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5948 pcg 1.11 (eval $ac_compile) 2>conftest.er1
5949 pcg 1.1 ac_status=$?
5950 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
5951     rm -f conftest.er1
5952     cat conftest.err >&5
5953 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5954     (exit $ac_status); } &&
5955 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5956     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5957     (eval $ac_try) 2>&5
5958     ac_status=$?
5959     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5960     (exit $ac_status); }; } &&
5961     { ac_try='test -s conftest.$ac_objext'
5962 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5963     (eval $ac_try) 2>&5
5964     ac_status=$?
5965     echo "$as_me:$LINENO: \$? = $ac_status" >&5
5966     (exit $ac_status); }; }; then
5967     break
5968     else
5969     echo "$as_me: failed program was:" >&5
5970     sed 's/^/| /' conftest.$ac_ext >&5
5971    
5972     fi
5973 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5974 pcg 1.1 done
5975     rm -f conftest*
5976     if test -n "$ac_declaration"; then
5977     echo '#ifdef __cplusplus' >>confdefs.h
5978     echo $ac_declaration >>confdefs.h
5979     echo '#endif' >>confdefs.h
5980     fi
5981    
5982     ac_ext=c
5983     ac_cpp='$CPP $CPPFLAGS'
5984     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5985     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5986     ac_compiler_gnu=$ac_cv_c_compiler_gnu
5987    
5988     depcc="$CXX" am_compiler_list=
5989    
5990     echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5991     echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5992     if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5993     echo $ECHO_N "(cached) $ECHO_C" >&6
5994     else
5995     if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5996     # We make a subdir and do the tests there. Otherwise we can end up
5997     # making bogus files that we don't know about and never remove. For
5998     # instance it was reported that on HP-UX the gcc test will end up
5999     # making a dummy file named `D' -- because `-MD' means `put the output
6000     # in D'.
6001     mkdir conftest.dir
6002     # Copy depcomp to subdir because otherwise we won't find it if we're
6003     # using a relative directory.
6004     cp "$am_depcomp" conftest.dir
6005     cd conftest.dir
6006     # We will build objects and dependencies in a subdirectory because
6007     # it helps to detect inapplicable dependency modes. For instance
6008     # both Tru64's cc and ICC support -MD to output dependencies as a
6009     # side effect of compilation, but ICC will put the dependencies in
6010     # the current directory while Tru64 will put them in the object
6011     # directory.
6012     mkdir sub
6013    
6014     am_cv_CXX_dependencies_compiler_type=none
6015     if test "$am_compiler_list" = ""; then
6016     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6017     fi
6018     for depmode in $am_compiler_list; do
6019     # Setup a source with many dependencies, because some compilers
6020     # like to wrap large dependency lists on column 80 (with \), and
6021     # we should not choose a depcomp mode which is confused by this.
6022     #
6023     # We need to recreate these files for each test, as the compiler may
6024     # overwrite some of them when testing with obscure command lines.
6025     # This happens at least with the AIX C compiler.
6026     : > sub/conftest.c
6027     for i in 1 2 3 4 5 6; do
6028     echo '#include "conftst'$i'.h"' >> sub/conftest.c
6029     : > sub/conftst$i.h
6030     done
6031     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6032    
6033     case $depmode in
6034     nosideeffect)
6035     # after this tag, mechanisms are not by side-effect, so they'll
6036     # only be used when explicitly requested
6037     if test "x$enable_dependency_tracking" = xyes; then
6038     continue
6039     else
6040     break
6041     fi
6042     ;;
6043     none) break ;;
6044     esac
6045     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6046     # mode. It turns out that the SunPro C++ compiler does not properly
6047     # handle `-M -o', and we need to detect this.
6048     if depmode=$depmode \
6049     source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6050     depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6051     $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6052     >/dev/null 2>conftest.err &&
6053     grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6054     grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6055     ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6056     # icc doesn't choke on unknown options, it will just issue warnings
6057     # (even with -Werror). So we grep stderr for any message
6058     # that says an option was ignored.
6059     if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
6060     am_cv_CXX_dependencies_compiler_type=$depmode
6061     break
6062     fi
6063     fi
6064     done
6065    
6066     cd ..
6067     rm -rf conftest.dir
6068     else
6069     am_cv_CXX_dependencies_compiler_type=none
6070     fi
6071    
6072     fi
6073     echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6074     echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6075     CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6076    
6077    
6078    
6079     if
6080     test "x$enable_dependency_tracking" != xno \
6081     && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6082     am__fastdepCXX_TRUE=
6083     am__fastdepCXX_FALSE='#'
6084     else
6085     am__fastdepCXX_TRUE='#'
6086     am__fastdepCXX_FALSE=
6087     fi
6088    
6089    
6090    
6091     echo "$as_me:$LINENO: checking for egrep" >&5
6092     echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6093     if test "${ac_cv_prog_egrep+set}" = set; then
6094     echo $ECHO_N "(cached) $ECHO_C" >&6
6095     else
6096     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6097     then ac_cv_prog_egrep='grep -E'
6098     else ac_cv_prog_egrep='egrep'
6099     fi
6100     fi
6101     echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6102     echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6103     EGREP=$ac_cv_prog_egrep
6104    
6105    
6106     if test $ac_cv_c_compiler_gnu = yes; then
6107     echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
6108     echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
6109     if test "${ac_cv_prog_gcc_traditional+set}" = set; then
6110     echo $ECHO_N "(cached) $ECHO_C" >&6
6111     else
6112     ac_pattern="Autoconf.*'x'"
6113     cat >conftest.$ac_ext <<_ACEOF
6114     /* confdefs.h. */
6115     _ACEOF
6116     cat confdefs.h >>conftest.$ac_ext
6117     cat >>conftest.$ac_ext <<_ACEOF
6118     /* end confdefs.h. */
6119     #include <sgtty.h>
6120     Autoconf TIOCGETP
6121     _ACEOF
6122     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6123     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6124     ac_cv_prog_gcc_traditional=yes
6125     else
6126     ac_cv_prog_gcc_traditional=no
6127     fi
6128     rm -f conftest*
6129    
6130    
6131     if test $ac_cv_prog_gcc_traditional = no; then
6132     cat >conftest.$ac_ext <<_ACEOF
6133     /* confdefs.h. */
6134     _ACEOF
6135     cat confdefs.h >>conftest.$ac_ext
6136     cat >>conftest.$ac_ext <<_ACEOF
6137     /* end confdefs.h. */
6138     #include <termio.h>
6139     Autoconf TCGETA
6140     _ACEOF
6141     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6142     $EGREP "$ac_pattern" >/dev/null 2>&1; then
6143     ac_cv_prog_gcc_traditional=yes
6144     fi
6145     rm -f conftest*
6146    
6147     fi
6148     fi
6149     echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
6150     echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
6151     if test $ac_cv_prog_gcc_traditional = yes; then
6152     CC="$CC -traditional"
6153     fi
6154     fi
6155    
6156     for ac_prog in gawk mawk nawk awk
6157     do
6158     # Extract the first word of "$ac_prog", so it can be a program name with args.
6159     set dummy $ac_prog; ac_word=$2
6160     echo "$as_me:$LINENO: checking for $ac_word" >&5
6161     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6162     if test "${ac_cv_prog_AWK+set}" = set; then
6163     echo $ECHO_N "(cached) $ECHO_C" >&6
6164     else
6165     if test -n "$AWK"; then
6166     ac_cv_prog_AWK="$AWK" # Let the user override the test.
6167     else
6168     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6169     for as_dir in $PATH
6170     do
6171     IFS=$as_save_IFS
6172     test -z "$as_dir" && as_dir=.
6173     for ac_exec_ext in '' $ac_executable_extensions; do
6174     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6175     ac_cv_prog_AWK="$ac_prog"
6176     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6177     break 2
6178     fi
6179     done
6180     done
6181    
6182     fi
6183     fi
6184     AWK=$ac_cv_prog_AWK
6185     if test -n "$AWK"; then
6186     echo "$as_me:$LINENO: result: $AWK" >&5
6187     echo "${ECHO_T}$AWK" >&6
6188     else
6189     echo "$as_me:$LINENO: result: no" >&5
6190     echo "${ECHO_T}no" >&6
6191     fi
6192    
6193     test -n "$AWK" && break
6194     done
6195    
6196     # Find a good install program. We prefer a C program (faster),
6197     # so one script is as good as another. But avoid the broken or
6198     # incompatible versions:
6199     # SysV /etc/install, /usr/sbin/install
6200     # SunOS /usr/etc/install
6201     # IRIX /sbin/install
6202     # AIX /bin/install
6203     # AmigaOS /C/install, which installs bootblocks on floppy discs
6204     # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6205     # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6206     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6207 pcg 1.11 # OS/2's system install, which has a completely different semantic
6208 pcg 1.1 # ./install, which can be erroneously created by make from ./install.sh.
6209     echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6210     echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
6211     if test -z "$INSTALL"; then
6212     if test "${ac_cv_path_install+set}" = set; then
6213     echo $ECHO_N "(cached) $ECHO_C" >&6
6214     else
6215     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6216     for as_dir in $PATH
6217     do
6218     IFS=$as_save_IFS
6219     test -z "$as_dir" && as_dir=.
6220     # Account for people who put trailing slashes in PATH elements.
6221     case $as_dir/ in
6222     ./ | .// | /cC/* | \
6223     /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6224 pcg 1.11 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6225 pcg 1.1 /usr/ucb/* ) ;;
6226     *)
6227     # OSF1 and SCO ODT 3.0 have their own names for install.
6228     # Don't use installbsd from OSF since it installs stuff as root
6229     # by default.
6230     for ac_prog in ginstall scoinst install; do
6231     for ac_exec_ext in '' $ac_executable_extensions; do
6232 pcg 1.11 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6233     if test $ac_prog = install &&
6234     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6235     # AIX install. It has an incompatible calling convention.
6236     :
6237     elif test $ac_prog = install &&
6238     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6239     # program-specific install script used by HP pwplus--don't use.
6240     :
6241     else
6242     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6243     break 3
6244     fi
6245     fi
6246 pcg 1.1 done
6247     done
6248     ;;
6249     esac
6250     done
6251    
6252    
6253     fi
6254     if test "${ac_cv_path_install+set}" = set; then
6255     INSTALL=$ac_cv_path_install
6256     else
6257     # As a last resort, use the slow shell script. We don't cache a
6258     # path for INSTALL within a source directory, because that will
6259     # break other packages using the cache if that directory is
6260     # removed, or if the path is relative.
6261     INSTALL=$ac_install_sh
6262     fi
6263     fi
6264     echo "$as_me:$LINENO: result: $INSTALL" >&5
6265     echo "${ECHO_T}$INSTALL" >&6
6266    
6267     # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6268     # It thinks the first close brace ends the variable substitution.
6269     test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6270    
6271     test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6272    
6273     test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6274    
6275     echo "$as_me:$LINENO: checking whether ln -s works" >&5
6276     echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
6277     LN_S=$as_ln_s
6278     if test "$LN_S" = "ln -s"; then
6279     echo "$as_me:$LINENO: result: yes" >&5
6280     echo "${ECHO_T}yes" >&6
6281     else
6282     echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6283     echo "${ECHO_T}no, using $LN_S" >&6
6284     fi
6285    
6286     echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6287     echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6288 pcg 1.11 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6289 pcg 1.1 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6290     echo $ECHO_N "(cached) $ECHO_C" >&6
6291     else
6292     cat >conftest.make <<\_ACEOF
6293     all:
6294     @echo 'ac_maketemp="$(MAKE)"'
6295     _ACEOF
6296     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6297     eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
6298     if test -n "$ac_maketemp"; then
6299     eval ac_cv_prog_make_${ac_make}_set=yes
6300     else
6301     eval ac_cv_prog_make_${ac_make}_set=no
6302     fi
6303     rm -f conftest.make
6304     fi
6305     if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6306     echo "$as_me:$LINENO: result: yes" >&5
6307     echo "${ECHO_T}yes" >&6
6308     SET_MAKE=
6309     else
6310     echo "$as_me:$LINENO: result: no" >&5
6311     echo "${ECHO_T}no" >&6
6312     SET_MAKE="MAKE=${MAKE-make}"
6313     fi
6314    
6315     if test -n "$ac_tool_prefix"; then
6316     # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6317     set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6318     echo "$as_me:$LINENO: checking for $ac_word" >&5
6319     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6320     if test "${ac_cv_prog_RANLIB+set}" = set; then
6321     echo $ECHO_N "(cached) $ECHO_C" >&6
6322     else
6323     if test -n "$RANLIB"; then
6324     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6325     else
6326     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327     for as_dir in $PATH
6328     do
6329     IFS=$as_save_IFS
6330     test -z "$as_dir" && as_dir=.
6331     for ac_exec_ext in '' $ac_executable_extensions; do
6332     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6333     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6334     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6335     break 2
6336     fi
6337     done
6338     done
6339    
6340     fi
6341     fi
6342     RANLIB=$ac_cv_prog_RANLIB
6343     if test -n "$RANLIB"; then
6344     echo "$as_me:$LINENO: result: $RANLIB" >&5
6345     echo "${ECHO_T}$RANLIB" >&6
6346     else
6347     echo "$as_me:$LINENO: result: no" >&5
6348     echo "${ECHO_T}no" >&6
6349     fi
6350    
6351     fi
6352     if test -z "$ac_cv_prog_RANLIB"; then
6353     ac_ct_RANLIB=$RANLIB
6354     # Extract the first word of "ranlib", so it can be a program name with args.
6355     set dummy ranlib; ac_word=$2
6356     echo "$as_me:$LINENO: checking for $ac_word" >&5
6357     echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6358     if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6359     echo $ECHO_N "(cached) $ECHO_C" >&6
6360     else
6361     if test -n "$ac_ct_RANLIB"; then
6362     ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6363     else
6364     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365     for as_dir in $PATH
6366     do
6367     IFS=$as_save_IFS
6368     test -z "$as_dir" && as_dir=.
6369     for ac_exec_ext in '' $ac_executable_extensions; do
6370     if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6371     ac_cv_prog_ac_ct_RANLIB="ranlib"
6372     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6373     break 2
6374     fi
6375     done
6376     done
6377    
6378     test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6379     fi
6380     fi
6381     ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6382     if test -n "$ac_ct_RANLIB"; then
6383     echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6384     echo "${ECHO_T}$ac_ct_RANLIB" >&6
6385     else
6386     echo "$as_me:$LINENO: result: no" >&5
6387     echo "${ECHO_T}no" >&6
6388     fi
6389    
6390     RANLIB=$ac_ct_RANLIB
6391     else
6392     RANLIB="$ac_cv_prog_RANLIB"
6393     fi
6394    
6395    
6396    
6397     echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
6398     echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
6399     if test "${ac_cv_lib_cposix_strerror+set}" = set; then
6400     echo $ECHO_N "(cached) $ECHO_C" >&6
6401     else
6402     ac_check_lib_save_LIBS=$LIBS
6403     LIBS="-lcposix $LIBS"
6404     cat >conftest.$ac_ext <<_ACEOF
6405     /* confdefs.h. */
6406     _ACEOF
6407     cat confdefs.h >>conftest.$ac_ext
6408     cat >>conftest.$ac_ext <<_ACEOF
6409     /* end confdefs.h. */
6410    
6411     /* Override any gcc2 internal prototype to avoid an error. */
6412     #ifdef __cplusplus
6413     extern "C"
6414     #endif
6415     /* We use char because int might match the return type of a gcc2
6416     builtin and then its argument prototype would still apply. */
6417     char strerror ();
6418     int
6419     main ()
6420     {
6421     strerror ();
6422     ;
6423     return 0;
6424     }
6425     _ACEOF
6426     rm -f conftest.$ac_objext conftest$ac_exeext
6427     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6428 pcg 1.11 (eval $ac_link) 2>conftest.er1
6429 pcg 1.1 ac_status=$?
6430 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6431     rm -f conftest.er1
6432     cat conftest.err >&5
6433 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6434     (exit $ac_status); } &&
6435 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6436     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6437     (eval $ac_try) 2>&5
6438     ac_status=$?
6439     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440     (exit $ac_status); }; } &&
6441     { ac_try='test -s conftest$ac_exeext'
6442 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6443     (eval $ac_try) 2>&5
6444     ac_status=$?
6445     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446     (exit $ac_status); }; }; then
6447     ac_cv_lib_cposix_strerror=yes
6448     else
6449     echo "$as_me: failed program was:" >&5
6450     sed 's/^/| /' conftest.$ac_ext >&5
6451    
6452     ac_cv_lib_cposix_strerror=no
6453     fi
6454 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
6455     conftest$ac_exeext conftest.$ac_ext
6456 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
6457     fi
6458     echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
6459     echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
6460     if test $ac_cv_lib_cposix_strerror = yes; then
6461     LIBS="$LIBS -lcposix"
6462     fi
6463    
6464    
6465    
6466    
6467     # Check whether --enable-iftype or --disable-iftype was given.
6468     if test "${enable_iftype+set}" = set; then
6469     enableval="$enable_iftype"
6470    
6471     IFTYPE=`echo $enableval | sed s%/.*%%`
6472     IFSUBTYPE=`echo $enableval | sed s%.*/%%`
6473    
6474    
6475     fi;
6476    
6477     echo "$as_me:$LINENO: checking for kernel networking interface type" >&5
6478     echo $ECHO_N "checking for kernel networking interface type... $ECHO_C" >&6
6479    
6480     if test "x$IFTYPE" = "x"; then
6481     case $target_os in
6482     *linux*)
6483     IFTYPE=native
6484     IFSUBTYPE=linux
6485    
6486     cat >>confdefs.h <<\_ACEOF
6487     #define HAVE_LINUX 1
6488     _ACEOF
6489    
6490     ;;
6491     *freebsd*)
6492     IFTYPE=tincd
6493     IFSUBTYPE=freebsd
6494    
6495     cat >>confdefs.h <<\_ACEOF
6496     #define HAVE_FREEBSD 1
6497     _ACEOF
6498    
6499     ;;
6500     *darwin*)
6501     IFTYPE=tincd
6502     IFSUBTYPE=darwin
6503    
6504     cat >>confdefs.h <<\_ACEOF
6505     #define HAVE_DARWIN 1
6506     _ACEOF
6507    
6508     ;;
6509     *solaris*)
6510     IFTYPE=tincd
6511     IFSUBTYPE=solaris
6512    
6513     cat >>confdefs.h <<\_ACEOF
6514     #define HAVE_SOLARIS 1
6515     _ACEOF
6516    
6517     ;;
6518     *openbsd*)
6519     IFTYPE=tincd
6520     IFSUBTYPE=openbsd
6521    
6522     cat >>confdefs.h <<\_ACEOF
6523     #define HAVE_OPENBSD 1
6524     _ACEOF
6525    
6526     ;;
6527     *netbsd*)
6528     IFTYPE=tincd
6529     IFSUBTYPE=netbsd
6530    
6531     cat >>confdefs.h <<\_ACEOF
6532     #define HAVE_NETBSD 1
6533     _ACEOF
6534    
6535     ;;
6536     *cygwin*)
6537 pcg 1.6 IFTYPE=native
6538 pcg 1.1 IFSUBTYPE=cygwin
6539    
6540     cat >>confdefs.h <<\_ACEOF
6541     #define HAVE_CYGWIN 1
6542     _ACEOF
6543    
6544     ;;
6545     *)
6546     { { echo "$as_me:$LINENO: error: \"Unknown operating system.\"" >&5
6547     echo "$as_me: error: \"Unknown operating system.\"" >&2;}
6548     { (exit 1); exit 1; }; }
6549     ;;
6550     esac
6551     fi
6552     echo "$as_me:$LINENO: result: $IFTYPE/$IFSUBTYPE" >&5
6553     echo "${ECHO_T}$IFTYPE/$IFSUBTYPE" >&6
6554     IFTYPE=$IFTYPE
6555    
6556     IFSUBTYPE=$IFSUBTYPE
6557    
6558    
6559 pcg 1.9 cat >>confdefs.h <<_ACEOF
6560     #define IFTYPE "$IFTYPE"
6561     _ACEOF
6562    
6563    
6564     cat >>confdefs.h <<_ACEOF
6565     #define IFSUBTYPE "$IFSUBTYPE"
6566     _ACEOF
6567    
6568    
6569 pcg 1.1 cat >confcache <<\_ACEOF
6570     # This file is a shell script that caches the results of configure
6571     # tests run on this system so they can be shared between configure
6572     # scripts and configure runs, see configure's option --config-cache.
6573     # It is not useful on other systems. If it contains results you don't
6574     # want to keep, you may remove or edit it.
6575     #
6576     # config.status only pays attention to the cache file if you give it
6577     # the --recheck option to rerun configure.
6578     #
6579     # `ac_cv_env_foo' variables (set or unset) will be overridden when
6580     # loading this file, other *unset* `ac_cv_foo' will be assigned the
6581     # following values.
6582    
6583     _ACEOF
6584    
6585     # The following way of writing the cache mishandles newlines in values,
6586     # but we know of no workaround that is simple, portable, and efficient.
6587     # So, don't put newlines in cache variables' values.
6588     # Ultrix sh set writes to stderr and can't be redirected directly,
6589     # and sets the high bit in the cache file unless we assign to the vars.
6590     {
6591     (set) 2>&1 |
6592     case `(ac_space=' '; set | grep ac_space) 2>&1` in
6593     *ac_space=\ *)
6594     # `set' does not quote correctly, so add quotes (double-quote
6595     # substitution turns \\\\ into \\, and sed turns \\ into \).
6596     sed -n \
6597 pcg 1.11 "s/'/'\\\\''/g;
6598     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6599 pcg 1.1 ;;
6600     *)
6601     # `set' quotes correctly as required by POSIX, so do not add quotes.
6602     sed -n \
6603 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6604 pcg 1.1 ;;
6605     esac;
6606     } |
6607     sed '
6608     t clear
6609     : clear
6610     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6611     t end
6612     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6613     : end' >>confcache
6614     if diff $cache_file confcache >/dev/null 2>&1; then :; else
6615     if test -w $cache_file; then
6616     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6617     cat confcache >$cache_file
6618     else
6619     echo "not updating unwritable cache $cache_file"
6620     fi
6621     fi
6622     rm -f confcache
6623    
6624    
6625     ac_ext=cc
6626     ac_cpp='$CXXCPP $CPPFLAGS'
6627     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6628     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6629     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6630    
6631    
6632     ac_ext=cc
6633     ac_cpp='$CXXCPP $CPPFLAGS'
6634     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6635     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6636     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6637     echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6638     echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6639     if test -z "$CXXCPP"; then
6640     if test "${ac_cv_prog_CXXCPP+set}" = set; then
6641     echo $ECHO_N "(cached) $ECHO_C" >&6
6642     else
6643     # Double quotes because CXXCPP needs to be expanded
6644     for CXXCPP in "$CXX -E" "/lib/cpp"
6645     do
6646     ac_preproc_ok=false
6647     for ac_cxx_preproc_warn_flag in '' yes
6648     do
6649     # Use a header file that comes with gcc, so configuring glibc
6650     # with a fresh cross-compiler works.
6651     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6652     # <limits.h> exists even on freestanding compilers.
6653     # On the NeXT, cc -E runs the code through the compiler's parser,
6654     # not just through cpp. "Syntax error" is here to catch this case.
6655     cat >conftest.$ac_ext <<_ACEOF
6656     /* confdefs.h. */
6657     _ACEOF
6658     cat confdefs.h >>conftest.$ac_ext
6659     cat >>conftest.$ac_ext <<_ACEOF
6660     /* end confdefs.h. */
6661     #ifdef __STDC__
6662     # include <limits.h>
6663     #else
6664     # include <assert.h>
6665     #endif
6666 pcg 1.11 Syntax error
6667 pcg 1.1 _ACEOF
6668     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6669     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6670     ac_status=$?
6671     grep -v '^ *+' conftest.er1 >conftest.err
6672     rm -f conftest.er1
6673     cat conftest.err >&5
6674     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6675     (exit $ac_status); } >/dev/null; then
6676     if test -s conftest.err; then
6677     ac_cpp_err=$ac_cxx_preproc_warn_flag
6678 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6679 pcg 1.1 else
6680     ac_cpp_err=
6681     fi
6682     else
6683     ac_cpp_err=yes
6684     fi
6685     if test -z "$ac_cpp_err"; then
6686     :
6687     else
6688     echo "$as_me: failed program was:" >&5
6689     sed 's/^/| /' conftest.$ac_ext >&5
6690    
6691     # Broken: fails on valid input.
6692     continue
6693     fi
6694     rm -f conftest.err conftest.$ac_ext
6695    
6696     # OK, works on sane cases. Now check whether non-existent headers
6697     # can be detected and how.
6698     cat >conftest.$ac_ext <<_ACEOF
6699     /* confdefs.h. */
6700     _ACEOF
6701     cat confdefs.h >>conftest.$ac_ext
6702     cat >>conftest.$ac_ext <<_ACEOF
6703     /* end confdefs.h. */
6704     #include <ac_nonexistent.h>
6705     _ACEOF
6706     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6707     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6708     ac_status=$?
6709     grep -v '^ *+' conftest.er1 >conftest.err
6710     rm -f conftest.er1
6711     cat conftest.err >&5
6712     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713     (exit $ac_status); } >/dev/null; then
6714     if test -s conftest.err; then
6715     ac_cpp_err=$ac_cxx_preproc_warn_flag
6716 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6717 pcg 1.1 else
6718     ac_cpp_err=
6719     fi
6720     else
6721     ac_cpp_err=yes
6722     fi
6723     if test -z "$ac_cpp_err"; then
6724     # Broken: success on invalid input.
6725     continue
6726     else
6727     echo "$as_me: failed program was:" >&5
6728     sed 's/^/| /' conftest.$ac_ext >&5
6729    
6730     # Passes both tests.
6731     ac_preproc_ok=:
6732     break
6733     fi
6734     rm -f conftest.err conftest.$ac_ext
6735    
6736     done
6737     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6738     rm -f conftest.err conftest.$ac_ext
6739     if $ac_preproc_ok; then
6740     break
6741     fi
6742    
6743     done
6744     ac_cv_prog_CXXCPP=$CXXCPP
6745    
6746     fi
6747     CXXCPP=$ac_cv_prog_CXXCPP
6748     else
6749     ac_cv_prog_CXXCPP=$CXXCPP
6750     fi
6751     echo "$as_me:$LINENO: result: $CXXCPP" >&5
6752     echo "${ECHO_T}$CXXCPP" >&6
6753     ac_preproc_ok=false
6754     for ac_cxx_preproc_warn_flag in '' yes
6755     do
6756     # Use a header file that comes with gcc, so configuring glibc
6757     # with a fresh cross-compiler works.
6758     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6759     # <limits.h> exists even on freestanding compilers.
6760     # On the NeXT, cc -E runs the code through the compiler's parser,
6761     # not just through cpp. "Syntax error" is here to catch this case.
6762     cat >conftest.$ac_ext <<_ACEOF
6763     /* confdefs.h. */
6764     _ACEOF
6765     cat confdefs.h >>conftest.$ac_ext
6766     cat >>conftest.$ac_ext <<_ACEOF
6767     /* end confdefs.h. */
6768     #ifdef __STDC__
6769     # include <limits.h>
6770     #else
6771     # include <assert.h>
6772     #endif
6773 pcg 1.11 Syntax error
6774 pcg 1.1 _ACEOF
6775     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6776     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6777     ac_status=$?
6778     grep -v '^ *+' conftest.er1 >conftest.err
6779     rm -f conftest.er1
6780     cat conftest.err >&5
6781     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782     (exit $ac_status); } >/dev/null; then
6783     if test -s conftest.err; then
6784     ac_cpp_err=$ac_cxx_preproc_warn_flag
6785 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6786 pcg 1.1 else
6787     ac_cpp_err=
6788     fi
6789     else
6790     ac_cpp_err=yes
6791     fi
6792     if test -z "$ac_cpp_err"; then
6793     :
6794     else
6795     echo "$as_me: failed program was:" >&5
6796     sed 's/^/| /' conftest.$ac_ext >&5
6797    
6798     # Broken: fails on valid input.
6799     continue
6800     fi
6801     rm -f conftest.err conftest.$ac_ext
6802    
6803     # OK, works on sane cases. Now check whether non-existent headers
6804     # can be detected and how.
6805     cat >conftest.$ac_ext <<_ACEOF
6806     /* confdefs.h. */
6807     _ACEOF
6808     cat confdefs.h >>conftest.$ac_ext
6809     cat >>conftest.$ac_ext <<_ACEOF
6810     /* end confdefs.h. */
6811     #include <ac_nonexistent.h>
6812     _ACEOF
6813     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6814     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6815     ac_status=$?
6816     grep -v '^ *+' conftest.er1 >conftest.err
6817     rm -f conftest.er1
6818     cat conftest.err >&5
6819     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6820     (exit $ac_status); } >/dev/null; then
6821     if test -s conftest.err; then
6822     ac_cpp_err=$ac_cxx_preproc_warn_flag
6823 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
6824 pcg 1.1 else
6825     ac_cpp_err=
6826     fi
6827     else
6828     ac_cpp_err=yes
6829     fi
6830     if test -z "$ac_cpp_err"; then
6831     # Broken: success on invalid input.
6832     continue
6833     else
6834     echo "$as_me: failed program was:" >&5
6835     sed 's/^/| /' conftest.$ac_ext >&5
6836    
6837     # Passes both tests.
6838     ac_preproc_ok=:
6839     break
6840     fi
6841     rm -f conftest.err conftest.$ac_ext
6842    
6843     done
6844     # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6845     rm -f conftest.err conftest.$ac_ext
6846     if $ac_preproc_ok; then
6847     :
6848     else
6849     { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6850     See \`config.log' for more details." >&5
6851     echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6852     See \`config.log' for more details." >&2;}
6853     { (exit 1); exit 1; }; }
6854     fi
6855    
6856     ac_ext=cc
6857     ac_cpp='$CXXCPP $CPPFLAGS'
6858     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6859     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6860     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6861    
6862    
6863     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6864     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6865     if test "${ac_cv_header_stdc+set}" = set; then
6866     echo $ECHO_N "(cached) $ECHO_C" >&6
6867     else
6868     cat >conftest.$ac_ext <<_ACEOF
6869     /* confdefs.h. */
6870     _ACEOF
6871     cat confdefs.h >>conftest.$ac_ext
6872     cat >>conftest.$ac_ext <<_ACEOF
6873     /* end confdefs.h. */
6874     #include <stdlib.h>
6875     #include <stdarg.h>
6876     #include <string.h>
6877     #include <float.h>
6878    
6879     int
6880     main ()
6881     {
6882    
6883     ;
6884     return 0;
6885     }
6886     _ACEOF
6887     rm -f conftest.$ac_objext
6888     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6889 pcg 1.11 (eval $ac_compile) 2>conftest.er1
6890 pcg 1.1 ac_status=$?
6891 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
6892     rm -f conftest.er1
6893     cat conftest.err >&5
6894 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895     (exit $ac_status); } &&
6896 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
6897     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6898     (eval $ac_try) 2>&5
6899     ac_status=$?
6900     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901     (exit $ac_status); }; } &&
6902     { ac_try='test -s conftest.$ac_objext'
6903 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6904     (eval $ac_try) 2>&5
6905     ac_status=$?
6906     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907     (exit $ac_status); }; }; then
6908     ac_cv_header_stdc=yes
6909     else
6910     echo "$as_me: failed program was:" >&5
6911     sed 's/^/| /' conftest.$ac_ext >&5
6912    
6913     ac_cv_header_stdc=no
6914     fi
6915 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6916 pcg 1.1
6917     if test $ac_cv_header_stdc = yes; then
6918     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919     cat >conftest.$ac_ext <<_ACEOF
6920     /* confdefs.h. */
6921     _ACEOF
6922     cat confdefs.h >>conftest.$ac_ext
6923     cat >>conftest.$ac_ext <<_ACEOF
6924     /* end confdefs.h. */
6925     #include <string.h>
6926    
6927     _ACEOF
6928     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929     $EGREP "memchr" >/dev/null 2>&1; then
6930     :
6931     else
6932     ac_cv_header_stdc=no
6933     fi
6934     rm -f conftest*
6935    
6936     fi
6937    
6938     if test $ac_cv_header_stdc = yes; then
6939     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940     cat >conftest.$ac_ext <<_ACEOF
6941     /* confdefs.h. */
6942     _ACEOF
6943     cat confdefs.h >>conftest.$ac_ext
6944     cat >>conftest.$ac_ext <<_ACEOF
6945     /* end confdefs.h. */
6946     #include <stdlib.h>
6947    
6948     _ACEOF
6949     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950     $EGREP "free" >/dev/null 2>&1; then
6951     :
6952     else
6953     ac_cv_header_stdc=no
6954     fi
6955     rm -f conftest*
6956    
6957     fi
6958    
6959     if test $ac_cv_header_stdc = yes; then
6960     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961     if test "$cross_compiling" = yes; then
6962     :
6963     else
6964     cat >conftest.$ac_ext <<_ACEOF
6965     /* confdefs.h. */
6966     _ACEOF
6967     cat confdefs.h >>conftest.$ac_ext
6968     cat >>conftest.$ac_ext <<_ACEOF
6969     /* end confdefs.h. */
6970     #include <ctype.h>
6971     #if ((' ' & 0x0FF) == 0x020)
6972     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6973     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6974     #else
6975     # define ISLOWER(c) \
6976 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
6977     || ('j' <= (c) && (c) <= 'r') \
6978     || ('s' <= (c) && (c) <= 'z'))
6979 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6980     #endif
6981    
6982     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6983     int
6984     main ()
6985     {
6986     int i;
6987     for (i = 0; i < 256; i++)
6988     if (XOR (islower (i), ISLOWER (i))
6989 pcg 1.11 || toupper (i) != TOUPPER (i))
6990 pcg 1.1 exit(2);
6991     exit (0);
6992     }
6993     _ACEOF
6994     rm -f conftest$ac_exeext
6995     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6996     (eval $ac_link) 2>&5
6997     ac_status=$?
6998     echo "$as_me:$LINENO: \$? = $ac_status" >&5
6999     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7000     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7001     (eval $ac_try) 2>&5
7002     ac_status=$?
7003     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7004     (exit $ac_status); }; }; then
7005     :
7006     else
7007     echo "$as_me: program exited with status $ac_status" >&5
7008     echo "$as_me: failed program was:" >&5
7009     sed 's/^/| /' conftest.$ac_ext >&5
7010    
7011     ( exit $ac_status )
7012     ac_cv_header_stdc=no
7013     fi
7014     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7015     fi
7016     fi
7017     fi
7018     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7019     echo "${ECHO_T}$ac_cv_header_stdc" >&6
7020     if test $ac_cv_header_stdc = yes; then
7021    
7022     cat >>confdefs.h <<\_ACEOF
7023     #define STDC_HEADERS 1
7024     _ACEOF
7025    
7026     fi
7027    
7028     # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7029    
7030    
7031    
7032    
7033    
7034    
7035    
7036    
7037    
7038     for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7039 pcg 1.11 inttypes.h stdint.h unistd.h
7040 pcg 1.1 do
7041     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7042     echo "$as_me:$LINENO: checking for $ac_header" >&5
7043     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7044     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7045     echo $ECHO_N "(cached) $ECHO_C" >&6
7046     else
7047     cat >conftest.$ac_ext <<_ACEOF
7048     /* confdefs.h. */
7049     _ACEOF
7050     cat confdefs.h >>conftest.$ac_ext
7051     cat >>conftest.$ac_ext <<_ACEOF
7052     /* end confdefs.h. */
7053     $ac_includes_default
7054    
7055     #include <$ac_header>
7056     _ACEOF
7057     rm -f conftest.$ac_objext
7058     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7059 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7060 pcg 1.1 ac_status=$?
7061 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7062     rm -f conftest.er1
7063     cat conftest.err >&5
7064 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7065     (exit $ac_status); } &&
7066 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7067     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7068     (eval $ac_try) 2>&5
7069     ac_status=$?
7070     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7071     (exit $ac_status); }; } &&
7072     { ac_try='test -s conftest.$ac_objext'
7073 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7074     (eval $ac_try) 2>&5
7075     ac_status=$?
7076     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7077     (exit $ac_status); }; }; then
7078     eval "$as_ac_Header=yes"
7079     else
7080     echo "$as_me: failed program was:" >&5
7081     sed 's/^/| /' conftest.$ac_ext >&5
7082    
7083     eval "$as_ac_Header=no"
7084     fi
7085 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7086 pcg 1.1 fi
7087     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7088     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7089     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7090     cat >>confdefs.h <<_ACEOF
7091     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7092     _ACEOF
7093    
7094     fi
7095    
7096     done
7097    
7098    
7099    
7100     for ac_header in ext/hash_map
7101     do
7102     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7103     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7104     echo "$as_me:$LINENO: checking for $ac_header" >&5
7105     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7106     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7107     echo $ECHO_N "(cached) $ECHO_C" >&6
7108     fi
7109     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7110     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7111     else
7112     # Is the header compilable?
7113     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7114     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7115     cat >conftest.$ac_ext <<_ACEOF
7116     /* confdefs.h. */
7117     _ACEOF
7118     cat confdefs.h >>conftest.$ac_ext
7119     cat >>conftest.$ac_ext <<_ACEOF
7120     /* end confdefs.h. */
7121     $ac_includes_default
7122     #include <$ac_header>
7123     _ACEOF
7124     rm -f conftest.$ac_objext
7125     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7126 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7127 pcg 1.1 ac_status=$?
7128 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7129     rm -f conftest.er1
7130     cat conftest.err >&5
7131 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132     (exit $ac_status); } &&
7133 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7134     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7135     (eval $ac_try) 2>&5
7136     ac_status=$?
7137     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7138     (exit $ac_status); }; } &&
7139     { ac_try='test -s conftest.$ac_objext'
7140 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7141     (eval $ac_try) 2>&5
7142     ac_status=$?
7143     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144     (exit $ac_status); }; }; then
7145     ac_header_compiler=yes
7146     else
7147     echo "$as_me: failed program was:" >&5
7148     sed 's/^/| /' conftest.$ac_ext >&5
7149    
7150     ac_header_compiler=no
7151     fi
7152 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7153 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7154     echo "${ECHO_T}$ac_header_compiler" >&6
7155    
7156     # Is the header present?
7157     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7158     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7159     cat >conftest.$ac_ext <<_ACEOF
7160     /* confdefs.h. */
7161     _ACEOF
7162     cat confdefs.h >>conftest.$ac_ext
7163     cat >>conftest.$ac_ext <<_ACEOF
7164     /* end confdefs.h. */
7165     #include <$ac_header>
7166     _ACEOF
7167     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7168     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7169     ac_status=$?
7170     grep -v '^ *+' conftest.er1 >conftest.err
7171     rm -f conftest.er1
7172     cat conftest.err >&5
7173     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7174     (exit $ac_status); } >/dev/null; then
7175     if test -s conftest.err; then
7176     ac_cpp_err=$ac_cxx_preproc_warn_flag
7177 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7178 pcg 1.1 else
7179     ac_cpp_err=
7180     fi
7181     else
7182     ac_cpp_err=yes
7183     fi
7184     if test -z "$ac_cpp_err"; then
7185     ac_header_preproc=yes
7186     else
7187     echo "$as_me: failed program was:" >&5
7188     sed 's/^/| /' conftest.$ac_ext >&5
7189    
7190     ac_header_preproc=no
7191     fi
7192     rm -f conftest.err conftest.$ac_ext
7193     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7194     echo "${ECHO_T}$ac_header_preproc" >&6
7195    
7196     # So? What about this header?
7197 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7198     yes:no: )
7199 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7200     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7201 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7202     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7203     ac_header_preproc=yes
7204 pcg 1.1 ;;
7205 pcg 1.11 no:yes:* )
7206 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7207     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7208 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7209     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7210     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7211     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7212     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7213     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7214 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7215     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7216 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7217     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7218 pcg 1.1 (
7219     cat <<\_ASBOX
7220 pcg 1.11 ## ------------------------------------------ ##
7221     ## Report this to the AC_PACKAGE_NAME lists. ##
7222     ## ------------------------------------------ ##
7223 pcg 1.1 _ASBOX
7224     ) |
7225     sed "s/^/$as_me: WARNING: /" >&2
7226     ;;
7227     esac
7228     echo "$as_me:$LINENO: checking for $ac_header" >&5
7229     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7230     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7231     echo $ECHO_N "(cached) $ECHO_C" >&6
7232     else
7233 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7234 pcg 1.1 fi
7235     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7236     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7237    
7238     fi
7239     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7240     cat >>confdefs.h <<_ACEOF
7241     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7242     _ACEOF
7243    
7244     fi
7245    
7246     done
7247    
7248    
7249    
7250    
7251    
7252    
7253    
7254    
7255    
7256    
7257    
7258    
7259    
7260    
7261    
7262    
7263    
7264    
7265    
7266     for ac_header in fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
7267 pcg 1.5 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h arpa/inet.h \
7268 pcg 1.11 sys/mman.h netinet/in.h
7269 pcg 1.1 do
7270     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7271     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7272     echo "$as_me:$LINENO: checking for $ac_header" >&5
7273     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7274     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7275     echo $ECHO_N "(cached) $ECHO_C" >&6
7276     fi
7277     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7278     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7279     else
7280     # Is the header compilable?
7281     echo "$as_me:$LINENO: checking $ac_header usability" >&5
7282     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7283     cat >conftest.$ac_ext <<_ACEOF
7284     /* confdefs.h. */
7285     _ACEOF
7286     cat confdefs.h >>conftest.$ac_ext
7287     cat >>conftest.$ac_ext <<_ACEOF
7288     /* end confdefs.h. */
7289     $ac_includes_default
7290     #include <$ac_header>
7291     _ACEOF
7292     rm -f conftest.$ac_objext
7293     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7294 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7295 pcg 1.1 ac_status=$?
7296 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7297     rm -f conftest.er1
7298     cat conftest.err >&5
7299 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7300     (exit $ac_status); } &&
7301 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7302     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7303     (eval $ac_try) 2>&5
7304     ac_status=$?
7305     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7306     (exit $ac_status); }; } &&
7307     { ac_try='test -s conftest.$ac_objext'
7308 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7309     (eval $ac_try) 2>&5
7310     ac_status=$?
7311     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312     (exit $ac_status); }; }; then
7313     ac_header_compiler=yes
7314     else
7315     echo "$as_me: failed program was:" >&5
7316     sed 's/^/| /' conftest.$ac_ext >&5
7317    
7318     ac_header_compiler=no
7319     fi
7320 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7321 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7322     echo "${ECHO_T}$ac_header_compiler" >&6
7323    
7324     # Is the header present?
7325     echo "$as_me:$LINENO: checking $ac_header presence" >&5
7326     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7327     cat >conftest.$ac_ext <<_ACEOF
7328     /* confdefs.h. */
7329     _ACEOF
7330     cat confdefs.h >>conftest.$ac_ext
7331     cat >>conftest.$ac_ext <<_ACEOF
7332     /* end confdefs.h. */
7333     #include <$ac_header>
7334     _ACEOF
7335     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7336     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7337     ac_status=$?
7338     grep -v '^ *+' conftest.er1 >conftest.err
7339     rm -f conftest.er1
7340     cat conftest.err >&5
7341     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7342     (exit $ac_status); } >/dev/null; then
7343     if test -s conftest.err; then
7344     ac_cpp_err=$ac_cxx_preproc_warn_flag
7345 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
7346 pcg 1.1 else
7347     ac_cpp_err=
7348     fi
7349     else
7350     ac_cpp_err=yes
7351     fi
7352     if test -z "$ac_cpp_err"; then
7353     ac_header_preproc=yes
7354     else
7355     echo "$as_me: failed program was:" >&5
7356     sed 's/^/| /' conftest.$ac_ext >&5
7357    
7358     ac_header_preproc=no
7359     fi
7360     rm -f conftest.err conftest.$ac_ext
7361     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7362     echo "${ECHO_T}$ac_header_preproc" >&6
7363    
7364     # So? What about this header?
7365 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
7366     yes:no: )
7367 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7368     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7369 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7370     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7371     ac_header_preproc=yes
7372 pcg 1.1 ;;
7373 pcg 1.11 no:yes:* )
7374 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7375     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7376 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7377     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7378     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7379     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7380     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7381     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7382 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7383     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7384 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7385     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7386 pcg 1.1 (
7387     cat <<\_ASBOX
7388 pcg 1.11 ## ------------------------------------------ ##
7389     ## Report this to the AC_PACKAGE_NAME lists. ##
7390     ## ------------------------------------------ ##
7391 pcg 1.1 _ASBOX
7392     ) |
7393     sed "s/^/$as_me: WARNING: /" >&2
7394     ;;
7395     esac
7396     echo "$as_me:$LINENO: checking for $ac_header" >&5
7397     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7398     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7399     echo $ECHO_N "(cached) $ECHO_C" >&6
7400     else
7401 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
7402 pcg 1.1 fi
7403     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7404     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7405    
7406     fi
7407     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7408     cat >>confdefs.h <<_ACEOF
7409     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7410     _ACEOF
7411    
7412     fi
7413    
7414     done
7415    
7416    
7417    
7418    
7419    
7420    
7421     for ac_header in net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h
7422     do
7423     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7424     echo "$as_me:$LINENO: checking for $ac_header" >&5
7425     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7426     if eval "test \"\${$as_ac_Header+set}\" = set"; then
7427     echo $ECHO_N "(cached) $ECHO_C" >&6
7428     else
7429     cat >conftest.$ac_ext <<_ACEOF
7430     /* confdefs.h. */
7431     _ACEOF
7432     cat confdefs.h >>conftest.$ac_ext
7433     cat >>conftest.$ac_ext <<_ACEOF
7434     /* end confdefs.h. */
7435    
7436     #include <sys/types.h>
7437     #include <sys/socket.h>
7438     #ifdef HAVE_NETINET_IN_H
7439     # include <netinet/in.h>
7440     #endif
7441     #ifdef HAVE_ARPA_INET_H
7442     # include <arpa/inet.h>
7443     #endif
7444     #ifdef HAVE_NETINET_IN_SYSTM_H
7445     # include <netinet/in_systm.h>
7446     #endif
7447    
7448    
7449     #include <$ac_header>
7450     _ACEOF
7451     rm -f conftest.$ac_objext
7452     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7453 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7454 pcg 1.1 ac_status=$?
7455 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7456     rm -f conftest.er1
7457     cat conftest.err >&5
7458 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7459     (exit $ac_status); } &&
7460 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7461     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7462     (eval $ac_try) 2>&5
7463     ac_status=$?
7464     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7465     (exit $ac_status); }; } &&
7466     { ac_try='test -s conftest.$ac_objext'
7467 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7468     (eval $ac_try) 2>&5
7469     ac_status=$?
7470     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471     (exit $ac_status); }; }; then
7472     eval "$as_ac_Header=yes"
7473     else
7474     echo "$as_me: failed program was:" >&5
7475     sed 's/^/| /' conftest.$ac_ext >&5
7476    
7477     eval "$as_ac_Header=no"
7478     fi
7479 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7480 pcg 1.1 fi
7481     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7482     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7483     if test `eval echo '${'$as_ac_Header'}'` = yes; then
7484     cat >>confdefs.h <<_ACEOF
7485     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7486     _ACEOF
7487    
7488     fi
7489    
7490     done
7491    
7492    
7493     echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7494     echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7495     if test "${ac_cv_c_const+set}" = set; then
7496     echo $ECHO_N "(cached) $ECHO_C" >&6
7497     else
7498     cat >conftest.$ac_ext <<_ACEOF
7499     /* confdefs.h. */
7500     _ACEOF
7501     cat confdefs.h >>conftest.$ac_ext
7502     cat >>conftest.$ac_ext <<_ACEOF
7503     /* end confdefs.h. */
7504    
7505     int
7506     main ()
7507     {
7508     /* FIXME: Include the comments suggested by Paul. */
7509     #ifndef __cplusplus
7510     /* Ultrix mips cc rejects this. */
7511     typedef int charset[2];
7512     const charset x;
7513     /* SunOS 4.1.1 cc rejects this. */
7514     char const *const *ccp;
7515     char **p;
7516     /* NEC SVR4.0.2 mips cc rejects this. */
7517     struct point {int x, y;};
7518     static struct point const zero = {0,0};
7519     /* AIX XL C 1.02.0.0 rejects this.
7520     It does not let you subtract one const X* pointer from another in
7521     an arm of an if-expression whose if-part is not a constant
7522     expression */
7523     const char *g = "string";
7524     ccp = &g + (g ? g-g : 0);
7525     /* HPUX 7.0 cc rejects these. */
7526     ++ccp;
7527     p = (char**) ccp;
7528     ccp = (char const *const *) p;
7529     { /* SCO 3.2v4 cc rejects this. */
7530     char *t;
7531     char const *s = 0 ? (char *) 0 : (char const *) 0;
7532    
7533     *t++ = 0;
7534     }
7535     { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7536     int x[] = {25, 17};
7537     const int *foo = &x[0];
7538     ++foo;
7539     }
7540     { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7541     typedef const int *iptr;
7542     iptr p = 0;
7543     ++p;
7544     }
7545     { /* AIX XL C 1.02.0.0 rejects this saying
7546     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7547     struct s { int j; const int *ap[3]; };
7548     struct s *b; b->j = 5;
7549     }
7550     { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7551     const int foo = 10;
7552     }
7553     #endif
7554    
7555     ;
7556     return 0;
7557     }
7558     _ACEOF
7559     rm -f conftest.$ac_objext
7560     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7561 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7562 pcg 1.1 ac_status=$?
7563 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7564     rm -f conftest.er1
7565     cat conftest.err >&5
7566 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7567     (exit $ac_status); } &&
7568 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7569     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7570     (eval $ac_try) 2>&5
7571     ac_status=$?
7572     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573     (exit $ac_status); }; } &&
7574     { ac_try='test -s conftest.$ac_objext'
7575 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7576     (eval $ac_try) 2>&5
7577     ac_status=$?
7578     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7579     (exit $ac_status); }; }; then
7580     ac_cv_c_const=yes
7581     else
7582     echo "$as_me: failed program was:" >&5
7583     sed 's/^/| /' conftest.$ac_ext >&5
7584    
7585     ac_cv_c_const=no
7586     fi
7587 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7588 pcg 1.1 fi
7589     echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7590     echo "${ECHO_T}$ac_cv_c_const" >&6
7591     if test $ac_cv_c_const = no; then
7592    
7593     cat >>confdefs.h <<\_ACEOF
7594     #define const
7595     _ACEOF
7596    
7597     fi
7598    
7599     echo "$as_me:$LINENO: checking for pid_t" >&5
7600     echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
7601     if test "${ac_cv_type_pid_t+set}" = set; then
7602     echo $ECHO_N "(cached) $ECHO_C" >&6
7603     else
7604     cat >conftest.$ac_ext <<_ACEOF
7605     /* confdefs.h. */
7606     _ACEOF
7607     cat confdefs.h >>conftest.$ac_ext
7608     cat >>conftest.$ac_ext <<_ACEOF
7609     /* end confdefs.h. */
7610     $ac_includes_default
7611     int
7612     main ()
7613     {
7614     if ((pid_t *) 0)
7615     return 0;
7616     if (sizeof (pid_t))
7617     return 0;
7618     ;
7619     return 0;
7620     }
7621     _ACEOF
7622     rm -f conftest.$ac_objext
7623     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7624 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7625 pcg 1.1 ac_status=$?
7626 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7627     rm -f conftest.er1
7628     cat conftest.err >&5
7629 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7630     (exit $ac_status); } &&
7631 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7632     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7633     (eval $ac_try) 2>&5
7634     ac_status=$?
7635     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636     (exit $ac_status); }; } &&
7637     { ac_try='test -s conftest.$ac_objext'
7638 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7639     (eval $ac_try) 2>&5
7640     ac_status=$?
7641     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642     (exit $ac_status); }; }; then
7643     ac_cv_type_pid_t=yes
7644     else
7645     echo "$as_me: failed program was:" >&5
7646     sed 's/^/| /' conftest.$ac_ext >&5
7647    
7648     ac_cv_type_pid_t=no
7649     fi
7650 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7651 pcg 1.1 fi
7652     echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7653     echo "${ECHO_T}$ac_cv_type_pid_t" >&6
7654     if test $ac_cv_type_pid_t = yes; then
7655     :
7656     else
7657    
7658     cat >>confdefs.h <<_ACEOF
7659     #define pid_t int
7660     _ACEOF
7661    
7662     fi
7663    
7664     echo "$as_me:$LINENO: checking for size_t" >&5
7665     echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7666     if test "${ac_cv_type_size_t+set}" = set; then
7667     echo $ECHO_N "(cached) $ECHO_C" >&6
7668     else
7669     cat >conftest.$ac_ext <<_ACEOF
7670     /* confdefs.h. */
7671     _ACEOF
7672     cat confdefs.h >>conftest.$ac_ext
7673     cat >>conftest.$ac_ext <<_ACEOF
7674     /* end confdefs.h. */
7675     $ac_includes_default
7676     int
7677     main ()
7678     {
7679     if ((size_t *) 0)
7680     return 0;
7681     if (sizeof (size_t))
7682     return 0;
7683     ;
7684     return 0;
7685     }
7686     _ACEOF
7687     rm -f conftest.$ac_objext
7688     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7689 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7690 pcg 1.1 ac_status=$?
7691 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7692     rm -f conftest.er1
7693     cat conftest.err >&5
7694 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695     (exit $ac_status); } &&
7696 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7697     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7698     (eval $ac_try) 2>&5
7699     ac_status=$?
7700     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7701     (exit $ac_status); }; } &&
7702     { ac_try='test -s conftest.$ac_objext'
7703 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7704     (eval $ac_try) 2>&5
7705     ac_status=$?
7706     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7707     (exit $ac_status); }; }; then
7708     ac_cv_type_size_t=yes
7709     else
7710     echo "$as_me: failed program was:" >&5
7711     sed 's/^/| /' conftest.$ac_ext >&5
7712    
7713     ac_cv_type_size_t=no
7714     fi
7715 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7716 pcg 1.1 fi
7717     echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7718     echo "${ECHO_T}$ac_cv_type_size_t" >&6
7719     if test $ac_cv_type_size_t = yes; then
7720     :
7721     else
7722    
7723     cat >>confdefs.h <<_ACEOF
7724     #define size_t unsigned
7725     _ACEOF
7726    
7727     fi
7728    
7729     echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7730     echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7731     if test "${ac_cv_header_time+set}" = set; then
7732     echo $ECHO_N "(cached) $ECHO_C" >&6
7733     else
7734     cat >conftest.$ac_ext <<_ACEOF
7735     /* confdefs.h. */
7736     _ACEOF
7737     cat confdefs.h >>conftest.$ac_ext
7738     cat >>conftest.$ac_ext <<_ACEOF
7739     /* end confdefs.h. */
7740     #include <sys/types.h>
7741     #include <sys/time.h>
7742     #include <time.h>
7743    
7744     int
7745     main ()
7746     {
7747     if ((struct tm *) 0)
7748     return 0;
7749     ;
7750     return 0;
7751     }
7752     _ACEOF
7753     rm -f conftest.$ac_objext
7754     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7755 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7756 pcg 1.1 ac_status=$?
7757 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7758     rm -f conftest.er1
7759     cat conftest.err >&5
7760 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761     (exit $ac_status); } &&
7762 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7763     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7764     (eval $ac_try) 2>&5
7765     ac_status=$?
7766     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7767     (exit $ac_status); }; } &&
7768     { ac_try='test -s conftest.$ac_objext'
7769 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7770     (eval $ac_try) 2>&5
7771     ac_status=$?
7772     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7773     (exit $ac_status); }; }; then
7774     ac_cv_header_time=yes
7775     else
7776     echo "$as_me: failed program was:" >&5
7777     sed 's/^/| /' conftest.$ac_ext >&5
7778    
7779     ac_cv_header_time=no
7780     fi
7781 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7782 pcg 1.1 fi
7783     echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7784     echo "${ECHO_T}$ac_cv_header_time" >&6
7785     if test $ac_cv_header_time = yes; then
7786    
7787     cat >>confdefs.h <<\_ACEOF
7788     #define TIME_WITH_SYS_TIME 1
7789     _ACEOF
7790    
7791     fi
7792    
7793     echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7794     echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
7795     if test "${ac_cv_struct_tm+set}" = set; then
7796     echo $ECHO_N "(cached) $ECHO_C" >&6
7797     else
7798     cat >conftest.$ac_ext <<_ACEOF
7799     /* confdefs.h. */
7800     _ACEOF
7801     cat confdefs.h >>conftest.$ac_ext
7802     cat >>conftest.$ac_ext <<_ACEOF
7803     /* end confdefs.h. */
7804     #include <sys/types.h>
7805     #include <time.h>
7806    
7807     int
7808     main ()
7809     {
7810     struct tm *tp; tp->tm_sec;
7811     ;
7812     return 0;
7813     }
7814     _ACEOF
7815     rm -f conftest.$ac_objext
7816     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7817 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7818 pcg 1.1 ac_status=$?
7819 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7820     rm -f conftest.er1
7821     cat conftest.err >&5
7822 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823     (exit $ac_status); } &&
7824 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7825     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7826     (eval $ac_try) 2>&5
7827     ac_status=$?
7828     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7829     (exit $ac_status); }; } &&
7830     { ac_try='test -s conftest.$ac_objext'
7831 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7832     (eval $ac_try) 2>&5
7833     ac_status=$?
7834     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835     (exit $ac_status); }; }; then
7836     ac_cv_struct_tm=time.h
7837     else
7838     echo "$as_me: failed program was:" >&5
7839     sed 's/^/| /' conftest.$ac_ext >&5
7840    
7841     ac_cv_struct_tm=sys/time.h
7842     fi
7843 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7844 pcg 1.1 fi
7845     echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7846     echo "${ECHO_T}$ac_cv_struct_tm" >&6
7847     if test $ac_cv_struct_tm = sys/time.h; then
7848    
7849     cat >>confdefs.h <<\_ACEOF
7850     #define TM_IN_SYS_TIME 1
7851     _ACEOF
7852    
7853     fi
7854    
7855    
7856     echo "$as_me:$LINENO: checking for socklen_t" >&5
7857     echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
7858     if test "${ac_cv_type_socklen_t+set}" = set; then
7859     echo $ECHO_N "(cached) $ECHO_C" >&6
7860     else
7861    
7862     cat >conftest.$ac_ext <<_ACEOF
7863     /* confdefs.h. */
7864     _ACEOF
7865     cat confdefs.h >>conftest.$ac_ext
7866     cat >>conftest.$ac_ext <<_ACEOF
7867     /* end confdefs.h. */
7868     #include <sys/types.h>
7869     #include <sys/socket.h>
7870     int
7871     main ()
7872     {
7873     socklen_t len = 42; return len;
7874     ;
7875     return 0;
7876     }
7877     _ACEOF
7878     rm -f conftest.$ac_objext
7879     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7880 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7881 pcg 1.1 ac_status=$?
7882 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7883     rm -f conftest.er1
7884     cat conftest.err >&5
7885 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7886     (exit $ac_status); } &&
7887 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7888     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7889     (eval $ac_try) 2>&5
7890     ac_status=$?
7891     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892     (exit $ac_status); }; } &&
7893     { ac_try='test -s conftest.$ac_objext'
7894 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7895     (eval $ac_try) 2>&5
7896     ac_status=$?
7897     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898     (exit $ac_status); }; }; then
7899     ac_cv_type_socklen_t=yes
7900     else
7901     echo "$as_me: failed program was:" >&5
7902     sed 's/^/| /' conftest.$ac_ext >&5
7903    
7904     ac_cv_type_socklen_t=no
7905     fi
7906 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7907 pcg 1.1
7908     fi
7909     echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
7910     echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
7911     if test $ac_cv_type_socklen_t = yes; then
7912    
7913     cat >>confdefs.h <<\_ACEOF
7914     #define HAVE_SOCKLEN_T 1
7915     _ACEOF
7916    
7917     fi
7918    
7919     echo "$as_me:$LINENO: checking for struct addrinfo" >&5
7920     echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
7921     if test "${ac_cv_struct_addrinfo+set}" = set; then
7922     echo $ECHO_N "(cached) $ECHO_C" >&6
7923     else
7924    
7925     cat >conftest.$ac_ext <<_ACEOF
7926     /* confdefs.h. */
7927     _ACEOF
7928     cat confdefs.h >>conftest.$ac_ext
7929     cat >>conftest.$ac_ext <<_ACEOF
7930     /* end confdefs.h. */
7931     #include <sys/types.h>
7932     #include <sys/socket.h>
7933     #include <netdb.h>
7934     int
7935     main ()
7936     {
7937     struct addrinfo ai; ai.ai_family = AF_INET; return ai.ai_family;
7938     ;
7939     return 0;
7940     }
7941     _ACEOF
7942     rm -f conftest.$ac_objext
7943     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7944 pcg 1.11 (eval $ac_compile) 2>conftest.er1
7945 pcg 1.1 ac_status=$?
7946 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
7947     rm -f conftest.er1
7948     cat conftest.err >&5
7949 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7950     (exit $ac_status); } &&
7951 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7952     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7953     (eval $ac_try) 2>&5
7954     ac_status=$?
7955     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7956     (exit $ac_status); }; } &&
7957     { ac_try='test -s conftest.$ac_objext'
7958 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7959     (eval $ac_try) 2>&5
7960     ac_status=$?
7961     echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962     (exit $ac_status); }; }; then
7963     ac_cv_struct_addrinfo=yes
7964     else
7965     echo "$as_me: failed program was:" >&5
7966     sed 's/^/| /' conftest.$ac_ext >&5
7967    
7968     ac_cv_struct_addrinfo=no
7969     fi
7970 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7971 pcg 1.1
7972     fi
7973     echo "$as_me:$LINENO: result: $ac_cv_struct_addrinfo" >&5
7974     echo "${ECHO_T}$ac_cv_struct_addrinfo" >&6
7975     if test $ac_cv_struct_addrinfo = yes; then
7976    
7977     cat >>confdefs.h <<\_ACEOF
7978     #define HAVE_STRUCT_ADDRINFO 1
7979     _ACEOF
7980    
7981     fi
7982    
7983     echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7984     echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
7985     if test "${ac_cv_type_signal+set}" = set; then
7986     echo $ECHO_N "(cached) $ECHO_C" >&6
7987     else
7988     cat >conftest.$ac_ext <<_ACEOF
7989     /* confdefs.h. */
7990     _ACEOF
7991     cat confdefs.h >>conftest.$ac_ext
7992     cat >>conftest.$ac_ext <<_ACEOF
7993     /* end confdefs.h. */
7994     #include <sys/types.h>
7995     #include <signal.h>
7996     #ifdef signal
7997     # undef signal
7998     #endif
7999     #ifdef __cplusplus
8000     extern "C" void (*signal (int, void (*)(int)))(int);
8001     #else
8002     void (*signal ()) ();
8003     #endif
8004    
8005     int
8006     main ()
8007     {
8008     int i;
8009     ;
8010     return 0;
8011     }
8012     _ACEOF
8013     rm -f conftest.$ac_objext
8014     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8015 pcg 1.11 (eval $ac_compile) 2>conftest.er1
8016 pcg 1.1 ac_status=$?
8017 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8018     rm -f conftest.er1
8019     cat conftest.err >&5
8020 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8021     (exit $ac_status); } &&
8022 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
8023     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8024     (eval $ac_try) 2>&5
8025     ac_status=$?
8026     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027     (exit $ac_status); }; } &&
8028     { ac_try='test -s conftest.$ac_objext'
8029 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8030     (eval $ac_try) 2>&5
8031     ac_status=$?
8032     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033     (exit $ac_status); }; }; then
8034     ac_cv_type_signal=void
8035     else
8036     echo "$as_me: failed program was:" >&5
8037     sed 's/^/| /' conftest.$ac_ext >&5
8038    
8039     ac_cv_type_signal=int
8040     fi
8041 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8042 pcg 1.1 fi
8043     echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
8044     echo "${ECHO_T}$ac_cv_type_signal" >&6
8045    
8046     cat >>confdefs.h <<_ACEOF
8047     #define RETSIGTYPE $ac_cv_type_signal
8048     _ACEOF
8049    
8050    
8051    
8052     ac_ext=c
8053     ac_cpp='$CPP $CPPFLAGS'
8054     ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8055     ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8056     ac_compiler_gnu=$ac_cv_c_compiler_gnu
8057    
8058    
8059     echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8060     echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
8061     if test "${ac_cv_header_stdc+set}" = set; then
8062     echo $ECHO_N "(cached) $ECHO_C" >&6
8063     else
8064     cat >conftest.$ac_ext <<_ACEOF
8065     /* confdefs.h. */
8066     _ACEOF
8067     cat confdefs.h >>conftest.$ac_ext
8068     cat >>conftest.$ac_ext <<_ACEOF
8069     /* end confdefs.h. */
8070     #include <stdlib.h>
8071     #include <stdarg.h>
8072     #include <string.h>
8073     #include <float.h>
8074    
8075     int
8076     main ()
8077     {
8078    
8079     ;
8080     return 0;
8081     }
8082     _ACEOF
8083     rm -f conftest.$ac_objext
8084     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8085 pcg 1.11 (eval $ac_compile) 2>conftest.er1
8086 pcg 1.1 ac_status=$?
8087 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8088     rm -f conftest.er1
8089     cat conftest.err >&5
8090 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091     (exit $ac_status); } &&
8092 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8093     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8094     (eval $ac_try) 2>&5
8095     ac_status=$?
8096     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8097     (exit $ac_status); }; } &&
8098     { ac_try='test -s conftest.$ac_objext'
8099 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8100     (eval $ac_try) 2>&5
8101     ac_status=$?
8102     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8103     (exit $ac_status); }; }; then
8104     ac_cv_header_stdc=yes
8105     else
8106     echo "$as_me: failed program was:" >&5
8107     sed 's/^/| /' conftest.$ac_ext >&5
8108    
8109     ac_cv_header_stdc=no
8110     fi
8111 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8112 pcg 1.1
8113     if test $ac_cv_header_stdc = yes; then
8114     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8115     cat >conftest.$ac_ext <<_ACEOF
8116     /* confdefs.h. */
8117     _ACEOF
8118     cat confdefs.h >>conftest.$ac_ext
8119     cat >>conftest.$ac_ext <<_ACEOF
8120     /* end confdefs.h. */
8121     #include <string.h>
8122    
8123     _ACEOF
8124     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8125     $EGREP "memchr" >/dev/null 2>&1; then
8126     :
8127     else
8128     ac_cv_header_stdc=no
8129     fi
8130     rm -f conftest*
8131    
8132     fi
8133    
8134     if test $ac_cv_header_stdc = yes; then
8135     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8136     cat >conftest.$ac_ext <<_ACEOF
8137     /* confdefs.h. */
8138     _ACEOF
8139     cat confdefs.h >>conftest.$ac_ext
8140     cat >>conftest.$ac_ext <<_ACEOF
8141     /* end confdefs.h. */
8142     #include <stdlib.h>
8143    
8144     _ACEOF
8145     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8146     $EGREP "free" >/dev/null 2>&1; then
8147     :
8148     else
8149     ac_cv_header_stdc=no
8150     fi
8151     rm -f conftest*
8152    
8153     fi
8154    
8155     if test $ac_cv_header_stdc = yes; then
8156     # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8157     if test "$cross_compiling" = yes; then
8158     :
8159     else
8160     cat >conftest.$ac_ext <<_ACEOF
8161     /* confdefs.h. */
8162     _ACEOF
8163     cat confdefs.h >>conftest.$ac_ext
8164     cat >>conftest.$ac_ext <<_ACEOF
8165     /* end confdefs.h. */
8166     #include <ctype.h>
8167     #if ((' ' & 0x0FF) == 0x020)
8168     # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8169     # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8170     #else
8171     # define ISLOWER(c) \
8172 pcg 1.11 (('a' <= (c) && (c) <= 'i') \
8173     || ('j' <= (c) && (c) <= 'r') \
8174     || ('s' <= (c) && (c) <= 'z'))
8175 pcg 1.1 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8176     #endif
8177    
8178     #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8179     int
8180     main ()
8181     {
8182     int i;
8183     for (i = 0; i < 256; i++)
8184     if (XOR (islower (i), ISLOWER (i))
8185 pcg 1.11 || toupper (i) != TOUPPER (i))
8186 pcg 1.1 exit(2);
8187     exit (0);
8188     }
8189     _ACEOF
8190     rm -f conftest$ac_exeext
8191     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8192     (eval $ac_link) 2>&5
8193     ac_status=$?
8194     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8195     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8196     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8197     (eval $ac_try) 2>&5
8198     ac_status=$?
8199     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200     (exit $ac_status); }; }; then
8201     :
8202     else
8203     echo "$as_me: program exited with status $ac_status" >&5
8204     echo "$as_me: failed program was:" >&5
8205     sed 's/^/| /' conftest.$ac_ext >&5
8206    
8207     ( exit $ac_status )
8208     ac_cv_header_stdc=no
8209     fi
8210     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8211     fi
8212     fi
8213     fi
8214     echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8215     echo "${ECHO_T}$ac_cv_header_stdc" >&6
8216     if test $ac_cv_header_stdc = yes; then
8217    
8218     cat >>confdefs.h <<\_ACEOF
8219     #define STDC_HEADERS 1
8220     _ACEOF
8221    
8222     fi
8223    
8224    
8225    
8226    
8227    
8228    
8229    
8230    
8231    
8232    
8233    
8234    
8235 pcg 1.11 for ac_func in asprintf daemon get_current_dir_name putenv select strerror strsignal strtol unsetenv mlockall
8236 pcg 1.1 do
8237     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8238     echo "$as_me:$LINENO: checking for $ac_func" >&5
8239     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8240     if eval "test \"\${$as_ac_var+set}\" = set"; then
8241     echo $ECHO_N "(cached) $ECHO_C" >&6
8242     else
8243     cat >conftest.$ac_ext <<_ACEOF
8244     /* confdefs.h. */
8245     _ACEOF
8246     cat confdefs.h >>conftest.$ac_ext
8247     cat >>conftest.$ac_ext <<_ACEOF
8248     /* end confdefs.h. */
8249 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8250     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8251     #define $ac_func innocuous_$ac_func
8252    
8253 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8254     which can conflict with char $ac_func (); below.
8255     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8256     <limits.h> exists even on freestanding compilers. */
8257 pcg 1.11
8258 pcg 1.1 #ifdef __STDC__
8259     # include <limits.h>
8260     #else
8261     # include <assert.h>
8262     #endif
8263 pcg 1.11
8264     #undef $ac_func
8265    
8266 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8267     #ifdef __cplusplus
8268     extern "C"
8269     {
8270     #endif
8271     /* We use char because int might match the return type of a gcc2
8272     builtin and then its argument prototype would still apply. */
8273     char $ac_func ();
8274     /* The GNU C library defines this for functions which it implements
8275     to always fail with ENOSYS. Some functions are actually named
8276     something starting with __ and the normal name is an alias. */
8277     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8278     choke me
8279     #else
8280     char (*f) () = $ac_func;
8281     #endif
8282     #ifdef __cplusplus
8283     }
8284     #endif
8285    
8286     int
8287     main ()
8288     {
8289     return f != $ac_func;
8290     ;
8291     return 0;
8292     }
8293     _ACEOF
8294     rm -f conftest.$ac_objext conftest$ac_exeext
8295     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8296 pcg 1.11 (eval $ac_link) 2>conftest.er1
8297 pcg 1.1 ac_status=$?
8298 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8299     rm -f conftest.er1
8300     cat conftest.err >&5
8301 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8302     (exit $ac_status); } &&
8303 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8304     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8305     (eval $ac_try) 2>&5
8306     ac_status=$?
8307     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8308     (exit $ac_status); }; } &&
8309     { ac_try='test -s conftest$ac_exeext'
8310 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8311     (eval $ac_try) 2>&5
8312     ac_status=$?
8313     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8314     (exit $ac_status); }; }; then
8315     eval "$as_ac_var=yes"
8316     else
8317     echo "$as_me: failed program was:" >&5
8318     sed 's/^/| /' conftest.$ac_ext >&5
8319    
8320     eval "$as_ac_var=no"
8321     fi
8322 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8323     conftest$ac_exeext conftest.$ac_ext
8324 pcg 1.1 fi
8325     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8326     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8327     if test `eval echo '${'$as_ac_var'}'` = yes; then
8328     cat >>confdefs.h <<_ACEOF
8329     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8330     _ACEOF
8331    
8332     fi
8333     done
8334    
8335    
8336     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8337     # for constant arguments. Useless!
8338     echo "$as_me:$LINENO: checking for working alloca.h" >&5
8339     echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8340     if test "${ac_cv_working_alloca_h+set}" = set; then
8341     echo $ECHO_N "(cached) $ECHO_C" >&6
8342     else
8343     cat >conftest.$ac_ext <<_ACEOF
8344     /* confdefs.h. */
8345     _ACEOF
8346     cat confdefs.h >>conftest.$ac_ext
8347     cat >>conftest.$ac_ext <<_ACEOF
8348     /* end confdefs.h. */
8349     #include <alloca.h>
8350     int
8351     main ()
8352     {
8353     char *p = (char *) alloca (2 * sizeof (int));
8354     ;
8355     return 0;
8356     }
8357     _ACEOF
8358     rm -f conftest.$ac_objext conftest$ac_exeext
8359     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8360 pcg 1.11 (eval $ac_link) 2>conftest.er1
8361 pcg 1.1 ac_status=$?
8362 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8363     rm -f conftest.er1
8364     cat conftest.err >&5
8365 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8366     (exit $ac_status); } &&
8367 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8368     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8369     (eval $ac_try) 2>&5
8370     ac_status=$?
8371     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372     (exit $ac_status); }; } &&
8373     { ac_try='test -s conftest$ac_exeext'
8374 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8375     (eval $ac_try) 2>&5
8376     ac_status=$?
8377     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8378     (exit $ac_status); }; }; then
8379     ac_cv_working_alloca_h=yes
8380     else
8381     echo "$as_me: failed program was:" >&5
8382     sed 's/^/| /' conftest.$ac_ext >&5
8383    
8384     ac_cv_working_alloca_h=no
8385     fi
8386 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8387     conftest$ac_exeext conftest.$ac_ext
8388 pcg 1.1 fi
8389     echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8390     echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8391     if test $ac_cv_working_alloca_h = yes; then
8392    
8393     cat >>confdefs.h <<\_ACEOF
8394     #define HAVE_ALLOCA_H 1
8395     _ACEOF
8396    
8397     fi
8398    
8399     echo "$as_me:$LINENO: checking for alloca" >&5
8400     echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8401     if test "${ac_cv_func_alloca_works+set}" = set; then
8402     echo $ECHO_N "(cached) $ECHO_C" >&6
8403     else
8404     cat >conftest.$ac_ext <<_ACEOF
8405     /* confdefs.h. */
8406     _ACEOF
8407     cat confdefs.h >>conftest.$ac_ext
8408     cat >>conftest.$ac_ext <<_ACEOF
8409     /* end confdefs.h. */
8410     #ifdef __GNUC__
8411     # define alloca __builtin_alloca
8412     #else
8413     # ifdef _MSC_VER
8414     # include <malloc.h>
8415     # define alloca _alloca
8416     # else
8417     # if HAVE_ALLOCA_H
8418     # include <alloca.h>
8419     # else
8420     # ifdef _AIX
8421     #pragma alloca
8422     # else
8423     # ifndef alloca /* predefined by HP cc +Olibcalls */
8424     char *alloca ();
8425     # endif
8426     # endif
8427     # endif
8428     # endif
8429     #endif
8430    
8431     int
8432     main ()
8433     {
8434     char *p = (char *) alloca (1);
8435     ;
8436     return 0;
8437     }
8438     _ACEOF
8439     rm -f conftest.$ac_objext conftest$ac_exeext
8440     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8441 pcg 1.11 (eval $ac_link) 2>conftest.er1
8442 pcg 1.1 ac_status=$?
8443 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8444     rm -f conftest.er1
8445     cat conftest.err >&5
8446 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8447     (exit $ac_status); } &&
8448 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8449     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8450     (eval $ac_try) 2>&5
8451     ac_status=$?
8452     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8453     (exit $ac_status); }; } &&
8454     { ac_try='test -s conftest$ac_exeext'
8455 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8456     (eval $ac_try) 2>&5
8457     ac_status=$?
8458     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459     (exit $ac_status); }; }; then
8460     ac_cv_func_alloca_works=yes
8461     else
8462     echo "$as_me: failed program was:" >&5
8463     sed 's/^/| /' conftest.$ac_ext >&5
8464    
8465     ac_cv_func_alloca_works=no
8466     fi
8467 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8468     conftest$ac_exeext conftest.$ac_ext
8469 pcg 1.1 fi
8470     echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
8471     echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
8472    
8473     if test $ac_cv_func_alloca_works = yes; then
8474    
8475     cat >>confdefs.h <<\_ACEOF
8476     #define HAVE_ALLOCA 1
8477     _ACEOF
8478    
8479     else
8480     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8481     # that cause trouble. Some versions do not even contain alloca or
8482     # contain a buggy version. If you still want to use their alloca,
8483     # use ar to extract alloca.o from them instead of compiling alloca.c.
8484    
8485     ALLOCA=alloca.$ac_objext
8486    
8487     cat >>confdefs.h <<\_ACEOF
8488     #define C_ALLOCA 1
8489     _ACEOF
8490    
8491    
8492     echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
8493     echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8494     if test "${ac_cv_os_cray+set}" = set; then
8495     echo $ECHO_N "(cached) $ECHO_C" >&6
8496     else
8497     cat >conftest.$ac_ext <<_ACEOF
8498     /* confdefs.h. */
8499     _ACEOF
8500     cat confdefs.h >>conftest.$ac_ext
8501     cat >>conftest.$ac_ext <<_ACEOF
8502     /* end confdefs.h. */
8503     #if defined(CRAY) && ! defined(CRAY2)
8504     webecray
8505     #else
8506     wenotbecray
8507     #endif
8508    
8509     _ACEOF
8510     if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8511     $EGREP "webecray" >/dev/null 2>&1; then
8512     ac_cv_os_cray=yes
8513     else
8514     ac_cv_os_cray=no
8515     fi
8516     rm -f conftest*
8517    
8518     fi
8519     echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
8520     echo "${ECHO_T}$ac_cv_os_cray" >&6
8521     if test $ac_cv_os_cray = yes; then
8522     for ac_func in _getb67 GETB67 getb67; do
8523     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8524     echo "$as_me:$LINENO: checking for $ac_func" >&5
8525     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8526     if eval "test \"\${$as_ac_var+set}\" = set"; then
8527     echo $ECHO_N "(cached) $ECHO_C" >&6
8528     else
8529     cat >conftest.$ac_ext <<_ACEOF
8530     /* confdefs.h. */
8531     _ACEOF
8532     cat confdefs.h >>conftest.$ac_ext
8533     cat >>conftest.$ac_ext <<_ACEOF
8534     /* end confdefs.h. */
8535 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8536     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8537     #define $ac_func innocuous_$ac_func
8538    
8539 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8540     which can conflict with char $ac_func (); below.
8541     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8542     <limits.h> exists even on freestanding compilers. */
8543 pcg 1.11
8544 pcg 1.1 #ifdef __STDC__
8545     # include <limits.h>
8546     #else
8547     # include <assert.h>
8548     #endif
8549 pcg 1.11
8550     #undef $ac_func
8551    
8552 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8553     #ifdef __cplusplus
8554     extern "C"
8555     {
8556     #endif
8557     /* We use char because int might match the return type of a gcc2
8558     builtin and then its argument prototype would still apply. */
8559     char $ac_func ();
8560     /* The GNU C library defines this for functions which it implements
8561     to always fail with ENOSYS. Some functions are actually named
8562     something starting with __ and the normal name is an alias. */
8563     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8564     choke me
8565     #else
8566     char (*f) () = $ac_func;
8567     #endif
8568     #ifdef __cplusplus
8569     }
8570     #endif
8571    
8572     int
8573     main ()
8574     {
8575     return f != $ac_func;
8576     ;
8577     return 0;
8578     }
8579     _ACEOF
8580     rm -f conftest.$ac_objext conftest$ac_exeext
8581     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8582 pcg 1.11 (eval $ac_link) 2>conftest.er1
8583 pcg 1.1 ac_status=$?
8584 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8585     rm -f conftest.er1
8586     cat conftest.err >&5
8587 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8588     (exit $ac_status); } &&
8589 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8590     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8591     (eval $ac_try) 2>&5
8592     ac_status=$?
8593     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8594     (exit $ac_status); }; } &&
8595     { ac_try='test -s conftest$ac_exeext'
8596 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8597     (eval $ac_try) 2>&5
8598     ac_status=$?
8599     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8600     (exit $ac_status); }; }; then
8601     eval "$as_ac_var=yes"
8602     else
8603     echo "$as_me: failed program was:" >&5
8604     sed 's/^/| /' conftest.$ac_ext >&5
8605    
8606     eval "$as_ac_var=no"
8607     fi
8608 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8609     conftest$ac_exeext conftest.$ac_ext
8610 pcg 1.1 fi
8611     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8612     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8613     if test `eval echo '${'$as_ac_var'}'` = yes; then
8614    
8615     cat >>confdefs.h <<_ACEOF
8616     #define CRAY_STACKSEG_END $ac_func
8617     _ACEOF
8618    
8619     break
8620     fi
8621    
8622     done
8623     fi
8624    
8625     echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
8626     echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8627     if test "${ac_cv_c_stack_direction+set}" = set; then
8628     echo $ECHO_N "(cached) $ECHO_C" >&6
8629     else
8630     if test "$cross_compiling" = yes; then
8631     ac_cv_c_stack_direction=0
8632     else
8633     cat >conftest.$ac_ext <<_ACEOF
8634     /* confdefs.h. */
8635     _ACEOF
8636     cat confdefs.h >>conftest.$ac_ext
8637     cat >>conftest.$ac_ext <<_ACEOF
8638     /* end confdefs.h. */
8639     int
8640     find_stack_direction ()
8641     {
8642     static char *addr = 0;
8643     auto char dummy;
8644     if (addr == 0)
8645     {
8646     addr = &dummy;
8647     return find_stack_direction ();
8648     }
8649     else
8650     return (&dummy > addr) ? 1 : -1;
8651     }
8652    
8653     int
8654     main ()
8655     {
8656     exit (find_stack_direction () < 0);
8657     }
8658     _ACEOF
8659     rm -f conftest$ac_exeext
8660     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8661     (eval $ac_link) 2>&5
8662     ac_status=$?
8663     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664     (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8665     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8666     (eval $ac_try) 2>&5
8667     ac_status=$?
8668     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669     (exit $ac_status); }; }; then
8670     ac_cv_c_stack_direction=1
8671     else
8672     echo "$as_me: program exited with status $ac_status" >&5
8673     echo "$as_me: failed program was:" >&5
8674     sed 's/^/| /' conftest.$ac_ext >&5
8675    
8676     ( exit $ac_status )
8677     ac_cv_c_stack_direction=-1
8678     fi
8679     rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8680     fi
8681     fi
8682     echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
8683     echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8684    
8685     cat >>confdefs.h <<_ACEOF
8686     #define STACK_DIRECTION $ac_cv_c_stack_direction
8687     _ACEOF
8688    
8689    
8690     fi
8691    
8692    
8693    
8694     echo "$as_me:$LINENO: checking for socket" >&5
8695     echo $ECHO_N "checking for socket... $ECHO_C" >&6
8696     if test "${ac_cv_func_socket+set}" = set; then
8697     echo $ECHO_N "(cached) $ECHO_C" >&6
8698     else
8699     cat >conftest.$ac_ext <<_ACEOF
8700     /* confdefs.h. */
8701     _ACEOF
8702     cat confdefs.h >>conftest.$ac_ext
8703     cat >>conftest.$ac_ext <<_ACEOF
8704     /* end confdefs.h. */
8705 pcg 1.11 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
8706     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8707     #define socket innocuous_socket
8708    
8709 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8710     which can conflict with char socket (); below.
8711     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8712     <limits.h> exists even on freestanding compilers. */
8713 pcg 1.11
8714 pcg 1.1 #ifdef __STDC__
8715     # include <limits.h>
8716     #else
8717     # include <assert.h>
8718     #endif
8719 pcg 1.11
8720     #undef socket
8721    
8722 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8723     #ifdef __cplusplus
8724     extern "C"
8725     {
8726     #endif
8727     /* We use char because int might match the return type of a gcc2
8728     builtin and then its argument prototype would still apply. */
8729     char socket ();
8730     /* The GNU C library defines this for functions which it implements
8731     to always fail with ENOSYS. Some functions are actually named
8732     something starting with __ and the normal name is an alias. */
8733     #if defined (__stub_socket) || defined (__stub___socket)
8734     choke me
8735     #else
8736     char (*f) () = socket;
8737     #endif
8738     #ifdef __cplusplus
8739     }
8740     #endif
8741    
8742     int
8743     main ()
8744     {
8745     return f != socket;
8746     ;
8747     return 0;
8748     }
8749     _ACEOF
8750     rm -f conftest.$ac_objext conftest$ac_exeext
8751     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8752 pcg 1.11 (eval $ac_link) 2>conftest.er1
8753 pcg 1.1 ac_status=$?
8754 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8755     rm -f conftest.er1
8756     cat conftest.err >&5
8757 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8758     (exit $ac_status); } &&
8759 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8760     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8761     (eval $ac_try) 2>&5
8762     ac_status=$?
8763     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8764     (exit $ac_status); }; } &&
8765     { ac_try='test -s conftest$ac_exeext'
8766 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8767     (eval $ac_try) 2>&5
8768     ac_status=$?
8769     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8770     (exit $ac_status); }; }; then
8771     ac_cv_func_socket=yes
8772     else
8773     echo "$as_me: failed program was:" >&5
8774     sed 's/^/| /' conftest.$ac_ext >&5
8775    
8776     ac_cv_func_socket=no
8777     fi
8778 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8779     conftest$ac_exeext conftest.$ac_ext
8780 pcg 1.1 fi
8781     echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
8782     echo "${ECHO_T}$ac_cv_func_socket" >&6
8783     if test $ac_cv_func_socket = yes; then
8784     :
8785     else
8786    
8787    
8788     echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8789     echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8790     if test "${ac_cv_lib_socket_connect+set}" = set; then
8791     echo $ECHO_N "(cached) $ECHO_C" >&6
8792     else
8793     ac_check_lib_save_LIBS=$LIBS
8794     LIBS="-lsocket $LIBS"
8795     cat >conftest.$ac_ext <<_ACEOF
8796     /* confdefs.h. */
8797     _ACEOF
8798     cat confdefs.h >>conftest.$ac_ext
8799     cat >>conftest.$ac_ext <<_ACEOF
8800     /* end confdefs.h. */
8801    
8802     /* Override any gcc2 internal prototype to avoid an error. */
8803     #ifdef __cplusplus
8804     extern "C"
8805     #endif
8806     /* We use char because int might match the return type of a gcc2
8807     builtin and then its argument prototype would still apply. */
8808     char connect ();
8809     int
8810     main ()
8811     {
8812     connect ();
8813     ;
8814     return 0;
8815     }
8816     _ACEOF
8817     rm -f conftest.$ac_objext conftest$ac_exeext
8818     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8819 pcg 1.11 (eval $ac_link) 2>conftest.er1
8820 pcg 1.1 ac_status=$?
8821 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8822     rm -f conftest.er1
8823     cat conftest.err >&5
8824 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825     (exit $ac_status); } &&
8826 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8827     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8828     (eval $ac_try) 2>&5
8829     ac_status=$?
8830     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831     (exit $ac_status); }; } &&
8832     { ac_try='test -s conftest$ac_exeext'
8833 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834     (eval $ac_try) 2>&5
8835     ac_status=$?
8836     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837     (exit $ac_status); }; }; then
8838     ac_cv_lib_socket_connect=yes
8839     else
8840     echo "$as_me: failed program was:" >&5
8841     sed 's/^/| /' conftest.$ac_ext >&5
8842    
8843     ac_cv_lib_socket_connect=no
8844     fi
8845 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8846     conftest$ac_exeext conftest.$ac_ext
8847 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
8848     fi
8849     echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8850     echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8851     if test $ac_cv_lib_socket_connect = yes; then
8852     cat >>confdefs.h <<_ACEOF
8853     #define HAVE_LIBSOCKET 1
8854     _ACEOF
8855    
8856     LIBS="-lsocket $LIBS"
8857    
8858     fi
8859    
8860    
8861     fi
8862    
8863     echo "$as_me:$LINENO: checking for gethostbyname" >&5
8864     echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
8865     if test "${ac_cv_func_gethostbyname+set}" = set; then
8866     echo $ECHO_N "(cached) $ECHO_C" >&6
8867     else
8868     cat >conftest.$ac_ext <<_ACEOF
8869     /* confdefs.h. */
8870     _ACEOF
8871     cat confdefs.h >>conftest.$ac_ext
8872     cat >>conftest.$ac_ext <<_ACEOF
8873     /* end confdefs.h. */
8874 pcg 1.11 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8875     For example, HP-UX 11i <limits.h> declares gettimeofday. */
8876     #define gethostbyname innocuous_gethostbyname
8877    
8878 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
8879     which can conflict with char gethostbyname (); below.
8880     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8881     <limits.h> exists even on freestanding compilers. */
8882 pcg 1.11
8883 pcg 1.1 #ifdef __STDC__
8884     # include <limits.h>
8885     #else
8886     # include <assert.h>
8887     #endif
8888 pcg 1.11
8889     #undef gethostbyname
8890    
8891 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
8892     #ifdef __cplusplus
8893     extern "C"
8894     {
8895     #endif
8896     /* We use char because int might match the return type of a gcc2
8897     builtin and then its argument prototype would still apply. */
8898     char gethostbyname ();
8899     /* The GNU C library defines this for functions which it implements
8900     to always fail with ENOSYS. Some functions are actually named
8901     something starting with __ and the normal name is an alias. */
8902     #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8903     choke me
8904     #else
8905     char (*f) () = gethostbyname;
8906     #endif
8907     #ifdef __cplusplus
8908     }
8909     #endif
8910    
8911     int
8912     main ()
8913     {
8914     return f != gethostbyname;
8915     ;
8916     return 0;
8917     }
8918     _ACEOF
8919     rm -f conftest.$ac_objext conftest$ac_exeext
8920     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8921 pcg 1.11 (eval $ac_link) 2>conftest.er1
8922 pcg 1.1 ac_status=$?
8923 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8924     rm -f conftest.er1
8925     cat conftest.err >&5
8926 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8927     (exit $ac_status); } &&
8928 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8929     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8930     (eval $ac_try) 2>&5
8931     ac_status=$?
8932     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933     (exit $ac_status); }; } &&
8934     { ac_try='test -s conftest$ac_exeext'
8935 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8936     (eval $ac_try) 2>&5
8937     ac_status=$?
8938     echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939     (exit $ac_status); }; }; then
8940     ac_cv_func_gethostbyname=yes
8941     else
8942     echo "$as_me: failed program was:" >&5
8943     sed 's/^/| /' conftest.$ac_ext >&5
8944    
8945     ac_cv_func_gethostbyname=no
8946     fi
8947 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
8948     conftest$ac_exeext conftest.$ac_ext
8949 pcg 1.1 fi
8950     echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8951     echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8952     if test $ac_cv_func_gethostbyname = yes; then
8953     :
8954     else
8955    
8956    
8957     echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8958     echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8959     if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8960     echo $ECHO_N "(cached) $ECHO_C" >&6
8961     else
8962     ac_check_lib_save_LIBS=$LIBS
8963     LIBS="-lnsl $LIBS"
8964     cat >conftest.$ac_ext <<_ACEOF
8965     /* confdefs.h. */
8966     _ACEOF
8967     cat confdefs.h >>conftest.$ac_ext
8968     cat >>conftest.$ac_ext <<_ACEOF
8969     /* end confdefs.h. */
8970    
8971     /* Override any gcc2 internal prototype to avoid an error. */
8972     #ifdef __cplusplus
8973     extern "C"
8974     #endif
8975     /* We use char because int might match the return type of a gcc2
8976     builtin and then its argument prototype would still apply. */
8977     char gethostbyname ();
8978     int
8979     main ()
8980     {
8981     gethostbyname ();
8982     ;
8983     return 0;
8984     }
8985     _ACEOF
8986     rm -f conftest.$ac_objext conftest$ac_exeext
8987     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8988 pcg 1.11 (eval $ac_link) 2>conftest.er1
8989 pcg 1.1 ac_status=$?
8990 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
8991     rm -f conftest.er1
8992     cat conftest.err >&5
8993 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8994     (exit $ac_status); } &&
8995 pcg 1.11 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8996     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8997     (eval $ac_try) 2>&5
8998     ac_status=$?
8999     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9000     (exit $ac_status); }; } &&
9001     { ac_try='test -s conftest$ac_exeext'
9002 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9003     (eval $ac_try) 2>&5
9004     ac_status=$?
9005     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9006     (exit $ac_status); }; }; then
9007     ac_cv_lib_nsl_gethostbyname=yes
9008     else
9009     echo "$as_me: failed program was:" >&5
9010     sed 's/^/| /' conftest.$ac_ext >&5
9011    
9012     ac_cv_lib_nsl_gethostbyname=no
9013     fi
9014 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9015     conftest$ac_exeext conftest.$ac_ext
9016 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9017     fi
9018     echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9019     echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
9020     if test $ac_cv_lib_nsl_gethostbyname = yes; then
9021     cat >>confdefs.h <<_ACEOF
9022     #define HAVE_LIBNSL 1
9023     _ACEOF
9024    
9025     LIBS="-lnsl $LIBS"
9026    
9027     fi
9028    
9029    
9030     fi
9031    
9032    
9033     ac_ext=cc
9034     ac_cpp='$CXXCPP $CPPFLAGS'
9035     ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9036     ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9037     ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9038    
9039    
9040    
9041     cat >confcache <<\_ACEOF
9042     # This file is a shell script that caches the results of configure
9043     # tests run on this system so they can be shared between configure
9044     # scripts and configure runs, see configure's option --config-cache.
9045     # It is not useful on other systems. If it contains results you don't
9046     # want to keep, you may remove or edit it.
9047     #
9048     # config.status only pays attention to the cache file if you give it
9049     # the --recheck option to rerun configure.
9050     #
9051     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9052     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9053     # following values.
9054    
9055     _ACEOF
9056    
9057     # The following way of writing the cache mishandles newlines in values,
9058     # but we know of no workaround that is simple, portable, and efficient.
9059     # So, don't put newlines in cache variables' values.
9060     # Ultrix sh set writes to stderr and can't be redirected directly,
9061     # and sets the high bit in the cache file unless we assign to the vars.
9062     {
9063     (set) 2>&1 |
9064     case `(ac_space=' '; set | grep ac_space) 2>&1` in
9065     *ac_space=\ *)
9066     # `set' does not quote correctly, so add quotes (double-quote
9067     # substitution turns \\\\ into \\, and sed turns \\ into \).
9068     sed -n \
9069 pcg 1.11 "s/'/'\\\\''/g;
9070     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9071 pcg 1.1 ;;
9072     *)
9073     # `set' quotes correctly as required by POSIX, so do not add quotes.
9074     sed -n \
9075 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9076 pcg 1.1 ;;
9077     esac;
9078     } |
9079     sed '
9080     t clear
9081     : clear
9082     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9083     t end
9084     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9085     : end' >>confcache
9086     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9087     if test -w $cache_file; then
9088     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9089     cat confcache >$cache_file
9090     else
9091     echo "not updating unwritable cache $cache_file"
9092     fi
9093     fi
9094     rm -f confcache
9095    
9096    
9097    
9098     # Check whether --with-kernel or --without-kernel was given.
9099     if test "${with_kernel+set}" = set; then
9100     withval="$with_kernel"
9101     kerneldir="$withval"
9102     else
9103     kerneldir="/usr/src/linux"
9104    
9105     fi;
9106    
9107     echo "$as_me:$LINENO: checking for linux/if_tun.h" >&5
9108     echo $ECHO_N "checking for linux/if_tun.h... $ECHO_C" >&6
9109     if test "${tinc_cv_linux_if_tun_h+set}" = set; then
9110     echo $ECHO_N "(cached) $ECHO_C" >&6
9111     else
9112    
9113     cat >conftest.$ac_ext <<_ACEOF
9114     /* confdefs.h. */
9115     _ACEOF
9116     cat confdefs.h >>conftest.$ac_ext
9117     cat >>conftest.$ac_ext <<_ACEOF
9118     /* end confdefs.h. */
9119     #include "$kerneldir/include/linux/if_tun.h"
9120     int
9121     main ()
9122     {
9123     int a = IFF_TAP;
9124     ;
9125     return 0;
9126     }
9127     _ACEOF
9128     rm -f conftest.$ac_objext
9129     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9130 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9131 pcg 1.1 ac_status=$?
9132 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9133     rm -f conftest.er1
9134     cat conftest.err >&5
9135 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9136     (exit $ac_status); } &&
9137 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9138     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9139     (eval $ac_try) 2>&5
9140     ac_status=$?
9141     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142     (exit $ac_status); }; } &&
9143     { ac_try='test -s conftest.$ac_objext'
9144 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9145     (eval $ac_try) 2>&5
9146     ac_status=$?
9147     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148     (exit $ac_status); }; }; then
9149     if_tun_h="\"$kerneldir/include/linux/if_tun.h\""
9150     else
9151     echo "$as_me: failed program was:" >&5
9152     sed 's/^/| /' conftest.$ac_ext >&5
9153    
9154     cat >conftest.$ac_ext <<_ACEOF
9155     /* confdefs.h. */
9156     _ACEOF
9157     cat confdefs.h >>conftest.$ac_ext
9158     cat >>conftest.$ac_ext <<_ACEOF
9159     /* end confdefs.h. */
9160     #include <linux/if_tun.h>
9161     int
9162     main ()
9163     {
9164     int a = IFF_TAP;
9165     ;
9166     return 0;
9167     }
9168     _ACEOF
9169     rm -f conftest.$ac_objext
9170     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9171 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9172 pcg 1.1 ac_status=$?
9173 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9174     rm -f conftest.er1
9175     cat conftest.err >&5
9176 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177     (exit $ac_status); } &&
9178 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9179     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9180     (eval $ac_try) 2>&5
9181     ac_status=$?
9182     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9183     (exit $ac_status); }; } &&
9184     { ac_try='test -s conftest.$ac_objext'
9185 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9186     (eval $ac_try) 2>&5
9187     ac_status=$?
9188     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189     (exit $ac_status); }; }; then
9190     if_tun_h="default"
9191     else
9192     echo "$as_me: failed program was:" >&5
9193     sed 's/^/| /' conftest.$ac_ext >&5
9194    
9195     if_tun_h="no"
9196    
9197     fi
9198 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9199 pcg 1.1
9200     fi
9201 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9202 pcg 1.1
9203     if test $if_tun_h = no; then
9204     tinc_cv_linux_if_tun_h=none
9205     else
9206     tinc_cv_linux_if_tun_h="$if_tun_h"
9207     fi
9208    
9209     fi
9210     echo "$as_me:$LINENO: result: $tinc_cv_linux_if_tun_h" >&5
9211     echo "${ECHO_T}$tinc_cv_linux_if_tun_h" >&6
9212    
9213     if test $tinc_cv_linux_if_tun_h != none; then
9214    
9215     cat >>confdefs.h <<\_ACEOF
9216     #define HAVE_TUNTAP 1
9217     _ACEOF
9218    
9219     if test $tinc_cv_linux_if_tun_h != default; then
9220    
9221     cat >>confdefs.h <<_ACEOF
9222     #define LINUX_IF_TUN_H $tinc_cv_linux_if_tun_h
9223     _ACEOF
9224    
9225     fi
9226     fi
9227    
9228    
9229    
9230    
9231 pcg 1.6
9232 pcg 1.1 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
9233    
9234    
9235     # Check whether --with-openssl-include or --without-openssl-include was given.
9236     if test "${with_openssl_include+set}" = set; then
9237     withval="$with_openssl_include"
9238     openssl_include="$withval"
9239     CFLAGS="$CFLAGS -I$withval"
9240     CPPFLAGS="$CPPFLAGS -I$withval"
9241    
9242     fi;
9243    
9244    
9245     # Check whether --with-openssl-lib or --without-openssl-lib was given.
9246     if test "${with_openssl_lib+set}" = set; then
9247     withval="$with_openssl_lib"
9248     openssl_lib="$withval"
9249     LIBS="$LIBS -L$withval"
9250    
9251     fi;
9252    
9253    
9254    
9255    
9256    
9257    
9258    
9259     for ac_header in openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h
9260     do
9261     as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9262     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9263     echo "$as_me:$LINENO: checking for $ac_header" >&5
9264     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9265     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9266     echo $ECHO_N "(cached) $ECHO_C" >&6
9267     fi
9268     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9269     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9270     else
9271     # Is the header compilable?
9272     echo "$as_me:$LINENO: checking $ac_header usability" >&5
9273     echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9274     cat >conftest.$ac_ext <<_ACEOF
9275     /* confdefs.h. */
9276     _ACEOF
9277     cat confdefs.h >>conftest.$ac_ext
9278     cat >>conftest.$ac_ext <<_ACEOF
9279     /* end confdefs.h. */
9280     $ac_includes_default
9281     #include <$ac_header>
9282     _ACEOF
9283     rm -f conftest.$ac_objext
9284     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9285 pcg 1.11 (eval $ac_compile) 2>conftest.er1
9286 pcg 1.1 ac_status=$?
9287 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9288     rm -f conftest.er1
9289     cat conftest.err >&5
9290 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291     (exit $ac_status); } &&
9292 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9293     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9294     (eval $ac_try) 2>&5
9295     ac_status=$?
9296     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297     (exit $ac_status); }; } &&
9298     { ac_try='test -s conftest.$ac_objext'
9299 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9300     (eval $ac_try) 2>&5
9301     ac_status=$?
9302     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303     (exit $ac_status); }; }; then
9304     ac_header_compiler=yes
9305     else
9306     echo "$as_me: failed program was:" >&5
9307     sed 's/^/| /' conftest.$ac_ext >&5
9308    
9309     ac_header_compiler=no
9310     fi
9311 pcg 1.11 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9312 pcg 1.1 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9313     echo "${ECHO_T}$ac_header_compiler" >&6
9314    
9315     # Is the header present?
9316     echo "$as_me:$LINENO: checking $ac_header presence" >&5
9317     echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9318     cat >conftest.$ac_ext <<_ACEOF
9319     /* confdefs.h. */
9320     _ACEOF
9321     cat confdefs.h >>conftest.$ac_ext
9322     cat >>conftest.$ac_ext <<_ACEOF
9323     /* end confdefs.h. */
9324     #include <$ac_header>
9325     _ACEOF
9326     if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9327     (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9328     ac_status=$?
9329     grep -v '^ *+' conftest.er1 >conftest.err
9330     rm -f conftest.er1
9331     cat conftest.err >&5
9332     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333     (exit $ac_status); } >/dev/null; then
9334     if test -s conftest.err; then
9335     ac_cpp_err=$ac_cxx_preproc_warn_flag
9336 pcg 1.11 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
9337 pcg 1.1 else
9338     ac_cpp_err=
9339     fi
9340     else
9341     ac_cpp_err=yes
9342     fi
9343     if test -z "$ac_cpp_err"; then
9344     ac_header_preproc=yes
9345     else
9346     echo "$as_me: failed program was:" >&5
9347     sed 's/^/| /' conftest.$ac_ext >&5
9348    
9349     ac_header_preproc=no
9350     fi
9351     rm -f conftest.err conftest.$ac_ext
9352     echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9353     echo "${ECHO_T}$ac_header_preproc" >&6
9354    
9355     # So? What about this header?
9356 pcg 1.11 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9357     yes:no: )
9358 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9359     echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9360 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9361     echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9362     ac_header_preproc=yes
9363 pcg 1.1 ;;
9364 pcg 1.11 no:yes:* )
9365 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9366     echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9367 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9368     echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9369     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9370     echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9371     { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9372     echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9373 pcg 1.1 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9374     echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9375 pcg 1.11 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9376     echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9377 pcg 1.1 (
9378     cat <<\_ASBOX
9379 pcg 1.11 ## ------------------------------------------ ##
9380     ## Report this to the AC_PACKAGE_NAME lists. ##
9381     ## ------------------------------------------ ##
9382 pcg 1.1 _ASBOX
9383     ) |
9384     sed "s/^/$as_me: WARNING: /" >&2
9385     ;;
9386     esac
9387     echo "$as_me:$LINENO: checking for $ac_header" >&5
9388     echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9389     if eval "test \"\${$as_ac_Header+set}\" = set"; then
9390     echo $ECHO_N "(cached) $ECHO_C" >&6
9391     else
9392 pcg 1.11 eval "$as_ac_Header=\$ac_header_preproc"
9393 pcg 1.1 fi
9394     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9395     echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9396    
9397     fi
9398     if test `eval echo '${'$as_ac_Header'}'` = yes; then
9399     cat >>confdefs.h <<_ACEOF
9400     #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9401     _ACEOF
9402    
9403     else
9404     { { echo "$as_me:$LINENO: error: OpenSSL header files not found." >&5
9405     echo "$as_me: error: OpenSSL header files not found." >&2;}
9406     { (exit 1); exit 1; }; }; break
9407    
9408     fi
9409    
9410     done
9411    
9412    
9413     CPPFLAGS="$tinc_ac_save_CPPFLAGS"
9414    
9415     echo "$as_me:$LINENO: checking for SHA1_version in -lcrypto" >&5
9416     echo $ECHO_N "checking for SHA1_version in -lcrypto... $ECHO_C" >&6
9417     if test "${ac_cv_lib_crypto_SHA1_version+set}" = set; then
9418     echo $ECHO_N "(cached) $ECHO_C" >&6
9419     else
9420     ac_check_lib_save_LIBS=$LIBS
9421     LIBS="-lcrypto $LIBS"
9422     cat >conftest.$ac_ext <<_ACEOF
9423     /* confdefs.h. */
9424     _ACEOF
9425     cat confdefs.h >>conftest.$ac_ext
9426     cat >>conftest.$ac_ext <<_ACEOF
9427     /* end confdefs.h. */
9428    
9429     /* Override any gcc2 internal prototype to avoid an error. */
9430     #ifdef __cplusplus
9431     extern "C"
9432     #endif
9433     /* We use char because int might match the return type of a gcc2
9434     builtin and then its argument prototype would still apply. */
9435     char SHA1_version ();
9436     int
9437     main ()
9438     {
9439     SHA1_version ();
9440     ;
9441     return 0;
9442     }
9443     _ACEOF
9444     rm -f conftest.$ac_objext conftest$ac_exeext
9445     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9446 pcg 1.11 (eval $ac_link) 2>conftest.er1
9447 pcg 1.1 ac_status=$?
9448 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9449     rm -f conftest.er1
9450     cat conftest.err >&5
9451 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452     (exit $ac_status); } &&
9453 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9454     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9455     (eval $ac_try) 2>&5
9456     ac_status=$?
9457     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9458     (exit $ac_status); }; } &&
9459     { ac_try='test -s conftest$ac_exeext'
9460 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9461     (eval $ac_try) 2>&5
9462     ac_status=$?
9463     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9464     (exit $ac_status); }; }; then
9465     ac_cv_lib_crypto_SHA1_version=yes
9466     else
9467     echo "$as_me: failed program was:" >&5
9468     sed 's/^/| /' conftest.$ac_ext >&5
9469    
9470     ac_cv_lib_crypto_SHA1_version=no
9471     fi
9472 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9473     conftest$ac_exeext conftest.$ac_ext
9474 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9475     fi
9476     echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_SHA1_version" >&5
9477     echo "${ECHO_T}$ac_cv_lib_crypto_SHA1_version" >&6
9478     if test $ac_cv_lib_crypto_SHA1_version = yes; then
9479     LIBS="$LIBS -lcrypto"
9480     else
9481     { { echo "$as_me:$LINENO: error: OpenSSL libraries not found." >&5
9482     echo "$as_me: error: OpenSSL libraries not found." >&2;}
9483     { (exit 1); exit 1; }; }
9484    
9485     fi
9486    
9487    
9488    
9489    
9490    
9491    
9492     for ac_func in RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms
9493     do
9494     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9495     echo "$as_me:$LINENO: checking for $ac_func" >&5
9496     echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9497     if eval "test \"\${$as_ac_var+set}\" = set"; then
9498     echo $ECHO_N "(cached) $ECHO_C" >&6
9499     else
9500     cat >conftest.$ac_ext <<_ACEOF
9501     /* confdefs.h. */
9502     _ACEOF
9503     cat confdefs.h >>conftest.$ac_ext
9504     cat >>conftest.$ac_ext <<_ACEOF
9505     /* end confdefs.h. */
9506 pcg 1.11 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9507     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9508     #define $ac_func innocuous_$ac_func
9509    
9510 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9511     which can conflict with char $ac_func (); below.
9512     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9513     <limits.h> exists even on freestanding compilers. */
9514 pcg 1.11
9515 pcg 1.1 #ifdef __STDC__
9516     # include <limits.h>
9517     #else
9518     # include <assert.h>
9519     #endif
9520 pcg 1.11
9521     #undef $ac_func
9522    
9523 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9524     #ifdef __cplusplus
9525     extern "C"
9526     {
9527     #endif
9528     /* We use char because int might match the return type of a gcc2
9529     builtin and then its argument prototype would still apply. */
9530     char $ac_func ();
9531     /* The GNU C library defines this for functions which it implements
9532     to always fail with ENOSYS. Some functions are actually named
9533     something starting with __ and the normal name is an alias. */
9534     #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9535     choke me
9536     #else
9537     char (*f) () = $ac_func;
9538     #endif
9539     #ifdef __cplusplus
9540     }
9541     #endif
9542    
9543     int
9544     main ()
9545     {
9546     return f != $ac_func;
9547     ;
9548     return 0;
9549     }
9550     _ACEOF
9551     rm -f conftest.$ac_objext conftest$ac_exeext
9552     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9553 pcg 1.11 (eval $ac_link) 2>conftest.er1
9554 pcg 1.1 ac_status=$?
9555 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9556     rm -f conftest.er1
9557     cat conftest.err >&5
9558 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559     (exit $ac_status); } &&
9560 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9561     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9562     (eval $ac_try) 2>&5
9563     ac_status=$?
9564     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565     (exit $ac_status); }; } &&
9566     { ac_try='test -s conftest$ac_exeext'
9567 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9568     (eval $ac_try) 2>&5
9569     ac_status=$?
9570     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571     (exit $ac_status); }; }; then
9572     eval "$as_ac_var=yes"
9573     else
9574     echo "$as_me: failed program was:" >&5
9575     sed 's/^/| /' conftest.$ac_ext >&5
9576    
9577     eval "$as_ac_var=no"
9578     fi
9579 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9580     conftest$ac_exeext conftest.$ac_ext
9581 pcg 1.1 fi
9582     echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9583     echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9584     if test `eval echo '${'$as_ac_var'}'` = yes; then
9585     cat >>confdefs.h <<_ACEOF
9586     #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9587     _ACEOF
9588    
9589     fi
9590     done
9591    
9592    
9593     echo "$as_me:$LINENO: checking for dlopen" >&5
9594     echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9595     if test "${ac_cv_func_dlopen+set}" = set; then
9596     echo $ECHO_N "(cached) $ECHO_C" >&6
9597     else
9598     cat >conftest.$ac_ext <<_ACEOF
9599     /* confdefs.h. */
9600     _ACEOF
9601     cat confdefs.h >>conftest.$ac_ext
9602     cat >>conftest.$ac_ext <<_ACEOF
9603     /* end confdefs.h. */
9604 pcg 1.11 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9605     For example, HP-UX 11i <limits.h> declares gettimeofday. */
9606     #define dlopen innocuous_dlopen
9607    
9608 pcg 1.1 /* System header to define __stub macros and hopefully few prototypes,
9609     which can conflict with char dlopen (); below.
9610     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9611     <limits.h> exists even on freestanding compilers. */
9612 pcg 1.11
9613 pcg 1.1 #ifdef __STDC__
9614     # include <limits.h>
9615     #else
9616     # include <assert.h>
9617     #endif
9618 pcg 1.11
9619     #undef dlopen
9620    
9621 pcg 1.1 /* Override any gcc2 internal prototype to avoid an error. */
9622     #ifdef __cplusplus
9623     extern "C"
9624     {
9625     #endif
9626     /* We use char because int might match the return type of a gcc2
9627     builtin and then its argument prototype would still apply. */
9628     char dlopen ();
9629     /* The GNU C library defines this for functions which it implements
9630     to always fail with ENOSYS. Some functions are actually named
9631     something starting with __ and the normal name is an alias. */
9632     #if defined (__stub_dlopen) || defined (__stub___dlopen)
9633     choke me
9634     #else
9635     char (*f) () = dlopen;
9636     #endif
9637     #ifdef __cplusplus
9638     }
9639     #endif
9640    
9641     int
9642     main ()
9643     {
9644     return f != dlopen;
9645     ;
9646     return 0;
9647     }
9648     _ACEOF
9649     rm -f conftest.$ac_objext conftest$ac_exeext
9650     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9651 pcg 1.11 (eval $ac_link) 2>conftest.er1
9652 pcg 1.1 ac_status=$?
9653 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9654     rm -f conftest.er1
9655     cat conftest.err >&5
9656 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9657     (exit $ac_status); } &&
9658 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9659     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9660     (eval $ac_try) 2>&5
9661     ac_status=$?
9662     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9663     (exit $ac_status); }; } &&
9664     { ac_try='test -s conftest$ac_exeext'
9665 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9666     (eval $ac_try) 2>&5
9667     ac_status=$?
9668     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669     (exit $ac_status); }; }; then
9670     ac_cv_func_dlopen=yes
9671     else
9672     echo "$as_me: failed program was:" >&5
9673     sed 's/^/| /' conftest.$ac_ext >&5
9674    
9675     ac_cv_func_dlopen=no
9676     fi
9677 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9678     conftest$ac_exeext conftest.$ac_ext
9679 pcg 1.1 fi
9680     echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9681     echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9682     if test $ac_cv_func_dlopen = yes; then
9683     :
9684     else
9685     echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9686     echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9687     if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9688     echo $ECHO_N "(cached) $ECHO_C" >&6
9689     else
9690     ac_check_lib_save_LIBS=$LIBS
9691     LIBS="-ldl $LIBS"
9692     cat >conftest.$ac_ext <<_ACEOF
9693     /* confdefs.h. */
9694     _ACEOF
9695     cat confdefs.h >>conftest.$ac_ext
9696     cat >>conftest.$ac_ext <<_ACEOF
9697     /* end confdefs.h. */
9698    
9699     /* Override any gcc2 internal prototype to avoid an error. */
9700     #ifdef __cplusplus
9701     extern "C"
9702     #endif
9703     /* We use char because int might match the return type of a gcc2
9704     builtin and then its argument prototype would still apply. */
9705     char dlopen ();
9706     int
9707     main ()
9708     {
9709     dlopen ();
9710     ;
9711     return 0;
9712     }
9713     _ACEOF
9714     rm -f conftest.$ac_objext conftest$ac_exeext
9715     if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9716 pcg 1.11 (eval $ac_link) 2>conftest.er1
9717 pcg 1.1 ac_status=$?
9718 pcg 1.11 grep -v '^ *+' conftest.er1 >conftest.err
9719     rm -f conftest.er1
9720     cat conftest.err >&5
9721 pcg 1.1 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9722     (exit $ac_status); } &&
9723 pcg 1.11 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9724     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9725     (eval $ac_try) 2>&5
9726     ac_status=$?
9727     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9728     (exit $ac_status); }; } &&
9729     { ac_try='test -s conftest$ac_exeext'
9730 pcg 1.1 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9731     (eval $ac_try) 2>&5
9732     ac_status=$?
9733     echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734     (exit $ac_status); }; }; then
9735     ac_cv_lib_dl_dlopen=yes
9736     else
9737     echo "$as_me: failed program was:" >&5
9738     sed 's/^/| /' conftest.$ac_ext >&5
9739    
9740     ac_cv_lib_dl_dlopen=no
9741     fi
9742 pcg 1.11 rm -f conftest.err conftest.$ac_objext \
9743     conftest$ac_exeext conftest.$ac_ext
9744 pcg 1.1 LIBS=$ac_check_lib_save_LIBS
9745     fi
9746     echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9747     echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9748     if test $ac_cv_lib_dl_dlopen = yes; then
9749     LIBS="$LIBS -ldl"
9750     else
9751     { { echo "$as_me:$LINENO: error: OpenSSL depends on libdl." >&5
9752     echo "$as_me: error: OpenSSL depends on libdl." >&2;}
9753     { (exit 1); exit 1; }; }
9754    
9755     fi
9756    
9757    
9758     fi
9759    
9760    
9761 pcg 1.6 if test "x$openssl_include" != x; then
9762     CXXFLAGS="$CXXFLAGS -I$openssl_include"
9763     fi
9764 pcg 1.1
9765     # Check whether --enable-rohc or --disable-rohc was given.
9766     if test "${enable_rohc+set}" = set; then
9767     enableval="$enable_rohc"
9768    
9769     echo
9770     echo "**********************************************************************"
9771     echo "**********************************************************************"
9772     echo "**** --enable-rohc not yet implemented *******************************"
9773     echo "**********************************************************************"
9774     echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9775     echo "**** implementation to be used in GPL code on the web."
9776     echo "**** so this option is just a fake. Please implement one and send it"
9777     echo "**** to me ;)"
9778     echo "**********************************************************************"
9779     echo "**********************************************************************"
9780     echo "**********************************************************************"
9781     echo "**********************************************************************"
9782     echo
9783    
9784    
9785     fi;
9786    
9787     # Check whether --enable-icmp or --disable-icmp was given.
9788     if test "${enable_icmp+set}" = set; then
9789     enableval="$enable_icmp"
9790    
9791     cat >>confdefs.h <<_ACEOF
9792     #define ENABLE_ICMP 1
9793     _ACEOF
9794    
9795    
9796     fi;
9797    
9798     # Check whether --enable-tcp or --disable-tcp was given.
9799     if test "${enable_tcp+set}" = set; then
9800     enableval="$enable_tcp"
9801    
9802     cat >>confdefs.h <<_ACEOF
9803     #define ENABLE_TCP 1
9804     _ACEOF
9805    
9806    
9807     fi;
9808    
9809     # Check whether --enable-http-proxy or --disable-http-proxy was given.
9810     if test "${enable_http_proxy+set}" = set; then
9811     enableval="$enable_http_proxy"
9812    
9813     cat >>confdefs.h <<_ACEOF
9814     #define ENABLE_HTTP_PROXY 1
9815     _ACEOF
9816    
9817    
9818     fi;
9819    
9820 pcg 1.8 HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9821 pcg 1.1 if test "${enable_hmac_length+set}" = set; then
9822     enableval="$enable_hmac_length"
9823     HMAC=$enableval
9824    
9825     fi;
9826    
9827     cat >>confdefs.h <<_ACEOF
9828     #define HMACLENGTH $HMAC
9829     _ACEOF
9830    
9831    
9832     RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given.
9833     if test "${enable_rand_length+set}" = set; then
9834     enableval="$enable_rand_length"
9835     RAND=$enableval
9836    
9837     fi;
9838    
9839     cat >>confdefs.h <<_ACEOF
9840     #define RAND_SIZE $RAND
9841     _ACEOF
9842    
9843    
9844     MTU=1500 # Check whether --enable-mtu or --disable-mtu was given.
9845     if test "${enable_mtu+set}" = set; then
9846     enableval="$enable_mtu"
9847     MTU=$enableval
9848    
9849     fi;
9850    
9851     cat >>confdefs.h <<_ACEOF
9852     #define MAX_MTU $MTU + 14
9853     _ACEOF
9854    
9855    
9856     COMPRESS=1
9857     # Check whether --enable-compression or --disable-compression was given.
9858     if test "${enable_compression+set}" = set; then
9859     enableval="$enable_compression"
9860     if test "x$enableval" = xno; then
9861     COMPRESS=0
9862     fi
9863    
9864     fi;
9865    
9866     cat >>confdefs.h <<_ACEOF
9867     #define ENABLE_COMPRESSION $COMPRESS
9868     _ACEOF
9869    
9870    
9871     CIPHER=bf_cbc
9872     # Check whether --enable-cipher or --disable-cipher was given.
9873     if test "${enable_cipher+set}" = set; then
9874     enableval="$enable_cipher"
9875     if test "x$enableval" = xbf ; then CIPHER=bf_cbc ; fi
9876     if test "x$enableval" = xaes-128; then CIPHER=aes_128_cbc; fi
9877     if test "x$enableval" = xaes-192; then CIPHER=aes_192_cbc; fi
9878     if test "x$enableval" = xaes-256; then CIPHER=aes_256_cbc; fi
9879    
9880     fi;
9881    
9882     cat >>confdefs.h <<_ACEOF
9883     #define ENABLE_CIPHER EVP_${CIPHER}
9884     _ACEOF
9885    
9886    
9887     DIGEST=sha1
9888     # Check whether --enable-digest or --disable-digest was given.
9889     if test "${enable_digest+set}" = set; then
9890     enableval="$enable_digest"
9891     if test "x$enableval" = xsha1 ; then DIGEST=sha1 ; fi
9892     if test "x$enableval" = xripemd160; then DIGEST=ripemd160; fi
9893     if test "x$enableval" = xmd5 ; then DIGEST=md5 ; fi
9894     if test "x$enableval" = xmd4 ; then DIGEST=md4 ; fi
9895    
9896     fi;
9897    
9898     cat >>confdefs.h <<_ACEOF
9899     #define ENABLE_DIGEST EVP_${DIGEST}
9900     _ACEOF
9901    
9902    
9903     if $CXX -v --help 2>&1 | grep -q fno-rtti; then
9904     CXXFLAGS="$CXXFLAGS -fno-rtti"
9905     fi
9906    
9907     if $CXX -v --help 2>&1 | grep -q fexceptions; then
9908     CXXFLAGS="$CXXFLAGS -fno-exceptions"
9909     fi
9910    
9911    
9912    
9913    
9914    
9915    
9916     ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile doc/Makefile lib/Makefile m4/Makefile"
9917     cat >confcache <<\_ACEOF
9918     # This file is a shell script that caches the results of configure
9919     # tests run on this system so they can be shared between configure
9920     # scripts and configure runs, see configure's option --config-cache.
9921     # It is not useful on other systems. If it contains results you don't
9922     # want to keep, you may remove or edit it.
9923     #
9924     # config.status only pays attention to the cache file if you give it
9925     # the --recheck option to rerun configure.
9926     #
9927     # `ac_cv_env_foo' variables (set or unset) will be overridden when
9928     # loading this file, other *unset* `ac_cv_foo' will be assigned the
9929     # following values.
9930    
9931     _ACEOF
9932    
9933     # The following way of writing the cache mishandles newlines in values,
9934     # but we know of no workaround that is simple, portable, and efficient.
9935     # So, don't put newlines in cache variables' values.
9936     # Ultrix sh set writes to stderr and can't be redirected directly,
9937     # and sets the high bit in the cache file unless we assign to the vars.
9938     {
9939     (set) 2>&1 |
9940     case `(ac_space=' '; set | grep ac_space) 2>&1` in
9941     *ac_space=\ *)
9942     # `set' does not quote correctly, so add quotes (double-quote
9943     # substitution turns \\\\ into \\, and sed turns \\ into \).
9944     sed -n \
9945 pcg 1.11 "s/'/'\\\\''/g;
9946     s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9947 pcg 1.1 ;;
9948     *)
9949     # `set' quotes correctly as required by POSIX, so do not add quotes.
9950     sed -n \
9951 pcg 1.11 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9952 pcg 1.1 ;;
9953     esac;
9954     } |
9955     sed '
9956     t clear
9957     : clear
9958     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9959     t end
9960     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9961     : end' >>confcache
9962     if diff $cache_file confcache >/dev/null 2>&1; then :; else
9963     if test -w $cache_file; then
9964     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9965     cat confcache >$cache_file
9966     else
9967     echo "not updating unwritable cache $cache_file"
9968     fi
9969     fi
9970     rm -f confcache
9971    
9972     test "x$prefix" = xNONE && prefix=$ac_default_prefix
9973     # Let make expand exec_prefix.
9974     test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9975    
9976     # VPATH may cause trouble with some makes, so we remove $(srcdir),
9977     # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9978     # trailing colons and then remove the whole line if VPATH becomes empty
9979     # (actually we leave an empty line to preserve line numbers).
9980     if test "x$srcdir" = x.; then
9981 pcg 1.11 ac_vpsub='/^[ ]*VPATH[ ]*=/{
9982 pcg 1.1 s/:*\$(srcdir):*/:/;
9983     s/:*\${srcdir}:*/:/;
9984     s/:*@srcdir@:*/:/;
9985 pcg 1.11 s/^\([^=]*=[ ]*\):*/\1/;
9986 pcg 1.1 s/:*$//;
9987 pcg 1.11 s/^[^=]*=[ ]*$//;
9988 pcg 1.1 }'
9989     fi
9990    
9991     DEFS=-DHAVE_CONFIG_H
9992    
9993     ac_libobjs=
9994     ac_ltlibobjs=
9995     for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9996     # 1. Remove the extension, and $U if already installed.
9997     ac_i=`echo "$ac_i" |
9998 pcg 1.11 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9999 pcg 1.1 # 2. Add them.
10000     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10001     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10002     done
10003     LIBOBJS=$ac_libobjs
10004    
10005     LTLIBOBJS=$ac_ltlibobjs
10006    
10007    
10008     if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10009     { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10010     Usually this means the macro was only invoked conditionally." >&5
10011     echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10012     Usually this means the macro was only invoked conditionally." >&2;}
10013     { (exit 1); exit 1; }; }
10014     fi
10015     if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10016     { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10017     Usually this means the macro was only invoked conditionally." >&5
10018     echo "$as_me: error: conditional \"AMDEP\" was never defined.
10019     Usually this means the macro was only invoked conditionally." >&2;}
10020     { (exit 1); exit 1; }; }
10021     fi
10022     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10023     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10024     Usually this means the macro was only invoked conditionally." >&5
10025     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10026     Usually this means the macro was only invoked conditionally." >&2;}
10027     { (exit 1); exit 1; }; }
10028     fi
10029     if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10030     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10031     Usually this means the macro was only invoked conditionally." >&5
10032     echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10033     Usually this means the macro was only invoked conditionally." >&2;}
10034     { (exit 1); exit 1; }; }
10035     fi
10036     if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
10037     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
10038     Usually this means the macro was only invoked conditionally." >&5
10039     echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
10040     Usually this means the macro was only invoked conditionally." >&2;}
10041     { (exit 1); exit 1; }; }
10042     fi
10043    
10044     : ${CONFIG_STATUS=./config.status}
10045     ac_clean_files_save=$ac_clean_files
10046     ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10047     { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10048     echo "$as_me: creating $CONFIG_STATUS" >&6;}
10049     cat >$CONFIG_STATUS <<_ACEOF
10050     #! $SHELL
10051     # Generated by $as_me.
10052     # Run this file to recreate the current configuration.
10053     # Compiler output produced by configure, useful for debugging
10054     # configure, is in config.log if it exists.
10055    
10056     debug=false
10057     ac_cs_recheck=false
10058     ac_cs_silent=false
10059     SHELL=\${CONFIG_SHELL-$SHELL}
10060     _ACEOF
10061    
10062     cat >>$CONFIG_STATUS <<\_ACEOF
10063     ## --------------------- ##
10064     ## M4sh Initialization. ##
10065     ## --------------------- ##
10066    
10067     # Be Bourne compatible
10068     if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10069     emulate sh
10070     NULLCMD=:
10071     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10072     # is contrary to our usage. Disable this feature.
10073     alias -g '${1+"$@"}'='"$@"'
10074     elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10075     set -o posix
10076     fi
10077 pcg 1.11 DUALCASE=1; export DUALCASE # for MKS sh
10078 pcg 1.1
10079     # Support unset when possible.
10080 pcg 1.11 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10081 pcg 1.1 as_unset=unset
10082     else
10083     as_unset=false
10084     fi
10085    
10086    
10087     # Work around bugs in pre-3.0 UWIN ksh.
10088     $as_unset ENV MAIL MAILPATH
10089     PS1='$ '
10090     PS2='> '
10091     PS4='+ '
10092    
10093     # NLS nuisances.
10094     for as_var in \
10095     LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10096     LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10097     LC_TELEPHONE LC_TIME
10098     do
10099 pcg 1.11 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10100 pcg 1.1 eval $as_var=C; export $as_var
10101     else
10102     $as_unset $as_var
10103     fi
10104     done
10105    
10106     # Required to use basename.
10107     if expr a : '\(a\)' >/dev/null 2>&1; then
10108     as_expr=expr
10109     else
10110     as_expr=false
10111     fi
10112    
10113     if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10114     as_basename=basename
10115     else
10116     as_basename=false
10117     fi
10118    
10119    
10120     # Name of the executable.
10121     as_me=`$as_basename "$0" ||
10122     $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10123     X"$0" : 'X\(//\)$' \| \
10124     X"$0" : 'X\(/\)$' \| \
10125     . : '\(.\)' 2>/dev/null ||
10126     echo X/"$0" |
10127     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10128     /^X\/\(\/\/\)$/{ s//\1/; q; }
10129     /^X\/\(\/\).*/{ s//\1/; q; }
10130     s/.*/./; q'`
10131    
10132    
10133     # PATH needs CR, and LINENO needs CR and PATH.
10134     # Avoid depending upon Character Ranges.
10135     as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10136     as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10137     as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10138     as_cr_digits='0123456789'
10139     as_cr_alnum=$as_cr_Letters$as_cr_digits
10140    
10141     # The user is always right.
10142     if test "${PATH_SEPARATOR+set}" != set; then
10143     echo "#! /bin/sh" >conf$$.sh
10144     echo "exit 0" >>conf$$.sh
10145     chmod +x conf$$.sh
10146     if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10147     PATH_SEPARATOR=';'
10148     else
10149     PATH_SEPARATOR=:
10150     fi
10151     rm -f conf$$.sh
10152     fi
10153    
10154    
10155     as_lineno_1=$LINENO
10156     as_lineno_2=$LINENO
10157     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10158     test "x$as_lineno_1" != "x$as_lineno_2" &&
10159     test "x$as_lineno_3" = "x$as_lineno_2" || {
10160     # Find who we are. Look in the path if we contain no path at all
10161     # relative or not.
10162     case $0 in
10163     *[\\/]* ) as_myself=$0 ;;
10164     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10165     for as_dir in $PATH
10166     do
10167     IFS=$as_save_IFS
10168     test -z "$as_dir" && as_dir=.
10169     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10170     done
10171    
10172     ;;
10173     esac
10174     # We did not find ourselves, most probably we were run as `sh COMMAND'
10175     # in which case we are not to be found in the path.
10176     if test "x$as_myself" = x; then
10177     as_myself=$0
10178     fi
10179     if test ! -f "$as_myself"; then
10180     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10181     echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10182     { (exit 1); exit 1; }; }
10183     fi
10184     case $CONFIG_SHELL in
10185     '')
10186     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10187     for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10188     do
10189     IFS=$as_save_IFS
10190     test -z "$as_dir" && as_dir=.
10191     for as_base in sh bash ksh sh5; do
10192     case $as_dir in
10193     /*)
10194     if ("$as_dir/$as_base" -c '
10195     as_lineno_1=$LINENO
10196     as_lineno_2=$LINENO
10197     as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10198     test "x$as_lineno_1" != "x$as_lineno_2" &&
10199     test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10200     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10201     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10202     CONFIG_SHELL=$as_dir/$as_base
10203     export CONFIG_SHELL
10204     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10205     fi;;
10206     esac
10207     done
10208     done
10209     ;;
10210     esac
10211    
10212     # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10213     # uniformly replaced by the line number. The first 'sed' inserts a
10214     # line-number line before each line; the second 'sed' does the real
10215     # work. The second script uses 'N' to pair each line-number line
10216     # with the numbered line, and appends trailing '-' during
10217     # substitution so that $LINENO is not a special case at line end.
10218     # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10219     # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10220     sed '=' <$as_myself |
10221     sed '
10222     N
10223     s,$,-,
10224     : loop
10225     s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10226     t loop
10227     s,-$,,
10228     s,^['$as_cr_digits']*\n,,
10229     ' >$as_me.lineno &&
10230     chmod +x $as_me.lineno ||
10231     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10232     echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10233     { (exit 1); exit 1; }; }
10234    
10235     # Don't try to exec as it changes $[0], causing all sort of problems
10236     # (the dirname of $[0] is not the place where we might find the
10237     # original and so on. Autoconf is especially sensible to this).
10238     . ./$as_me.lineno
10239     # Exit status is that of the last command.
10240     exit
10241     }
10242    
10243    
10244     case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10245     *c*,-n*) ECHO_N= ECHO_C='
10246     ' ECHO_T=' ' ;;
10247     *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10248     *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10249     esac
10250    
10251     if expr a : '\(a\)' >/dev/null 2>&1; then
10252     as_expr=expr
10253     else
10254     as_expr=false
10255     fi
10256    
10257     rm -f conf$$ conf$$.exe conf$$.file
10258     echo >conf$$.file
10259     if ln -s conf$$.file conf$$ 2>/dev/null; then
10260     # We could just check for DJGPP; but this test a) works b) is more generic
10261     # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10262     if test -f conf$$.exe; then
10263     # Don't use ln at all; we don't have any links
10264     as_ln_s='cp -p'
10265     else
10266     as_ln_s='ln -s'
10267     fi
10268     elif ln conf$$.file conf$$ 2>/dev/null; then
10269     as_ln_s=ln
10270     else
10271     as_ln_s='cp -p'
10272     fi
10273     rm -f conf$$ conf$$.exe conf$$.file
10274    
10275     if mkdir -p . 2>/dev/null; then
10276     as_mkdir_p=:
10277     else
10278 pcg 1.11 test -d ./-p && rmdir ./-p
10279 pcg 1.1 as_mkdir_p=false
10280     fi
10281    
10282     as_executable_p="test -f"
10283    
10284     # Sed expression to map a string onto a valid CPP name.
10285 pcg 1.11 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10286 pcg 1.1
10287     # Sed expression to map a string onto a valid variable name.
10288 pcg 1.11 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10289 pcg 1.1
10290    
10291     # IFS
10292     # We need space, tab and new line, in precisely that order.
10293     as_nl='
10294     '
10295     IFS=" $as_nl"
10296    
10297     # CDPATH.
10298     $as_unset CDPATH
10299    
10300     exec 6>&1
10301    
10302     # Open the log real soon, to keep \$[0] and so on meaningful, and to
10303     # report actual input values of CONFIG_FILES etc. instead of their
10304     # values after options handling. Logging --version etc. is OK.
10305     exec 5>>config.log
10306     {
10307     echo
10308     sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10309     ## Running $as_me. ##
10310     _ASBOX
10311     } >&5
10312     cat >&5 <<_CSEOF
10313    
10314     This file was extended by $as_me, which was
10315 pcg 1.11 generated by GNU Autoconf 2.58. Invocation command line was
10316 pcg 1.1
10317     CONFIG_FILES = $CONFIG_FILES
10318     CONFIG_HEADERS = $CONFIG_HEADERS
10319     CONFIG_LINKS = $CONFIG_LINKS
10320     CONFIG_COMMANDS = $CONFIG_COMMANDS
10321     $ $0 $@
10322    
10323     _CSEOF
10324     echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10325     echo >&5
10326     _ACEOF
10327    
10328     # Files that config.status was made for.
10329     if test -n "$ac_config_files"; then
10330     echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10331     fi
10332    
10333     if test -n "$ac_config_headers"; then
10334     echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10335     fi
10336    
10337     if test -n "$ac_config_links"; then
10338     echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10339     fi
10340    
10341     if test -n "$ac_config_commands"; then
10342     echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10343     fi
10344    
10345     cat >>$CONFIG_STATUS <<\_ACEOF
10346    
10347     ac_cs_usage="\
10348     \`$as_me' instantiates files from templates according to the
10349     current configuration.
10350    
10351     Usage: $0 [OPTIONS] [FILE]...
10352    
10353     -h, --help print this help, then exit
10354     -V, --version print version number, then exit
10355     -q, --quiet do not print progress messages
10356     -d, --debug don't remove temporary files
10357     --recheck update $as_me by reconfiguring in the same conditions
10358     --file=FILE[:TEMPLATE]
10359 pcg 1.11 instantiate the configuration file FILE
10360 pcg 1.1 --header=FILE[:TEMPLATE]
10361 pcg 1.11 instantiate the configuration header FILE
10362 pcg 1.1
10363     Configuration files:
10364     $config_files
10365    
10366     Configuration headers:
10367     $config_headers
10368    
10369     Configuration commands:
10370     $config_commands
10371    
10372     Report bugs to <bug-autoconf@gnu.org>."
10373     _ACEOF
10374    
10375     cat >>$CONFIG_STATUS <<_ACEOF
10376     ac_cs_version="\\
10377     config.status
10378 pcg 1.11 configured by $0, generated by GNU Autoconf 2.58,
10379 pcg 1.1 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10380    
10381 pcg 1.11 Copyright (C) 2003 Free Software Foundation, Inc.
10382 pcg 1.1 This config.status script is free software; the Free Software Foundation
10383     gives unlimited permission to copy, distribute and modify it."
10384     srcdir=$srcdir
10385     INSTALL="$INSTALL"
10386     _ACEOF
10387    
10388     cat >>$CONFIG_STATUS <<\_ACEOF
10389     # If no file are specified by the user, then we need to provide default
10390     # value. By we need to know if files were specified by the user.
10391     ac_need_defaults=:
10392     while test $# != 0
10393     do
10394     case $1 in
10395     --*=*)
10396     ac_option=`expr "x$1" : 'x\([^=]*\)='`
10397     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10398     ac_shift=:
10399     ;;
10400     -*)
10401     ac_option=$1
10402     ac_optarg=$2
10403     ac_shift=shift
10404     ;;
10405     *) # This is not an option, so the user has probably given explicit
10406     # arguments.
10407     ac_option=$1
10408     ac_need_defaults=false;;
10409     esac
10410    
10411     case $ac_option in
10412     # Handling of the options.
10413     _ACEOF
10414     cat >>$CONFIG_STATUS <<\_ACEOF
10415     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10416     ac_cs_recheck=: ;;
10417     --version | --vers* | -V )
10418     echo "$ac_cs_version"; exit 0 ;;
10419     --he | --h)
10420     # Conflict between --help and --header
10421     { { echo "$as_me:$LINENO: error: ambiguous option: $1
10422     Try \`$0 --help' for more information." >&5
10423     echo "$as_me: error: ambiguous option: $1
10424     Try \`$0 --help' for more information." >&2;}
10425     { (exit 1); exit 1; }; };;
10426     --help | --hel | -h )
10427     echo "$ac_cs_usage"; exit 0 ;;
10428     --debug | --d* | -d )
10429     debug=: ;;
10430     --file | --fil | --fi | --f )
10431     $ac_shift
10432     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10433     ac_need_defaults=false;;
10434     --header | --heade | --head | --hea )
10435     $ac_shift
10436     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10437     ac_need_defaults=false;;
10438     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10439     | -silent | --silent | --silen | --sile | --sil | --si | --s)
10440     ac_cs_silent=: ;;
10441    
10442     # This is an error.
10443     -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10444     Try \`$0 --help' for more information." >&5
10445     echo "$as_me: error: unrecognized option: $1
10446     Try \`$0 --help' for more information." >&2;}
10447     { (exit 1); exit 1; }; } ;;
10448    
10449     *) ac_config_targets="$ac_config_targets $1" ;;
10450    
10451     esac
10452     shift
10453     done
10454    
10455     ac_configure_extra_args=
10456    
10457     if $ac_cs_silent; then
10458     exec 6>/dev/null
10459     ac_configure_extra_args="$ac_configure_extra_args --silent"
10460     fi
10461    
10462     _ACEOF
10463     cat >>$CONFIG_STATUS <<_ACEOF
10464     if \$ac_cs_recheck; then
10465     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10466     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10467     fi
10468    
10469     _ACEOF
10470    
10471     cat >>$CONFIG_STATUS <<_ACEOF
10472     #
10473     # INIT-COMMANDS section.
10474     #
10475    
10476     # Capture the value of obsolete ALL_LINGUAS because we need it to compute
10477     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
10478     # from automake.
10479     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
10480     # Capture the value of LINGUAS because we need it to compute CATALOGS.
10481     LINGUAS="${LINGUAS-%UNSET%}"
10482    
10483     AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10484    
10485     _ACEOF
10486    
10487    
10488    
10489     cat >>$CONFIG_STATUS <<\_ACEOF
10490     for ac_config_target in $ac_config_targets
10491     do
10492     case "$ac_config_target" in
10493     # Handling of arguments.
10494     "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10495     "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10496     "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10497     "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10498     "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10499     "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10500     "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10501     "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10502     "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10503     *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10504     echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10505     { (exit 1); exit 1; }; };;
10506     esac
10507     done
10508    
10509     # If the user did not use the arguments to specify the items to instantiate,
10510     # then the envvar interface is used. Set only those that are not.
10511     # We use the long form for the default assignment because of an extremely
10512     # bizarre bug on SunOS 4.1.3.
10513     if $ac_need_defaults; then
10514     test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10515     test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10516     test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10517     fi
10518    
10519     # Have a temporary directory for convenience. Make it in the build tree
10520     # simply because there is no reason to put it here, and in addition,
10521     # creating and moving files from /tmp can sometimes cause problems.
10522     # Create a temporary directory, and hook for its removal unless debugging.
10523     $debug ||
10524     {
10525     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10526     trap '{ (exit 1); exit 1; }' 1 2 13 15
10527     }
10528    
10529     # Create a (secure) tmp directory for tmp files.
10530    
10531     {
10532     tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10533     test -n "$tmp" && test -d "$tmp"
10534     } ||
10535     {
10536     tmp=./confstat$$-$RANDOM
10537     (umask 077 && mkdir $tmp)
10538     } ||
10539     {
10540     echo "$me: cannot create a temporary directory in ." >&2
10541     { (exit 1); exit 1; }
10542     }
10543    
10544     _ACEOF
10545    
10546     cat >>$CONFIG_STATUS <<_ACEOF
10547    
10548     #
10549     # CONFIG_FILES section.
10550     #
10551    
10552     # No need to generate the scripts if there are no CONFIG_FILES.
10553     # This happens for instance when ./config.status config.h
10554     if test -n "\$CONFIG_FILES"; then
10555     # Protect against being on the right side of a sed subst in config.status.
10556     sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10557     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10558     s,@SHELL@,$SHELL,;t t
10559     s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10560     s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10561     s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10562     s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10563     s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10564     s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10565     s,@exec_prefix@,$exec_prefix,;t t
10566     s,@prefix@,$prefix,;t t
10567     s,@program_transform_name@,$program_transform_name,;t t
10568     s,@bindir@,$bindir,;t t
10569     s,@sbindir@,$sbindir,;t t
10570     s,@libexecdir@,$libexecdir,;t t
10571     s,@datadir@,$datadir,;t t
10572     s,@sysconfdir@,$sysconfdir,;t t
10573     s,@sharedstatedir@,$sharedstatedir,;t t
10574     s,@localstatedir@,$localstatedir,;t t
10575     s,@libdir@,$libdir,;t t
10576     s,@includedir@,$includedir,;t t
10577     s,@oldincludedir@,$oldincludedir,;t t
10578     s,@infodir@,$infodir,;t t
10579     s,@mandir@,$mandir,;t t
10580     s,@build_alias@,$build_alias,;t t
10581     s,@host_alias@,$host_alias,;t t
10582     s,@target_alias@,$target_alias,;t t
10583     s,@DEFS@,$DEFS,;t t
10584     s,@ECHO_C@,$ECHO_C,;t t
10585     s,@ECHO_N@,$ECHO_N,;t t
10586     s,@ECHO_T@,$ECHO_T,;t t
10587     s,@LIBS@,$LIBS,;t t
10588     s,@build@,$build,;t t
10589     s,@build_cpu@,$build_cpu,;t t
10590     s,@build_vendor@,$build_vendor,;t t
10591     s,@build_os@,$build_os,;t t
10592     s,@host@,$host,;t t
10593     s,@host_cpu@,$host_cpu,;t t
10594     s,@host_vendor@,$host_vendor,;t t
10595     s,@host_os@,$host_os,;t t
10596     s,@target@,$target,;t t
10597     s,@target_cpu@,$target_cpu,;t t
10598     s,@target_vendor@,$target_vendor,;t t
10599     s,@target_os@,$target_os,;t t
10600     s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10601     s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10602     s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10603     s,@CYGPATH_W@,$CYGPATH_W,;t t
10604     s,@PACKAGE@,$PACKAGE,;t t
10605     s,@VERSION@,$VERSION,;t t
10606     s,@ACLOCAL@,$ACLOCAL,;t t
10607     s,@AUTOCONF@,$AUTOCONF,;t t
10608     s,@AUTOMAKE@,$AUTOMAKE,;t t
10609     s,@AUTOHEADER@,$AUTOHEADER,;t t
10610     s,@MAKEINFO@,$MAKEINFO,;t t
10611     s,@AMTAR@,$AMTAR,;t t
10612     s,@install_sh@,$install_sh,;t t
10613     s,@STRIP@,$STRIP,;t t
10614     s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10615     s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10616     s,@AWK@,$AWK,;t t
10617     s,@SET_MAKE@,$SET_MAKE,;t t
10618     s,@am__leading_dot@,$am__leading_dot,;t t
10619     s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10620     s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10621     s,@MAINT@,$MAINT,;t t
10622     s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10623     s,@MSGFMT@,$MSGFMT,;t t
10624     s,@GMSGFMT@,$GMSGFMT,;t t
10625     s,@XGETTEXT@,$XGETTEXT,;t t
10626     s,@MSGMERGE@,$MSGMERGE,;t t
10627     s,@CC@,$CC,;t t
10628     s,@CFLAGS@,$CFLAGS,;t t
10629     s,@LDFLAGS@,$LDFLAGS,;t t
10630     s,@CPPFLAGS@,$CPPFLAGS,;t t
10631     s,@ac_ct_CC@,$ac_ct_CC,;t t
10632     s,@EXEEXT@,$EXEEXT,;t t
10633     s,@OBJEXT@,$OBJEXT,;t t
10634     s,@DEPDIR@,$DEPDIR,;t t
10635     s,@am__include@,$am__include,;t t
10636     s,@am__quote@,$am__quote,;t t
10637     s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10638     s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10639     s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10640     s,@CCDEPMODE@,$CCDEPMODE,;t t
10641     s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10642     s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10643     s,@USE_NLS@,$USE_NLS,;t t
10644     s,@LIBICONV@,$LIBICONV,;t t
10645     s,@LTLIBICONV@,$LTLIBICONV,;t t
10646     s,@INTLLIBS@,$INTLLIBS,;t t
10647     s,@LIBINTL@,$LIBINTL,;t t
10648     s,@LTLIBINTL@,$LTLIBINTL,;t t
10649     s,@POSUB@,$POSUB,;t t
10650     s,@CPP@,$CPP,;t t
10651     s,@CXX@,$CXX,;t t
10652     s,@CXXFLAGS@,$CXXFLAGS,;t t
10653     s,@ac_ct_CXX@,$ac_ct_CXX,;t t
10654     s,@CXXDEPMODE@,$CXXDEPMODE,;t t
10655     s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
10656     s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
10657     s,@EGREP@,$EGREP,;t t
10658     s,@LN_S@,$LN_S,;t t
10659     s,@RANLIB@,$RANLIB,;t t
10660     s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10661     s,@IFTYPE@,$IFTYPE,;t t
10662     s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10663     s,@CXXCPP@,$CXXCPP,;t t
10664     s,@ALLOCA@,$ALLOCA,;t t
10665     s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10666     s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10667     s,@INCLUDES@,$INCLUDES,;t t
10668     s,@LIBOBJS@,$LIBOBJS,;t t
10669     s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10670     CEOF
10671    
10672     _ACEOF
10673    
10674     cat >>$CONFIG_STATUS <<\_ACEOF
10675     # Split the substitutions into bite-sized pieces for seds with
10676     # small command number limits, like on Digital OSF/1 and HP-UX.
10677     ac_max_sed_lines=48
10678     ac_sed_frag=1 # Number of current file.
10679     ac_beg=1 # First line for current file.
10680     ac_end=$ac_max_sed_lines # Line after last line for current file.
10681     ac_more_lines=:
10682     ac_sed_cmds=
10683     while $ac_more_lines; do
10684     if test $ac_beg -gt 1; then
10685     sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10686     else
10687     sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10688     fi
10689     if test ! -s $tmp/subs.frag; then
10690     ac_more_lines=false
10691     else
10692     # The purpose of the label and of the branching condition is to
10693     # speed up the sed processing (if there are no `@' at all, there
10694     # is no need to browse any of the substitutions).
10695     # These are the two extra sed commands mentioned above.
10696     (echo ':t
10697     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10698     if test -z "$ac_sed_cmds"; then
10699 pcg 1.11 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10700 pcg 1.1 else
10701 pcg 1.11 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10702 pcg 1.1 fi
10703     ac_sed_frag=`expr $ac_sed_frag + 1`
10704     ac_beg=$ac_end
10705     ac_end=`expr $ac_end + $ac_max_sed_lines`
10706     fi
10707     done
10708     if test -z "$ac_sed_cmds"; then
10709     ac_sed_cmds=cat
10710     fi
10711     fi # test -n "$CONFIG_FILES"
10712    
10713     _ACEOF
10714     cat >>$CONFIG_STATUS <<\_ACEOF
10715     for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
10716     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10717     case $ac_file in
10718     - | *:- | *:-:* ) # input from stdin
10719 pcg 1.11 cat >$tmp/stdin
10720     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10721     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10722 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10723 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10724 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10725     esac
10726    
10727     # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
10728     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
10729     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10730 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
10731     X"$ac_file" : 'X\(//\)$' \| \
10732     X"$ac_file" : 'X\(/\)' \| \
10733     . : '\(.\)' 2>/dev/null ||
10734 pcg 1.1 echo X"$ac_file" |
10735     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10736     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10737     /^X\(\/\/\)$/{ s//\1/; q; }
10738     /^X\(\/\).*/{ s//\1/; q; }
10739     s/.*/./; q'`
10740     { if $as_mkdir_p; then
10741     mkdir -p "$ac_dir"
10742     else
10743     as_dir="$ac_dir"
10744     as_dirs=
10745     while test ! -d "$as_dir"; do
10746     as_dirs="$as_dir $as_dirs"
10747     as_dir=`(dirname "$as_dir") 2>/dev/null ||
10748     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10749 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
10750     X"$as_dir" : 'X\(//\)$' \| \
10751     X"$as_dir" : 'X\(/\)' \| \
10752     . : '\(.\)' 2>/dev/null ||
10753 pcg 1.1 echo X"$as_dir" |
10754     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
10755     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
10756     /^X\(\/\/\)$/{ s//\1/; q; }
10757     /^X\(\/\).*/{ s//\1/; q; }
10758     s/.*/./; q'`
10759     done
10760     test ! -n "$as_dirs" || mkdir $as_dirs
10761     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
10762     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
10763     { (exit 1); exit 1; }; }; }
10764    
10765     ac_builddir=.
10766    
10767     if test "$ac_dir" != .; then
10768     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
10769     # A "../" for each directory in $ac_dir_suffix.
10770     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
10771     else
10772     ac_dir_suffix= ac_top_builddir=
10773     fi
10774    
10775     case $srcdir in
10776     .) # No --srcdir option. We are building in place.
10777     ac_srcdir=.
10778     if test -z "$ac_top_builddir"; then
10779     ac_top_srcdir=.
10780     else
10781     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
10782     fi ;;
10783     [\\/]* | ?:[\\/]* ) # Absolute path.
10784     ac_srcdir=$srcdir$ac_dir_suffix;
10785     ac_top_srcdir=$srcdir ;;
10786     *) # Relative path.
10787     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
10788     ac_top_srcdir=$ac_top_builddir$srcdir ;;
10789     esac
10790 pcg 1.11
10791     # Do not use `cd foo && pwd` to compute absolute paths, because
10792     # the directories may not exist.
10793     case `pwd` in
10794     .) ac_abs_builddir="$ac_dir";;
10795     *)
10796     case "$ac_dir" in
10797     .) ac_abs_builddir=`pwd`;;
10798     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
10799     *) ac_abs_builddir=`pwd`/"$ac_dir";;
10800     esac;;
10801     esac
10802     case $ac_abs_builddir in
10803     .) ac_abs_top_builddir=${ac_top_builddir}.;;
10804     *)
10805     case ${ac_top_builddir}. in
10806     .) ac_abs_top_builddir=$ac_abs_builddir;;
10807     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
10808     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
10809     esac;;
10810     esac
10811     case $ac_abs_builddir in
10812     .) ac_abs_srcdir=$ac_srcdir;;
10813     *)
10814     case $ac_srcdir in
10815     .) ac_abs_srcdir=$ac_abs_builddir;;
10816     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
10817     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
10818     esac;;
10819     esac
10820     case $ac_abs_builddir in
10821     .) ac_abs_top_srcdir=$ac_top_srcdir;;
10822     *)
10823     case $ac_top_srcdir in
10824     .) ac_abs_top_srcdir=$ac_abs_builddir;;
10825     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
10826     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
10827     esac;;
10828     esac
10829 pcg 1.1
10830    
10831     case $INSTALL in
10832     [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10833     *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
10834     esac
10835    
10836     # Let's still pretend it is `configure' which instantiates (i.e., don't
10837     # use $as_me), people would be surprised to read:
10838     # /* config.h. Generated by config.status. */
10839     if test x"$ac_file" = x-; then
10840     configure_input=
10841     else
10842     configure_input="$ac_file. "
10843     fi
10844     configure_input=$configure_input"Generated from `echo $ac_file_in |
10845 pcg 1.11 sed 's,.*/,,'` by configure."
10846 pcg 1.1
10847     # First look for the input files in the build tree, otherwise in the
10848     # src tree.
10849     ac_file_inputs=`IFS=:
10850     for f in $ac_file_in; do
10851     case $f in
10852     -) echo $tmp/stdin ;;
10853     [\\/$]*)
10854 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
10855     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10856 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10857     { (exit 1); exit 1; }; }
10858 pcg 1.11 echo "$f";;
10859 pcg 1.1 *) # Relative
10860 pcg 1.11 if test -f "$f"; then
10861     # Build tree
10862     echo "$f"
10863     elif test -f "$srcdir/$f"; then
10864     # Source tree
10865     echo "$srcdir/$f"
10866     else
10867     # /dev/null tree
10868     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10869 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10870     { (exit 1); exit 1; }; }
10871 pcg 1.11 fi;;
10872 pcg 1.1 esac
10873     done` || { (exit 1); exit 1; }
10874 pcg 1.11
10875     if test x"$ac_file" != x-; then
10876     { echo "$as_me:$LINENO: creating $ac_file" >&5
10877     echo "$as_me: creating $ac_file" >&6;}
10878     rm -f "$ac_file"
10879     fi
10880 pcg 1.1 _ACEOF
10881     cat >>$CONFIG_STATUS <<_ACEOF
10882     sed "$ac_vpsub
10883     $extrasub
10884     _ACEOF
10885     cat >>$CONFIG_STATUS <<\_ACEOF
10886     :t
10887     /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10888     s,@configure_input@,$configure_input,;t t
10889     s,@srcdir@,$ac_srcdir,;t t
10890     s,@abs_srcdir@,$ac_abs_srcdir,;t t
10891     s,@top_srcdir@,$ac_top_srcdir,;t t
10892     s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
10893     s,@builddir@,$ac_builddir,;t t
10894     s,@abs_builddir@,$ac_abs_builddir,;t t
10895     s,@top_builddir@,$ac_top_builddir,;t t
10896     s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
10897     s,@INSTALL@,$ac_INSTALL,;t t
10898     " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
10899     rm -f $tmp/stdin
10900     if test x"$ac_file" != x-; then
10901     mv $tmp/out $ac_file
10902     else
10903     cat $tmp/out
10904     rm -f $tmp/out
10905     fi
10906    
10907     done
10908     _ACEOF
10909     cat >>$CONFIG_STATUS <<\_ACEOF
10910    
10911     #
10912     # CONFIG_HEADER section.
10913     #
10914    
10915     # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
10916     # NAME is the cpp macro being defined and VALUE is the value it is being given.
10917     #
10918     # ac_d sets the value in "#define NAME VALUE" lines.
10919 pcg 1.11 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
10920     ac_dB='[ ].*$,\1#\2'
10921 pcg 1.1 ac_dC=' '
10922     ac_dD=',;t'
10923     # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
10924 pcg 1.11 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
10925 pcg 1.1 ac_uB='$,\1#\2define\3'
10926     ac_uC=' '
10927     ac_uD=',;t'
10928    
10929     for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10930     # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10931     case $ac_file in
10932     - | *:- | *:-:* ) # input from stdin
10933 pcg 1.11 cat >$tmp/stdin
10934     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10935     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10936 pcg 1.1 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10937 pcg 1.11 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10938 pcg 1.1 * ) ac_file_in=$ac_file.in ;;
10939     esac
10940    
10941     test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
10942     echo "$as_me: creating $ac_file" >&6;}
10943    
10944     # First look for the input files in the build tree, otherwise in the
10945     # src tree.
10946     ac_file_inputs=`IFS=:
10947     for f in $ac_file_in; do
10948     case $f in
10949     -) echo $tmp/stdin ;;
10950     [\\/$]*)
10951 pcg 1.11 # Absolute (can't be DOS-style, as IFS=:)
10952     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10953 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10954     { (exit 1); exit 1; }; }
10955 pcg 1.11 # Do quote $f, to prevent DOS paths from being IFS'd.
10956     echo "$f";;
10957 pcg 1.1 *) # Relative
10958 pcg 1.11 if test -f "$f"; then
10959     # Build tree
10960     echo "$f"
10961     elif test -f "$srcdir/$f"; then
10962     # Source tree
10963     echo "$srcdir/$f"
10964     else
10965     # /dev/null tree
10966     { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
10967 pcg 1.1 echo "$as_me: error: cannot find input file: $f" >&2;}
10968     { (exit 1); exit 1; }; }
10969 pcg 1.11 fi;;
10970 pcg 1.1 esac
10971     done` || { (exit 1); exit 1; }
10972     # Remove the trailing spaces.
10973 pcg 1.11 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
10974 pcg 1.1
10975     _ACEOF
10976    
10977     # Transform confdefs.h into two sed scripts, `conftest.defines' and
10978     # `conftest.undefs', that substitutes the proper values into
10979     # config.h.in to produce config.h. The first handles `#define'
10980     # templates, and the second `#undef' templates.
10981     # And first: Protect against being on the right side of a sed subst in
10982     # config.status. Protect against being in an unquoted here document
10983     # in config.status.
10984     rm -f conftest.defines conftest.undefs
10985     # Using a here document instead of a string reduces the quoting nightmare.
10986     # Putting comments in sed scripts is not portable.
10987     #
10988     # `end' is used to avoid that the second main sed command (meant for
10989     # 0-ary CPP macros) applies to n-ary macro definitions.
10990     # See the Autoconf documentation for `clear'.
10991     cat >confdef2sed.sed <<\_ACEOF
10992     s/[\\&,]/\\&/g
10993     s,[\\$`],\\&,g
10994     t clear
10995     : clear
10996 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
10997 pcg 1.1 t end
10998 pcg 1.11 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
10999 pcg 1.1 : end
11000     _ACEOF
11001     # If some macros were called several times there might be several times
11002     # the same #defines, which is useless. Nevertheless, we may not want to
11003     # sort them, since we want the *last* AC-DEFINE to be honored.
11004     uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11005     sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11006     rm -f confdef2sed.sed
11007    
11008     # This sed command replaces #undef with comments. This is necessary, for
11009     # example, in the case of _POSIX_SOURCE, which is predefined and required
11010     # on some systems where configure will not decide to define it.
11011     cat >>conftest.undefs <<\_ACEOF
11012 pcg 1.11 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11013 pcg 1.1 _ACEOF
11014    
11015     # Break up conftest.defines because some shells have a limit on the size
11016     # of here documents, and old seds have small limits too (100 cmds).
11017     echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11018 pcg 1.11 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11019 pcg 1.1 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11020     echo ' :' >>$CONFIG_STATUS
11021     rm -f conftest.tail
11022     while grep . conftest.defines >/dev/null
11023     do
11024     # Write a limited-size here document to $tmp/defines.sed.
11025     echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11026     # Speed up: don't consider the non `#define' lines.
11027 pcg 1.11 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11028 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11029     echo 't clr' >>$CONFIG_STATUS
11030     echo ': clr' >>$CONFIG_STATUS
11031     sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11032     echo 'CEOF
11033     sed -f $tmp/defines.sed $tmp/in >$tmp/out
11034     rm -f $tmp/in
11035     mv $tmp/out $tmp/in
11036     ' >>$CONFIG_STATUS
11037     sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11038     rm -f conftest.defines
11039     mv conftest.tail conftest.defines
11040     done
11041     rm -f conftest.defines
11042     echo ' fi # grep' >>$CONFIG_STATUS
11043     echo >>$CONFIG_STATUS
11044    
11045     # Break up conftest.undefs because some shells have a limit on the size
11046     # of here documents, and old seds have small limits too (100 cmds).
11047     echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11048     rm -f conftest.tail
11049     while grep . conftest.undefs >/dev/null
11050     do
11051     # Write a limited-size here document to $tmp/undefs.sed.
11052     echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11053     # Speed up: don't consider the non `#undef'
11054 pcg 1.11 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11055 pcg 1.1 # Work around the forget-to-reset-the-flag bug.
11056     echo 't clr' >>$CONFIG_STATUS
11057     echo ': clr' >>$CONFIG_STATUS
11058     sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11059     echo 'CEOF
11060     sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11061     rm -f $tmp/in
11062     mv $tmp/out $tmp/in
11063     ' >>$CONFIG_STATUS
11064     sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11065     rm -f conftest.undefs
11066     mv conftest.tail conftest.undefs
11067     done
11068     rm -f conftest.undefs
11069    
11070     cat >>$CONFIG_STATUS <<\_ACEOF
11071     # Let's still pretend it is `configure' which instantiates (i.e., don't
11072     # use $as_me), people would be surprised to read:
11073     # /* config.h. Generated by config.status. */
11074     if test x"$ac_file" = x-; then
11075     echo "/* Generated by configure. */" >$tmp/config.h
11076     else
11077     echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11078     fi
11079     cat $tmp/in >>$tmp/config.h
11080     rm -f $tmp/in
11081     if test x"$ac_file" != x-; then
11082     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11083     { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11084     echo "$as_me: $ac_file is unchanged" >&6;}
11085     else
11086     ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11087     $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11088 pcg 1.11 X"$ac_file" : 'X\(//\)[^/]' \| \
11089     X"$ac_file" : 'X\(//\)$' \| \
11090     X"$ac_file" : 'X\(/\)' \| \
11091     . : '\(.\)' 2>/dev/null ||
11092 pcg 1.1 echo X"$ac_file" |
11093     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11094     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11095     /^X\(\/\/\)$/{ s//\1/; q; }
11096     /^X\(\/\).*/{ s//\1/; q; }
11097     s/.*/./; q'`
11098     { if $as_mkdir_p; then
11099     mkdir -p "$ac_dir"
11100     else
11101     as_dir="$ac_dir"
11102     as_dirs=
11103     while test ! -d "$as_dir"; do
11104     as_dirs="$as_dir $as_dirs"
11105     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11106     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11107 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11108     X"$as_dir" : 'X\(//\)$' \| \
11109     X"$as_dir" : 'X\(/\)' \| \
11110     . : '\(.\)' 2>/dev/null ||
11111 pcg 1.1 echo X"$as_dir" |
11112     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11113     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11114     /^X\(\/\/\)$/{ s//\1/; q; }
11115     /^X\(\/\).*/{ s//\1/; q; }
11116     s/.*/./; q'`
11117     done
11118     test ! -n "$as_dirs" || mkdir $as_dirs
11119     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11120     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11121     { (exit 1); exit 1; }; }; }
11122    
11123     rm -f $ac_file
11124     mv $tmp/config.h $ac_file
11125     fi
11126     else
11127     cat $tmp/config.h
11128     rm -f $tmp/config.h
11129     fi
11130     # Compute $ac_file's index in $config_headers.
11131     _am_stamp_count=1
11132     for _am_header in $config_headers :; do
11133     case $_am_header in
11134     $ac_file | $ac_file:* )
11135     break ;;
11136     * )
11137     _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11138     esac
11139     done
11140     echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11141     $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11142 pcg 1.11 X$ac_file : 'X\(//\)[^/]' \| \
11143     X$ac_file : 'X\(//\)$' \| \
11144     X$ac_file : 'X\(/\)' \| \
11145     . : '\(.\)' 2>/dev/null ||
11146 pcg 1.1 echo X$ac_file |
11147     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11148     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11149     /^X\(\/\/\)$/{ s//\1/; q; }
11150     /^X\(\/\).*/{ s//\1/; q; }
11151     s/.*/./; q'`/stamp-h$_am_stamp_count
11152     done
11153     _ACEOF
11154     cat >>$CONFIG_STATUS <<\_ACEOF
11155    
11156     #
11157     # CONFIG_COMMANDS section.
11158     #
11159     for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11160     ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11161     ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11162     ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11163     $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11164 pcg 1.11 X"$ac_dest" : 'X\(//\)[^/]' \| \
11165     X"$ac_dest" : 'X\(//\)$' \| \
11166     X"$ac_dest" : 'X\(/\)' \| \
11167     . : '\(.\)' 2>/dev/null ||
11168 pcg 1.1 echo X"$ac_dest" |
11169     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11170     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11171     /^X\(\/\/\)$/{ s//\1/; q; }
11172     /^X\(\/\).*/{ s//\1/; q; }
11173     s/.*/./; q'`
11174 pcg 1.11 { if $as_mkdir_p; then
11175     mkdir -p "$ac_dir"
11176     else
11177     as_dir="$ac_dir"
11178     as_dirs=
11179     while test ! -d "$as_dir"; do
11180     as_dirs="$as_dir $as_dirs"
11181     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11182     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11183     X"$as_dir" : 'X\(//\)[^/]' \| \
11184     X"$as_dir" : 'X\(//\)$' \| \
11185     X"$as_dir" : 'X\(/\)' \| \
11186     . : '\(.\)' 2>/dev/null ||
11187     echo X"$as_dir" |
11188     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11189     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11190     /^X\(\/\/\)$/{ s//\1/; q; }
11191     /^X\(\/\).*/{ s//\1/; q; }
11192     s/.*/./; q'`
11193     done
11194     test ! -n "$as_dirs" || mkdir $as_dirs
11195     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11196     echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11197     { (exit 1); exit 1; }; }; }
11198    
11199 pcg 1.1 ac_builddir=.
11200    
11201     if test "$ac_dir" != .; then
11202     ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11203     # A "../" for each directory in $ac_dir_suffix.
11204     ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11205     else
11206     ac_dir_suffix= ac_top_builddir=
11207     fi
11208    
11209     case $srcdir in
11210     .) # No --srcdir option. We are building in place.
11211     ac_srcdir=.
11212     if test -z "$ac_top_builddir"; then
11213     ac_top_srcdir=.
11214     else
11215     ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11216     fi ;;
11217     [\\/]* | ?:[\\/]* ) # Absolute path.
11218     ac_srcdir=$srcdir$ac_dir_suffix;
11219     ac_top_srcdir=$srcdir ;;
11220     *) # Relative path.
11221     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11222     ac_top_srcdir=$ac_top_builddir$srcdir ;;
11223     esac
11224 pcg 1.11
11225     # Do not use `cd foo && pwd` to compute absolute paths, because
11226     # the directories may not exist.
11227     case `pwd` in
11228     .) ac_abs_builddir="$ac_dir";;
11229     *)
11230     case "$ac_dir" in
11231     .) ac_abs_builddir=`pwd`;;
11232     [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11233     *) ac_abs_builddir=`pwd`/"$ac_dir";;
11234     esac;;
11235     esac
11236     case $ac_abs_builddir in
11237     .) ac_abs_top_builddir=${ac_top_builddir}.;;
11238     *)
11239     case ${ac_top_builddir}. in
11240     .) ac_abs_top_builddir=$ac_abs_builddir;;
11241     [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11242     *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11243     esac;;
11244     esac
11245     case $ac_abs_builddir in
11246     .) ac_abs_srcdir=$ac_srcdir;;
11247     *)
11248     case $ac_srcdir in
11249     .) ac_abs_srcdir=$ac_abs_builddir;;
11250     [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11251     *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11252     esac;;
11253     esac
11254     case $ac_abs_builddir in
11255     .) ac_abs_top_srcdir=$ac_top_srcdir;;
11256     *)
11257     case $ac_top_srcdir in
11258     .) ac_abs_top_srcdir=$ac_abs_builddir;;
11259     [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11260     *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11261     esac;;
11262     esac
11263 pcg 1.1
11264    
11265     { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11266     echo "$as_me: executing $ac_dest commands" >&6;}
11267     case $ac_dest in
11268     default-1 )
11269     for ac_file in $CONFIG_FILES; do
11270     # Support "outfile[:infile[:infile...]]"
11271     case "$ac_file" in
11272     *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
11273     esac
11274     # PO directories have a Makefile.in generated from Makefile.in.in.
11275     case "$ac_file" in */Makefile.in)
11276     # Adjust a relative srcdir.
11277     ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
11278     ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
11279     ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
11280     # In autoconf-2.13 it is called $ac_given_srcdir.
11281     # In autoconf-2.50 it is called $srcdir.
11282     test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
11283     case "$ac_given_srcdir" in
11284     .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
11285     /*) top_srcdir="$ac_given_srcdir" ;;
11286     *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
11287     esac
11288     if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
11289     rm -f "$ac_dir/POTFILES"
11290     test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
11291     cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
11292     # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
11293     # on $ac_dir but don't depend on user-specified configuration
11294     # parameters.
11295     if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
11296     # The LINGUAS file contains the set of available languages.
11297     if test -n "$ALL_LINGUAS"; then
11298     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
11299     fi
11300     ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
11301     # Hide the ALL_LINGUAS assigment from automake.
11302     eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
11303     fi
11304     case "$ac_given_srcdir" in
11305     .) srcdirpre= ;;
11306     *) srcdirpre='$(srcdir)/' ;;
11307     esac
11308     POFILES=
11309     GMOFILES=
11310     UPDATEPOFILES=
11311     DUMMYPOFILES=
11312     for lang in $ALL_LINGUAS; do
11313     POFILES="$POFILES $srcdirpre$lang.po"
11314     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
11315     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
11316     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
11317     done
11318     # CATALOGS depends on both $ac_dir and the user's LINGUAS
11319     # environment variable.
11320     INST_LINGUAS=
11321     if test -n "$ALL_LINGUAS"; then
11322     for presentlang in $ALL_LINGUAS; do
11323     useit=no
11324     if test "%UNSET%" != "$LINGUAS"; then
11325     desiredlanguages="$LINGUAS"
11326     else
11327     desiredlanguages="$ALL_LINGUAS"
11328     fi
11329     for desiredlang in $desiredlanguages; do
11330     # Use the presentlang catalog if desiredlang is
11331     # a. equal to presentlang, or
11332     # b. a variant of presentlang (because in this case,
11333     # presentlang can be used as a fallback for messages
11334     # which are not translated in the desiredlang catalog).
11335     case "$desiredlang" in
11336     "$presentlang"*) useit=yes;;
11337     esac
11338     done
11339     if test $useit = yes; then
11340     INST_LINGUAS="$INST_LINGUAS $presentlang"
11341     fi
11342     done
11343     fi
11344     CATALOGS=
11345     if test -n "$INST_LINGUAS"; then
11346     for lang in $INST_LINGUAS; do
11347     CATALOGS="$CATALOGS $lang.gmo"
11348     done
11349     fi
11350     test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
11351     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"
11352     for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
11353     if test -f "$f"; then
11354     case "$f" in
11355     *.orig | *.bak | *~) ;;
11356     *) cat "$f" >> "$ac_dir/Makefile" ;;
11357     esac
11358     fi
11359     done
11360     fi
11361     ;;
11362     esac
11363     done ;;
11364     depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11365     # Strip MF so we end up with the name of the file.
11366     mf=`echo "$mf" | sed -e 's/:.*$//'`
11367     # Check whether this is an Automake generated Makefile or not.
11368     # We used to match only the files named `Makefile.in', but
11369     # some people rename them; so instead we look at the file content.
11370     # Grep'ing the first line is not enough: some people post-process
11371     # each Makefile.in and add a new line on top of each file to say so.
11372     # So let's grep whole file.
11373     if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11374     dirpart=`(dirname "$mf") 2>/dev/null ||
11375     $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11376 pcg 1.11 X"$mf" : 'X\(//\)[^/]' \| \
11377     X"$mf" : 'X\(//\)$' \| \
11378     X"$mf" : 'X\(/\)' \| \
11379     . : '\(.\)' 2>/dev/null ||
11380 pcg 1.1 echo X"$mf" |
11381     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11382     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11383     /^X\(\/\/\)$/{ s//\1/; q; }
11384     /^X\(\/\).*/{ s//\1/; q; }
11385     s/.*/./; q'`
11386     else
11387     continue
11388     fi
11389     grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11390     # Extract the definition of DEP_FILES from the Makefile without
11391     # running `make'.
11392     DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11393     test -z "$DEPDIR" && continue
11394     # When using ansi2knr, U may be empty or an underscore; expand it
11395     U=`sed -n -e '/^U = / s///p' < "$mf"`
11396     test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11397     # We invoke sed twice because it is the simplest approach to
11398     # changing $(DEPDIR) to its actual value in the expansion.
11399     for file in `sed -n -e '
11400     /^DEP_FILES = .*\\\\$/ {
11401     s/^DEP_FILES = //
11402     :loop
11403     s/\\\\$//
11404     p
11405     n
11406     /\\\\$/ b loop
11407     p
11408     }
11409     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11410     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11411     # Make sure the directory exists.
11412     test -f "$dirpart/$file" && continue
11413     fdir=`(dirname "$file") 2>/dev/null ||
11414     $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11415 pcg 1.11 X"$file" : 'X\(//\)[^/]' \| \
11416     X"$file" : 'X\(//\)$' \| \
11417     X"$file" : 'X\(/\)' \| \
11418     . : '\(.\)' 2>/dev/null ||
11419 pcg 1.1 echo X"$file" |
11420     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11421     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11422     /^X\(\/\/\)$/{ s//\1/; q; }
11423     /^X\(\/\).*/{ s//\1/; q; }
11424     s/.*/./; q'`
11425     { if $as_mkdir_p; then
11426     mkdir -p $dirpart/$fdir
11427     else
11428     as_dir=$dirpart/$fdir
11429     as_dirs=
11430     while test ! -d "$as_dir"; do
11431     as_dirs="$as_dir $as_dirs"
11432     as_dir=`(dirname "$as_dir") 2>/dev/null ||
11433     $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11434 pcg 1.11 X"$as_dir" : 'X\(//\)[^/]' \| \
11435     X"$as_dir" : 'X\(//\)$' \| \
11436     X"$as_dir" : 'X\(/\)' \| \
11437     . : '\(.\)' 2>/dev/null ||
11438 pcg 1.1 echo X"$as_dir" |
11439     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11440     /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11441     /^X\(\/\/\)$/{ s//\1/; q; }
11442     /^X\(\/\).*/{ s//\1/; q; }
11443     s/.*/./; q'`
11444     done
11445     test ! -n "$as_dirs" || mkdir $as_dirs
11446     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11447     echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11448     { (exit 1); exit 1; }; }; }
11449    
11450     # echo "creating $dirpart/$file"
11451     echo '# dummy' > "$dirpart/$file"
11452     done
11453     done
11454     ;;
11455     esac
11456     done
11457     _ACEOF
11458    
11459     cat >>$CONFIG_STATUS <<\_ACEOF
11460    
11461     { (exit 0); exit 0; }
11462     _ACEOF
11463     chmod +x $CONFIG_STATUS
11464     ac_clean_files=$ac_clean_files_save
11465    
11466    
11467    
11468     echo
11469     echo "***"
11470     echo "*** Configuration Summary"
11471     echo "***"
11472     echo "*** Kernel Iface: $IFTYPE/$IFSUBTYPE"
11473     echo "*** Cipher used: $CIPHER"
11474     echo "*** Digest used: $DIGEST"
11475     echo "*** HMAC length: $HMAC"
11476     echo "*** RAND used: $RAND"
11477     echo "*** Max. MTU: $MTU"
11478     echo "*** Compression: $COMPRESS"
11479     echo "***"
11480    
11481     if test "x$DIGEST" = xmd4; then
11482     echo "*** WARNING"
11483     echo "*** The digest you have chosen ($DIGEST) is known to be insecure"
11484     echo "***"
11485     fi
11486    
11487     echo
11488    
11489    
11490    
11491     # configure is writing to config.log, and then calls config.status.
11492     # config.status does its own redirection, appending to config.log.
11493     # Unfortunately, on DOS this fails, as config.log is still kept open
11494     # by configure, so config.status won't be able to write to it; its
11495     # output is simply discarded. So we exec the FD to /dev/null,
11496     # effectively closing config.log, so it can be properly (re)opened and
11497     # appended to by config.status. When coming back to configure, we
11498     # need to make the FD available again.
11499     if test "$no_create" != yes; then
11500     ac_cs_success=:
11501     ac_config_status_args=
11502     test "$silent" = yes &&
11503     ac_config_status_args="$ac_config_status_args --quiet"
11504     exec 5>/dev/null
11505     $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11506     exec 5>>config.log
11507     # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11508     # would make configure fail if this is the last instruction.
11509     $ac_cs_success || { (exit 1); exit 1; }
11510     fi
11511